| Class | Description |
|---|---|
| Attribute |
An attribute is a name-value pair associated with an Amazon ECS object.
|
| Cluster |
A regional grouping of one or more container instances on which you can run task requests.
|
| Container |
A Docker container that is part of a task.
|
| ContainerDefinition |
Container definitions are used in task definitions to describe the different containers that are launched as part of
a task.
|
| ContainerInstance |
An EC2 instance that is running the Amazon ECS agent and has been registered with a cluster.
|
| ContainerOverride |
The overrides that should be sent to a container.
|
| CreateClusterRequest | |
| CreateClusterResponse | |
| CreateServiceRequest | |
| CreateServiceResponse | |
| DeleteAttributesRequest | |
| DeleteAttributesResponse | |
| DeleteClusterRequest | |
| DeleteClusterResponse | |
| DeleteServiceRequest | |
| DeleteServiceResponse | |
| Deployment |
The details of an Amazon ECS service deployment.
|
| DeploymentConfiguration |
Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and
starting tasks.
|
| DeregisterContainerInstanceRequest | |
| DeregisterContainerInstanceResponse | |
| DeregisterTaskDefinitionRequest | |
| DeregisterTaskDefinitionResponse | |
| DescribeClustersRequest | |
| DescribeClustersResponse | |
| DescribeContainerInstancesRequest | |
| DescribeContainerInstancesResponse | |
| DescribeServicesRequest | |
| DescribeServicesResponse | |
| DescribeTaskDefinitionRequest | |
| DescribeTaskDefinitionResponse | |
| DescribeTasksRequest | |
| DescribeTasksResponse | |
| DiscoverPollEndpointRequest | |
| DiscoverPollEndpointResponse | |
| Failure |
A failed resource.
|
| HostEntry |
Hostnames and IP address entries that are added to the
/etc/hosts file of a container via the
extraHosts parameter of its ContainerDefinition. |
| HostVolumeProperties |
Details on a container instance host volume.
|
| KeyValuePair |
A key and value pair object.
|
| ListAttributesRequest | |
| ListAttributesResponse | |
| ListClustersRequest | |
| ListClustersResponse | |
| ListContainerInstancesRequest | |
| ListContainerInstancesResponse | |
| ListServicesRequest | |
| ListServicesResponse | |
| ListTaskDefinitionFamiliesRequest | |
| ListTaskDefinitionFamiliesResponse | |
| ListTaskDefinitionsRequest | |
| ListTaskDefinitionsResponse | |
| ListTasksRequest | |
| ListTasksResponse | |
| LoadBalancer |
Details on a load balancer that is used with a service.
|
| LogConfiguration |
Log configuration options to send to a custom log driver for the container.
|
| MountPoint |
Details on a volume mount point that is used in a container definition.
|
| NetworkBinding |
Details on the network bindings between a container and its host container instance.
|
| PlacementConstraint |
An object representing a constraint on task placement.
|
| PlacementStrategy |
The task placement strategy for a task or service.
|
| PortMapping |
Port mappings allow containers to access ports on the host container instance to send or receive traffic.
|
| PutAttributesRequest | |
| PutAttributesResponse | |
| RegisterContainerInstanceRequest | |
| RegisterContainerInstanceResponse | |
| RegisterTaskDefinitionRequest | |
| RegisterTaskDefinitionResponse | |
| Resource |
Describes the resources available for a container instance.
|
| RunTaskRequest | |
| RunTaskResponse | |
| Service |
Details on a service within a cluster
|
| ServiceEvent |
Details on an event associated with a service.
|
| StartTaskRequest | |
| StartTaskResponse | |
| StopTaskRequest | |
| StopTaskResponse | |
| SubmitContainerStateChangeRequest | |
| SubmitContainerStateChangeResponse | |
| SubmitTaskStateChangeRequest | |
| SubmitTaskStateChangeResponse | |
| Task |
Details on a task in a cluster.
|
| TaskDefinition |
Details of a task definition.
|
| TaskDefinitionPlacementConstraint |
An object representing a constraint on task placement in the task definition.
|
| TaskOverride |
The overrides associated with a task.
|
| Ulimit |
The
ulimit settings to pass to the container. |
| UpdateContainerAgentRequest | |
| UpdateContainerAgentResponse | |
| UpdateContainerInstancesStateRequest | |
| UpdateContainerInstancesStateResponse | |
| UpdateServiceRequest | |
| UpdateServiceResponse | |
| VersionInfo |
The Docker and Amazon ECS container agent version information about a container instance.
|
| Volume |
A data volume used in a task definition.
|
| VolumeFrom |
Details on a data volume from another container in the same task definition.
|
| Exception | Description |
|---|---|
| AttributeLimitExceededException |
You can apply up to 10 custom attributes per resource.
|
| ClientException |
These errors are usually caused by a client action, such as using an action or resource on behalf of a user that
doesn't have permission to use the action or resource, or specifying an identifier that is not valid.
|
| ClusterContainsContainerInstancesException |
You cannot delete a cluster that has registered container instances.
|
| ClusterContainsServicesException |
You cannot delete a cluster that contains services.
|
| ClusterNotFoundException |
The specified cluster could not be found.
|
| ECSException |
Base exception for all service exceptions thrown by Amazon EC2 Container Service
|
| InvalidParameterException |
The specified parameter is invalid.
|
| MissingVersionException |
Amazon ECS is unable to determine the current version of the Amazon ECS container agent on the container instance and
does not have enough information to proceed with an update.
|
| NoUpdateAvailableException |
There is no update available for this Amazon ECS container agent.
|
| ServerException |
These errors are usually caused by a server issue.
|
| ServiceNotActiveException |
The specified service is not active.
|
| ServiceNotFoundException |
The specified service could not be found.
|
| TargetNotFoundException |
The specified target could not be found.
|
| UpdateInProgressException |
There is already a current Amazon ECS container agent update in progress on the specified container instance.
|
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.