class Aws::IoTAnalytics::Types::GlueConfiguration
Configuration information for coordination with Glue, a fully managed extract, transform and load (ETL) service.
@note When making an API call, you may pass GlueConfiguration
data as a hash: { table_name: "GlueTableName", # required database_name: "GlueDatabaseName", # required }
@!attribute [rw] table_name
The name of the table in your Glue Data Catalog that is used to perform the ETL operations. An Glue Data Catalog table contains partitioned data and descriptions of data sources and targets. @return [String]
@!attribute [rw] database_name
The name of the database in your Glue Data Catalog in which the table is located. An Glue Data Catalog database contains metadata tables. @return [String]
Constants
- SENSITIVE