interface CfnClusterPolicyProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MSK.CfnClusterPolicyProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmsk#CfnClusterPolicyProps |
Java | software.amazon.awscdk.services.msk.CfnClusterPolicyProps |
Python | aws_cdk.aws_msk.CfnClusterPolicyProps |
TypeScript | aws-cdk-lib » aws_msk » CfnClusterPolicyProps |
Properties for defining a CfnClusterPolicy
.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-clusterpolicy.html
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
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.