AWS::MSK::ConfigurationResource Type definition for AWS::MSK::Configuration
5 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
ServerProperties | string | RequiredWrite-only |
Description | string | |
KafkaVersionsList | array | Create-only |
LatestRevision | LatestRevision |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MSK::Configuration
Resources:
MyResource:
Type: AWS::MSK::Configuration
Properties:
ServerProperties: "value"
Name: "my-name"
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
kafka:CreateConfigurationKafka:DescribeConfigurationkafka:DeleteConfigurationkafka:DescribeConfigurationkafka:ListConfigurationskafka:DescribeConfigurationkafka:UpdateConfigurationkafka:DescribeConfigurationOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
KafkaVersionsListName