Route53RecoveryReadiness / Client / get_cell

get_cell#

Route53RecoveryReadiness.Client.get_cell(**kwargs)#

Gets information about a cell including cell name, cell Amazon Resource Name (ARN), ARNs of nested cells for this cell, and a list of those cell ARNs with their associated recovery group ARNs.

See also: AWS API Documentation

Request Syntax

response = client.get_cell(
    CellName='string'
)
Parameters:

CellName (string) –

[REQUIRED]

The name of the cell.

Return type:

dict

Returns:

Response Syntax

{
    'CellArn': 'string',
    'CellName': 'string',
    'Cells': [
        'string',
    ],
    'ParentReadinessScopes': [
        'string',
    ],
    'Tags': {
        'string': 'string'
    }
}

Response Structure

  • (dict) –

    200 response - Success.

    • CellArn (string) –

      The Amazon Resource Name (ARN) for the cell.

    • CellName (string) –

      The name of the cell.

    • Cells (list) –

      A list of cell ARNs.

      • (string) –

    • ParentReadinessScopes (list) –

      The readiness scope for the cell, which can be a cell Amazon Resource Name (ARN) or a recovery group ARN. This is a list but currently can have only one element.

      • (string) –

    • Tags (dict) –

      Tags on the resources.

      • (string) –

        • (string) –

Exceptions