interface CatalogConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.KinesisFirehose.CfnDeliveryStream.CatalogConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awskinesisfirehose#CfnDeliveryStream_CatalogConfigurationProperty |
![]() | software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.CatalogConfigurationProperty |
![]() | aws_cdk.aws_kinesisfirehose.CfnDeliveryStream.CatalogConfigurationProperty |
![]() | aws-cdk-lib » aws_kinesisfirehose » CfnDeliveryStream » CatalogConfigurationProperty |
Describes the containers where the destination Apache Iceberg Tables are persisted.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_kinesisfirehose as kinesisfirehose } from 'aws-cdk-lib';
const catalogConfigurationProperty: kinesisfirehose.CfnDeliveryStream.CatalogConfigurationProperty = {
catalogArn: 'catalogArn',
warehouseLocation: 'warehouseLocation',
};
Properties
Name | Type | Description |
---|---|---|
catalog | string | Specifies the Glue catalog ARN identifier of the destination Apache Iceberg Tables. |
warehouse | string | The warehouse location for Apache Iceberg tables. You must configure this when schema evolution and table creation is enabled. |
catalogArn?
Type:
string
(optional)
Specifies the Glue catalog ARN identifier of the destination Apache Iceberg Tables.
You must specify the ARN in the format arn:aws:glue:region:account-id:catalog
.
warehouseLocation?
Type:
string
(optional)
The warehouse location for Apache Iceberg tables. You must configure this when schema evolution and table creation is enabled.
Amazon Data Firehose is in preview release and is subject to change.