Interface CfnExpressGatewayService.AutoScalingArnsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnExpressGatewayService.AutoScalingArnsProperty.Jsii$Proxy
- Enclosing class:
CfnExpressGatewayService
@Stability(Stable)
public static interface CfnExpressGatewayService.AutoScalingArnsProperty
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.ecs.*;
AutoScalingArnsProperty autoScalingArnsProperty = AutoScalingArnsProperty.builder()
.applicationAutoScalingPolicies(List.of("applicationAutoScalingPolicies"))
.scalableTarget("scalableTarget")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnExpressGatewayService.AutoScalingArnsPropertystatic final classAn implementation forCfnExpressGatewayService.AutoScalingArnsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApplicationAutoScalingPolicies
- See Also:
-
getScalableTarget
- See Also:
-
builder
-