AWS::MSK::ServerlessClusterResource Type definition for AWS::MSK::ServerlessCluster
4 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ClientAuthentication | ClientAuthentication | RequiredCreate-only |
ClusterName | string | RequiredCreate-only |
VpcConfigs | Array<VpcConfig> | RequiredCreate-only |
Tags | object | Create-only |
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::ServerlessCluster
Resources:
MyResource:
Type: AWS::MSK::ServerlessCluster
Properties:
ClusterName: "my-clustername"
VpcConfigs: []
ClientAuthentication: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
kafka:CreateClusterV2kafka:TagResourcekafka:DescribeClusterV2ec2:CreateVpcEndpointec2:CreateTagsec2:DescribeVpcAttributeec2:DescribeSubnetsec2:DescribeVpcEndpointskafka:DescribeClusterV2kafka:DeleteClusterkafka:DescribeClusterV2ec2:DeleteVpcEndpointskafka:ListClustersV2Our 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.
ClusterNameVpcConfigsClientAuthenticationTags