AWSECSContainer
No description
type AWSECSContainer {
arn: String!
cpu: Int!
exitCode: Int!
gpuIds: [String!]
healthStatus: AWSECSHealthStatusType!
image: String!
imageDigest: String!
lastStatus: String!
managedAgents: [AWSECSContainerManagedAgent!]!
memory: Int!
memoryReservation: String!
name: String!
networkBindings: [AWSECSContainerNetworkBinding!]!
networkInterfaces: [AWSECSContainerNetworkInterface!]!
reason: String!
runtimeId: String!
taskArn: String!
}
Fields
AWSECSContainer.arn ● String! non-null scalar
The Amazon Resource Name (ARN) of the container
AWSECSContainer.cpu ● Int! non-null scalar
The number of CPU units set for the container
AWSECSContainer.exitCode ● Int! non-null scalar
The exit code returned from the container
AWSECSContainer.gpuIds ● [String!] list scalar
The IDs of each GPU assigned to the container
AWSECSContainer.healthStatus ● AWSECSHealthStatusType! non-null enum
The health status of the container
AWSECSContainer.image ● String! non-null scalar
The image used for the container
AWSECSContainer.imageDigest ● String! non-null scalar
The container image manifest digest
AWSECSContainer.lastStatus ● String! non-null scalar
The last known status of the container
AWSECSContainer.managedAgents ● [AWSECSContainerManagedAgent!]! non-null object
The details of any Amazon ECS managed agents associated with the container
AWSECSContainer.memory ● Int! non-null scalar
The hard limit (in MiB) of memory set for the container
AWSECSContainer.memoryReservation ● String! non-null scalar
The soft limit (in MiB) of memory set for the container
AWSECSContainer.name ● String! non-null scalar
The name of the container
AWSECSContainer.networkBindings ● [AWSECSContainerNetworkBinding!]! non-null object
The network bindings associated with the container.
AWSECSContainer.networkInterfaces ● [AWSECSContainerNetworkInterface!]! non-null object
The network interfaces associated with the container
AWSECSContainer.reason ● String! non-null scalar
Details about a running or stopped container. The maximum length: 255 characters
AWSECSContainer.runtimeId ● String! non-null scalar
The ID of the Docker container
AWSECSContainer.taskArn ● String! non-null scalar
The ARN of the task
Member of
AWSECSTask object