Route53RecoveryReadiness / Client / get_recovery_group

get_recovery_group#

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'
)
Parameters:

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