interface CatalogConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.KinesisAnalyticsV2.CfnApplicationPropsMixin.CatalogConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awskinesisanalyticsv2#CfnApplicationPropsMixin_CatalogConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.kinesisanalyticsv2.CfnApplicationPropsMixin.CatalogConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_kinesisanalyticsv2.CfnApplicationPropsMixin.CatalogConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_kinesisanalyticsv2 » CfnApplicationPropsMixin » CatalogConfigurationProperty |
The configuration parameters for the default Amazon Glue database.
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 { aws_kinesisanalyticsv2 as kinesisanalyticsv2 } from '@aws-cdk/cfn-property-mixins';
const catalogConfigurationProperty: kinesisanalyticsv2.CfnApplicationPropsMixin.CatalogConfigurationProperty = {
glueDataCatalogConfiguration: {
databaseArn: 'databaseArn',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| glue | IResolvable | Glue | The configuration parameters for the default Amazon Glue database. |
glueDataCatalogConfiguration?
Type:
IResolvable | Glue
(optional)
The configuration parameters for the default Amazon Glue database.
You use this database for Apache Flink SQL queries and table API transforms that you write in a Kinesis Data Analytics Studio notebook.

.NET
Go
Java
Python
TypeScript