Create Cell
route53recoveryreadiness_create_cell | R Documentation |
Creates a cell in an account¶
Description¶
Creates a cell in an account.
Usage¶
route53recoveryreadiness_create_cell(CellName, Cells, Tags)
Arguments¶
CellName |
[required] The name of the cell to create. |
Cells |
A 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"
)
)
Request syntax¶
svc$create_cell(
CellName = "string",
Cells = list(
"string"
),
Tags = list(
"string"
)
)