update_recovery_group
(**kwargs)¶Updates a recovery group.
See also: AWS API Documentation
Request Syntax
response = client.update_recovery_group(
Cells=[
'string',
],
RecoveryGroupName='string'
)
[REQUIRED]
A list of cell Amazon Resource Names (ARNs). This list completely replaces the previous list.
[REQUIRED]
The name of a recovery group.
dict
Response Syntax
{
'Cells': [
'string',
],
'RecoveryGroupArn': 'string',
'RecoveryGroupName': 'string',
'Tags': {
'string': 'string'
}
}
Response Structure
(dict) --
200 response - Success.
Cells (list) --
A list of a cell's Amazon Resource Names (ARNs).
RecoveryGroupArn (string) --
The Amazon Resource Name (ARN) for the recovery group.
RecoveryGroupName (string) --
The name of the recovery group.
Tags (dict) --
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