Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data NewGatingRule = NewGatingRule' {
- targetControls :: [Text]
- controlPanelArn :: Text
- gatingControls :: [Text]
- ruleConfig :: RuleConfig
- waitPeriodMs :: Int
- name :: Text
- newNewGatingRule :: Text -> RuleConfig -> Int -> Text -> NewGatingRule
- newGatingRule_targetControls :: Lens' NewGatingRule [Text]
- newGatingRule_controlPanelArn :: Lens' NewGatingRule Text
- newGatingRule_gatingControls :: Lens' NewGatingRule [Text]
- newGatingRule_ruleConfig :: Lens' NewGatingRule RuleConfig
- newGatingRule_waitPeriodMs :: Lens' NewGatingRule Int
- newGatingRule_name :: Lens' NewGatingRule Text
Documentation
data NewGatingRule Source #
A new gating rule for a control panel.
See: newNewGatingRule
smart constructor.
NewGatingRule' | |
|
Instances
:: Text | |
-> RuleConfig | |
-> Int | |
-> Text | |
-> NewGatingRule |
Create a value of NewGatingRule
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:targetControls:NewGatingRule'
, newGatingRule_targetControls
- Routing controls that can only be set or unset if the specified
RuleConfig evaluates to true for the specified GatingControls. For
example, say you have three gating controls, one for each of three
Amazon Web Services Regions. Now you specify AtLeast 2 as your
RuleConfig. With these settings, you can only change (set or unset) the
routing controls that you have specified as TargetControls if that rule
evaluates to true.
In other words, your ability to change the routing controls that you have specified as TargetControls is gated by the rule that you set for the routing controls in GatingControls.
$sel:controlPanelArn:NewGatingRule'
, newGatingRule_controlPanelArn
- The Amazon Resource Name (ARN) of the control panel.
$sel:gatingControls:NewGatingRule'
, newGatingRule_gatingControls
- The gating controls for the new gating rule. That is, routing controls
that are evaluated by the rule configuration that you specify.
$sel:ruleConfig:NewGatingRule'
, newGatingRule_ruleConfig
- The criteria that you set for specific gating controls (routing
controls) that designates how many controls must be enabled to allow you
to change (set or unset) the target controls.
$sel:waitPeriodMs:NewGatingRule'
, newGatingRule_waitPeriodMs
- An evaluation period, in milliseconds (ms), during which any request
against the target routing controls will fail. This helps prevent
"flapping" of state. The wait period is 5000 ms by default, but you
can choose a custom value.
$sel:name:NewGatingRule'
, newGatingRule_name
- The name for the new gating rule.
newGatingRule_targetControls :: Lens' NewGatingRule [Text] Source #
Routing controls that can only be set or unset if the specified RuleConfig evaluates to true for the specified GatingControls. For example, say you have three gating controls, one for each of three Amazon Web Services Regions. Now you specify AtLeast 2 as your RuleConfig. With these settings, you can only change (set or unset) the routing controls that you have specified as TargetControls if that rule evaluates to true.
In other words, your ability to change the routing controls that you have specified as TargetControls is gated by the rule that you set for the routing controls in GatingControls.
newGatingRule_controlPanelArn :: Lens' NewGatingRule Text Source #
The Amazon Resource Name (ARN) of the control panel.
newGatingRule_gatingControls :: Lens' NewGatingRule [Text] Source #
The gating controls for the new gating rule. That is, routing controls that are evaluated by the rule configuration that you specify.
newGatingRule_ruleConfig :: Lens' NewGatingRule RuleConfig Source #
The criteria that you set for specific gating controls (routing controls) that designates how many controls must be enabled to allow you to change (set or unset) the target controls.
newGatingRule_waitPeriodMs :: Lens' NewGatingRule Int Source #
An evaluation period, in milliseconds (ms), during which any request against the target routing controls will fail. This helps prevent "flapping" of state. The wait period is 5000 ms by default, but you can choose a custom value.
newGatingRule_name :: Lens' NewGatingRule Text Source #
The name for the new gating rule.