Show / Hide Table of Contents

Class CfnClusterPropsMixin.ProviderProperty

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

Inheritance
object
CfnClusterPropsMixin.ProviderProperty
Implements
CfnClusterPropsMixin.IProviderProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-cluster-provider.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-cluster-provider.html

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

string

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-cluster-provider.html#cfn-eks-cluster-provider-keyarn

Implements

CfnClusterPropsMixin.IProviderProperty
Back to top Generated by DocFX