Show / Hide Table of Contents

Class CfnApplicationV2.CatalogConfigurationProperty

The configuration parameters for the default Amazon Glue database.

Inheritance
System.Object
CfnApplicationV2.CatalogConfigurationProperty
Implements
CfnApplicationV2.ICatalogConfigurationProperty
Namespace: Amazon.CDK.AWS.KinesisAnalytics
Assembly: Amazon.CDK.AWS.KinesisAnalytics.dll
Syntax (csharp)
public class CatalogConfigurationProperty : Object, CfnApplicationV2.ICatalogConfigurationProperty
Syntax (vb)
Public Class CatalogConfigurationProperty
    Inherits Object
    Implements CfnApplicationV2.ICatalogConfigurationProperty
Remarks

You use this database for SQL queries that you write in a Kinesis Data Analytics Studio notebook.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-catalogconfiguration.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.KinesisAnalytics;

var catalogConfigurationProperty = new CatalogConfigurationProperty {
    GlueDataCatalogConfiguration = new GlueDataCatalogConfigurationProperty {
        DatabaseArn = "databaseArn"
    }
};

Synopsis

Constructors

CatalogConfigurationProperty()

Properties

GlueDataCatalogConfiguration

The configuration parameters for the default Amazon Glue database.

Constructors

CatalogConfigurationProperty()

public CatalogConfigurationProperty()

Properties

GlueDataCatalogConfiguration

The configuration parameters for the default Amazon Glue database.

public object GlueDataCatalogConfiguration { get; set; }
Property Value

System.Object

Remarks

You use this database for Apache Flink SQL queries and table API transforms that you write in a Kinesis Data Analytics Studio notebook.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-catalogconfiguration.html#cfn-kinesisanalyticsv2-application-catalogconfiguration-gluedatacatalogconfiguration

Implements

CfnApplicationV2.ICatalogConfigurationProperty
Back to top Generated by DocFX