interface ExpressGatewayServiceStatusProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.ECS.Mixins.CfnExpressGatewayServicePropsMixin.ExpressGatewayServiceStatusProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsecs/mixins#CfnExpressGatewayServicePropsMixin_ExpressGatewayServiceStatusProperty |
Java | software.amazon.awscdk.mixins.preview.services.ecs.mixins.CfnExpressGatewayServicePropsMixin.ExpressGatewayServiceStatusProperty |
Python | aws_cdk.mixins_preview.aws_ecs.mixins.CfnExpressGatewayServicePropsMixin.ExpressGatewayServiceStatusProperty |
TypeScript | @aws-cdk/mixins-preview » aws_ecs » mixins » CfnExpressGatewayServicePropsMixin » 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 { mixins as ecs_mixins } from '@aws-cdk/mixins-preview/aws-ecs';
const expressGatewayServiceStatusProperty: ecs_mixins.CfnExpressGatewayServicePropsMixin.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