| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.WAFv2.LoggingConfiguration.FilterProperty
Documentation
data ActionConditionProperty Source #
Constructors
| ActionConditionProperty | |
Instances
data ConditionProperty Source #
Constructors
| ConditionProperty | |
Instances
| ToJSON ConditionProperty Source # | |||||
Defined in Stratosphere.WAFv2.LoggingConfiguration.ConditionProperty Methods toJSON :: ConditionProperty -> Value # toEncoding :: ConditionProperty -> Encoding # toJSONList :: [ConditionProperty] -> Value # toEncodingList :: [ConditionProperty] -> Encoding # omitField :: ConditionProperty -> Bool # | |||||
| Show ConditionProperty Source # | |||||
Defined in Stratosphere.WAFv2.LoggingConfiguration.ConditionProperty Methods showsPrec :: Int -> ConditionProperty -> ShowS # show :: ConditionProperty -> String # showList :: [ConditionProperty] -> ShowS # | |||||
| Eq ConditionProperty Source # | |||||
Defined in Stratosphere.WAFv2.LoggingConfiguration.ConditionProperty Methods (==) :: ConditionProperty -> ConditionProperty -> Bool # (/=) :: ConditionProperty -> ConditionProperty -> Bool # | |||||
| ToResourceProperties ConditionProperty Source # | |||||
| Property "ActionCondition" ConditionProperty Source # | |||||
Defined in Stratosphere.WAFv2.LoggingConfiguration.ConditionProperty Associated Types
Methods set :: PropertyType "ActionCondition" ConditionProperty -> ConditionProperty -> ConditionProperty # | |||||
| Property "LabelNameCondition" ConditionProperty Source # | |||||
Defined in Stratosphere.WAFv2.LoggingConfiguration.ConditionProperty Associated Types
Methods set :: PropertyType "LabelNameCondition" ConditionProperty -> ConditionProperty -> ConditionProperty # | |||||
| type PropertyType "ActionCondition" ConditionProperty Source # | |||||
| type PropertyType "LabelNameCondition" ConditionProperty Source # | |||||
data LabelNameConditionProperty Source #
Constructors
| LabelNameConditionProperty | |
Fields
| |
Instances
| ToJSON LabelNameConditionProperty Source # | |||||
| Show LabelNameConditionProperty Source # | |||||
Defined in Stratosphere.WAFv2.LoggingConfiguration.LabelNameConditionProperty Methods showsPrec :: Int -> LabelNameConditionProperty -> ShowS # show :: LabelNameConditionProperty -> String # showList :: [LabelNameConditionProperty] -> ShowS # | |||||
| Eq LabelNameConditionProperty Source # | |||||
| ToResourceProperties LabelNameConditionProperty Source # | |||||
| Property "LabelName" LabelNameConditionProperty Source # | |||||
Defined in Stratosphere.WAFv2.LoggingConfiguration.LabelNameConditionProperty Associated Types
Methods set :: PropertyType "LabelName" LabelNameConditionProperty -> LabelNameConditionProperty -> LabelNameConditionProperty # | |||||
| type PropertyType "LabelName" LabelNameConditionProperty Source # | |||||
data FilterProperty Source #
Constructors
| FilterProperty | |
Fields
| |
Instances
| ToJSON FilterProperty Source # | |||||
Defined in Stratosphere.WAFv2.LoggingConfiguration.FilterProperty Methods toJSON :: FilterProperty -> Value # toEncoding :: FilterProperty -> Encoding # toJSONList :: [FilterProperty] -> Value # toEncodingList :: [FilterProperty] -> Encoding # omitField :: FilterProperty -> Bool # | |||||
| Show FilterProperty Source # | |||||
Defined in Stratosphere.WAFv2.LoggingConfiguration.FilterProperty Methods showsPrec :: Int -> FilterProperty -> ShowS # show :: FilterProperty -> String # showList :: [FilterProperty] -> ShowS # | |||||
| Eq FilterProperty Source # | |||||
Defined in Stratosphere.WAFv2.LoggingConfiguration.FilterProperty Methods (==) :: FilterProperty -> FilterProperty -> Bool # (/=) :: FilterProperty -> FilterProperty -> Bool # | |||||
| ToResourceProperties FilterProperty Source # | |||||
Defined in Stratosphere.WAFv2.LoggingConfiguration.FilterProperty Methods toResourceProperties :: FilterProperty -> ResourceProperties # | |||||
| Property "Behavior" FilterProperty Source # | |||||
Defined in Stratosphere.WAFv2.LoggingConfiguration.FilterProperty Associated Types
Methods set :: PropertyType "Behavior" FilterProperty -> FilterProperty -> FilterProperty # | |||||
| Property "Conditions" FilterProperty Source # | |||||
Defined in Stratosphere.WAFv2.LoggingConfiguration.FilterProperty Associated Types
Methods set :: PropertyType "Conditions" FilterProperty -> FilterProperty -> FilterProperty # | |||||
| Property "Requirement" FilterProperty Source # | |||||
Defined in Stratosphere.WAFv2.LoggingConfiguration.FilterProperty Associated Types
Methods set :: PropertyType "Requirement" FilterProperty -> FilterProperty -> FilterProperty # | |||||
| type PropertyType "Behavior" FilterProperty Source # | |||||
| type PropertyType "Conditions" FilterProperty Source # | |||||
| type PropertyType "Requirement" FilterProperty Source # | |||||
mkFilterProperty :: Value Text -> [ConditionProperty] -> Value Text -> FilterProperty Source #