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: