ClusterProviderArgs

data class ClusterProviderArgs(val keyArn: Output<String>? = null) : ConvertibleToJava<ClusterProviderArgs>

Constructors

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

Properties

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

Functions

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