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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnApplicationV2.GlueDataCatalogConfigurationProperty
static final class
An implementation forCfnApplicationV2.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
-