List Clusters
| route53recoverycontrolconfig_list_clusters | R Documentation |
Returns an array of all the clusters in an account¶
Description¶
Returns an array of all the clusters in an account.
Usage¶
Arguments¶
MaxResultsThe number of objects that you want to return with this call.
NextTokenThe token that identifies which batch of results you want to see.
Value¶
A list with the following syntax:
list(
Clusters = list(
list(
ClusterArn = "string",
ClusterEndpoints = list(
list(
Endpoint = "string",
Region = "string"
)
),
Name = "string",
Status = "PENDING"|"DEPLOYED"|"PENDING_DELETION",
Owner = "string"
)
),
NextToken = "string"
)