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¶
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.
ResourceType
The 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"
)
)
)