Interface CfnClusterPropsMixin.EtcdPlacementProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnClusterPropsMixin.EtcdPlacementProperty.Jsii$Proxy
- Enclosing class:
CfnClusterPropsMixin
@Stability(Stable)
public static interface CfnClusterPropsMixin.EtcdPlacementProperty
extends software.amazon.jsii.JsiiSerializable
The placement configuration for the etcd instances of your local Amazon EKS cluster on an AWS Outpost.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.eks.*;
EtcdPlacementProperty etcdPlacementProperty = EtcdPlacementProperty.builder()
.spreadLevel("spreadLevel")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnClusterPropsMixin.EtcdPlacementPropertystatic final classAn implementation forCfnClusterPropsMixin.EtcdPlacementProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSpreadLevel
Optional parameter to specify the placement group spread level for etcd instances.If not provided, EKS will deploy etcd instances without a placement group.
- See Also:
-
builder
-