List Readiness Checks
| route53recoveryreadiness_list_readiness_checks | R Documentation |
Lists the readiness checks for an account¶
Description¶
Lists the readiness checks for 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",
ReadinessChecks = list(
list(
ReadinessCheckArn = "string",
ReadinessCheckName = "string",
ResourceSet = "string",
Tags = list(
"string"
)
)
)
)