Get Cell
route53recoveryreadiness_get_cell | R Documentation |
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¶
Description¶
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.
Usage¶
Arguments¶
CellName
[required] The name of the cell.
Value¶
A list with the following syntax:
list(
CellArn = "string",
CellName = "string",
Cells = list(
"string"
),
ParentReadinessScopes = list(
"string"
),
Tags = list(
"string"
)
)