Show / Hide Table of Contents

Class CfnClusterPropsMixin.ZonalShiftConfigProperty

The configuration for zonal shift for the cluster.

Inheritance
object
CfnClusterPropsMixin.ZonalShiftConfigProperty
Implements
CfnClusterPropsMixin.IZonalShiftConfigProperty
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.ZonalShiftConfigProperty : CfnClusterPropsMixin.IZonalShiftConfigProperty
Syntax (vb)
Public Class CfnClusterPropsMixin.ZonalShiftConfigProperty Implements CfnClusterPropsMixin.IZonalShiftConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-cluster-zonalshiftconfig.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 zonalShiftConfigProperty = new ZonalShiftConfigProperty {
                 Enabled = false
             };

Synopsis

Constructors

ZonalShiftConfigProperty()

The configuration for zonal shift for the cluster.

Properties

Enabled

If zonal shift is enabled, AWS configures zonal autoshift for the cluster.

Constructors

ZonalShiftConfigProperty()

The configuration for zonal shift for the cluster.

public ZonalShiftConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-cluster-zonalshiftconfig.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 zonalShiftConfigProperty = new ZonalShiftConfigProperty {
                 Enabled = false
             };

Properties

Enabled

If zonal shift is enabled, AWS configures zonal autoshift for the cluster.

public object? Enabled { get; set; }
Property Value

object

Remarks

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

Type union: either bool or IResolvable

Implements

CfnClusterPropsMixin.IZonalShiftConfigProperty
Back to top Generated by DocFX