ClusterEncryptionConfigProviderArgs

data class ClusterEncryptionConfigProviderArgs(val keyArn: Output<String>) : ConvertibleToJava<ClusterEncryptionConfigProviderArgs>

Constructors

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

Properties

Link copied to clipboard
val keyArn: Output<String>

ARN of the Key Management Service (KMS) customer master key (CMK). The CMK must be symmetric, created in the same region as the cluster, and if the CMK was created in a different account, the user must have access to the CMK. For more information, see Allowing Users in Other Accounts to Use a CMK in the AWS Key Management Service Developer Guide.

Functions

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