Interface CfnDeliveryStream.CatalogConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDeliveryStream.CatalogConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDeliveryStream
@Stability(Stable)
public static interface CfnDeliveryStream.CatalogConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.kinesisfirehose.*; CatalogConfigurationProperty catalogConfigurationProperty = CatalogConfigurationProperty.builder() .catalogArn("catalogArn") .warehouseLocation("warehouseLocation") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDeliveryStream.CatalogConfigurationProperty
static final class
An implementation forCfnDeliveryStream.CatalogConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCatalogArn
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
.- See Also:
-
getWarehouseLocation
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.
- See Also:
-
builder
-