Describe Cluster
route53recoverycontrolconfig_describe_cluster | R Documentation |
Display the details about a cluster¶
Description¶
Display the details about a cluster. The response includes the cluster name, endpoints, status, and Amazon Resource Name (ARN).
Usage¶
Arguments¶
ClusterArn
[required] The Amazon Resource Name (ARN) of the cluster.
Value¶
A list with the following syntax:
list(
Cluster = list(
ClusterArn = "string",
ClusterEndpoints = list(
list(
Endpoint = "string",
Region = "string"
)
),
Name = "string",
Status = "PENDING"|"DEPLOYED"|"PENDING_DELETION",
Owner = "string"
)
)