AWS::MSK::ClusterPolicyResource Type definition for AWS::MSK::ClusterPolicy
2 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ClusterArn | string | RequiredCreate-only |
Policy | object | Required |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CurrentVersion | string | The current version of the policy attached to the specified cluster |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MSK::ClusterPolicy
Resources:
MyResource:
Type: AWS::MSK::ClusterPolicy
Properties:
Policy: {}
ClusterArn: "arn:aws:service:region:account:resource"Permissions CloudFormation needs in your IAM role to manage this resource.
kafka:PutClusterPolicykafka:GetClusterPolicykafka:GetClusterPolicykafka:GetClusterPolicykafka:PutClusterPolicykafka:GetClusterPolicykafka:DeleteClusterPolicykafka:GetClusterPolicyOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterClusterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ClusterArn