Class CfnCluster.EtcdPlacementProperty
The placement configuration for the etcd instances of your local Amazon EKS cluster on an AWS Outpost.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.EKSv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnCluster.EtcdPlacementProperty : CfnCluster.IEtcdPlacementProperty
Syntax (vb)
Public Class CfnCluster.EtcdPlacementProperty Implements CfnCluster.IEtcdPlacementProperty
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.AWS.EKSv2;
var etcdPlacementProperty = new EtcdPlacementProperty {
SpreadLevel = "spreadLevel"
};
Synopsis
Constructors
| EtcdPlacementProperty() | The placement configuration for the etcd instances of your local Amazon EKS cluster on an AWS Outpost. |
Properties
| SpreadLevel | Optional parameter to specify the placement group spread level for etcd instances. |
Constructors
EtcdPlacementProperty()
The placement configuration for the etcd instances of your local Amazon EKS cluster on an AWS Outpost.
public EtcdPlacementProperty()
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.AWS.EKSv2;
var etcdPlacementProperty = new EtcdPlacementProperty {
SpreadLevel = "spreadLevel"
};
Properties
SpreadLevel
Optional parameter to specify the placement group spread level for etcd instances.
public string? SpreadLevel { get; set; }
Property Value
Remarks
If not provided, EKS will deploy etcd instances without a placement group.