Class: Aws::KinesisAnalyticsV2::Types::CatalogConfigurationUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::CatalogConfigurationUpdate
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
Updates to the configuration parameters for the default Amazon Glue database. You use this database for SQL queries that you write in a Managed Service for Apache Flink Studio notebook.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#glue_data_catalog_configuration_update ⇒ Types::GlueDataCatalogConfigurationUpdate
Updates to the configuration parameters for the default Amazon Glue database.
Instance Attribute Details
#glue_data_catalog_configuration_update ⇒ Types::GlueDataCatalogConfigurationUpdate
Updates to the configuration parameters for the default Amazon Glue database. You use this database for SQL queries that you write in a Managed Service for Apache Flink Studio notebook.
1112 1113 1114 1115 1116 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 1112 class CatalogConfigurationUpdate < Struct.new( :glue_data_catalog_configuration_update) SENSITIVE = [] include Aws::Structure end |