route53recoveryreadiness_get_recovery_group_readiness_summary {paws.networking} | R Documentation |
Displays a summary of information about a recovery group's readiness status
Description
Displays a summary of information about a recovery group's readiness status. Includes the readiness checks for resources in the recovery group and the readiness status of each one.
See https://www.paws-r-sdk.com/docs/route53recoveryreadiness_get_recovery_group_readiness_summary/ for full documentation.
Usage
route53recoveryreadiness_get_recovery_group_readiness_summary(
MaxResults = NULL,
NextToken = NULL,
RecoveryGroupName
)
Arguments
MaxResults |
The number of objects that you want to return with this call. |
NextToken |
The token that identifies which batch of results you want to see. |
RecoveryGroupName |
[required] The name of a recovery group. |
[Package paws.networking version 0.7.0 Index]