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: