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 S3DestinationConfiguration
The S3DestinationConfiguration 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
{ "DataFreshnessInSeconds" :Integer, "DeadLetterQueueS3" :DeadLetterQueueS3, "ServiceExecutionRoleArn" :String, "Storage" :S3Storage}
YAML
DataFreshnessInSeconds:IntegerDeadLetterQueueS3:DeadLetterQueueS3ServiceExecutionRoleArn:StringStorage:S3Storage
Properties
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
ServiceExecutionRoleArnProperty description not available.
Required: Yes
Type: String
Pattern:
^arn:[\w-]+:iam::[\w-]+:role.*\ZUpdate requires: Replacement
StorageProperty description not available.
Required: Yes
Type: S3Storage
Update requires: Replacement