Interface CfnExpressGatewayService.ExpressGatewayServiceStatusProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnExpressGatewayService.ExpressGatewayServiceStatusProperty.Jsii$Proxy
Enclosing class:
CfnExpressGatewayService

@Stability(Stable) public static interface CfnExpressGatewayService.ExpressGatewayServiceStatusProperty extends software.amazon.jsii.JsiiSerializable
An object that defines the status of Express service creation and information about the status of the service.

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.*;
 ExpressGatewayServiceStatusProperty expressGatewayServiceStatusProperty = ExpressGatewayServiceStatusProperty.builder()
         .statusCode("statusCode")
         .build();
 

See Also: