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 ICatalogConfigurationProperty
Syntax (vb)
Public Interface ICatalogConfigurationProperty
Remarks
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"
};
Synopsis
Properties
Catalog |
Specifies the Glue catalog ARN identifier of the destination Apache Iceberg Tables. |
Properties
CatalogArn
Specifies the Glue catalog ARN identifier of the destination Apache Iceberg Tables.
virtual string CatalogArn { get; }
Property Value
System.
Remarks
You must specify the ARN in the format arn:aws:glue:region:account-id:catalog
.