Stratosphere.NetworkFirewall.Firewall
module Stratosphere.NetworkFirewall.Firewall.AvailabilityZoneMappingProperty
module Stratosphere.NetworkFirewall.Firewall.SubnetMappingProperty
data Firewall Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-firewall.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-firewall.html#cfn-networkfirewall-firewall-availabilityzonechangeprotection
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-firewall.html#cfn-networkfirewall-firewall-availabilityzonemappings
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-firewall.html#cfn-networkfirewall-firewall-deleteprotection
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-firewall.html#cfn-networkfirewall-firewall-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-firewall.html#cfn-networkfirewall-firewall-enabledanalysistypes
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-firewall.html#cfn-networkfirewall-firewall-firewallname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-firewall.html#cfn-networkfirewall-firewall-firewallpolicyarn
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-firewall.html#cfn-networkfirewall-firewall-firewallpolicychangeprotection
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-firewall.html#cfn-networkfirewall-firewall-subnetchangeprotection
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-firewall.html#cfn-networkfirewall-firewall-subnetmappings
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-firewall.html#cfn-networkfirewall-firewall-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-firewall.html#cfn-networkfirewall-firewall-transitgatewayid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-firewall.html#cfn-networkfirewall-firewall-vpcid
Defined in Stratosphere.NetworkFirewall.Firewall
Methods
toJSON :: Firewall -> Value #
toEncoding :: Firewall -> Encoding #
toJSONList :: [Firewall] -> Value #
toEncodingList :: [Firewall] -> Encoding #
omitField :: Firewall -> Bool #
showsPrec :: Int -> Firewall -> ShowS #
show :: Firewall -> String #
showList :: [Firewall] -> ShowS #
(==) :: Firewall -> Firewall -> Bool #
(/=) :: Firewall -> Firewall -> Bool #
toResourceProperties :: Firewall -> ResourceProperties #
Associated Types
set :: PropertyType "AvailabilityZoneChangeProtection" Firewall -> Firewall -> Firewall #
set :: PropertyType "AvailabilityZoneMappings" Firewall -> Firewall -> Firewall #
set :: PropertyType "DeleteProtection" Firewall -> Firewall -> Firewall #
set :: PropertyType "Description" Firewall -> Firewall -> Firewall #
set :: PropertyType "EnabledAnalysisTypes" Firewall -> Firewall -> Firewall #
set :: PropertyType "FirewallName" Firewall -> Firewall -> Firewall #
set :: PropertyType "FirewallPolicyArn" Firewall -> Firewall -> Firewall #
set :: PropertyType "FirewallPolicyChangeProtection" Firewall -> Firewall -> Firewall #
set :: PropertyType "SubnetChangeProtection" Firewall -> Firewall -> Firewall #
set :: PropertyType "SubnetMappings" Firewall -> Firewall -> Firewall #
set :: PropertyType "Tags" Firewall -> Firewall -> Firewall #
set :: PropertyType "TransitGatewayId" Firewall -> Firewall -> Firewall #
set :: PropertyType "VpcId" Firewall -> Firewall -> Firewall #
mkFirewall :: Value Text -> Value Text -> Firewall Source #