AWS::MSK::ClusterPolicyCreate or update cluster policy.
import { CfnClusterPolicy } from 'aws-cdk-lib/aws-msk';Or use the module namespace:
import * as msk from 'aws-cdk-lib/aws-msk';
// msk.CfnClusterPolicyConfiguration passed to the constructor as CfnClusterPolicyProps.
clusterArnRequiredstringThe Amazon Resource Name (ARN) that uniquely identifies the cluster.
policyRequiredanyResource policy for the cluster. The maximum size supported for a resource-based policy document is 20 KB.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-mskAWS::MSK::ClusterPolicy