List Rules
| route53recoveryreadiness_list_rules | R Documentation |
Lists all readiness rules, or lists the readiness rules for a specific resource type¶
Description¶
Lists all readiness rules, or lists the readiness rules for a specific resource type.
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.
ResourceTypeThe resource type that a readiness rule applies to.
Value¶
A list with the following syntax:
list(
NextToken = "string",
Rules = list(
list(
ResourceType = "string",
RuleDescription = "string",
RuleId = "string"
)
)
)