AWS::IoTAnalytics::Dataset GlueConfiguration - 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::IoTAnalytics::Dataset GlueConfiguration

Configuration information for coordination with Amazon Glue, a fully managed extract, transform and load (ETL) service.

Syntax

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

JSON

{ "DatabaseName" : String, "TableName" : String }

YAML

DatabaseName: String TableName: String

Properties

DatabaseName

The name of the database in your Amazon Glue Data Catalog in which the table is located. An Amazon Glue Data Catalog database contains metadata tables.

Required: Yes

Type: String

Minimum: 1

Maximum: 150

Update requires: No interruption

TableName

The name of the table in your Amazon Glue Data Catalog that is used to perform the ETL operations. An Amazon Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.

Required: Yes

Type: String

Minimum: 1

Maximum: 150

Update requires: No interruption