Interface CfnAutoScalingGroup.DistributionSegmentProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAutoScalingGroup.DistributionSegmentProperty.Jsii$Proxy
Enclosing class:
CfnAutoScalingGroup

@Stability(Stable) public static interface CfnAutoScalingGroup.DistributionSegmentProperty extends software.amazon.jsii.JsiiSerializable
Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.autoscaling.*;
 DistributionSegmentProperty distributionSegmentProperty = DistributionSegmentProperty.builder()
         .targetCapacityTypes(List.of("targetCapacityTypes"))
         .build();
 

See Also: