This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::MSK::Channel IcebergDestinationConfiguration
The IcebergDestinationConfiguration property type specifies Property description not available. for an AWS::MSK::Channel.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "AppendOnly" :Boolean, "Catalog" :Catalog, "CompressionType" :String, "DataFreshnessInSeconds" :Integer, "DeadLetterQueueS3" :DeadLetterQueueS3, "DestinationTableList" :[ DestinationTable, ... ], "SchemaEvolution" :SchemaEvolution, "ServiceExecutionRoleArn" :String, "TableCreation" :TableCreation}
YAML
AppendOnly:BooleanCatalog:CatalogCompressionType:StringDataFreshnessInSeconds:IntegerDeadLetterQueueS3:DeadLetterQueueS3DestinationTableList:- DestinationTableSchemaEvolution:SchemaEvolutionServiceExecutionRoleArn:StringTableCreation:TableCreation
Properties
AppendOnlyProperty description not available.
Required: Yes
Type: Boolean
Update requires: Replacement
CatalogProperty description not available.
Required: No
Type: Catalog
Update requires: Replacement
CompressionTypeProperty description not available.
Required: No
Type: String
Allowed values:
ZSTD | SNAPPYUpdate requires: Replacement
DataFreshnessInSecondsProperty description not available.
Required: No
Type: Integer
Minimum:
60Maximum:
900Update requires: No interruption
DeadLetterQueueS3Property description not available.
Required: Yes
Type: DeadLetterQueueS3
Update requires: Replacement
DestinationTableListProperty description not available.
Required: Yes
Type: Array of DestinationTable
Minimum:
1Maximum:
1Update requires: Replacement
SchemaEvolutionProperty description not available.
Required: Yes
Type: SchemaEvolution
Update requires: Replacement
ServiceExecutionRoleArnProperty description not available.
Required: Yes
Type: String
Pattern:
^arn:[\w-]+:iam::[\w-]+:role.*\ZUpdate requires: Replacement
TableCreationProperty description not available.
Required: Yes
Type: TableCreation
Update requires: Replacement