describe_cluster
(**kwargs)¶Display the details about a cluster. The response includes the cluster name, endpoints, status, and Amazon Resource Name (ARN).
See also: AWS API Documentation
Request Syntax
response = client.describe_cluster(
ClusterArn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the cluster.
{
'Cluster': {
'ClusterArn': 'string',
'ClusterEndpoints': [
{
'Endpoint': 'string',
'Region': 'string'
},
],
'Name': 'string',
'Status': 'PENDING'|'DEPLOYED'|'PENDING_DELETION'
}
}
Response Structure
200 response - Success.
The cluster for the DescribeCluster request.
The Amazon Resource Name (ARN) of the cluster.
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 Routing Control Actions.
A cluster endpoint. Specify an endpoint when you want to set or retrieve a routing control state in the cluster.
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 Routing Control Actions.
The Amazon Web Services Region for a cluster endpoint.
The name of the cluster.
Deployment status of a resource. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
Exceptions
Route53RecoveryControlConfig.Client.exceptions.ValidationException
Route53RecoveryControlConfig.Client.exceptions.InternalServerException
Route53RecoveryControlConfig.Client.exceptions.AccessDeniedException
Route53RecoveryControlConfig.Client.exceptions.ResourceNotFoundException
Route53RecoveryControlConfig.Client.exceptions.ThrottlingException
Route53RecoveryControlConfig.Client.exceptions.ConflictException