Interface CfnAutoScalingGroup.PerformanceFactorReferenceRequestProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAutoScalingGroup.PerformanceFactorReferenceRequestProperty.Jsii$Proxy
- Enclosing class:
CfnAutoScalingGroup
@Stability(Stable)
public static interface CfnAutoScalingGroup.PerformanceFactorReferenceRequestProperty
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.*;
PerformanceFactorReferenceRequestProperty performanceFactorReferenceRequestProperty = PerformanceFactorReferenceRequestProperty.builder()
.instanceFamily("instanceFamily")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnAutoScalingGroup.PerformanceFactorReferenceRequestProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInstanceFamily
- See Also:
-
builder
@Stability(Stable) static CfnAutoScalingGroup.PerformanceFactorReferenceRequestProperty.Builder builder()
-