Update Recovery Group
route53recoveryreadiness_update_recovery_group | R Documentation |
Updates a recovery group¶
Description¶
Updates a recovery group.
Usage¶
route53recoveryreadiness_update_recovery_group(Cells, RecoveryGroupName)
Arguments¶
Cells |
[required] A list of cell Amazon Resource Names (ARNs). This list completely replaces the previous list. |
RecoveryGroupName |
[required] The name of a recovery group. |
Value¶
A list with the following syntax:
list(
Cells = list(
"string"
),
RecoveryGroupArn = "string",
RecoveryGroupName = "string",
Tags = list(
"string"
)
)
Request syntax¶
svc$update_recovery_group(
Cells = list(
"string"
),
RecoveryGroupName = "string"
)