You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EKS::Types::Provider

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Provider as input to an Aws::Client method, you can use a vanilla Hash:

{
  key_arn: "String",
}

Identifies the AWS Key Management Service (AWS KMS) customer master key (CMK) used to encrypt the secrets.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#key_arnString

Amazon Resource Name (ARN) or alias of the 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.

Returns:

  • (String)

    Amazon Resource Name (ARN) or alias of the customer master key (CMK).