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