Interface CfnApplicationV2.GlueDataCatalogConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnApplicationV2.GlueDataCatalogConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnApplicationV2

@Stability(Stable) public static interface CfnApplicationV2.GlueDataCatalogConfigurationProperty extends software.amazon.jsii.JsiiSerializable
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.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.kinesisanalytics.*;
 GlueDataCatalogConfigurationProperty glueDataCatalogConfigurationProperty = GlueDataCatalogConfigurationProperty.builder()
         .databaseArn("databaseArn")
         .build();
 

See Also: