AWS::DataBrew::Dataset DatabaseInputDefinition - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::DataBrew::Dataset DatabaseInputDefinition

Connection information for dataset input files stored in a database.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "DatabaseTableName" : String, "GlueConnectionName" : String, "QueryString" : String, "TempDirectory" : S3Location }

Properties

DatabaseTableName

The table within the target database.

Required: No

Type: String

Update requires: No interruption

GlueConnectionName

The Amazon Glue Connection that stores the connection information for the target database.

Required: Yes

Type: String

Update requires: No interruption

QueryString

Custom SQL to run against the provided Amazon Glue connection. This SQL will be used as the input for DataBrew projects and jobs.

Required: No

Type: String

Update requires: No interruption

TempDirectory

An Amazon location that Amazon Glue Data Catalog can use as a temporary directory.

Required: No

Type: S3Location

Update requires: No interruption