create_recovery_group(**kwargs)¶Creates a recovery group in an account. A recovery group corresponds to an application and includes a list of the cells that make up the application.
See also: AWS API Documentation
Request Syntax
response = client.create_recovery_group(
    Cells=[
        'string',
    ],
    RecoveryGroupName='string',
    Tags={
        'string': 'string'
    }
)
A list of the cell Amazon Resource Names (ARNs) in the recovery group.
[REQUIRED]
The name of the recovery group to create.
A collection of tags associated with a resource.
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.ThrottlingExceptionRoute53RecoveryReadiness.Client.exceptions.ValidationExceptionRoute53RecoveryReadiness.Client.exceptions.InternalServerExceptionRoute53RecoveryReadiness.Client.exceptions.ConflictExceptionRoute53RecoveryReadiness.Client.exceptions.AccessDeniedException