| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.NetworkFirewall.RuleGroup.CustomActionProperty
Documentation
data DimensionProperty Source #
Constructors
| DimensionProperty | |
Fields
| |
Instances
data ActionDefinitionProperty Source #
Constructors
| ActionDefinitionProperty | |
Fields | |
Instances
| ToJSON ActionDefinitionProperty Source # | |||||
Defined in Stratosphere.NetworkFirewall.RuleGroup.ActionDefinitionProperty Methods toJSON :: ActionDefinitionProperty -> Value # toEncoding :: ActionDefinitionProperty -> Encoding # toJSONList :: [ActionDefinitionProperty] -> Value # | |||||
| Show ActionDefinitionProperty Source # | |||||
Defined in Stratosphere.NetworkFirewall.RuleGroup.ActionDefinitionProperty Methods showsPrec :: Int -> ActionDefinitionProperty -> ShowS # show :: ActionDefinitionProperty -> String # showList :: [ActionDefinitionProperty] -> ShowS # | |||||
| Eq ActionDefinitionProperty Source # | |||||
Defined in Stratosphere.NetworkFirewall.RuleGroup.ActionDefinitionProperty Methods (==) :: ActionDefinitionProperty -> ActionDefinitionProperty -> Bool # (/=) :: ActionDefinitionProperty -> ActionDefinitionProperty -> Bool # | |||||
| ToResourceProperties ActionDefinitionProperty Source # | |||||
| Property "PublishMetricAction" ActionDefinitionProperty Source # | |||||
Defined in Stratosphere.NetworkFirewall.RuleGroup.ActionDefinitionProperty Associated Types
Methods set :: PropertyType "PublishMetricAction" ActionDefinitionProperty -> ActionDefinitionProperty -> ActionDefinitionProperty # | |||||
| type PropertyType "PublishMetricAction" ActionDefinitionProperty Source # | |||||
data PublishMetricActionProperty Source #
Constructors
| PublishMetricActionProperty | |
Fields
| |
Instances
| ToJSON PublishMetricActionProperty Source # | |||||
Defined in Stratosphere.NetworkFirewall.RuleGroup.PublishMetricActionProperty Methods toJSON :: PublishMetricActionProperty -> Value # toEncoding :: PublishMetricActionProperty -> Encoding # toJSONList :: [PublishMetricActionProperty] -> Value # toEncodingList :: [PublishMetricActionProperty] -> Encoding # | |||||
| Show PublishMetricActionProperty Source # | |||||
Defined in Stratosphere.NetworkFirewall.RuleGroup.PublishMetricActionProperty Methods showsPrec :: Int -> PublishMetricActionProperty -> ShowS # show :: PublishMetricActionProperty -> String # showList :: [PublishMetricActionProperty] -> ShowS # | |||||
| Eq PublishMetricActionProperty Source # | |||||
| ToResourceProperties PublishMetricActionProperty Source # | |||||
| Property "Dimensions" PublishMetricActionProperty Source # | |||||
Defined in Stratosphere.NetworkFirewall.RuleGroup.PublishMetricActionProperty Associated Types
Methods set :: PropertyType "Dimensions" PublishMetricActionProperty -> PublishMetricActionProperty -> PublishMetricActionProperty # | |||||
| type PropertyType "Dimensions" PublishMetricActionProperty Source # | |||||
data CustomActionProperty Source #
Constructors
| CustomActionProperty | |
Fields | |
Instances
| ToJSON CustomActionProperty Source # | |||||
Defined in Stratosphere.NetworkFirewall.RuleGroup.CustomActionProperty Methods toJSON :: CustomActionProperty -> Value # toEncoding :: CustomActionProperty -> Encoding # toJSONList :: [CustomActionProperty] -> Value # toEncodingList :: [CustomActionProperty] -> Encoding # omitField :: CustomActionProperty -> Bool # | |||||
| Show CustomActionProperty Source # | |||||
Defined in Stratosphere.NetworkFirewall.RuleGroup.CustomActionProperty Methods showsPrec :: Int -> CustomActionProperty -> ShowS # show :: CustomActionProperty -> String # showList :: [CustomActionProperty] -> ShowS # | |||||
| Eq CustomActionProperty Source # | |||||
Defined in Stratosphere.NetworkFirewall.RuleGroup.CustomActionProperty Methods (==) :: CustomActionProperty -> CustomActionProperty -> Bool # (/=) :: CustomActionProperty -> CustomActionProperty -> Bool # | |||||
| ToResourceProperties CustomActionProperty Source # | |||||
| Property "ActionDefinition" CustomActionProperty Source # | |||||
Defined in Stratosphere.NetworkFirewall.RuleGroup.CustomActionProperty Associated Types
Methods set :: PropertyType "ActionDefinition" CustomActionProperty -> CustomActionProperty -> CustomActionProperty # | |||||
| Property "ActionName" CustomActionProperty Source # | |||||
Defined in Stratosphere.NetworkFirewall.RuleGroup.CustomActionProperty Associated Types
Methods set :: PropertyType "ActionName" CustomActionProperty -> CustomActionProperty -> CustomActionProperty # | |||||
| type PropertyType "ActionDefinition" CustomActionProperty Source # | |||||
| type PropertyType "ActionName" CustomActionProperty Source # | |||||