List Recovery Groups
| route53recoveryreadiness_list_recovery_groups | R Documentation |
Lists the recovery groups in an account¶
Description¶
Lists the recovery groups in an account.
Usage¶
Arguments¶
MaxResultsThe number of objects that you want to return with this call.
NextTokenThe token that identifies which batch of results you want to see.
Value¶
A list with the following syntax:
list(
NextToken = "string",
RecoveryGroups = list(
list(
Cells = list(
"string"
),
RecoveryGroupArn = "string",
RecoveryGroupName = "string",
Tags = list(
"string"
)
)
)
)