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 ExpressGatewayServiceConfiguration
Represents a specific configuration revision of an Express service, containing all the settings and parameters for that revision.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Cpu" :String, "CreatedAt" :String, "ExecutionRoleArn" :String, "HealthCheckPath" :String, "IngressPaths" :[ IngressPathSummary, ... ], "Memory" :String, "NetworkConfiguration" :ExpressGatewayServiceNetworkConfiguration, "PrimaryContainer" :ExpressGatewayContainer, "ScalingTarget" :ExpressGatewayScalingTarget, "ServiceRevisionArn" :String, "TaskRoleArn" :String}
YAML
Cpu:StringCreatedAt:StringExecutionRoleArn:StringHealthCheckPath:StringIngressPaths:- IngressPathSummaryMemory:StringNetworkConfiguration:ExpressGatewayServiceNetworkConfigurationPrimaryContainer:ExpressGatewayContainerScalingTarget:ExpressGatewayScalingTargetServiceRevisionArn:StringTaskRoleArn:String
Properties
Cpu-
The CPU allocation for tasks in this service revision.
Required: No
Type: String
Update requires: No interruption
CreatedAt-
The Unix timestamp for when this service revision was created.
Required: No
Type: String
Update requires: No interruption
ExecutionRoleArn-
The ARN of the task execution role for the service revision.
Required: No
Type: String
Update requires: No interruption
HealthCheckPath-
The health check path for this service revision.
Required: No
Type: String
Update requires: No interruption
IngressPaths-
The entry point into this service revision.
Required: No
Type: Array of IngressPathSummary
Update requires: No interruption
Memory-
The memory allocation for tasks in this service revision.
Required: No
Type: String
Update requires: No interruption
NetworkConfiguration-
The network configuration for tasks in this service revision.
Required: No
Type: ExpressGatewayServiceNetworkConfiguration
Update requires: No interruption
PrimaryContainer-
The primary container configuration for this service revision.
Required: No
Type: ExpressGatewayContainer
Update requires: No interruption
ScalingTarget-
The auto-scaling configuration for this service revision.
Required: No
Type: ExpressGatewayScalingTarget
Update requires: No interruption
ServiceRevisionArn-
The ARN of the service revision.
Required: No
Type: String
Update requires: No interruption
TaskRoleArn-
The ARN of the task role for the service revision.
Required: No
Type: String
Update requires: No interruption