[ aws . route53-recovery-control-config ]

list-clusters

Description

Returns an array of all the clusters in an account.

See also: AWS API Documentation

See ‘aws help’ for descriptions of global parameters.

Synopsis

  list-clusters
[--max-results <value>]
[--next-token <value>]
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]

Options

--max-results (integer)

The number of objects that you want to return with this call.

--next-token (string)

The token that identifies which batch of results you want to see.

--cli-input-json | --cli-input-yaml (string) Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml.

--generate-cli-skeleton (string) Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input, prints a sample input JSON that can be used as an argument for --cli-input-json. Similarly, if provided yaml-input it will print a sample input YAML that can be used with --cli-input-yaml. If provided with the value output, it validates the command inputs and returns a sample output JSON for that command.

See ‘aws help’ for descriptions of global parameters.

Output

Clusters -> (list)

An array of the clusters in an account.

(structure)

A cluster is a set of five consensus-forming Regional endpoints that represent the infrastructure that hosts your routing controls. Typically, you host together on one cluster all of the routing controls for your applications.

ClusterArn -> (string)

The Amazon Resource Name (ARN) of the cluster.

ClusterEndpoints -> (list)

Endpoints for a cluster. Specify one of these endpoints when you want to set or retrieve a routing control state in the cluster.

To get or update the routing control state, see the Amazon Route 53 Application Recovery Controller Cluster (Data Plane) Actions.

(structure)

A cluster endpoint. Specify an endpoint when you want to set or retrieve a routing control state in the cluster.

Endpoint -> (string)

A cluster endpoint. Specify an endpoint and Amazon Web Services Region when you want to set or retrieve a routing control state in the cluster.

To get or update the routing control state, see the Amazon Route 53 Application Recovery Controller Cluster (Data Plane) Actions.

Region -> (string)

The Amazon Web Services Region for a cluster endpoint.

Name -> (string)

The name of the cluster.

Status -> (string)

Deployment status of a resource. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.

NextToken -> (string)

The token that identifies which batch of results you want to see.