Get Recovery Group
route53recoveryreadiness_get_recovery_group | R Documentation |
Gets details about a recovery group, including a list of the cells that are included in it¶
Description¶
Gets details about a recovery group, including a list of the cells that are included in it.
Usage¶
Arguments¶
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"
)
)