Safe Haskell | None |
---|---|
Language | Haskell2010 |
Stratosphere.ResourceProperties.WAFByteMatchSetByteMatchTuple
- data WAFByteMatchSetByteMatchTuple = WAFByteMatchSetByteMatchTuple {
- _wAFByteMatchSetByteMatchTupleFieldToMatch :: WAFByteMatchSetFieldToMatch
- _wAFByteMatchSetByteMatchTuplePositionalConstraint :: Val Text
- _wAFByteMatchSetByteMatchTupleTargetString :: Maybe (Val Text)
- _wAFByteMatchSetByteMatchTupleTargetStringBase64 :: Maybe (Val Text)
- _wAFByteMatchSetByteMatchTupleTextTransformation :: Val Text
- wafByteMatchSetByteMatchTuple :: WAFByteMatchSetFieldToMatch -> Val Text -> Val Text -> WAFByteMatchSetByteMatchTuple
- wafbmsbmtFieldToMatch :: Lens' WAFByteMatchSetByteMatchTuple WAFByteMatchSetFieldToMatch
- wafbmsbmtPositionalConstraint :: Lens' WAFByteMatchSetByteMatchTuple (Val Text)
- wafbmsbmtTargetString :: Lens' WAFByteMatchSetByteMatchTuple (Maybe (Val Text))
- wafbmsbmtTargetStringBase64 :: Lens' WAFByteMatchSetByteMatchTuple (Maybe (Val Text))
- wafbmsbmtTextTransformation :: Lens' WAFByteMatchSetByteMatchTuple (Val Text)
Documentation
data WAFByteMatchSetByteMatchTuple #
Full data type definition for WAFByteMatchSetByteMatchTuple. See
wafByteMatchSetByteMatchTuple
for a more convenient constructor.
Constructors
wafByteMatchSetByteMatchTuple #
Arguments
:: WAFByteMatchSetFieldToMatch | |
-> Val Text | |
-> Val Text | |
-> WAFByteMatchSetByteMatchTuple |
Constructor for WAFByteMatchSetByteMatchTuple
containing required
fields as arguments.