route53recoveryreadiness_get_readiness_check_status {paws.networking} | R Documentation |
Gets the readiness status for an individual readiness check
Description
Gets the readiness status for an individual readiness check. To see the overall readiness status for a recovery group, that considers the readiness status for all the readiness checks in a recovery group, use GetRecoveryGroupReadinessSummary.
See https://www.paws-r-sdk.com/docs/route53recoveryreadiness_get_readiness_check_status/ for full documentation.
Usage
route53recoveryreadiness_get_readiness_check_status(
MaxResults = NULL,
NextToken = NULL,
ReadinessCheckName
)
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. |
ReadinessCheckName |
[required] Name of a readiness check. |
[Package paws.networking version 0.7.0 Index]