Stratosphere.WAF.WebACL
module Stratosphere.WAF.WebACL.ActivatedRuleProperty
module Stratosphere.WAF.WebACL.WafActionProperty
data WebACL Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-defaultaction
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-metricname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-waf-webacl.html#cfn-waf-webacl-rules
Defined in Stratosphere.WAF.WebACL
Methods
toJSON :: WebACL -> Value #
toEncoding :: WebACL -> Encoding #
toJSONList :: [WebACL] -> Value #
toEncodingList :: [WebACL] -> Encoding #
omitField :: WebACL -> Bool #
showsPrec :: Int -> WebACL -> ShowS #
show :: WebACL -> String #
showList :: [WebACL] -> ShowS #
(==) :: WebACL -> WebACL -> Bool #
(/=) :: WebACL -> WebACL -> Bool #
toResourceProperties :: WebACL -> ResourceProperties #
Associated Types
set :: PropertyType "DefaultAction" WebACL -> WebACL -> WebACL #
set :: PropertyType "MetricName" WebACL -> WebACL -> WebACL #
set :: PropertyType "Name" WebACL -> WebACL -> WebACL #
set :: PropertyType "Rules" WebACL -> WebACL -> WebACL #
mkWebACL :: WafActionProperty -> Value Text -> Value Text -> WebACL Source #