Class CfnClusterPropsMixin.ProviderProperty
Identifies the AWS Key Management Service ( AWS ) key used to encrypt the secrets.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.EKS.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnClusterPropsMixin.ProviderProperty : CfnClusterPropsMixin.IProviderProperty
Syntax (vb)
Public Class CfnClusterPropsMixin.ProviderProperty Implements CfnClusterPropsMixin.IProviderProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.EKS.Mixins;
var providerProperty = new ProviderProperty {
KeyArn = "keyArn"
};
Synopsis
Constructors
| ProviderProperty() | Identifies the AWS Key Management Service ( AWS ) key used to encrypt the secrets. |
Properties
| KeyArn | Amazon Resource Name (ARN) or alias of the KMS key. |
Constructors
ProviderProperty()
Identifies the AWS Key Management Service ( AWS ) key used to encrypt the secrets.
public ProviderProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.EKS.Mixins;
var providerProperty = new ProviderProperty {
KeyArn = "keyArn"
};
Properties
KeyArn
Amazon Resource Name (ARN) or alias of the KMS key.
public string? KeyArn { get; set; }
Property Value
Remarks
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 .