interface CfnClusterPolicyProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MSK.CfnClusterPolicyProps |
Java | software.amazon.awscdk.services.msk.CfnClusterPolicyProps |
Python | aws_cdk.aws_msk.CfnClusterPolicyProps |
TypeScript | @aws-cdk/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 * as msk from '@aws-cdk/aws-msk';
declare const policy: any;
const cfnClusterPolicyProps: msk.CfnClusterPolicyProps = {
clusterArn: 'clusterArn',
policy: policy,
};
Properties
Name | Type | Description |
---|---|---|
cluster | string | The Amazon Resource Name (ARN) that uniquely identifies the cluster. |
policy | any | Resource 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.