interface GlueDataCatalogConfigurationProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.KinesisAnalytics.CfnApplicationV2.GlueDataCatalogConfigurationProperty | 
  Java | software.amazon.awscdk.services.kinesisanalytics.CfnApplicationV2.GlueDataCatalogConfigurationProperty | 
  Python | aws_cdk.aws_kinesisanalytics.CfnApplicationV2.GlueDataCatalogConfigurationProperty | 
  TypeScript  | @aws-cdk/aws-kinesisanalytics » CfnApplicationV2 » GlueDataCatalogConfigurationProperty | 
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 * as kinesisanalytics from '@aws-cdk/aws-kinesisanalytics';
const glueDataCatalogConfigurationProperty: kinesisanalytics.CfnApplicationV2.GlueDataCatalogConfigurationProperty = {
  databaseArn: 'databaseArn',
};
Properties
| Name | Type | Description | 
|---|---|---|
| database | string | The Amazon Resource Name (ARN) of the database. | 
databaseArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of the database.

 .NET
 Java
 Python
 TypeScript