Class | Description |
---|---|
Attribute |
The attributes applicable to a container instance when it is registered.
|
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 | |
CreateClusterResult | |
CreateServiceRequest | |
CreateServiceResult | |
DeleteClusterRequest | |
DeleteClusterResult | |
DeleteServiceRequest | |
DeleteServiceResult | |
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 | |
DeregisterContainerInstanceResult | |
DeregisterTaskDefinitionRequest | |
DeregisterTaskDefinitionResult | |
DescribeClustersRequest | |
DescribeClustersResult | |
DescribeContainerInstancesRequest | |
DescribeContainerInstancesResult | |
DescribeServicesRequest | |
DescribeServicesResult | |
DescribeTaskDefinitionRequest | |
DescribeTaskDefinitionResult | |
DescribeTasksRequest | |
DescribeTasksResult | |
DiscoverPollEndpointRequest | |
DiscoverPollEndpointResult | |
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.
|
ListClustersRequest | |
ListClustersResult | |
ListContainerInstancesRequest | |
ListContainerInstancesResult | |
ListServicesRequest | |
ListServicesResult | |
ListTaskDefinitionFamiliesRequest | |
ListTaskDefinitionFamiliesResult | |
ListTaskDefinitionsRequest | |
ListTaskDefinitionsResult | |
ListTasksRequest | |
ListTasksResult | |
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.
|
PortMapping |
Port mappings allow containers to access ports on the host container instance to send or receive traffic.
|
RegisterContainerInstanceRequest | |
RegisterContainerInstanceResult | |
RegisterTaskDefinitionRequest | |
RegisterTaskDefinitionResult | |
Resource |
Describes the resources available for a container instance.
|
RunTaskRequest | |
RunTaskResult | |
Service |
Details on a service within a cluster
|
ServiceEvent |
Details on an event associated with a service.
|
StartTaskRequest | |
StartTaskResult | |
StopTaskRequest | |
StopTaskResult | |
SubmitContainerStateChangeRequest | |
SubmitContainerStateChangeResult | |
SubmitTaskStateChangeRequest | |
SubmitTaskStateChangeResult | |
Task |
Details on a task in a cluster.
|
TaskDefinition |
Details of a task definition.
|
TaskOverride |
The overrides associated with a task.
|
Ulimit |
The
ulimit settings to pass to the container. |
UpdateContainerAgentRequest | |
UpdateContainerAgentResult | |
UpdateServiceRequest | |
UpdateServiceResult | |
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.
|
Enum | Description |
---|---|
AgentUpdateStatus | |
DesiredStatus | |
LogDriver | |
NetworkMode | |
SortOrder | |
TaskDefinitionFamilyStatus | |
TaskDefinitionStatus | |
TransportProtocol | |
UlimitName |
Exception | Description |
---|---|
AmazonECSException |
Base exception for all service exceptions thrown by Amazon EC2 Container Service
|
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.
|
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.
|
UpdateInProgressException |
There is already a current Amazon ECS container agent update in progress on the specified container instance.
|
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.