View source: R/ecs_operations.R
ecs_submit_container_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_container_state_change/ for full documentation.
ecs_submit_container_state_change(
cluster = NULL,
task = NULL,
containerName = NULL,
runtimeId = NULL,
status = NULL,
exitCode = NULL,
reason = NULL,
networkBindings = NULL
)
cluster |
The short name or full ARN of the cluster that hosts the container. |
task |
The task ID or full Amazon Resource Name (ARN) of the task that hosts the container. |
containerName |
The name of the container. |
runtimeId |
The ID of the Docker container. |
status |
The status of the state change request. |
exitCode |
The exit code that's returned for the state change request. |
reason |
The reason for the state change request. |
networkBindings |
The network bindings of the container. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.