AWSECSServiceTaskSet
No description
type AWSECSServiceTaskSet {
capacityProviderStrategy: [AWSECSCapacityProviderStrategyItem!]!
clusterArn: String!
numberOfComputedDesired: Int!
createdAt: DateTime
externalId: String!
id: String!
launchType: AWSECSServiceLaunchType!
loadBalancers: [AWSECSServiceLoadBalancer!]!
networkConfiguration: AWSECSNetworkConfiguration
numberOfPending: Int!
platformFamily: String!
platformVersion: String!
numberOfRunning: Int!
scale: AWSECSServiceTaskSetScale
serviceArn: String!
serviceRegistries: [AWSECSServiceRegistry!]!
stabilityStatus: AWSECSServiceTaskSetStabilityStatusType!
stabilityStatusAt: DateTime
startedBy: String!
status: AWSECSTaskStatusType!
tags: [AWSTag!]!
taskDefinition: AWSECSTaskDefinition
arn: String!
udatedAt: DateTime
}
Fields
AWSECSServiceTaskSet.capacityProviderStrategy
● [AWSECSCapacityProviderStrategyItem!]!
non-null object
The capacity provider strategy that are associated with the task set
AWSECSServiceTaskSet.clusterArn
● String!
non-null scalar
The Amazon Resource Name (ARN) of the cluster that the service that hosts the task set exists in
AWSECSServiceTaskSet.numberOfComputedDesired
● Int!
non-null scalar
The computed desired count for the task set
AWSECSServiceTaskSet.createdAt
● DateTime
scalar
Indicates when the task set was created
AWSECSServiceTaskSet.externalId
● String!
non-null scalar
The external ID associated with the task set
AWSECSServiceTaskSet.id
● String!
non-null scalar
The ID of the task set
AWSECSServiceTaskSet.launchType
● AWSECSServiceLaunchType!
non-null enum
The launch type the tasks in the task set are using
AWSECSServiceTaskSet.loadBalancers
● [AWSECSServiceLoadBalancer!]!
non-null object
Details on a load balancer that are used with a task set
AWSECSServiceTaskSet.networkConfiguration
● AWSECSNetworkConfiguration
object
The network configuration for the task set
AWSECSServiceTaskSet.numberOfPending
● Int!
non-null scalar
The number of tasks in the task set that are in the PENDING status during a deployment
AWSECSServiceTaskSet.platformFamily
● String!
non-null scalar
The operating system that your tasks in the task set are running on
AWSECSServiceTaskSet.platformVersion
● String!
non-null scalar
The Fargate platform version where the tasks in the task set are running
AWSECSServiceTaskSet.numberOfRunning
● Int!
non-null scalar
The number of tasks in the task set that are in the RUNNING status during a deployment
AWSECSServiceTaskSet.scale
● AWSECSServiceTaskSetScale
object
A floating-point percentage of your desired number of tasks to place and keep running in the task set
AWSECSServiceTaskSet.serviceArn
● String!
non-null scalar
The Amazon Resource Name (ARN) of the service the task set exists in
AWSECSServiceTaskSet.serviceRegistries
● [AWSECSServiceRegistry!]!
non-null object
The details for the service discovery registries to assign to this task set
AWSECSServiceTaskSet.stabilityStatus
● AWSECSServiceTaskSetStabilityStatusType!
non-null enum
The stability status
AWSECSServiceTaskSet.stabilityStatusAt
● DateTime
scalar
Indicates when the task set stability status was retrieved.
AWSECSServiceTaskSet.startedBy
● String!
non-null scalar
The tag specified when a task set is started
AWSECSServiceTaskSet.status
● AWSECSTaskStatusType!
non-null enum
The status of the task set. The following describes each state
AWSECSServiceTaskSet.tags
● [AWSTag!]!
non-null object
The tags
AWSECSServiceTaskSet.taskDefinition
● AWSECSTaskDefinition
object
The task definition that the task set is using
AWSECSServiceTaskSet.arn
● String!
non-null scalar
The Amazon Resource Name (ARN) of the task set
AWSECSServiceTaskSet.udatedAt
● DateTime
scalar
Indicates when the task set was created.
Member of
AWSECSService
object