@Stability(value=Stable)
public static interface CfnApplicationV2.GlueDataCatalogConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplicationV2.GlueDataCatalogConfigurationProperty.Builder
A builder for
CfnApplicationV2.GlueDataCatalogConfigurationProperty |
static class |
CfnApplicationV2.GlueDataCatalogConfigurationProperty.Jsii$Proxy
An implementation for
CfnApplicationV2.GlueDataCatalogConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplicationV2.GlueDataCatalogConfigurationProperty.Builder |
builder() |
default String |
getDatabaseArn()
The Amazon Resource Name (ARN) of the database.
|
@Stability(value=Stable) @Nullable default String getDatabaseArn()
@Stability(value=Stable) static CfnApplicationV2.GlueDataCatalogConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.