ProviderArgs

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

Definition of Provider

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 and created in the same Amazon Web Services Region as the cluster. If the KMS key was created in a different account, the IAM principal must have access to the KMS key. For more information, see Allowing users in other accounts to use a KMS key in the Key Management Service Developer Guide.

Functions

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