Skip to content

Discover Poll Endpoint

ecs_discover_poll_endpoint R Documentation

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.

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

Usage

ecs_discover_poll_endpoint(containerInstance, cluster)

Arguments

containerInstance

The container instance ID or full ARN of the container instance. For more information about the ARN format, see Amazon Resource Name (ARN) in the Amazon ECS Developer Guide.

cluster

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

Value

A list with the following syntax:

list(
  endpoint = "string",
  telemetryEndpoint = "string",
  serviceConnectEndpoint = "string"
)

Request syntax

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