route53recoverycontrolconfig_list_safety_rules {paws.networking} | R Documentation |
List the safety rules (the assertion rules and gating rules) that you've defined for the routing controls in a control panel
Description
List the safety rules (the assertion rules and gating rules) that you've defined for the routing controls in a control panel.
See https://www.paws-r-sdk.com/docs/route53recoverycontrolconfig_list_safety_rules/ for full documentation.
Usage
route53recoverycontrolconfig_list_safety_rules(
ControlPanelArn,
MaxResults = NULL,
NextToken = NULL
)
Arguments
ControlPanelArn |
[required] The Amazon Resource Name (ARN) of the control panel. |
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. |
[Package paws.networking version 0.7.0 Index]