route53recoverycontrolconfig_create_safety_rule {paws.networking} | R Documentation |
Creates a safety rule in a control panel
Description
Creates a safety rule in a control panel. Safety rules let you add safeguards around changing routing control states, and for enabling and disabling routing controls, to help prevent unexpected outcomes.
See https://www.paws-r-sdk.com/docs/route53recoverycontrolconfig_create_safety_rule/ for full documentation.
Usage
route53recoverycontrolconfig_create_safety_rule(
AssertionRule = NULL,
ClientToken = NULL,
GatingRule = NULL,
Tags = NULL
)
Arguments
AssertionRule |
The assertion rule requested. |
ClientToken |
A unique, case-sensitive string of up to 64 ASCII characters. To make an idempotent API request with an action, specify a client token in the request. |
GatingRule |
The gating rule requested. |
Tags |
The tags associated with the safety rule. |
[Package paws.networking version 0.7.0 Index]