ecs_describe_clusters: Describes one or more of your clusters

View source: R/ecs_operations.R

ecs_describe_clustersR Documentation

Describes one or more of your clusters

Description

Describes one or more of your clusters.

See https://www.paws-r-sdk.com/docs/ecs_describe_clusters/ for full documentation.

Usage

ecs_describe_clusters(clusters = NULL, include = NULL)

Arguments

clusters

A list of up to 100 cluster names or full cluster Amazon Resource Name (ARN) entries. If you do not specify a cluster, the default cluster is assumed.

include

Determines whether to include additional information about the clusters in the response. If this field is omitted, this information isn't included.

If ATTACHMENTS is specified, the attachments for the container instances or tasks within the cluster are included, for example the capacity providers.

If SETTINGS is specified, the settings for the cluster are included.

If CONFIGURATIONS is specified, the configuration for the cluster is included.

If STATISTICS is specified, the task and service count is included, separated by launch type.

If TAGS is specified, the metadata tags associated with the cluster are included.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.