ClusterProvider

data class ClusterProvider(val keyArn: String? = null)

Constructors

Link copied to clipboard
constructor(keyArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val keyArn: String? = null

Amazon Resource Name (ARN) or alias of the KMS key. The KMS key must be symmetric, created in the same region as the cluster, and if the KMS key was created in a different account, the user must have access to the KMS key.