AWS::DataBrew::Dataset DatabaseInputDefinition - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::DataBrew::Dataset DatabaseInputDefinition

Connection information for dataset input files stored in a database.

Syntax

To declare this entity in your 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 AWS 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 AWS 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 AWS Glue Data Catalog can use as a temporary directory.

Required: No

Type: S3Location

Update requires: No interruption