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
- newtype RuleType where
- RuleType' {
- fromRuleType :: Text
- pattern RuleType_AND :: RuleType
- pattern RuleType_ATLEAST :: RuleType
- pattern RuleType_OR :: RuleType
- RuleType' {
Documentation
An enumerated type that determines how the evaluated rules are processed. RuleType can be one of the following:
ATLEAST - At least N routing controls must be set. You specify N as the Threshold in the rule configuration.
AND - All routing controls must be set. This is a shortcut for "At least N," where N is the total number of controls in the rule.
OR - Any control must be set. This is a shortcut for "At least N," where N is 1.
pattern RuleType_AND :: RuleType | |
pattern RuleType_ATLEAST :: RuleType | |
pattern RuleType_OR :: RuleType |