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
The AWS::MSK::Channel resource Property description not available. for MSK.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::MSK::Channel", "Properties" : { "ChannelName" :String, "ClusterArn" :String, "EncryptionConfiguration" :EncryptionConfiguration, "IcebergDestinationConfiguration" :IcebergDestinationConfiguration, "LoggingInfo" :ChannelLoggingInfo, "S3DestinationConfiguration" :S3DestinationConfiguration, "Tags" :{, "TopicConfigurationList" :Key:Value, ...}[ TopicConfiguration, ... ]} }
YAML
Type: AWS::MSK::Channel Properties: ChannelName:StringClusterArn:StringEncryptionConfiguration:EncryptionConfigurationIcebergDestinationConfiguration:IcebergDestinationConfigurationLoggingInfo:ChannelLoggingInfoS3DestinationConfiguration:S3DestinationConfigurationTags:TopicConfigurationList:Key:Value- TopicConfiguration
Properties
ChannelNameProperty description not available.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9._-]+$Minimum:
1Maximum:
64Update requires: Replacement
ClusterArnProperty description not available.
Required: No
Type: String
Pattern:
^arn:[\w-]+:kafka:[\w-]+:\d+:cluster.*\ZUpdate requires: Replacement
EncryptionConfigurationProperty description not available.
Required: No
Type: EncryptionConfiguration
Update requires: Replacement
IcebergDestinationConfigurationProperty description not available.
Required: No
Type: IcebergDestinationConfiguration
Update requires: No interruption
LoggingInfoProperty description not available.
Required: No
Type: ChannelLoggingInfo
Update requires: Replacement
S3DestinationConfigurationProperty description not available.
Required: No
Type: S3DestinationConfiguration
Update requires: No interruption
Property description not available.
Required: No
Type: Object of String
Pattern:
^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$Update requires: No interruption
TopicConfigurationListProperty description not available.
Required: Yes
Type: Array of TopicConfiguration
Minimum:
1Maximum:
1Update requires: Replacement
Return values
Ref
Fn::GetAtt
ChannelArnProperty description not available.
StatusProperty description not available.