Values.ContainerInstanceSourceAn Amazon EC2 or External instance that's running the Amazon ECS agent and has been registered with a cluster.
type nonrec t = {containerInstanceArn : String_.t option;The Amazon Resource Name (ARN) of the container instance. For more information about the ARN format, see Amazon Resource Name (ARN) in the Amazon ECS Developer Guide.
*)ec2InstanceId : String_.t option;The ID of the container instance. For Amazon EC2 instances, this value is the Amazon EC2 instance ID. For external instances, this value is the Amazon Web Services Systems Manager managed instance ID.
*)capacityProviderName : String_.t option;The capacity provider that's associated with the container instance.
*)version : Long.t option;The version counter for the container instance. Every time a container instance experiences a change that triggers a CloudWatch event, the version counter is incremented. If you're replicating your Amazon ECS container instance state with CloudWatch Events, you can compare the version of a container instance reported by the Amazon ECS APIs with the version reported in CloudWatch Events for the container instance (inside the detail object) to verify that the version in your event stream is current.
*)versionInfo : VersionInfo.t option;The version information for the Amazon ECS container agent and Docker daemon running on the container instance.
*)remainingResources : Resources.t option;For CPU and memory resource types, this parameter describes the remaining CPU and memory that wasn't already allocated to tasks and is therefore available for new tasks. For port resource types, this parameter describes the ports that were reserved by the Amazon ECS container agent (at instance registration time) and any task containers that have reserved port mappings on the host (with the host or bridge network mode). Any port that's not specified here is available for new tasks.
*)registeredResources : Resources.t option;For CPU and memory resource types, this parameter describes the amount of each resource that was available on the container instance when the container agent registered it with Amazon ECS. This value represents the total amount of CPU and memory that can be allocated on this container instance to tasks. For port resource types, this parameter describes the ports that were reserved by the Amazon ECS container agent when it registered the container instance with Amazon ECS.
*)status : String_.t option;The status of the container instance. The valid values are REGISTERING, REGISTRATION_FAILED, ACTIVE, INACTIVE, DEREGISTERING, or DRAINING. If your account has opted in to the awsvpcTrunking account setting, then any newly registered container instance will transition to a REGISTERING status while the trunk elastic network interface is provisioned for the instance. If the registration fails, the instance will transition to a REGISTRATION_FAILED status. You can describe the container instance and see the reason for failure in the statusReason parameter. Once the container instance is terminated, the instance transitions to a DEREGISTERING status while the trunk elastic network interface is deprovisioned. The instance then transitions to an INACTIVE status. The ACTIVE status indicates that the container instance can accept tasks. The DRAINING indicates that new tasks aren't placed on the container instance and any service tasks running on the container instance are removed if possible. For more information, see Container instance draining in the Amazon Elastic Container Service Developer Guide.
*)statusReason : String_.t option;The reason that the container instance reached its current status.
*)agentConnected : Boolean.t option;This parameter returns true if the agent is connected to Amazon ECS. An instance with an agent that may be unhealthy or stopped return false. Only instances connected to an agent can accept task placement requests.
*)runningTasksCount : Integer.t option;The number of tasks on the container instance that have a desired status (desiredStatus) of RUNNING.
*)pendingTasksCount : Integer.t option;The number of tasks on the container instance that are in the PENDING status.
*)agentUpdateStatus : AgentUpdateStatus.t option;The status of the most recent agent update. If an update wasn't ever requested, this value is NULL.
*)attributes : Attributes.t option;The attributes set for the container instance, either by the Amazon ECS container agent at instance registration or manually with the PutAttributes operation.
*)registeredAt : Timestamp.t option;The Unix timestamp for the time when the container instance was registered.
*)attachments : Attachments.t option;The resources attached to a container instance, such as an elastic network interface.
*)healthStatus : ContainerInstanceHealthStatus.t option;An object representing the health status of the container instance.
*)}val make :
?containerInstanceArn:??? ->
?ec2InstanceId:??? ->
?capacityProviderName:??? ->
?version:??? ->
?versionInfo:??? ->
?remainingResources:??? ->
?registeredResources:??? ->
?status:??? ->
?statusReason:??? ->
?agentConnected:??? ->
?runningTasksCount:??? ->
?pendingTasksCount:??? ->
?agentUpdateStatus:??? ->
?attributes:??? ->
?registeredAt:??? ->
?attachments:??? ->
?tags:??? ->
?healthStatus:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Double of Double.t
| `Enum of string
| `Integer of Integer.t
| `List of
[> `String of String_.t
| `Structure of (string * [> `String of String_.t ]) list ]
list
| `Long of Long.t
| `String of String_.t ])
list ]
list
| `Long of Long.t
| `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]
list
| `String of String_.t ])
list
| `Timestamp of Timestamp.t ])
list ]