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
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
Remarks
You must specify the ARN in the format arn:aws:glue:region:account-id:catalog .
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
Remarks
Amazon Data Firehose is in preview release and is subject to change.