Route53RecoveryReadiness / Client / update_recovery_group
update_recovery_group#
- Route53RecoveryReadiness.Client.update_recovery_group(**kwargs)#
Updates a recovery group.
See also: AWS API Documentation
Request Syntax
response = client.update_recovery_group( Cells=[ 'string', ], RecoveryGroupName='string' )
- Parameters:
Cells (list) –
[REQUIRED]
A list of cell Amazon Resource Names (ARNs). This list completely replaces the previous list.
(string) –
RecoveryGroupName (string) –
[REQUIRED]
The name of a recovery group.
- Return type:
dict
- Returns:
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).
(string) –
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.
(string) –
(string) –
Exceptions
Route53RecoveryReadiness.Client.exceptions.ResourceNotFoundException
Route53RecoveryReadiness.Client.exceptions.ThrottlingException
Route53RecoveryReadiness.Client.exceptions.ValidationException
Route53RecoveryReadiness.Client.exceptions.InternalServerException
Route53RecoveryReadiness.Client.exceptions.AccessDeniedException