Create Cell
| route53recoveryreadiness_create_cell | R Documentation |
Creates a cell in an account¶
Description¶
Creates a cell in an account.
Usage¶
Arguments¶
CellName[required] The name of the cell to create.
CellsA list of cell Amazon Resource Names (ARNs) contained within this cell, for use in nested cells. For example, Availability Zones within specific Amazon Web Services Regions.
Tags
Value¶
A list with the following syntax:
list(
CellArn = "string",
CellName = "string",
Cells = list(
"string"
),
ParentReadinessScopes = list(
"string"
),
Tags = list(
"string"
)
)