| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.WAFWebACL
Description
Synopsis
- data WAFWebACL = WAFWebACL {}
- wafWebACL :: WAFWebACLWafAction -> Val Text -> Val Text -> WAFWebACL
- wafwaclDefaultAction :: Lens' WAFWebACL WAFWebACLWafAction
- wafwaclMetricName :: Lens' WAFWebACL (Val Text)
- wafwaclName :: Lens' WAFWebACL (Val Text)
- wafwaclRules :: Lens' WAFWebACL (Maybe [WAFWebACLActivatedRule])
Documentation
Full data type definition for WAFWebACL. See wafWebACL for a more
convenient constructor.
Constructors
| WAFWebACL | |
Constructor for WAFWebACL containing required fields as arguments.