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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnExpressGatewayService.ExpressGatewayServiceStatusProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStatusCode
The status of the Express service.- See Also:
-
builder
@Stability(Stable) static CfnExpressGatewayService.ExpressGatewayServiceStatusProperty.Builder builder()
-