ServiceRevisionSummary - Amazon Elastic Container Service

ServiceRevisionSummary

The information about the number of requested, pending, and running tasks for a service revision.

Contents

arn

The ARN of the service revision.

Type: String

Required: No

pendingTaskCount

The number of pending tasks for the service revision.

Type: Integer

Required: No

requestedProductionTrafficWeight

The percentage of production traffic that is directed to this service revision. This value represents a snapshot of the traffic distribution and may not reflect real-time changes during active deployments. Valid values are 0.0 to 100.0.

Type: Double

Required: No

requestedTaskCount

The number of requested tasks for the service revision.

Type: Integer

Required: No

requestedTestTrafficWeight

The percentage of test traffic that is directed to this service revision. This value represents a snapshot of the traffic distribution and may not reflect real-time changes during active deployments. Valid values are 0.0 to 100.0.

Type: Double

Required: No

runningTaskCount

The number of running tasks for the service revision.

Type: Integer

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: