ProviderResponse

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

Definition of Provider

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 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.