paws.compute (version 0.1.0)

ecs_discover_poll_endpoint: 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.

Usage

ecs_discover_poll_endpoint(containerInstance, cluster)

Arguments

containerInstance

The container instance ID or full ARN of the container instance. The ARN contains the arn:aws:ecs namespace, followed by the Region of the container instance, the AWS account ID of the container instance owner, the container-instance namespace, and then the container instance ID. For example, arn:aws:ecs:<i>region</i>:<i>aws_account_id</i>:container-instance/<i>container_instance_ID</i> .

cluster

The short name or full Amazon Resource Name (ARN) of the cluster to which the container instance belongs.

Request syntax

svc$discover_poll_endpoint(
  containerInstance = "string",
  cluster = "string"
)

Details

Returns an endpoint for the Amazon ECS agent to poll for updates.