Learn R Programming

paws.compute (version 0.1.12)

ecs_submit_attachment_state_changes: This action is only used by the Amazon ECS agent, and it is not intended for use outside of the agent

Description

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.

Usage

ecs_submit_attachment_state_changes(cluster, attachments)

Value

A list with the following syntax:

list(
  acknowledgment = "string"
)

Arguments

cluster

The short name or full ARN of the cluster that hosts the container instance the attachment belongs to.

attachments

[required] Any attachments associated with the state change request.

Request syntax

svc$submit_attachment_state_changes(
  cluster = "string",
  attachments = list(
    list(
      attachmentArn = "string",
      status = "string"
    )
  )
)