CfnClusterPolicyMixinProps

class aws_cdk.mixins_preview.aws_msk.mixins.CfnClusterPolicyMixinProps(*, cluster_arn=None, policy=None)

Bases: object

Properties for CfnClusterPolicyPropsMixin.

Parameters:
  • cluster_arn (Optional[str]) – The Amazon Resource Name (ARN) that uniquely identifies the cluster.

  • policy (Any) – Resource policy for the cluster. The maximum size supported for a resource-based policy document is 20 KB.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-clusterpolicy.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_msk import mixins as msk_mixins

# policy: Any

cfn_cluster_policy_mixin_props = msk_mixins.CfnClusterPolicyMixinProps(
    cluster_arn="clusterArn",
    policy=policy
)

Attributes

cluster_arn

The Amazon Resource Name (ARN) that uniquely identifies the cluster.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-clusterpolicy.html#cfn-msk-clusterpolicy-clusterarn

policy

Resource policy for the cluster.

The maximum size supported for a resource-based policy document is 20 KB.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-clusterpolicy.html#cfn-msk-clusterpolicy-policy