Show / Hide Table of Contents

Interface CfnDeliveryStream.ICatalogConfigurationProperty

Describes the containers where the destination Apache Iceberg Tables are persisted.

Namespace: Amazon.CDK.AWS.KinesisFirehose
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDeliveryStream.ICatalogConfigurationProperty
Syntax (vb)
Public Interface CfnDeliveryStream.ICatalogConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-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.KinesisFirehose;

             var catalogConfigurationProperty = new CatalogConfigurationProperty {
                 CatalogArn = "catalogArn",
                 WarehouseLocation = "warehouseLocation"
             };

Synopsis

Properties

CatalogArn

Specifies the Glue catalog ARN identifier of the destination Apache Iceberg Tables.

WarehouseLocation

The warehouse location for Apache Iceberg tables. You must configure this when schema evolution and table creation is enabled.

Properties

CatalogArn

Specifies the Glue catalog ARN identifier of the destination Apache Iceberg Tables.

string? CatalogArn { get; }
Property Value

string

Remarks

You must specify the ARN in the format arn:aws:glue:region:account-id:catalog .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-catalogconfiguration.html#cfn-kinesisfirehose-deliverystream-catalogconfiguration-catalogarn

WarehouseLocation

The warehouse location for Apache Iceberg tables. You must configure this when schema evolution and table creation is enabled.

string? WarehouseLocation { get; }
Property Value

string

Remarks

Amazon Data Firehose is in preview release and is subject to change.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-catalogconfiguration.html#cfn-kinesisfirehose-deliverystream-catalogconfiguration-warehouselocation

Back to top Generated by DocFX