stratosphere-networkfirewall-1.0.0: Stratosphere integration for AWS NetworkFirewall.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.NetworkFirewall.RuleGroup.RuleDefinitionProperty

Documentation

data AddressProperty Source #

Instances

Instances details
ToJSON AddressProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.AddressProperty

Show AddressProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.AddressProperty

Eq AddressProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.AddressProperty

ToResourceProperties AddressProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.AddressProperty

Property "AddressDefinition" AddressProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.AddressProperty

Associated Types

type PropertyType "AddressDefinition" AddressProperty 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.AddressProperty

type PropertyType "AddressDefinition" AddressProperty = Value Text

Methods

set :: PropertyType "AddressDefinition" AddressProperty -> AddressProperty -> AddressProperty #

type PropertyType "AddressDefinition" AddressProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.AddressProperty

type PropertyType "AddressDefinition" AddressProperty = Value Text

data MatchAttributesProperty Source #

Instances

Instances details
ToJSON MatchAttributesProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.MatchAttributesProperty

Show MatchAttributesProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.MatchAttributesProperty

Eq MatchAttributesProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.MatchAttributesProperty

ToResourceProperties MatchAttributesProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.MatchAttributesProperty

Property "DestinationPorts" MatchAttributesProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.MatchAttributesProperty

Associated Types

type PropertyType "DestinationPorts" MatchAttributesProperty 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.MatchAttributesProperty

Property "Destinations" MatchAttributesProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.MatchAttributesProperty

Property "Protocols" MatchAttributesProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.MatchAttributesProperty

Property "SourcePorts" MatchAttributesProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.MatchAttributesProperty

Property "Sources" MatchAttributesProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.MatchAttributesProperty

Property "TCPFlags" MatchAttributesProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.MatchAttributesProperty

type PropertyType "DestinationPorts" MatchAttributesProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.MatchAttributesProperty

type PropertyType "Destinations" MatchAttributesProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.MatchAttributesProperty

type PropertyType "Protocols" MatchAttributesProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.MatchAttributesProperty

type PropertyType "SourcePorts" MatchAttributesProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.MatchAttributesProperty

type PropertyType "Sources" MatchAttributesProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.MatchAttributesProperty

type PropertyType "TCPFlags" MatchAttributesProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.MatchAttributesProperty

data PortRangeProperty Source #

Instances

Instances details
ToJSON PortRangeProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.PortRangeProperty

Show PortRangeProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.PortRangeProperty

Eq PortRangeProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.PortRangeProperty

ToResourceProperties PortRangeProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.PortRangeProperty

Property "FromPort" PortRangeProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.PortRangeProperty

Associated Types

type PropertyType "FromPort" PortRangeProperty 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.PortRangeProperty

Property "ToPort" PortRangeProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.PortRangeProperty

type PropertyType "FromPort" PortRangeProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.PortRangeProperty

type PropertyType "ToPort" PortRangeProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.PortRangeProperty

data TCPFlagFieldProperty Source #

Instances

Instances details
ToJSON TCPFlagFieldProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.TCPFlagFieldProperty

Show TCPFlagFieldProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.TCPFlagFieldProperty

Eq TCPFlagFieldProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.TCPFlagFieldProperty

ToResourceProperties TCPFlagFieldProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.TCPFlagFieldProperty

Property "Flags" TCPFlagFieldProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.TCPFlagFieldProperty

Property "Masks" TCPFlagFieldProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.TCPFlagFieldProperty

type PropertyType "Flags" TCPFlagFieldProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.TCPFlagFieldProperty

type PropertyType "Masks" TCPFlagFieldProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.TCPFlagFieldProperty

data RuleDefinitionProperty Source #

Instances

Instances details
ToJSON RuleDefinitionProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.RuleDefinitionProperty

Show RuleDefinitionProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.RuleDefinitionProperty

Eq RuleDefinitionProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.RuleDefinitionProperty

ToResourceProperties RuleDefinitionProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.RuleDefinitionProperty

Property "Actions" RuleDefinitionProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.RuleDefinitionProperty

Property "MatchAttributes" RuleDefinitionProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.RuleDefinitionProperty

type PropertyType "Actions" RuleDefinitionProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.RuleDefinitionProperty

type PropertyType "MatchAttributes" RuleDefinitionProperty Source # 
Instance details

Defined in Stratosphere.NetworkFirewall.RuleGroup.RuleDefinitionProperty