Interface CfnAutoScalingGroupPropsMixin.DistributionSegmentProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAutoScalingGroupPropsMixin.DistributionSegmentProperty.Jsii$Proxy
- Enclosing class:
CfnAutoScalingGroupPropsMixin
@Stability(Stable)
public static interface CfnAutoScalingGroupPropsMixin.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.cfnpropertymixins.services.autoscaling.*;
DistributionSegmentProperty distributionSegmentProperty = DistributionSegmentProperty.builder()
.targetCapacityTypes(List.of("targetCapacityTypes"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnAutoScalingGroupPropsMixin.DistributionSegmentProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTargetCapacityTypes
- See Also:
-
builder
@Stability(Stable) static CfnAutoScalingGroupPropsMixin.DistributionSegmentProperty.Builder builder()
-