aws-cdk-lib.aws_msk.CfnClusterPolicyProps

interface CfnClusterPolicyProps

LanguageType name
.NETAmazon.CDK.AWS.MSK.CfnClusterPolicyProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmsk#CfnClusterPolicyProps
Javasoftware.amazon.awscdk.services.msk.CfnClusterPolicyProps
Pythonaws_cdk.aws_msk.CfnClusterPolicyProps
TypeScript aws-cdk-lib » aws_msk » CfnClusterPolicyProps

Properties for defining a CfnClusterPolicy.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_msk as msk } from 'aws-cdk-lib';

declare const policy: any;
const cfnClusterPolicyProps: msk.CfnClusterPolicyProps = {
  clusterArn: 'clusterArn',
  policy: policy,
};

Properties

NameTypeDescription
clusterArnstringThe Amazon Resource Name (ARN) that uniquely identifies the cluster.
policyanyResource policy for the cluster.

clusterArn

Type: string

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


policy

Type: any

Resource policy for the cluster.