interface ExpressGatewayServiceStatusProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ECS.CfnExpressGatewayService.ExpressGatewayServiceStatusProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsecs#CfnExpressGatewayService_ExpressGatewayServiceStatusProperty |
Java | software.amazon.awscdk.services.ecs.CfnExpressGatewayService.ExpressGatewayServiceStatusProperty |
Python | aws_cdk.aws_ecs.CfnExpressGatewayService.ExpressGatewayServiceStatusProperty |
TypeScript | aws-cdk-lib » aws_ecs » CfnExpressGatewayService » ExpressGatewayServiceStatusProperty |
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 { aws_ecs as ecs } from 'aws-cdk-lib';
const expressGatewayServiceStatusProperty: ecs.CfnExpressGatewayService.ExpressGatewayServiceStatusProperty = {
statusCode: 'statusCode',
};
Properties
| Name | Type | Description |
|---|---|---|
| status | string | The status of the Express service. |
statusCode?
Type:
string
(optional)
The status of the Express service.

.NET
Go
Java
Python
TypeScript