Show / Hide Table of Contents

Class CfnCluster.ProviderProperty

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

Inheritance
System.Object
CfnCluster.ProviderProperty
Implements
CfnCluster.IProviderProperty
Namespace: Amazon.CDK.AWS.EKS.Legacy
Assembly: Amazon.CDK.AWS.EKS.Legacy.dll
Syntax (csharp)
public class ProviderProperty : Object, CfnCluster.IProviderProperty
Syntax (vb)
Public Class ProviderProperty
    Inherits Object
    Implements CfnCluster.IProviderProperty
Remarks

Link: 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.AWS.EKS.Legacy;

var providerProperty = new ProviderProperty {
    KeyArn = "keyArn"
};

Synopsis

Constructors

ProviderProperty()

Properties

KeyArn

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

Constructors

ProviderProperty()

public ProviderProperty()

Properties

KeyArn

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

public string KeyArn { get; set; }
Property Value

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

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

Implements

CfnCluster.IProviderProperty
Back to top Generated by DocFX