DeliveryStreamCatalogConfigurationArgs

data class DeliveryStreamCatalogConfigurationArgs(val catalogArn: Output<String>? = null) : ConvertibleToJava<DeliveryStreamCatalogConfigurationArgs>

Constructors

Link copied to clipboard
constructor(catalogArn: Output<String>? = null)

Properties

Link copied to clipboard
val catalogArn: Output<String>? = null

Specifies the Glue catalog ARN indentifier of the destination Apache Iceberg Tables. You must specify the ARN in the format arn:aws:glue:region:account-id:catalog . Amazon Data Firehose is in preview release and is subject to change.

Functions

Link copied to clipboard
open override fun toJava(): DeliveryStreamCatalogConfigurationArgs