@Stability(value=Stable)
public static interface CfnApplication.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.kinesisanalyticsv2.*;
GlueDataCatalogConfigurationProperty glueDataCatalogConfigurationProperty = GlueDataCatalogConfigurationProperty.builder()
.databaseArn("databaseArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplication.GlueDataCatalogConfigurationProperty.Builder
A builder for
CfnApplication.GlueDataCatalogConfigurationProperty |
static class |
CfnApplication.GlueDataCatalogConfigurationProperty.Jsii$Proxy
An implementation for
CfnApplication.GlueDataCatalogConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplication.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 CfnApplication.GlueDataCatalogConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.