Show / Hide Table of Contents

Class CfnPlan.EksClusterProperty

The AWS EKS cluster execution block configuration.

Inheritance
object
CfnPlan.EksClusterProperty
Implements
CfnPlan.IEksClusterProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.ARCRegionSwitch
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPlan.EksClusterProperty : CfnPlan.IEksClusterProperty
Syntax (vb)
Public Class CfnPlan.EksClusterProperty Implements CfnPlan.IEksClusterProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-ekscluster.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.ARCRegionSwitch;

             var eksClusterProperty = new EksClusterProperty {
                 ClusterArn = "clusterArn",

                 // the properties below are optional
                 CrossAccountRole = "crossAccountRole",
                 ExternalId = "externalId"
             };

Synopsis

Constructors

EksClusterProperty()

The AWS EKS cluster execution block configuration.

Properties

ClusterArn

The Amazon Resource Name (ARN) of an AWS EKS cluster.

CrossAccountRole

The cross account role for the configuration.

ExternalId

The external ID (secret key) for the configuration.

Constructors

EksClusterProperty()

The AWS EKS cluster execution block configuration.

public EksClusterProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-ekscluster.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.ARCRegionSwitch;

             var eksClusterProperty = new EksClusterProperty {
                 ClusterArn = "clusterArn",

                 // the properties below are optional
                 CrossAccountRole = "crossAccountRole",
                 ExternalId = "externalId"
             };

Properties

ClusterArn

The Amazon Resource Name (ARN) of an AWS EKS cluster.

public string ClusterArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-ekscluster.html#cfn-arcregionswitch-plan-ekscluster-clusterarn

CrossAccountRole

The cross account role for the configuration.

public string? CrossAccountRole { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-ekscluster.html#cfn-arcregionswitch-plan-ekscluster-crossaccountrole

ExternalId

The external ID (secret key) for the configuration.

public string? ExternalId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-arcregionswitch-plan-ekscluster.html#cfn-arcregionswitch-plan-ekscluster-externalid

Implements

CfnPlan.IEksClusterProperty
Back to top Generated by DocFX