Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.ResourceProperties.WAFRulePredicate
- data WAFRulePredicate = WAFRulePredicate {}
- wafRulePredicate :: Val Text -> Val Bool -> Val Text -> WAFRulePredicate
- wafrpDataId :: Lens' WAFRulePredicate (Val Text)
- wafrpNegated :: Lens' WAFRulePredicate (Val Bool)
- wafrpType :: Lens' WAFRulePredicate (Val Text)
Documentation
data WAFRulePredicate #
Full data type definition for WAFRulePredicate. See wafRulePredicate
for a more convenient constructor.
Constructors
WAFRulePredicate | |
Fields |
Constructor for WAFRulePredicate
containing required fields as
arguments.
wafrpDataId :: Lens' WAFRulePredicate (Val Text) #