AWS::DataBrew::Dataset DatabaseInputDefinition - AWS CloudFormation

AWS::DataBrew::Dataset DatabaseInputDefinition

Connection information for dataset input files stored in a database.

Syntax

To declare this entity in your AWS 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