@Stability(value=Stable)
public static interface CfnApplication.CatalogConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
You use this database for SQL queries that you write in a Kinesis Data Analytics Studio notebook.
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.*;
CatalogConfigurationProperty catalogConfigurationProperty = CatalogConfigurationProperty.builder()
.glueDataCatalogConfiguration(GlueDataCatalogConfigurationProperty.builder()
.databaseArn("databaseArn")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApplication.CatalogConfigurationProperty.Builder
A builder for
CfnApplication.CatalogConfigurationProperty |
static class |
CfnApplication.CatalogConfigurationProperty.Jsii$Proxy
An implementation for
CfnApplication.CatalogConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnApplication.CatalogConfigurationProperty.Builder |
builder() |
default Object |
getGlueDataCatalogConfiguration()
The configuration parameters for the default Amazon Glue database.
|
@Stability(value=Stable) @Nullable default Object getGlueDataCatalogConfiguration()
You use this database for Apache Flink SQL queries and table API transforms that you write in a Kinesis Data Analytics Studio notebook.
@Stability(value=Stable) static CfnApplication.CatalogConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.