Cluster Policy Args
data class ClusterPolicyArgs(val clusterArn: Output<String>? = null, val policy: Output<Any>? = null) : ConvertibleToJava<ClusterPolicyArgs>
Resource Type definition for AWS::MSK::ClusterPolicy
Properties
Link copied to clipboard
The arn of the cluster for the resource policy.
Link copied to clipboard
A policy document containing permissions to add to the specified cluster. Search the CloudFormation User Guide for AWS::MSK::ClusterPolicy
for more information about the expected schema for this property.