stratosphere-wafregional-1.0.0: Stratosphere integration for AWS WAFRegional.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.WAFRegional.Rule

Documentation

data Rule Source #

Instances

Instances details
ToJSON Rule Source # 
Instance details

Defined in Stratosphere.WAFRegional.Rule

Show Rule Source # 
Instance details

Defined in Stratosphere.WAFRegional.Rule

Methods

showsPrec :: Int -> Rule -> ShowS #

show :: Rule -> String #

showList :: [Rule] -> ShowS #

Eq Rule Source # 
Instance details

Defined in Stratosphere.WAFRegional.Rule

Methods

(==) :: Rule -> Rule -> Bool #

(/=) :: Rule -> Rule -> Bool #

ToResourceProperties Rule Source # 
Instance details

Defined in Stratosphere.WAFRegional.Rule

Property "MetricName" Rule Source # 
Instance details

Defined in Stratosphere.WAFRegional.Rule

Associated Types

type PropertyType "MetricName" Rule 
Instance details

Defined in Stratosphere.WAFRegional.Rule

type PropertyType "MetricName" Rule = Value Text

Methods

set :: PropertyType "MetricName" Rule -> Rule -> Rule #

Property "Name" Rule Source # 
Instance details

Defined in Stratosphere.WAFRegional.Rule

Associated Types

type PropertyType "Name" Rule 
Instance details

Defined in Stratosphere.WAFRegional.Rule

type PropertyType "Name" Rule = Value Text

Methods

set :: PropertyType "Name" Rule -> Rule -> Rule #

Property "Predicates" Rule Source # 
Instance details

Defined in Stratosphere.WAFRegional.Rule

Associated Types

type PropertyType "Predicates" Rule 
Instance details

Defined in Stratosphere.WAFRegional.Rule

type PropertyType "Predicates" Rule = [PredicateProperty]

Methods

set :: PropertyType "Predicates" Rule -> Rule -> Rule #

type PropertyType "MetricName" Rule Source # 
Instance details

Defined in Stratosphere.WAFRegional.Rule

type PropertyType "MetricName" Rule = Value Text
type PropertyType "Name" Rule Source # 
Instance details

Defined in Stratosphere.WAFRegional.Rule

type PropertyType "Name" Rule = Value Text
type PropertyType "Predicates" Rule Source # 
Instance details

Defined in Stratosphere.WAFRegional.Rule

type PropertyType "Predicates" Rule = [PredicateProperty]