View source: R/ecs_operations.R
ecs_submit_task_state_change | R Documentation |
This action is only used by the Amazon ECS agent, and it is not intended for use outside of the agent.
See https://www.paws-r-sdk.com/docs/ecs_submit_task_state_change/ for full documentation.
ecs_submit_task_state_change(
cluster = NULL,
task = NULL,
status = NULL,
reason = NULL,
containers = NULL,
attachments = NULL,
managedAgents = NULL,
pullStartedAt = NULL,
pullStoppedAt = NULL,
executionStoppedAt = NULL
)
cluster |
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task. |
task |
The task ID or full ARN of the task in the state change request. |
status |
The status of the state change request. |
reason |
The reason for the state change request. |
containers |
Any containers that's associated with the state change request. |
attachments |
Any attachments associated with the state change request. |
managedAgents |
The details for the managed agent that's associated with the task. |
pullStartedAt |
The Unix timestamp for the time when the container image pull started. |
pullStoppedAt |
The Unix timestamp for the time when the container image pull completed. |
executionStoppedAt |
The Unix timestamp for the time when the task execution stopped. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.