Class: Aws::KinesisAnalyticsV2::Types::GlueDataCatalogConfigurationDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::GlueDataCatalogConfigurationDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
The configuration of the Glue Data Catalog that you use for Apache Flink SQL queries and table API transforms that you write in an application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database_arn ⇒ String
The Amazon Resource Name (ARN) of the database.
Instance Attribute Details
#database_arn ⇒ String
The Amazon Resource Name (ARN) of the database.
2510 2511 2512 2513 2514 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 2510 class GlueDataCatalogConfigurationDescription < Struct.new( :database_arn) SENSITIVE = [] include Aws::Structure end |