GetClusterPolicyResult

data class GetClusterPolicyResult(val currentVersion: String? = null, val policy: Any? = null)

Constructors

Link copied to clipboard
constructor(currentVersion: String? = null, policy: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val currentVersion: String? = null

The current version of the policy attached to the specified cluster

Link copied to clipboard
val policy: 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.