AWS::IoTAnalytics::Dataset GlueConfiguration
Configuration information for coordination with AWS Glue, a fully managed extract, transform and load (ETL) service.
Syntax
To declare this entity in your AWS 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 AWS Glue Data Catalog in which the table is located. An AWS 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 AWS Glue Data Catalog that is used to perform the ETL operations. An AWS 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