Update Cell
route53recoveryreadiness_update_cell | R Documentation |
Updates a cell to replace the list of nested cells with a new list of nested cells¶
Description¶
Updates a cell to replace the list of nested cells with a new list of nested cells.
Usage¶
Arguments¶
CellName
[required] The name of the cell.
Cells
[required] A list of cell Amazon Resource Names (ARNs), which completely replaces the previous list.
Value¶
A list with the following syntax:
list(
CellArn = "string",
CellName = "string",
Cells = list(
"string"
),
ParentReadinessScopes = list(
"string"
),
Tags = list(
"string"
)
)