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
fun ClusterPolicyArgs(clusterArn: Output<String>? = null, policy: Output<Any>? = null)

Functions

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

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.