aws-cdk-lib.aws_eks.CfnCluster.ProviderProperty

interface ProviderProperty

LanguageType name
.NETAmazon.CDK.AWS.EKS.CfnCluster.ProviderProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awseks#CfnCluster_ProviderProperty
Javasoftware.amazon.awscdk.services.eks.CfnCluster.ProviderProperty
Pythonaws_cdk.aws_eks.CfnCluster.ProviderProperty
TypeScript aws-cdk-lib » aws_eks » CfnCluster » ProviderProperty

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

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_eks as eks } from 'aws-cdk-lib';
const providerProperty: eks.CfnCluster.ProviderProperty = {
  keyArn: 'keyArn',
};

Properties

NameTypeDescription
keyArn?stringAmazon Resource Name (ARN) or alias of the KMS key.

keyArn?

Type: string (optional)

Amazon Resource Name (ARN) or alias of the KMS key.

The KMS key must be symmetric and created in the same AWS 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 AWS Key Management Service Developer Guide .