ClusterPolicyArgs

data class ClusterPolicyArgs(val clusterArn: Output<String>? = null, val policy: Output<Any>? = null) : ConvertibleToJava<ClusterPolicyArgs>

Resource Type definition for AWS::MSK::ClusterPolicy

Constructors

Link copied to clipboard
constructor(clusterArn: Output<String>? = null, policy: Output<Any>? = null)

Properties

Link copied to clipboard
val clusterArn: Output<String>? = null

The arn of the cluster for the resource policy.

Link copied to clipboard
val policy: Output<Any>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): ClusterPolicyArgs