Runs a command remotely on a container within a task.
See https://www.paws-r-sdk.com/docs/ecs_execute_command/ for full documentation.
ecs_execute_command(
cluster = NULL,
container = NULL,
command,
interactive,
task
)
The Amazon Resource Name (ARN) or short name of the cluster the task is running in. If you do not specify a cluster, the default cluster is assumed.
The name of the container to execute the command on. A container name only needs to be specified for tasks containing multiple containers.
[required] The command to run on the container.
[required] Use this flag to run your command in interactive mode.
[required] The Amazon Resource Name (ARN) or ID of the task the container is part of.