String clusterArn
arn:aws:ecs
namespace, followed by the
region of the cluster, the AWS account ID of the cluster owner, the
cluster
namespace, and then the cluster name. For
example,
arn:aws:ecs:region:012345678910:cluster/test.String clusterName
String status
ACTIVE
or
INACTIVE
. ACTIVE
indicates that you can
register container instances with the cluster and the associated
instances can accept tasks.String containerArn
String taskArn
String name
String lastStatus
Integer exitCode
String reason
com.amazonaws.internal.ListWithAutoConstructFlag<T> networkBindings
String name
name
of one container
can be entered in the links
of another container to
connect the containers.String image
repository-url/image:tag
.Integer cpu
cpu
units reserved for the container. A
container instance has 1,024 cpu
units for every CPU
core.Integer memory
com.amazonaws.internal.ListWithAutoConstructFlag<T> links
link
parameter allows containers to communicate with
each other without the need for port mappings, using the
name
parameter. For more information on linking Docker
containers, see https://docs.docker.com/userguide/dockerlinks/.com.amazonaws.internal.ListWithAutoConstructFlag<T> portMappings
Boolean essential
essential
parameter of a container is marked as
true
, the failure of that container will stop the task.
If the essential
parameter of a container is marked as
false
, then its failure will not affect the rest of the
containers in a task.com.amazonaws.internal.ListWithAutoConstructFlag<T> entryPoint
ENTRYPOINT
that is passed to the container. For more
information on the Docker ENTRYPOINT
parameter, see https://docs.docker.com/reference/builder/#entrypoint.com.amazonaws.internal.ListWithAutoConstructFlag<T> command
CMD
that is passed to the container. For more
information on the Docker CMD
parameter, see https://docs.docker.com/reference/builder/#cmd.com.amazonaws.internal.ListWithAutoConstructFlag<T> environment
String containerInstanceArn
arn:aws:ecs
namespace, followed by the
region of the container instance, the AWS account ID of the container
instance owner, the container-instance
namespace, and
then the container instance UUID. For example,
arn:aws:ecs:region:aws_account_id:container-instance/container_instance_UUID.String ec2InstanceId
com.amazonaws.internal.ListWithAutoConstructFlag<T> remainingResources
com.amazonaws.internal.ListWithAutoConstructFlag<T> registeredResources
String status
ACTIVE
or INACTIVE
. ACTIVE
indicates that the container instance can accept tasks.Boolean agentConnected
true
if the agent is actually
connected to Amazon ECS. Registered instances with an agent that may
be unhealthy or stopped will return false
, and instances
without a connected agent cannot accept placement request.String name
com.amazonaws.internal.ListWithAutoConstructFlag<T> command
String clusterName
default
.Cluster cluster
String cluster
Cluster cluster
String cluster
String containerInstance
arn:aws:ecs
namespace, followed by the region of the
container instance, the AWS account ID of the container instance
owner, the container-instance
namespace, and then the
container instance UUID. For example,
arn:aws:ecs:region:aws_account_id:container-instance/container_instance_UUID.Boolean force
force
parameter if you have several tasks running on a
container instance and you don't want to run StopTask
for
each task before deregistering the container instance.ContainerInstance containerInstance
String taskDefinition
family
and revision
(family:revision
) or full Amazon Resource Name (ARN) of
the task definition that you want to deregister.TaskDefinition taskDefinition
com.amazonaws.internal.ListWithAutoConstructFlag<T> clusters
com.amazonaws.internal.ListWithAutoConstructFlag<T> clusters
com.amazonaws.internal.ListWithAutoConstructFlag<T> failures
String cluster
com.amazonaws.internal.ListWithAutoConstructFlag<T> containerInstances
com.amazonaws.internal.ListWithAutoConstructFlag<T> containerInstances
com.amazonaws.internal.ListWithAutoConstructFlag<T> failures
String taskDefinition
family
and revision
(family:revision
) or full Amazon Resource Name (ARN) of
the task definition that you want to describe.TaskDefinition taskDefinition
String cluster
com.amazonaws.internal.ListWithAutoConstructFlag<T> tasks
com.amazonaws.internal.ListWithAutoConstructFlag<T> tasks
com.amazonaws.internal.ListWithAutoConstructFlag<T> failures
String containerInstance
arn:aws:ecs
namespace, followed by the region of the container instance, the AWS
account ID of the container instance owner, the
container-instance
namespace, and then the container
instance UUID. For example,
arn:aws:ecs:region:aws_account_id:container-instance/container_instance_UUID.String cluster
String endpoint
String nextToken
nextToken
value returned from a previous paginated
ListClusters
request where maxResults
was
used and the results exceeded the value of that parameter. Pagination
continues from the end of the previous results that returned the
nextToken
value. This value is null
when
there are no more results to return.Integer maxResults
ListClusters
in paginated output. When this parameter is
used, ListClusters
only returns maxResults
results in a single page along with a nextToken
response
element. The remaining results of the initial request can be seen by
sending another ListClusters
request with the returned
nextToken
value. This value can be between 1 and 100. If
this parameter is not used, then ListClusters
returns up
to 100 results and a nextToken
value if applicable.com.amazonaws.internal.ListWithAutoConstructFlag<T> clusterArns
String nextToken
nextToken
value to include in a future
ListClusters
request. When the results of a
ListClusters
request exceed maxResults
, this
value can be used to retrieve the next page of results. This value is
null
when there are no more results to return.String cluster
String nextToken
nextToken
value returned from a previous paginated
ListContainerInstances
request where
maxResults
was used and the results exceeded the value of
that parameter. Pagination continues from the end of the previous
results that returned the nextToken
value. This value is
null
when there are no more results to return.Integer maxResults
ListContainerInstances
in paginated output. When this
parameter is used, ListContainerInstances
only returns
maxResults
results in a single page along with a
nextToken
response element. The remaining results of the
initial request can be seen by sending another
ListContainerInstances
request with the returned
nextToken
value. This value can be between 1 and 100. If
this parameter is not used, then ListContainerInstances
returns up to 100 results and a nextToken
value if
applicable.com.amazonaws.internal.ListWithAutoConstructFlag<T> containerInstanceArns
String nextToken
nextToken
value to include in a future
ListContainerInstances
request. When the results of a
ListContainerInstances
request exceed
maxResults
, this value can be used to retrieve the next
page of results. This value is null
when there are no
more results to return.String familyPrefix
ListTaskDefinitions
results with. Specifying a
familyPrefix
will limit the listed task definitions to
definitions that belong to that family.String nextToken
nextToken
value returned from a previous paginated
ListTaskDefinitions
request where maxResults
was used and the results exceeded the value of that parameter.
Pagination continues from the end of the previous results that
returned the nextToken
value. This value is
null
when there are no more results to return.Integer maxResults
ListTaskDefinitions
in paginated output. When this
parameter is used, ListTaskDefinitions
only returns
maxResults
results in a single page along with a
nextToken
response element. The remaining results of the
initial request can be seen by sending another
ListTaskDefinitions
request with the returned
nextToken
value. This value can be between 1 and 100. If
this parameter is not used, then ListTaskDefinitions
returns up to 100 results and a nextToken
value if
applicable.com.amazonaws.internal.ListWithAutoConstructFlag<T> taskDefinitionArns
ListTaskDefintions
request.String nextToken
nextToken
value to include in a future
ListTaskDefinitions
request. When the results of a
ListTaskDefinitions
request exceed
maxResults
, this value can be used to retrieve the next
page of results. This value is null
when there are no
more results to return.String cluster
String containerInstance
ListTasks
results with. Specifying a containerInstance
will limit
the results to tasks that belong to that container instance.String family
ListTasks
results with. Specifying a family
will limit the results to tasks that belong to that family.String nextToken
nextToken
value returned from a previous paginated
ListTasks
request where maxResults
was used
and the results exceeded the value of that parameter. Pagination
continues from the end of the previous results that returned the
nextToken
value. This value is null
when
there are no more results to return.Integer maxResults
ListTasks
in paginated output. When this parameter is used,
ListTasks
only returns maxResults
results in
a single page along with a nextToken
response element.
The remaining results of the initial request can be seen by sending
another ListTasks
request with the returned
nextToken
value. This value can be between 1 and 100. If
this parameter is not used, then ListTasks
returns up to
100 results and a nextToken
value if applicable.com.amazonaws.internal.ListWithAutoConstructFlag<T> taskArns
ListTasks
request.String nextToken
nextToken
value to include in a future
ListTasks
request. When the results of a
ListTasks
request exceed maxResults
, this
value can be used to retrieve the next page of results. This value is
null
when there are no more results to return.String bindIP
Integer containerPort
Integer hostPort
String cluster
String instanceIdentityDocument
String instanceIdentityDocumentSignature
com.amazonaws.internal.ListWithAutoConstructFlag<T> totalResources
ContainerInstance containerInstance
String family
family
for a task definition, which
allows you to track multiple versions of the same task definition. You
can think of the family
as a name for your task
definition.com.amazonaws.internal.ListWithAutoConstructFlag<T> containerDefinitions
TaskDefinition taskDefinition
String name
CPU
,
MEMORY
, PORTS
, or a user-defined resource.String type
INTEGER
,
DOUBLE
, LONG
, or STRINGSET
.Double doubleValue
doubleValue
type is set, the value of the
resource must be a double precision floating-point type.Long longValue
longValue
type is set, the value of the resource
must be an extended precision floating-point type.Integer integerValue
integerValue
type is set, the value of the
resource must be an integer.com.amazonaws.internal.ListWithAutoConstructFlag<T> stringSetValue
stringSetValue
type is set, the value of the
resource must be a string type.String cluster
String taskDefinition
family
and revision
(family:revision
) or full Amazon Resource Name (ARN) of
the task definition that you want to run.TaskOverride overrides
Integer count
com.amazonaws.internal.ListWithAutoConstructFlag<T> tasks
com.amazonaws.internal.ListWithAutoConstructFlag<T> failures
RunTask
action are listed
here.String cluster
String taskDefinition
family
and revision
(family:revision
) or full Amazon Resource Name (ARN) of
the task definition that you want to start.TaskOverride overrides
com.amazonaws.internal.ListWithAutoConstructFlag<T> containerInstances
com.amazonaws.internal.ListWithAutoConstructFlag<T> tasks
com.amazonaws.internal.ListWithAutoConstructFlag<T> failures
StartTask
action are listed
here.String cluster
String task
Task task
String cluster
String task
String containerName
String status
Integer exitCode
String reason
com.amazonaws.internal.ListWithAutoConstructFlag<T> networkBindings
String acknowledgment
String cluster
String task
String status
String reason
String acknowledgment
String taskArn
String clusterArn
String taskDefinitionArn
String containerInstanceArn
TaskOverride overrides
String lastStatus
String desiredStatus
com.amazonaws.internal.ListWithAutoConstructFlag<T> containers
String taskDefinitionArn
com.amazonaws.internal.ListWithAutoConstructFlag<T> containerDefinitions
String family
family
as the name of your task definition.Integer revision
1
, and each time you register a task definition in the
same family, the revision value increases by one.com.amazonaws.internal.ListWithAutoConstructFlag<T> containerOverrides
Copyright © 2015. All rights reserved.