module Stratosphere.EC2.Subnet (
module Exports, Subnet(..), mkSubnet
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.EC2.Subnet.PrivateDnsNameOptionsOnLaunchProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Tag
import Stratosphere.Value
data Subnet
=
Subnet {Subnet -> ()
haddock_workaround_ :: (),
Subnet -> Maybe (Value Bool)
assignIpv6AddressOnCreation :: (Prelude.Maybe (Value Prelude.Bool)),
Subnet -> Maybe (Value Text)
availabilityZone :: (Prelude.Maybe (Value Prelude.Text)),
Subnet -> Maybe (Value Text)
availabilityZoneId :: (Prelude.Maybe (Value Prelude.Text)),
Subnet -> Maybe (Value Text)
cidrBlock :: (Prelude.Maybe (Value Prelude.Text)),
Subnet -> Maybe (Value Bool)
enableDns64 :: (Prelude.Maybe (Value Prelude.Bool)),
Subnet -> Maybe (Value Integer)
enableLniAtDeviceIndex :: (Prelude.Maybe (Value Prelude.Integer)),
Subnet -> Maybe (Value Text)
ipv4IpamPoolId :: (Prelude.Maybe (Value Prelude.Text)),
Subnet -> Maybe (Value Integer)
ipv4NetmaskLength :: (Prelude.Maybe (Value Prelude.Integer)),
Subnet -> Maybe (Value Text)
ipv6CidrBlock :: (Prelude.Maybe (Value Prelude.Text)),
Subnet -> Maybe (Value Text)
ipv6IpamPoolId :: (Prelude.Maybe (Value Prelude.Text)),
Subnet -> Maybe (Value Bool)
ipv6Native :: (Prelude.Maybe (Value Prelude.Bool)),
Subnet -> Maybe (Value Integer)
ipv6NetmaskLength :: (Prelude.Maybe (Value Prelude.Integer)),
Subnet -> Maybe (Value Bool)
mapPublicIpOnLaunch :: (Prelude.Maybe (Value Prelude.Bool)),
Subnet -> Maybe (Value Text)
outpostArn :: (Prelude.Maybe (Value Prelude.Text)),
Subnet -> Maybe PrivateDnsNameOptionsOnLaunchProperty
privateDnsNameOptionsOnLaunch :: (Prelude.Maybe PrivateDnsNameOptionsOnLaunchProperty),
Subnet -> Maybe [Tag]
tags :: (Prelude.Maybe [Tag]),
Subnet -> Value Text
vpcId :: (Value Prelude.Text)}
deriving stock (Subnet -> Subnet -> Bool
(Subnet -> Subnet -> Bool)
-> (Subnet -> Subnet -> Bool) -> Eq Subnet
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: Subnet -> Subnet -> Bool
== :: Subnet -> Subnet -> Bool
$c/= :: Subnet -> Subnet -> Bool
/= :: Subnet -> Subnet -> Bool
Prelude.Eq, Int -> Subnet -> ShowS
[Subnet] -> ShowS
Subnet -> String
(Int -> Subnet -> ShowS)
-> (Subnet -> String) -> ([Subnet] -> ShowS) -> Show Subnet
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> Subnet -> ShowS
showsPrec :: Int -> Subnet -> ShowS
$cshow :: Subnet -> String
show :: Subnet -> String
$cshowList :: [Subnet] -> ShowS
showList :: [Subnet] -> ShowS
Prelude.Show)
mkSubnet :: Value Prelude.Text -> Subnet
mkSubnet :: Value Text -> Subnet
mkSubnet Value Text
vpcId
= Subnet
{haddock_workaround_ :: ()
haddock_workaround_ = (), vpcId :: Value Text
vpcId = Value Text
vpcId,
assignIpv6AddressOnCreation :: Maybe (Value Bool)
assignIpv6AddressOnCreation = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
availabilityZone :: Maybe (Value Text)
availabilityZone = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
availabilityZoneId :: Maybe (Value Text)
availabilityZoneId = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, cidrBlock :: Maybe (Value Text)
cidrBlock = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
enableDns64 :: Maybe (Value Bool)
enableDns64 = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
enableLniAtDeviceIndex :: Maybe (Value Integer)
enableLniAtDeviceIndex = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
ipv4IpamPoolId :: Maybe (Value Text)
ipv4IpamPoolId = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
ipv4NetmaskLength :: Maybe (Value Integer)
ipv4NetmaskLength = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
ipv6CidrBlock :: Maybe (Value Text)
ipv6CidrBlock = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, ipv6IpamPoolId :: Maybe (Value Text)
ipv6IpamPoolId = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
ipv6Native :: Maybe (Value Bool)
ipv6Native = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing, ipv6NetmaskLength :: Maybe (Value Integer)
ipv6NetmaskLength = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
mapPublicIpOnLaunch :: Maybe (Value Bool)
mapPublicIpOnLaunch = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
outpostArn :: Maybe (Value Text)
outpostArn = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
privateDnsNameOptionsOnLaunch = Maybe PrivateDnsNameOptionsOnLaunchProperty
forall a. Maybe a
Prelude.Nothing,
tags :: Maybe [Tag]
tags = Maybe [Tag]
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties Subnet where
toResourceProperties :: Subnet -> ResourceProperties
toResourceProperties Subnet {Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe PrivateDnsNameOptionsOnLaunchProperty
()
Value Text
haddock_workaround_ :: Subnet -> ()
assignIpv6AddressOnCreation :: Subnet -> Maybe (Value Bool)
availabilityZone :: Subnet -> Maybe (Value Text)
availabilityZoneId :: Subnet -> Maybe (Value Text)
cidrBlock :: Subnet -> Maybe (Value Text)
enableDns64 :: Subnet -> Maybe (Value Bool)
enableLniAtDeviceIndex :: Subnet -> Maybe (Value Integer)
ipv4IpamPoolId :: Subnet -> Maybe (Value Text)
ipv4NetmaskLength :: Subnet -> Maybe (Value Integer)
ipv6CidrBlock :: Subnet -> Maybe (Value Text)
ipv6IpamPoolId :: Subnet -> Maybe (Value Text)
ipv6Native :: Subnet -> Maybe (Value Bool)
ipv6NetmaskLength :: Subnet -> Maybe (Value Integer)
mapPublicIpOnLaunch :: Subnet -> Maybe (Value Bool)
outpostArn :: Subnet -> Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Subnet -> Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Subnet -> Maybe [Tag]
vpcId :: Subnet -> Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::EC2::Subnet", supportsTags :: Bool
supportsTags = Bool
Prelude.True,
properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
[Key
"VpcId" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
vpcId]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AssignIpv6AddressOnCreation"
(Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
assignIpv6AddressOnCreation,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AvailabilityZone" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
availabilityZone,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AvailabilityZoneId" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
availabilityZoneId,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CidrBlock" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
cidrBlock,
Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"EnableDns64" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
enableDns64,
Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"EnableLniAtDeviceIndex"
(Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
enableLniAtDeviceIndex,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Ipv4IpamPoolId" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
ipv4IpamPoolId,
Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Ipv4NetmaskLength" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
ipv4NetmaskLength,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Ipv6CidrBlock" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
ipv6CidrBlock,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Ipv6IpamPoolId" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
ipv6IpamPoolId,
Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Ipv6Native" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
ipv6Native,
Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Ipv6NetmaskLength" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
ipv6NetmaskLength,
Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MapPublicIpOnLaunch" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
mapPublicIpOnLaunch,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"OutpostArn" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
outpostArn,
Key -> PrivateDnsNameOptionsOnLaunchProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"PrivateDnsNameOptionsOnLaunch"
(PrivateDnsNameOptionsOnLaunchProperty -> (Key, Value))
-> Maybe PrivateDnsNameOptionsOnLaunchProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe PrivateDnsNameOptionsOnLaunchProperty
privateDnsNameOptionsOnLaunch,
Key -> [Tag] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Tags" ([Tag] -> (Key, Value)) -> Maybe [Tag] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Tag]
tags]))}
instance JSON.ToJSON Subnet where
toJSON :: Subnet -> Value
toJSON Subnet {Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe PrivateDnsNameOptionsOnLaunchProperty
()
Value Text
haddock_workaround_ :: Subnet -> ()
assignIpv6AddressOnCreation :: Subnet -> Maybe (Value Bool)
availabilityZone :: Subnet -> Maybe (Value Text)
availabilityZoneId :: Subnet -> Maybe (Value Text)
cidrBlock :: Subnet -> Maybe (Value Text)
enableDns64 :: Subnet -> Maybe (Value Bool)
enableLniAtDeviceIndex :: Subnet -> Maybe (Value Integer)
ipv4IpamPoolId :: Subnet -> Maybe (Value Text)
ipv4NetmaskLength :: Subnet -> Maybe (Value Integer)
ipv6CidrBlock :: Subnet -> Maybe (Value Text)
ipv6IpamPoolId :: Subnet -> Maybe (Value Text)
ipv6Native :: Subnet -> Maybe (Value Bool)
ipv6NetmaskLength :: Subnet -> Maybe (Value Integer)
mapPublicIpOnLaunch :: Subnet -> Maybe (Value Bool)
outpostArn :: Subnet -> Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Subnet -> Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Subnet -> Maybe [Tag]
vpcId :: Subnet -> Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
..}
= [(Key, Value)] -> Value
JSON.object
([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
([(Key, Value)] -> [(Key, Value)] -> [(Key, Value)]
forall a. Semigroup a => a -> a -> a
(Prelude.<>)
[Key
"VpcId" Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= Value Text
vpcId]
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AssignIpv6AddressOnCreation"
(Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
assignIpv6AddressOnCreation,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AvailabilityZone" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
availabilityZone,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AvailabilityZoneId" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
availabilityZoneId,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CidrBlock" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
cidrBlock,
Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"EnableDns64" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
enableDns64,
Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"EnableLniAtDeviceIndex"
(Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
enableLniAtDeviceIndex,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Ipv4IpamPoolId" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
ipv4IpamPoolId,
Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Ipv4NetmaskLength" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
ipv4NetmaskLength,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Ipv6CidrBlock" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
ipv6CidrBlock,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Ipv6IpamPoolId" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
ipv6IpamPoolId,
Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Ipv6Native" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
ipv6Native,
Key -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Ipv6NetmaskLength" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
ipv6NetmaskLength,
Key -> Value Bool -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"MapPublicIpOnLaunch" (Value Bool -> (Key, Value))
-> Maybe (Value Bool) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Bool)
mapPublicIpOnLaunch,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"OutpostArn" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
outpostArn,
Key -> PrivateDnsNameOptionsOnLaunchProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"PrivateDnsNameOptionsOnLaunch"
(PrivateDnsNameOptionsOnLaunchProperty -> (Key, Value))
-> Maybe PrivateDnsNameOptionsOnLaunchProperty
-> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe PrivateDnsNameOptionsOnLaunchProperty
privateDnsNameOptionsOnLaunch,
Key -> [Tag] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Tags" ([Tag] -> (Key, Value)) -> Maybe [Tag] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [Tag]
tags])))
instance Property "AssignIpv6AddressOnCreation" Subnet where
type PropertyType "AssignIpv6AddressOnCreation" Subnet = Value Prelude.Bool
set :: PropertyType "AssignIpv6AddressOnCreation" Subnet
-> Subnet -> Subnet
set PropertyType "AssignIpv6AddressOnCreation" Subnet
newValue Subnet {Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe PrivateDnsNameOptionsOnLaunchProperty
()
Value Text
haddock_workaround_ :: Subnet -> ()
assignIpv6AddressOnCreation :: Subnet -> Maybe (Value Bool)
availabilityZone :: Subnet -> Maybe (Value Text)
availabilityZoneId :: Subnet -> Maybe (Value Text)
cidrBlock :: Subnet -> Maybe (Value Text)
enableDns64 :: Subnet -> Maybe (Value Bool)
enableLniAtDeviceIndex :: Subnet -> Maybe (Value Integer)
ipv4IpamPoolId :: Subnet -> Maybe (Value Text)
ipv4NetmaskLength :: Subnet -> Maybe (Value Integer)
ipv6CidrBlock :: Subnet -> Maybe (Value Text)
ipv6IpamPoolId :: Subnet -> Maybe (Value Text)
ipv6Native :: Subnet -> Maybe (Value Bool)
ipv6NetmaskLength :: Subnet -> Maybe (Value Integer)
mapPublicIpOnLaunch :: Subnet -> Maybe (Value Bool)
outpostArn :: Subnet -> Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Subnet -> Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Subnet -> Maybe [Tag]
vpcId :: Subnet -> Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
..}
= Subnet {assignIpv6AddressOnCreation :: Maybe (Value Bool)
assignIpv6AddressOnCreation = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AssignIpv6AddressOnCreation" Subnet
Value Bool
newValue, Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe PrivateDnsNameOptionsOnLaunchProperty
()
Value Text
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
haddock_workaround_ :: ()
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
..}
instance Property "AvailabilityZone" Subnet where
type PropertyType "AvailabilityZone" Subnet = Value Prelude.Text
set :: PropertyType "AvailabilityZone" Subnet -> Subnet -> Subnet
set PropertyType "AvailabilityZone" Subnet
newValue Subnet {Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe PrivateDnsNameOptionsOnLaunchProperty
()
Value Text
haddock_workaround_ :: Subnet -> ()
assignIpv6AddressOnCreation :: Subnet -> Maybe (Value Bool)
availabilityZone :: Subnet -> Maybe (Value Text)
availabilityZoneId :: Subnet -> Maybe (Value Text)
cidrBlock :: Subnet -> Maybe (Value Text)
enableDns64 :: Subnet -> Maybe (Value Bool)
enableLniAtDeviceIndex :: Subnet -> Maybe (Value Integer)
ipv4IpamPoolId :: Subnet -> Maybe (Value Text)
ipv4NetmaskLength :: Subnet -> Maybe (Value Integer)
ipv6CidrBlock :: Subnet -> Maybe (Value Text)
ipv6IpamPoolId :: Subnet -> Maybe (Value Text)
ipv6Native :: Subnet -> Maybe (Value Bool)
ipv6NetmaskLength :: Subnet -> Maybe (Value Integer)
mapPublicIpOnLaunch :: Subnet -> Maybe (Value Bool)
outpostArn :: Subnet -> Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Subnet -> Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Subnet -> Maybe [Tag]
vpcId :: Subnet -> Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
..}
= Subnet {availabilityZone :: Maybe (Value Text)
availabilityZone = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AvailabilityZone" Subnet
Value Text
newValue, Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe PrivateDnsNameOptionsOnLaunchProperty
()
Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
..}
instance Property "AvailabilityZoneId" Subnet where
type PropertyType "AvailabilityZoneId" Subnet = Value Prelude.Text
set :: PropertyType "AvailabilityZoneId" Subnet -> Subnet -> Subnet
set PropertyType "AvailabilityZoneId" Subnet
newValue Subnet {Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe PrivateDnsNameOptionsOnLaunchProperty
()
Value Text
haddock_workaround_ :: Subnet -> ()
assignIpv6AddressOnCreation :: Subnet -> Maybe (Value Bool)
availabilityZone :: Subnet -> Maybe (Value Text)
availabilityZoneId :: Subnet -> Maybe (Value Text)
cidrBlock :: Subnet -> Maybe (Value Text)
enableDns64 :: Subnet -> Maybe (Value Bool)
enableLniAtDeviceIndex :: Subnet -> Maybe (Value Integer)
ipv4IpamPoolId :: Subnet -> Maybe (Value Text)
ipv4NetmaskLength :: Subnet -> Maybe (Value Integer)
ipv6CidrBlock :: Subnet -> Maybe (Value Text)
ipv6IpamPoolId :: Subnet -> Maybe (Value Text)
ipv6Native :: Subnet -> Maybe (Value Bool)
ipv6NetmaskLength :: Subnet -> Maybe (Value Integer)
mapPublicIpOnLaunch :: Subnet -> Maybe (Value Bool)
outpostArn :: Subnet -> Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Subnet -> Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Subnet -> Maybe [Tag]
vpcId :: Subnet -> Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
..}
= Subnet {availabilityZoneId :: Maybe (Value Text)
availabilityZoneId = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AvailabilityZoneId" Subnet
Value Text
newValue, Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe PrivateDnsNameOptionsOnLaunchProperty
()
Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
..}
instance Property "CidrBlock" Subnet where
type PropertyType "CidrBlock" Subnet = Value Prelude.Text
set :: PropertyType "CidrBlock" Subnet -> Subnet -> Subnet
set PropertyType "CidrBlock" Subnet
newValue Subnet {Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe PrivateDnsNameOptionsOnLaunchProperty
()
Value Text
haddock_workaround_ :: Subnet -> ()
assignIpv6AddressOnCreation :: Subnet -> Maybe (Value Bool)
availabilityZone :: Subnet -> Maybe (Value Text)
availabilityZoneId :: Subnet -> Maybe (Value Text)
cidrBlock :: Subnet -> Maybe (Value Text)
enableDns64 :: Subnet -> Maybe (Value Bool)
enableLniAtDeviceIndex :: Subnet -> Maybe (Value Integer)
ipv4IpamPoolId :: Subnet -> Maybe (Value Text)
ipv4NetmaskLength :: Subnet -> Maybe (Value Integer)
ipv6CidrBlock :: Subnet -> Maybe (Value Text)
ipv6IpamPoolId :: Subnet -> Maybe (Value Text)
ipv6Native :: Subnet -> Maybe (Value Bool)
ipv6NetmaskLength :: Subnet -> Maybe (Value Integer)
mapPublicIpOnLaunch :: Subnet -> Maybe (Value Bool)
outpostArn :: Subnet -> Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Subnet -> Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Subnet -> Maybe [Tag]
vpcId :: Subnet -> Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
..}
= Subnet {cidrBlock :: Maybe (Value Text)
cidrBlock = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "CidrBlock" Subnet
Value Text
newValue, Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe PrivateDnsNameOptionsOnLaunchProperty
()
Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
..}
instance Property "EnableDns64" Subnet where
type PropertyType "EnableDns64" Subnet = Value Prelude.Bool
set :: PropertyType "EnableDns64" Subnet -> Subnet -> Subnet
set PropertyType "EnableDns64" Subnet
newValue Subnet {Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe PrivateDnsNameOptionsOnLaunchProperty
()
Value Text
haddock_workaround_ :: Subnet -> ()
assignIpv6AddressOnCreation :: Subnet -> Maybe (Value Bool)
availabilityZone :: Subnet -> Maybe (Value Text)
availabilityZoneId :: Subnet -> Maybe (Value Text)
cidrBlock :: Subnet -> Maybe (Value Text)
enableDns64 :: Subnet -> Maybe (Value Bool)
enableLniAtDeviceIndex :: Subnet -> Maybe (Value Integer)
ipv4IpamPoolId :: Subnet -> Maybe (Value Text)
ipv4NetmaskLength :: Subnet -> Maybe (Value Integer)
ipv6CidrBlock :: Subnet -> Maybe (Value Text)
ipv6IpamPoolId :: Subnet -> Maybe (Value Text)
ipv6Native :: Subnet -> Maybe (Value Bool)
ipv6NetmaskLength :: Subnet -> Maybe (Value Integer)
mapPublicIpOnLaunch :: Subnet -> Maybe (Value Bool)
outpostArn :: Subnet -> Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Subnet -> Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Subnet -> Maybe [Tag]
vpcId :: Subnet -> Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
..}
= Subnet {enableDns64 :: Maybe (Value Bool)
enableDns64 = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "EnableDns64" Subnet
Value Bool
newValue, Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe PrivateDnsNameOptionsOnLaunchProperty
()
Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
..}
instance Property "EnableLniAtDeviceIndex" Subnet where
type PropertyType "EnableLniAtDeviceIndex" Subnet = Value Prelude.Integer
set :: PropertyType "EnableLniAtDeviceIndex" Subnet -> Subnet -> Subnet
set PropertyType "EnableLniAtDeviceIndex" Subnet
newValue Subnet {Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe PrivateDnsNameOptionsOnLaunchProperty
()
Value Text
haddock_workaround_ :: Subnet -> ()
assignIpv6AddressOnCreation :: Subnet -> Maybe (Value Bool)
availabilityZone :: Subnet -> Maybe (Value Text)
availabilityZoneId :: Subnet -> Maybe (Value Text)
cidrBlock :: Subnet -> Maybe (Value Text)
enableDns64 :: Subnet -> Maybe (Value Bool)
enableLniAtDeviceIndex :: Subnet -> Maybe (Value Integer)
ipv4IpamPoolId :: Subnet -> Maybe (Value Text)
ipv4NetmaskLength :: Subnet -> Maybe (Value Integer)
ipv6CidrBlock :: Subnet -> Maybe (Value Text)
ipv6IpamPoolId :: Subnet -> Maybe (Value Text)
ipv6Native :: Subnet -> Maybe (Value Bool)
ipv6NetmaskLength :: Subnet -> Maybe (Value Integer)
mapPublicIpOnLaunch :: Subnet -> Maybe (Value Bool)
outpostArn :: Subnet -> Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Subnet -> Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Subnet -> Maybe [Tag]
vpcId :: Subnet -> Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
..}
= Subnet {enableLniAtDeviceIndex :: Maybe (Value Integer)
enableLniAtDeviceIndex = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "EnableLniAtDeviceIndex" Subnet
Value Integer
newValue, Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe PrivateDnsNameOptionsOnLaunchProperty
()
Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
..}
instance Property "Ipv4IpamPoolId" Subnet where
type PropertyType "Ipv4IpamPoolId" Subnet = Value Prelude.Text
set :: PropertyType "Ipv4IpamPoolId" Subnet -> Subnet -> Subnet
set PropertyType "Ipv4IpamPoolId" Subnet
newValue Subnet {Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe PrivateDnsNameOptionsOnLaunchProperty
()
Value Text
haddock_workaround_ :: Subnet -> ()
assignIpv6AddressOnCreation :: Subnet -> Maybe (Value Bool)
availabilityZone :: Subnet -> Maybe (Value Text)
availabilityZoneId :: Subnet -> Maybe (Value Text)
cidrBlock :: Subnet -> Maybe (Value Text)
enableDns64 :: Subnet -> Maybe (Value Bool)
enableLniAtDeviceIndex :: Subnet -> Maybe (Value Integer)
ipv4IpamPoolId :: Subnet -> Maybe (Value Text)
ipv4NetmaskLength :: Subnet -> Maybe (Value Integer)
ipv6CidrBlock :: Subnet -> Maybe (Value Text)
ipv6IpamPoolId :: Subnet -> Maybe (Value Text)
ipv6Native :: Subnet -> Maybe (Value Bool)
ipv6NetmaskLength :: Subnet -> Maybe (Value Integer)
mapPublicIpOnLaunch :: Subnet -> Maybe (Value Bool)
outpostArn :: Subnet -> Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Subnet -> Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Subnet -> Maybe [Tag]
vpcId :: Subnet -> Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
..}
= Subnet {ipv4IpamPoolId :: Maybe (Value Text)
ipv4IpamPoolId = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Ipv4IpamPoolId" Subnet
Value Text
newValue, Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe PrivateDnsNameOptionsOnLaunchProperty
()
Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
..}
instance Property "Ipv4NetmaskLength" Subnet where
type PropertyType "Ipv4NetmaskLength" Subnet = Value Prelude.Integer
set :: PropertyType "Ipv4NetmaskLength" Subnet -> Subnet -> Subnet
set PropertyType "Ipv4NetmaskLength" Subnet
newValue Subnet {Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe PrivateDnsNameOptionsOnLaunchProperty
()
Value Text
haddock_workaround_ :: Subnet -> ()
assignIpv6AddressOnCreation :: Subnet -> Maybe (Value Bool)
availabilityZone :: Subnet -> Maybe (Value Text)
availabilityZoneId :: Subnet -> Maybe (Value Text)
cidrBlock :: Subnet -> Maybe (Value Text)
enableDns64 :: Subnet -> Maybe (Value Bool)
enableLniAtDeviceIndex :: Subnet -> Maybe (Value Integer)
ipv4IpamPoolId :: Subnet -> Maybe (Value Text)
ipv4NetmaskLength :: Subnet -> Maybe (Value Integer)
ipv6CidrBlock :: Subnet -> Maybe (Value Text)
ipv6IpamPoolId :: Subnet -> Maybe (Value Text)
ipv6Native :: Subnet -> Maybe (Value Bool)
ipv6NetmaskLength :: Subnet -> Maybe (Value Integer)
mapPublicIpOnLaunch :: Subnet -> Maybe (Value Bool)
outpostArn :: Subnet -> Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Subnet -> Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Subnet -> Maybe [Tag]
vpcId :: Subnet -> Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
..}
= Subnet {ipv4NetmaskLength :: Maybe (Value Integer)
ipv4NetmaskLength = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Ipv4NetmaskLength" Subnet
Value Integer
newValue, Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe PrivateDnsNameOptionsOnLaunchProperty
()
Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
..}
instance Property "Ipv6CidrBlock" Subnet where
type PropertyType "Ipv6CidrBlock" Subnet = Value Prelude.Text
set :: PropertyType "Ipv6CidrBlock" Subnet -> Subnet -> Subnet
set PropertyType "Ipv6CidrBlock" Subnet
newValue Subnet {Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe PrivateDnsNameOptionsOnLaunchProperty
()
Value Text
haddock_workaround_ :: Subnet -> ()
assignIpv6AddressOnCreation :: Subnet -> Maybe (Value Bool)
availabilityZone :: Subnet -> Maybe (Value Text)
availabilityZoneId :: Subnet -> Maybe (Value Text)
cidrBlock :: Subnet -> Maybe (Value Text)
enableDns64 :: Subnet -> Maybe (Value Bool)
enableLniAtDeviceIndex :: Subnet -> Maybe (Value Integer)
ipv4IpamPoolId :: Subnet -> Maybe (Value Text)
ipv4NetmaskLength :: Subnet -> Maybe (Value Integer)
ipv6CidrBlock :: Subnet -> Maybe (Value Text)
ipv6IpamPoolId :: Subnet -> Maybe (Value Text)
ipv6Native :: Subnet -> Maybe (Value Bool)
ipv6NetmaskLength :: Subnet -> Maybe (Value Integer)
mapPublicIpOnLaunch :: Subnet -> Maybe (Value Bool)
outpostArn :: Subnet -> Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Subnet -> Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Subnet -> Maybe [Tag]
vpcId :: Subnet -> Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
..}
= Subnet {ipv6CidrBlock :: Maybe (Value Text)
ipv6CidrBlock = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Ipv6CidrBlock" Subnet
Value Text
newValue, Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe PrivateDnsNameOptionsOnLaunchProperty
()
Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
..}
instance Property "Ipv6IpamPoolId" Subnet where
type PropertyType "Ipv6IpamPoolId" Subnet = Value Prelude.Text
set :: PropertyType "Ipv6IpamPoolId" Subnet -> Subnet -> Subnet
set PropertyType "Ipv6IpamPoolId" Subnet
newValue Subnet {Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe PrivateDnsNameOptionsOnLaunchProperty
()
Value Text
haddock_workaround_ :: Subnet -> ()
assignIpv6AddressOnCreation :: Subnet -> Maybe (Value Bool)
availabilityZone :: Subnet -> Maybe (Value Text)
availabilityZoneId :: Subnet -> Maybe (Value Text)
cidrBlock :: Subnet -> Maybe (Value Text)
enableDns64 :: Subnet -> Maybe (Value Bool)
enableLniAtDeviceIndex :: Subnet -> Maybe (Value Integer)
ipv4IpamPoolId :: Subnet -> Maybe (Value Text)
ipv4NetmaskLength :: Subnet -> Maybe (Value Integer)
ipv6CidrBlock :: Subnet -> Maybe (Value Text)
ipv6IpamPoolId :: Subnet -> Maybe (Value Text)
ipv6Native :: Subnet -> Maybe (Value Bool)
ipv6NetmaskLength :: Subnet -> Maybe (Value Integer)
mapPublicIpOnLaunch :: Subnet -> Maybe (Value Bool)
outpostArn :: Subnet -> Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Subnet -> Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Subnet -> Maybe [Tag]
vpcId :: Subnet -> Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
..}
= Subnet {ipv6IpamPoolId :: Maybe (Value Text)
ipv6IpamPoolId = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Ipv6IpamPoolId" Subnet
Value Text
newValue, Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe PrivateDnsNameOptionsOnLaunchProperty
()
Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
..}
instance Property "Ipv6Native" Subnet where
type PropertyType "Ipv6Native" Subnet = Value Prelude.Bool
set :: PropertyType "Ipv6Native" Subnet -> Subnet -> Subnet
set PropertyType "Ipv6Native" Subnet
newValue Subnet {Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe PrivateDnsNameOptionsOnLaunchProperty
()
Value Text
haddock_workaround_ :: Subnet -> ()
assignIpv6AddressOnCreation :: Subnet -> Maybe (Value Bool)
availabilityZone :: Subnet -> Maybe (Value Text)
availabilityZoneId :: Subnet -> Maybe (Value Text)
cidrBlock :: Subnet -> Maybe (Value Text)
enableDns64 :: Subnet -> Maybe (Value Bool)
enableLniAtDeviceIndex :: Subnet -> Maybe (Value Integer)
ipv4IpamPoolId :: Subnet -> Maybe (Value Text)
ipv4NetmaskLength :: Subnet -> Maybe (Value Integer)
ipv6CidrBlock :: Subnet -> Maybe (Value Text)
ipv6IpamPoolId :: Subnet -> Maybe (Value Text)
ipv6Native :: Subnet -> Maybe (Value Bool)
ipv6NetmaskLength :: Subnet -> Maybe (Value Integer)
mapPublicIpOnLaunch :: Subnet -> Maybe (Value Bool)
outpostArn :: Subnet -> Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Subnet -> Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Subnet -> Maybe [Tag]
vpcId :: Subnet -> Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
..}
= Subnet {ipv6Native :: Maybe (Value Bool)
ipv6Native = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Ipv6Native" Subnet
Value Bool
newValue, Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe PrivateDnsNameOptionsOnLaunchProperty
()
Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
..}
instance Property "Ipv6NetmaskLength" Subnet where
type PropertyType "Ipv6NetmaskLength" Subnet = Value Prelude.Integer
set :: PropertyType "Ipv6NetmaskLength" Subnet -> Subnet -> Subnet
set PropertyType "Ipv6NetmaskLength" Subnet
newValue Subnet {Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe PrivateDnsNameOptionsOnLaunchProperty
()
Value Text
haddock_workaround_ :: Subnet -> ()
assignIpv6AddressOnCreation :: Subnet -> Maybe (Value Bool)
availabilityZone :: Subnet -> Maybe (Value Text)
availabilityZoneId :: Subnet -> Maybe (Value Text)
cidrBlock :: Subnet -> Maybe (Value Text)
enableDns64 :: Subnet -> Maybe (Value Bool)
enableLniAtDeviceIndex :: Subnet -> Maybe (Value Integer)
ipv4IpamPoolId :: Subnet -> Maybe (Value Text)
ipv4NetmaskLength :: Subnet -> Maybe (Value Integer)
ipv6CidrBlock :: Subnet -> Maybe (Value Text)
ipv6IpamPoolId :: Subnet -> Maybe (Value Text)
ipv6Native :: Subnet -> Maybe (Value Bool)
ipv6NetmaskLength :: Subnet -> Maybe (Value Integer)
mapPublicIpOnLaunch :: Subnet -> Maybe (Value Bool)
outpostArn :: Subnet -> Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Subnet -> Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Subnet -> Maybe [Tag]
vpcId :: Subnet -> Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
..}
= Subnet {ipv6NetmaskLength :: Maybe (Value Integer)
ipv6NetmaskLength = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Ipv6NetmaskLength" Subnet
Value Integer
newValue, Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe PrivateDnsNameOptionsOnLaunchProperty
()
Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
..}
instance Property "MapPublicIpOnLaunch" Subnet where
type PropertyType "MapPublicIpOnLaunch" Subnet = Value Prelude.Bool
set :: PropertyType "MapPublicIpOnLaunch" Subnet -> Subnet -> Subnet
set PropertyType "MapPublicIpOnLaunch" Subnet
newValue Subnet {Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe PrivateDnsNameOptionsOnLaunchProperty
()
Value Text
haddock_workaround_ :: Subnet -> ()
assignIpv6AddressOnCreation :: Subnet -> Maybe (Value Bool)
availabilityZone :: Subnet -> Maybe (Value Text)
availabilityZoneId :: Subnet -> Maybe (Value Text)
cidrBlock :: Subnet -> Maybe (Value Text)
enableDns64 :: Subnet -> Maybe (Value Bool)
enableLniAtDeviceIndex :: Subnet -> Maybe (Value Integer)
ipv4IpamPoolId :: Subnet -> Maybe (Value Text)
ipv4NetmaskLength :: Subnet -> Maybe (Value Integer)
ipv6CidrBlock :: Subnet -> Maybe (Value Text)
ipv6IpamPoolId :: Subnet -> Maybe (Value Text)
ipv6Native :: Subnet -> Maybe (Value Bool)
ipv6NetmaskLength :: Subnet -> Maybe (Value Integer)
mapPublicIpOnLaunch :: Subnet -> Maybe (Value Bool)
outpostArn :: Subnet -> Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Subnet -> Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Subnet -> Maybe [Tag]
vpcId :: Subnet -> Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
..}
= Subnet {mapPublicIpOnLaunch :: Maybe (Value Bool)
mapPublicIpOnLaunch = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "MapPublicIpOnLaunch" Subnet
Value Bool
newValue, Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe PrivateDnsNameOptionsOnLaunchProperty
()
Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
..}
instance Property "OutpostArn" Subnet where
type PropertyType "OutpostArn" Subnet = Value Prelude.Text
set :: PropertyType "OutpostArn" Subnet -> Subnet -> Subnet
set PropertyType "OutpostArn" Subnet
newValue Subnet {Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe PrivateDnsNameOptionsOnLaunchProperty
()
Value Text
haddock_workaround_ :: Subnet -> ()
assignIpv6AddressOnCreation :: Subnet -> Maybe (Value Bool)
availabilityZone :: Subnet -> Maybe (Value Text)
availabilityZoneId :: Subnet -> Maybe (Value Text)
cidrBlock :: Subnet -> Maybe (Value Text)
enableDns64 :: Subnet -> Maybe (Value Bool)
enableLniAtDeviceIndex :: Subnet -> Maybe (Value Integer)
ipv4IpamPoolId :: Subnet -> Maybe (Value Text)
ipv4NetmaskLength :: Subnet -> Maybe (Value Integer)
ipv6CidrBlock :: Subnet -> Maybe (Value Text)
ipv6IpamPoolId :: Subnet -> Maybe (Value Text)
ipv6Native :: Subnet -> Maybe (Value Bool)
ipv6NetmaskLength :: Subnet -> Maybe (Value Integer)
mapPublicIpOnLaunch :: Subnet -> Maybe (Value Bool)
outpostArn :: Subnet -> Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Subnet -> Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Subnet -> Maybe [Tag]
vpcId :: Subnet -> Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
..}
= Subnet {outpostArn :: Maybe (Value Text)
outpostArn = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "OutpostArn" Subnet
Value Text
newValue, Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe PrivateDnsNameOptionsOnLaunchProperty
()
Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
..}
instance Property "PrivateDnsNameOptionsOnLaunch" Subnet where
type PropertyType "PrivateDnsNameOptionsOnLaunch" Subnet = PrivateDnsNameOptionsOnLaunchProperty
set :: PropertyType "PrivateDnsNameOptionsOnLaunch" Subnet
-> Subnet -> Subnet
set PropertyType "PrivateDnsNameOptionsOnLaunch" Subnet
newValue Subnet {Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe PrivateDnsNameOptionsOnLaunchProperty
()
Value Text
haddock_workaround_ :: Subnet -> ()
assignIpv6AddressOnCreation :: Subnet -> Maybe (Value Bool)
availabilityZone :: Subnet -> Maybe (Value Text)
availabilityZoneId :: Subnet -> Maybe (Value Text)
cidrBlock :: Subnet -> Maybe (Value Text)
enableDns64 :: Subnet -> Maybe (Value Bool)
enableLniAtDeviceIndex :: Subnet -> Maybe (Value Integer)
ipv4IpamPoolId :: Subnet -> Maybe (Value Text)
ipv4NetmaskLength :: Subnet -> Maybe (Value Integer)
ipv6CidrBlock :: Subnet -> Maybe (Value Text)
ipv6IpamPoolId :: Subnet -> Maybe (Value Text)
ipv6Native :: Subnet -> Maybe (Value Bool)
ipv6NetmaskLength :: Subnet -> Maybe (Value Integer)
mapPublicIpOnLaunch :: Subnet -> Maybe (Value Bool)
outpostArn :: Subnet -> Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Subnet -> Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Subnet -> Maybe [Tag]
vpcId :: Subnet -> Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
..}
= Subnet
{privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
privateDnsNameOptionsOnLaunch = PrivateDnsNameOptionsOnLaunchProperty
-> Maybe PrivateDnsNameOptionsOnLaunchProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "PrivateDnsNameOptionsOnLaunch" Subnet
PrivateDnsNameOptionsOnLaunchProperty
newValue, Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
()
Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
tags :: Maybe [Tag]
vpcId :: Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
tags :: Maybe [Tag]
vpcId :: Value Text
..}
instance Property "Tags" Subnet where
type PropertyType "Tags" Subnet = [Tag]
set :: PropertyType "Tags" Subnet -> Subnet -> Subnet
set PropertyType "Tags" Subnet
newValue Subnet {Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe PrivateDnsNameOptionsOnLaunchProperty
()
Value Text
haddock_workaround_ :: Subnet -> ()
assignIpv6AddressOnCreation :: Subnet -> Maybe (Value Bool)
availabilityZone :: Subnet -> Maybe (Value Text)
availabilityZoneId :: Subnet -> Maybe (Value Text)
cidrBlock :: Subnet -> Maybe (Value Text)
enableDns64 :: Subnet -> Maybe (Value Bool)
enableLniAtDeviceIndex :: Subnet -> Maybe (Value Integer)
ipv4IpamPoolId :: Subnet -> Maybe (Value Text)
ipv4NetmaskLength :: Subnet -> Maybe (Value Integer)
ipv6CidrBlock :: Subnet -> Maybe (Value Text)
ipv6IpamPoolId :: Subnet -> Maybe (Value Text)
ipv6Native :: Subnet -> Maybe (Value Bool)
ipv6NetmaskLength :: Subnet -> Maybe (Value Integer)
mapPublicIpOnLaunch :: Subnet -> Maybe (Value Bool)
outpostArn :: Subnet -> Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Subnet -> Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Subnet -> Maybe [Tag]
vpcId :: Subnet -> Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
..}
= Subnet {tags :: Maybe [Tag]
tags = [Tag] -> Maybe [Tag]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [Tag]
PropertyType "Tags" Subnet
newValue, Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe PrivateDnsNameOptionsOnLaunchProperty
()
Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
vpcId :: Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
vpcId :: Value Text
..}
instance Property "VpcId" Subnet where
type PropertyType "VpcId" Subnet = Value Prelude.Text
set :: PropertyType "VpcId" Subnet -> Subnet -> Subnet
set PropertyType "VpcId" Subnet
newValue Subnet {Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe PrivateDnsNameOptionsOnLaunchProperty
()
Value Text
haddock_workaround_ :: Subnet -> ()
assignIpv6AddressOnCreation :: Subnet -> Maybe (Value Bool)
availabilityZone :: Subnet -> Maybe (Value Text)
availabilityZoneId :: Subnet -> Maybe (Value Text)
cidrBlock :: Subnet -> Maybe (Value Text)
enableDns64 :: Subnet -> Maybe (Value Bool)
enableLniAtDeviceIndex :: Subnet -> Maybe (Value Integer)
ipv4IpamPoolId :: Subnet -> Maybe (Value Text)
ipv4NetmaskLength :: Subnet -> Maybe (Value Integer)
ipv6CidrBlock :: Subnet -> Maybe (Value Text)
ipv6IpamPoolId :: Subnet -> Maybe (Value Text)
ipv6Native :: Subnet -> Maybe (Value Bool)
ipv6NetmaskLength :: Subnet -> Maybe (Value Integer)
mapPublicIpOnLaunch :: Subnet -> Maybe (Value Bool)
outpostArn :: Subnet -> Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Subnet -> Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Subnet -> Maybe [Tag]
vpcId :: Subnet -> Value Text
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
vpcId :: Value Text
..} = Subnet {vpcId :: Value Text
vpcId = PropertyType "VpcId" Subnet
Value Text
newValue, Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Integer)
Maybe (Value Text)
Maybe PrivateDnsNameOptionsOnLaunchProperty
()
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
haddock_workaround_ :: ()
assignIpv6AddressOnCreation :: Maybe (Value Bool)
availabilityZone :: Maybe (Value Text)
availabilityZoneId :: Maybe (Value Text)
cidrBlock :: Maybe (Value Text)
enableDns64 :: Maybe (Value Bool)
enableLniAtDeviceIndex :: Maybe (Value Integer)
ipv4IpamPoolId :: Maybe (Value Text)
ipv4NetmaskLength :: Maybe (Value Integer)
ipv6CidrBlock :: Maybe (Value Text)
ipv6IpamPoolId :: Maybe (Value Text)
ipv6Native :: Maybe (Value Bool)
ipv6NetmaskLength :: Maybe (Value Integer)
mapPublicIpOnLaunch :: Maybe (Value Bool)
outpostArn :: Maybe (Value Text)
privateDnsNameOptionsOnLaunch :: Maybe PrivateDnsNameOptionsOnLaunchProperty
tags :: Maybe [Tag]
..}