Interface CfnApplication.GlueDataCatalogConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApplication.GlueDataCatalogConfigurationProperty.Jsii$Proxy
- Enclosing class:
- CfnApplication
@Stability(Stable)
public static interface CfnApplication.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.kinesisanalyticsv2.*;
GlueDataCatalogConfigurationProperty glueDataCatalogConfigurationProperty = GlueDataCatalogConfigurationProperty.builder()
.databaseArn("databaseArn")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnApplication.GlueDataCatalogConfigurationPropertystatic final classAn implementation forCfnApplication.GlueDataCatalogConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDatabaseArn
The Amazon Resource Name (ARN) of the database. -
builder
-