This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::ECS::ExpressGatewayService IngressPathSummary
The entry point into an Express service.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "AccessType" :String, "Endpoint" :String}
YAML
AccessType:StringEndpoint:String
Properties
AccessType-
The type of access to the endpoint for the Express service.
Required: No
Type: String
Allowed values:
PUBLIC | PRIVATEUpdate requires: No interruption
Endpoint-
The endpoint for access to the service.
Required: No
Type: String
Update requires: No interruption