This action is only used by the Amazon ECS agent, and it is not intended for use outside of the agent.
Sent to acknowledge that an attachment changed states.
ecs_submit_attachment_state_changes(cluster, attachments)
A list with the following syntax:
list(
acknowledgment = "string"
)
The short name or full ARN of the cluster that hosts the container instance the attachment belongs to.
[required] Any attachments associated with the state change request.
svc$submit_attachment_state_changes(
cluster = "string",
attachments = list(
list(
attachmentArn = "string",
status = "string"
)
)
)