Route53RecoveryReadiness.Client.
get_recovery_group
(**kwargs)¶Gets details about a recovery group, including a list of the cells that are included in it.
See also: AWS API Documentation
Request Syntax
response = client.get_recovery_group(
RecoveryGroupName='string'
)
[REQUIRED]
The name of a recovery group.
{
'Cells': [
'string',
],
'RecoveryGroupArn': 'string',
'RecoveryGroupName': 'string',
'Tags': {
'string': 'string'
}
}
Response Structure
200 response - Success.
A list of a cell's Amazon Resource Names (ARNs).
The Amazon Resource Name (ARN) for the recovery group.
The name of the recovery group.
The tags associated with the recovery group.
Exceptions
Route53RecoveryReadiness.Client.exceptions.ResourceNotFoundException
Route53RecoveryReadiness.Client.exceptions.ThrottlingException
Route53RecoveryReadiness.Client.exceptions.ValidationException
Route53RecoveryReadiness.Client.exceptions.InternalServerException
Route53RecoveryReadiness.Client.exceptions.AccessDeniedException