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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAutoScalingGroup.DistributionSegmentPropertystatic final classAn implementation forCfnAutoScalingGroup.DistributionSegmentProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTargetCapacityTypes
- See Also:
-
builder
-