module Stratosphere.EVS.Environment (
        module Exports, Environment(..), mkEnvironment
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.EVS.Environment.ConnectivityInfoProperty as Exports
import {-# SOURCE #-} Stratosphere.EVS.Environment.HostInfoForCreateProperty as Exports
import {-# SOURCE #-} Stratosphere.EVS.Environment.InitialVlansProperty as Exports
import {-# SOURCE #-} Stratosphere.EVS.Environment.LicenseInfoProperty as Exports
import {-# SOURCE #-} Stratosphere.EVS.Environment.ServiceAccessSecurityGroupsProperty as Exports
import {-# SOURCE #-} Stratosphere.EVS.Environment.VcfHostnamesProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Tag
import Stratosphere.Value
data Environment
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html>
    Environment {Environment -> ()
haddock_workaround_ :: (),
                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-connectivityinfo>
                 Environment -> ConnectivityInfoProperty
connectivityInfo :: ConnectivityInfoProperty,
                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-environmentname>
                 Environment -> Maybe (Value Text)
environmentName :: (Prelude.Maybe (Value Prelude.Text)),
                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-hosts>
                 Environment -> Maybe [HostInfoForCreateProperty]
hosts :: (Prelude.Maybe [HostInfoForCreateProperty]),
                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-initialvlans>
                 Environment -> Maybe InitialVlansProperty
initialVlans :: (Prelude.Maybe InitialVlansProperty),
                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-kmskeyid>
                 Environment -> Maybe (Value Text)
kmsKeyId :: (Prelude.Maybe (Value Prelude.Text)),
                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-licenseinfo>
                 Environment -> LicenseInfoProperty
licenseInfo :: LicenseInfoProperty,
                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-serviceaccesssecuritygroups>
                 Environment -> Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSecurityGroups :: (Prelude.Maybe ServiceAccessSecurityGroupsProperty),
                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-serviceaccesssubnetid>
                 Environment -> Value Text
serviceAccessSubnetId :: (Value Prelude.Text),
                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-siteid>
                 Environment -> Value Text
siteId :: (Value Prelude.Text),
                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-tags>
                 Environment -> Maybe [Tag]
tags :: (Prelude.Maybe [Tag]),
                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-termsaccepted>
                 Environment -> Value Bool
termsAccepted :: (Value Prelude.Bool),
                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-vcfhostnames>
                 Environment -> VcfHostnamesProperty
vcfHostnames :: VcfHostnamesProperty,
                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-vcfversion>
                 Environment -> Value Text
vcfVersion :: (Value Prelude.Text),
                 -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-vpcid>
                 Environment -> Value Text
vpcId :: (Value Prelude.Text)}
  deriving stock (Environment -> Environment -> Bool
(Environment -> Environment -> Bool)
-> (Environment -> Environment -> Bool) -> Eq Environment
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: Environment -> Environment -> Bool
== :: Environment -> Environment -> Bool
$c/= :: Environment -> Environment -> Bool
/= :: Environment -> Environment -> Bool
Prelude.Eq, Int -> Environment -> ShowS
[Environment] -> ShowS
Environment -> String
(Int -> Environment -> ShowS)
-> (Environment -> String)
-> ([Environment] -> ShowS)
-> Show Environment
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> Environment -> ShowS
showsPrec :: Int -> Environment -> ShowS
$cshow :: Environment -> String
show :: Environment -> String
$cshowList :: [Environment] -> ShowS
showList :: [Environment] -> ShowS
Prelude.Show)
mkEnvironment ::
  ConnectivityInfoProperty
  -> LicenseInfoProperty
     -> Value Prelude.Text
        -> Value Prelude.Text
           -> Value Prelude.Bool
              -> VcfHostnamesProperty
                 -> Value Prelude.Text -> Value Prelude.Text -> Environment
mkEnvironment :: ConnectivityInfoProperty
-> LicenseInfoProperty
-> Value Text
-> Value Text
-> Value Bool
-> VcfHostnamesProperty
-> Value Text
-> Value Text
-> Environment
mkEnvironment
  ConnectivityInfoProperty
connectivityInfo
  LicenseInfoProperty
licenseInfo
  Value Text
serviceAccessSubnetId
  Value Text
siteId
  Value Bool
termsAccepted
  VcfHostnamesProperty
vcfHostnames
  Value Text
vcfVersion
  Value Text
vpcId
  = Environment
      {haddock_workaround_ :: ()
haddock_workaround_ = (), connectivityInfo :: ConnectivityInfoProperty
connectivityInfo = ConnectivityInfoProperty
connectivityInfo,
       licenseInfo :: LicenseInfoProperty
licenseInfo = LicenseInfoProperty
licenseInfo,
       serviceAccessSubnetId :: Value Text
serviceAccessSubnetId = Value Text
serviceAccessSubnetId, siteId :: Value Text
siteId = Value Text
siteId,
       termsAccepted :: Value Bool
termsAccepted = Value Bool
termsAccepted, vcfHostnames :: VcfHostnamesProperty
vcfHostnames = VcfHostnamesProperty
vcfHostnames,
       vcfVersion :: Value Text
vcfVersion = Value Text
vcfVersion, vpcId :: Value Text
vpcId = Value Text
vpcId,
       environmentName :: Maybe (Value Text)
environmentName = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, hosts :: Maybe [HostInfoForCreateProperty]
hosts = Maybe [HostInfoForCreateProperty]
forall a. Maybe a
Prelude.Nothing,
       initialVlans :: Maybe InitialVlansProperty
initialVlans = Maybe InitialVlansProperty
forall a. Maybe a
Prelude.Nothing, kmsKeyId :: Maybe (Value Text)
kmsKeyId = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSecurityGroups = Maybe ServiceAccessSecurityGroupsProperty
forall a. Maybe a
Prelude.Nothing,
       tags :: Maybe [Tag]
tags = Maybe [Tag]
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties Environment where
  toResourceProperties :: Environment -> ResourceProperties
toResourceProperties Environment {Maybe [Tag]
Maybe [HostInfoForCreateProperty]
Maybe (Value Text)
Maybe InitialVlansProperty
Maybe ServiceAccessSecurityGroupsProperty
()
Value Bool
Value Text
ConnectivityInfoProperty
LicenseInfoProperty
VcfHostnamesProperty
haddock_workaround_ :: Environment -> ()
connectivityInfo :: Environment -> ConnectivityInfoProperty
environmentName :: Environment -> Maybe (Value Text)
hosts :: Environment -> Maybe [HostInfoForCreateProperty]
initialVlans :: Environment -> Maybe InitialVlansProperty
kmsKeyId :: Environment -> Maybe (Value Text)
licenseInfo :: Environment -> LicenseInfoProperty
serviceAccessSecurityGroups :: Environment -> Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Environment -> Value Text
siteId :: Environment -> Value Text
tags :: Environment -> Maybe [Tag]
termsAccepted :: Environment -> Value Bool
vcfHostnames :: Environment -> VcfHostnamesProperty
vcfVersion :: Environment -> Value Text
vpcId :: Environment -> Value Text
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
vpcId :: Value Text
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::EVS::Environment", 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
"ConnectivityInfo" Key -> ConnectivityInfoProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= ConnectivityInfoProperty
connectivityInfo,
                            Key
"LicenseInfo" Key -> LicenseInfoProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= LicenseInfoProperty
licenseInfo,
                            Key
"ServiceAccessSubnetId" 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
serviceAccessSubnetId,
                            Key
"SiteId" 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
siteId, Key
"TermsAccepted" 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..= Value Bool
termsAccepted,
                            Key
"VcfHostnames" Key -> VcfHostnamesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= VcfHostnamesProperty
vcfHostnames,
                            Key
"VcfVersion" 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
vcfVersion, 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 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
"EnvironmentName" (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)
environmentName,
                               Key -> [HostInfoForCreateProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Hosts" ([HostInfoForCreateProperty] -> (Key, Value))
-> Maybe [HostInfoForCreateProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [HostInfoForCreateProperty]
hosts,
                               Key -> InitialVlansProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"InitialVlans" (InitialVlansProperty -> (Key, Value))
-> Maybe InitialVlansProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe InitialVlansProperty
initialVlans,
                               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
"KmsKeyId" (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)
kmsKeyId,
                               Key -> ServiceAccessSecurityGroupsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ServiceAccessSecurityGroups"
                                 (ServiceAccessSecurityGroupsProperty -> (Key, Value))
-> Maybe ServiceAccessSecurityGroupsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSecurityGroups,
                               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 Environment where
  toJSON :: Environment -> Value
toJSON Environment {Maybe [Tag]
Maybe [HostInfoForCreateProperty]
Maybe (Value Text)
Maybe InitialVlansProperty
Maybe ServiceAccessSecurityGroupsProperty
()
Value Bool
Value Text
ConnectivityInfoProperty
LicenseInfoProperty
VcfHostnamesProperty
haddock_workaround_ :: Environment -> ()
connectivityInfo :: Environment -> ConnectivityInfoProperty
environmentName :: Environment -> Maybe (Value Text)
hosts :: Environment -> Maybe [HostInfoForCreateProperty]
initialVlans :: Environment -> Maybe InitialVlansProperty
kmsKeyId :: Environment -> Maybe (Value Text)
licenseInfo :: Environment -> LicenseInfoProperty
serviceAccessSecurityGroups :: Environment -> Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Environment -> Value Text
siteId :: Environment -> Value Text
tags :: Environment -> Maybe [Tag]
termsAccepted :: Environment -> Value Bool
vcfHostnames :: Environment -> VcfHostnamesProperty
vcfVersion :: Environment -> Value Text
vpcId :: Environment -> Value Text
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
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
"ConnectivityInfo" Key -> ConnectivityInfoProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= ConnectivityInfoProperty
connectivityInfo,
               Key
"LicenseInfo" Key -> LicenseInfoProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= LicenseInfoProperty
licenseInfo,
               Key
"ServiceAccessSubnetId" 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
serviceAccessSubnetId,
               Key
"SiteId" 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
siteId, Key
"TermsAccepted" 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..= Value Bool
termsAccepted,
               Key
"VcfHostnames" Key -> VcfHostnamesProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
JSON..= VcfHostnamesProperty
vcfHostnames,
               Key
"VcfVersion" 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
vcfVersion, 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 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
"EnvironmentName" (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)
environmentName,
                  Key -> [HostInfoForCreateProperty] -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Hosts" ([HostInfoForCreateProperty] -> (Key, Value))
-> Maybe [HostInfoForCreateProperty] -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe [HostInfoForCreateProperty]
hosts,
                  Key -> InitialVlansProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"InitialVlans" (InitialVlansProperty -> (Key, Value))
-> Maybe InitialVlansProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe InitialVlansProperty
initialVlans,
                  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
"KmsKeyId" (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)
kmsKeyId,
                  Key -> ServiceAccessSecurityGroupsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"ServiceAccessSecurityGroups"
                    (ServiceAccessSecurityGroupsProperty -> (Key, Value))
-> Maybe ServiceAccessSecurityGroupsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSecurityGroups,
                  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 "ConnectivityInfo" Environment where
  type PropertyType "ConnectivityInfo" Environment = ConnectivityInfoProperty
  set :: PropertyType "ConnectivityInfo" Environment
-> Environment -> Environment
set PropertyType "ConnectivityInfo" Environment
newValue Environment {Maybe [Tag]
Maybe [HostInfoForCreateProperty]
Maybe (Value Text)
Maybe InitialVlansProperty
Maybe ServiceAccessSecurityGroupsProperty
()
Value Bool
Value Text
ConnectivityInfoProperty
LicenseInfoProperty
VcfHostnamesProperty
haddock_workaround_ :: Environment -> ()
connectivityInfo :: Environment -> ConnectivityInfoProperty
environmentName :: Environment -> Maybe (Value Text)
hosts :: Environment -> Maybe [HostInfoForCreateProperty]
initialVlans :: Environment -> Maybe InitialVlansProperty
kmsKeyId :: Environment -> Maybe (Value Text)
licenseInfo :: Environment -> LicenseInfoProperty
serviceAccessSecurityGroups :: Environment -> Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Environment -> Value Text
siteId :: Environment -> Value Text
tags :: Environment -> Maybe [Tag]
termsAccepted :: Environment -> Value Bool
vcfHostnames :: Environment -> VcfHostnamesProperty
vcfVersion :: Environment -> Value Text
vpcId :: Environment -> Value Text
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
vpcId :: Value Text
..}
    = Environment {connectivityInfo :: ConnectivityInfoProperty
connectivityInfo = PropertyType "ConnectivityInfo" Environment
ConnectivityInfoProperty
newValue, Maybe [Tag]
Maybe [HostInfoForCreateProperty]
Maybe (Value Text)
Maybe InitialVlansProperty
Maybe ServiceAccessSecurityGroupsProperty
()
Value Bool
Value Text
LicenseInfoProperty
VcfHostnamesProperty
haddock_workaround_ :: ()
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
vpcId :: Value Text
haddock_workaround_ :: ()
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
vpcId :: Value Text
..}
instance Property "EnvironmentName" Environment where
  type PropertyType "EnvironmentName" Environment = Value Prelude.Text
  set :: PropertyType "EnvironmentName" Environment
-> Environment -> Environment
set PropertyType "EnvironmentName" Environment
newValue Environment {Maybe [Tag]
Maybe [HostInfoForCreateProperty]
Maybe (Value Text)
Maybe InitialVlansProperty
Maybe ServiceAccessSecurityGroupsProperty
()
Value Bool
Value Text
ConnectivityInfoProperty
LicenseInfoProperty
VcfHostnamesProperty
haddock_workaround_ :: Environment -> ()
connectivityInfo :: Environment -> ConnectivityInfoProperty
environmentName :: Environment -> Maybe (Value Text)
hosts :: Environment -> Maybe [HostInfoForCreateProperty]
initialVlans :: Environment -> Maybe InitialVlansProperty
kmsKeyId :: Environment -> Maybe (Value Text)
licenseInfo :: Environment -> LicenseInfoProperty
serviceAccessSecurityGroups :: Environment -> Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Environment -> Value Text
siteId :: Environment -> Value Text
tags :: Environment -> Maybe [Tag]
termsAccepted :: Environment -> Value Bool
vcfHostnames :: Environment -> VcfHostnamesProperty
vcfVersion :: Environment -> Value Text
vpcId :: Environment -> Value Text
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
vpcId :: Value Text
..}
    = Environment {environmentName :: Maybe (Value Text)
environmentName = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "EnvironmentName" Environment
Value Text
newValue, Maybe [Tag]
Maybe [HostInfoForCreateProperty]
Maybe (Value Text)
Maybe InitialVlansProperty
Maybe ServiceAccessSecurityGroupsProperty
()
Value Bool
Value Text
ConnectivityInfoProperty
LicenseInfoProperty
VcfHostnamesProperty
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
vpcId :: Value Text
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
vpcId :: Value Text
..}
instance Property "Hosts" Environment where
  type PropertyType "Hosts" Environment = [HostInfoForCreateProperty]
  set :: PropertyType "Hosts" Environment -> Environment -> Environment
set PropertyType "Hosts" Environment
newValue Environment {Maybe [Tag]
Maybe [HostInfoForCreateProperty]
Maybe (Value Text)
Maybe InitialVlansProperty
Maybe ServiceAccessSecurityGroupsProperty
()
Value Bool
Value Text
ConnectivityInfoProperty
LicenseInfoProperty
VcfHostnamesProperty
haddock_workaround_ :: Environment -> ()
connectivityInfo :: Environment -> ConnectivityInfoProperty
environmentName :: Environment -> Maybe (Value Text)
hosts :: Environment -> Maybe [HostInfoForCreateProperty]
initialVlans :: Environment -> Maybe InitialVlansProperty
kmsKeyId :: Environment -> Maybe (Value Text)
licenseInfo :: Environment -> LicenseInfoProperty
serviceAccessSecurityGroups :: Environment -> Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Environment -> Value Text
siteId :: Environment -> Value Text
tags :: Environment -> Maybe [Tag]
termsAccepted :: Environment -> Value Bool
vcfHostnames :: Environment -> VcfHostnamesProperty
vcfVersion :: Environment -> Value Text
vpcId :: Environment -> Value Text
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
vpcId :: Value Text
..}
    = Environment {hosts :: Maybe [HostInfoForCreateProperty]
hosts = [HostInfoForCreateProperty] -> Maybe [HostInfoForCreateProperty]
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure [HostInfoForCreateProperty]
PropertyType "Hosts" Environment
newValue, Maybe [Tag]
Maybe (Value Text)
Maybe InitialVlansProperty
Maybe ServiceAccessSecurityGroupsProperty
()
Value Bool
Value Text
ConnectivityInfoProperty
LicenseInfoProperty
VcfHostnamesProperty
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
vpcId :: Value Text
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
vpcId :: Value Text
..}
instance Property "InitialVlans" Environment where
  type PropertyType "InitialVlans" Environment = InitialVlansProperty
  set :: PropertyType "InitialVlans" Environment
-> Environment -> Environment
set PropertyType "InitialVlans" Environment
newValue Environment {Maybe [Tag]
Maybe [HostInfoForCreateProperty]
Maybe (Value Text)
Maybe InitialVlansProperty
Maybe ServiceAccessSecurityGroupsProperty
()
Value Bool
Value Text
ConnectivityInfoProperty
LicenseInfoProperty
VcfHostnamesProperty
haddock_workaround_ :: Environment -> ()
connectivityInfo :: Environment -> ConnectivityInfoProperty
environmentName :: Environment -> Maybe (Value Text)
hosts :: Environment -> Maybe [HostInfoForCreateProperty]
initialVlans :: Environment -> Maybe InitialVlansProperty
kmsKeyId :: Environment -> Maybe (Value Text)
licenseInfo :: Environment -> LicenseInfoProperty
serviceAccessSecurityGroups :: Environment -> Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Environment -> Value Text
siteId :: Environment -> Value Text
tags :: Environment -> Maybe [Tag]
termsAccepted :: Environment -> Value Bool
vcfHostnames :: Environment -> VcfHostnamesProperty
vcfVersion :: Environment -> Value Text
vpcId :: Environment -> Value Text
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
vpcId :: Value Text
..}
    = Environment {initialVlans :: Maybe InitialVlansProperty
initialVlans = InitialVlansProperty -> Maybe InitialVlansProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "InitialVlans" Environment
InitialVlansProperty
newValue, Maybe [Tag]
Maybe [HostInfoForCreateProperty]
Maybe (Value Text)
Maybe ServiceAccessSecurityGroupsProperty
()
Value Bool
Value Text
ConnectivityInfoProperty
LicenseInfoProperty
VcfHostnamesProperty
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
vpcId :: Value Text
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
vpcId :: Value Text
..}
instance Property "KmsKeyId" Environment where
  type PropertyType "KmsKeyId" Environment = Value Prelude.Text
  set :: PropertyType "KmsKeyId" Environment -> Environment -> Environment
set PropertyType "KmsKeyId" Environment
newValue Environment {Maybe [Tag]
Maybe [HostInfoForCreateProperty]
Maybe (Value Text)
Maybe InitialVlansProperty
Maybe ServiceAccessSecurityGroupsProperty
()
Value Bool
Value Text
ConnectivityInfoProperty
LicenseInfoProperty
VcfHostnamesProperty
haddock_workaround_ :: Environment -> ()
connectivityInfo :: Environment -> ConnectivityInfoProperty
environmentName :: Environment -> Maybe (Value Text)
hosts :: Environment -> Maybe [HostInfoForCreateProperty]
initialVlans :: Environment -> Maybe InitialVlansProperty
kmsKeyId :: Environment -> Maybe (Value Text)
licenseInfo :: Environment -> LicenseInfoProperty
serviceAccessSecurityGroups :: Environment -> Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Environment -> Value Text
siteId :: Environment -> Value Text
tags :: Environment -> Maybe [Tag]
termsAccepted :: Environment -> Value Bool
vcfHostnames :: Environment -> VcfHostnamesProperty
vcfVersion :: Environment -> Value Text
vpcId :: Environment -> Value Text
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
vpcId :: Value Text
..}
    = Environment {kmsKeyId :: Maybe (Value Text)
kmsKeyId = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "KmsKeyId" Environment
Value Text
newValue, Maybe [Tag]
Maybe [HostInfoForCreateProperty]
Maybe (Value Text)
Maybe InitialVlansProperty
Maybe ServiceAccessSecurityGroupsProperty
()
Value Bool
Value Text
ConnectivityInfoProperty
LicenseInfoProperty
VcfHostnamesProperty
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
vpcId :: Value Text
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
vpcId :: Value Text
..}
instance Property "LicenseInfo" Environment where
  type PropertyType "LicenseInfo" Environment = LicenseInfoProperty
  set :: PropertyType "LicenseInfo" Environment
-> Environment -> Environment
set PropertyType "LicenseInfo" Environment
newValue Environment {Maybe [Tag]
Maybe [HostInfoForCreateProperty]
Maybe (Value Text)
Maybe InitialVlansProperty
Maybe ServiceAccessSecurityGroupsProperty
()
Value Bool
Value Text
ConnectivityInfoProperty
LicenseInfoProperty
VcfHostnamesProperty
haddock_workaround_ :: Environment -> ()
connectivityInfo :: Environment -> ConnectivityInfoProperty
environmentName :: Environment -> Maybe (Value Text)
hosts :: Environment -> Maybe [HostInfoForCreateProperty]
initialVlans :: Environment -> Maybe InitialVlansProperty
kmsKeyId :: Environment -> Maybe (Value Text)
licenseInfo :: Environment -> LicenseInfoProperty
serviceAccessSecurityGroups :: Environment -> Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Environment -> Value Text
siteId :: Environment -> Value Text
tags :: Environment -> Maybe [Tag]
termsAccepted :: Environment -> Value Bool
vcfHostnames :: Environment -> VcfHostnamesProperty
vcfVersion :: Environment -> Value Text
vpcId :: Environment -> Value Text
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
vpcId :: Value Text
..}
    = Environment {licenseInfo :: LicenseInfoProperty
licenseInfo = PropertyType "LicenseInfo" Environment
LicenseInfoProperty
newValue, Maybe [Tag]
Maybe [HostInfoForCreateProperty]
Maybe (Value Text)
Maybe InitialVlansProperty
Maybe ServiceAccessSecurityGroupsProperty
()
Value Bool
Value Text
ConnectivityInfoProperty
VcfHostnamesProperty
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
vpcId :: Value Text
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
vpcId :: Value Text
..}
instance Property "ServiceAccessSecurityGroups" Environment where
  type PropertyType "ServiceAccessSecurityGroups" Environment = ServiceAccessSecurityGroupsProperty
  set :: PropertyType "ServiceAccessSecurityGroups" Environment
-> Environment -> Environment
set PropertyType "ServiceAccessSecurityGroups" Environment
newValue Environment {Maybe [Tag]
Maybe [HostInfoForCreateProperty]
Maybe (Value Text)
Maybe InitialVlansProperty
Maybe ServiceAccessSecurityGroupsProperty
()
Value Bool
Value Text
ConnectivityInfoProperty
LicenseInfoProperty
VcfHostnamesProperty
haddock_workaround_ :: Environment -> ()
connectivityInfo :: Environment -> ConnectivityInfoProperty
environmentName :: Environment -> Maybe (Value Text)
hosts :: Environment -> Maybe [HostInfoForCreateProperty]
initialVlans :: Environment -> Maybe InitialVlansProperty
kmsKeyId :: Environment -> Maybe (Value Text)
licenseInfo :: Environment -> LicenseInfoProperty
serviceAccessSecurityGroups :: Environment -> Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Environment -> Value Text
siteId :: Environment -> Value Text
tags :: Environment -> Maybe [Tag]
termsAccepted :: Environment -> Value Bool
vcfHostnames :: Environment -> VcfHostnamesProperty
vcfVersion :: Environment -> Value Text
vpcId :: Environment -> Value Text
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
vpcId :: Value Text
..}
    = Environment
        {serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSecurityGroups = ServiceAccessSecurityGroupsProperty
-> Maybe ServiceAccessSecurityGroupsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ServiceAccessSecurityGroups" Environment
ServiceAccessSecurityGroupsProperty
newValue, Maybe [Tag]
Maybe [HostInfoForCreateProperty]
Maybe (Value Text)
Maybe InitialVlansProperty
()
Value Bool
Value Text
ConnectivityInfoProperty
LicenseInfoProperty
VcfHostnamesProperty
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
vpcId :: Value Text
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
vpcId :: Value Text
..}
instance Property "ServiceAccessSubnetId" Environment where
  type PropertyType "ServiceAccessSubnetId" Environment = Value Prelude.Text
  set :: PropertyType "ServiceAccessSubnetId" Environment
-> Environment -> Environment
set PropertyType "ServiceAccessSubnetId" Environment
newValue Environment {Maybe [Tag]
Maybe [HostInfoForCreateProperty]
Maybe (Value Text)
Maybe InitialVlansProperty
Maybe ServiceAccessSecurityGroupsProperty
()
Value Bool
Value Text
ConnectivityInfoProperty
LicenseInfoProperty
VcfHostnamesProperty
haddock_workaround_ :: Environment -> ()
connectivityInfo :: Environment -> ConnectivityInfoProperty
environmentName :: Environment -> Maybe (Value Text)
hosts :: Environment -> Maybe [HostInfoForCreateProperty]
initialVlans :: Environment -> Maybe InitialVlansProperty
kmsKeyId :: Environment -> Maybe (Value Text)
licenseInfo :: Environment -> LicenseInfoProperty
serviceAccessSecurityGroups :: Environment -> Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Environment -> Value Text
siteId :: Environment -> Value Text
tags :: Environment -> Maybe [Tag]
termsAccepted :: Environment -> Value Bool
vcfHostnames :: Environment -> VcfHostnamesProperty
vcfVersion :: Environment -> Value Text
vpcId :: Environment -> Value Text
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
vpcId :: Value Text
..}
    = Environment {serviceAccessSubnetId :: Value Text
serviceAccessSubnetId = PropertyType "ServiceAccessSubnetId" Environment
Value Text
newValue, Maybe [Tag]
Maybe [HostInfoForCreateProperty]
Maybe (Value Text)
Maybe InitialVlansProperty
Maybe ServiceAccessSecurityGroupsProperty
()
Value Bool
Value Text
ConnectivityInfoProperty
LicenseInfoProperty
VcfHostnamesProperty
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
vpcId :: Value Text
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
vpcId :: Value Text
..}
instance Property "SiteId" Environment where
  type PropertyType "SiteId" Environment = Value Prelude.Text
  set :: PropertyType "SiteId" Environment -> Environment -> Environment
set PropertyType "SiteId" Environment
newValue Environment {Maybe [Tag]
Maybe [HostInfoForCreateProperty]
Maybe (Value Text)
Maybe InitialVlansProperty
Maybe ServiceAccessSecurityGroupsProperty
()
Value Bool
Value Text
ConnectivityInfoProperty
LicenseInfoProperty
VcfHostnamesProperty
haddock_workaround_ :: Environment -> ()
connectivityInfo :: Environment -> ConnectivityInfoProperty
environmentName :: Environment -> Maybe (Value Text)
hosts :: Environment -> Maybe [HostInfoForCreateProperty]
initialVlans :: Environment -> Maybe InitialVlansProperty
kmsKeyId :: Environment -> Maybe (Value Text)
licenseInfo :: Environment -> LicenseInfoProperty
serviceAccessSecurityGroups :: Environment -> Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Environment -> Value Text
siteId :: Environment -> Value Text
tags :: Environment -> Maybe [Tag]
termsAccepted :: Environment -> Value Bool
vcfHostnames :: Environment -> VcfHostnamesProperty
vcfVersion :: Environment -> Value Text
vpcId :: Environment -> Value Text
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
vpcId :: Value Text
..} = Environment {siteId :: Value Text
siteId = PropertyType "SiteId" Environment
Value Text
newValue, Maybe [Tag]
Maybe [HostInfoForCreateProperty]
Maybe (Value Text)
Maybe InitialVlansProperty
Maybe ServiceAccessSecurityGroupsProperty
()
Value Bool
Value Text
ConnectivityInfoProperty
LicenseInfoProperty
VcfHostnamesProperty
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
vpcId :: Value Text
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
vpcId :: Value Text
..}
instance Property "Tags" Environment where
  type PropertyType "Tags" Environment = [Tag]
  set :: PropertyType "Tags" Environment -> Environment -> Environment
set PropertyType "Tags" Environment
newValue Environment {Maybe [Tag]
Maybe [HostInfoForCreateProperty]
Maybe (Value Text)
Maybe InitialVlansProperty
Maybe ServiceAccessSecurityGroupsProperty
()
Value Bool
Value Text
ConnectivityInfoProperty
LicenseInfoProperty
VcfHostnamesProperty
haddock_workaround_ :: Environment -> ()
connectivityInfo :: Environment -> ConnectivityInfoProperty
environmentName :: Environment -> Maybe (Value Text)
hosts :: Environment -> Maybe [HostInfoForCreateProperty]
initialVlans :: Environment -> Maybe InitialVlansProperty
kmsKeyId :: Environment -> Maybe (Value Text)
licenseInfo :: Environment -> LicenseInfoProperty
serviceAccessSecurityGroups :: Environment -> Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Environment -> Value Text
siteId :: Environment -> Value Text
tags :: Environment -> Maybe [Tag]
termsAccepted :: Environment -> Value Bool
vcfHostnames :: Environment -> VcfHostnamesProperty
vcfVersion :: Environment -> Value Text
vpcId :: Environment -> Value Text
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
vpcId :: Value Text
..}
    = Environment {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" Environment
newValue, Maybe [HostInfoForCreateProperty]
Maybe (Value Text)
Maybe InitialVlansProperty
Maybe ServiceAccessSecurityGroupsProperty
()
Value Bool
Value Text
ConnectivityInfoProperty
LicenseInfoProperty
VcfHostnamesProperty
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
vpcId :: Value Text
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
vpcId :: Value Text
..}
instance Property "TermsAccepted" Environment where
  type PropertyType "TermsAccepted" Environment = Value Prelude.Bool
  set :: PropertyType "TermsAccepted" Environment
-> Environment -> Environment
set PropertyType "TermsAccepted" Environment
newValue Environment {Maybe [Tag]
Maybe [HostInfoForCreateProperty]
Maybe (Value Text)
Maybe InitialVlansProperty
Maybe ServiceAccessSecurityGroupsProperty
()
Value Bool
Value Text
ConnectivityInfoProperty
LicenseInfoProperty
VcfHostnamesProperty
haddock_workaround_ :: Environment -> ()
connectivityInfo :: Environment -> ConnectivityInfoProperty
environmentName :: Environment -> Maybe (Value Text)
hosts :: Environment -> Maybe [HostInfoForCreateProperty]
initialVlans :: Environment -> Maybe InitialVlansProperty
kmsKeyId :: Environment -> Maybe (Value Text)
licenseInfo :: Environment -> LicenseInfoProperty
serviceAccessSecurityGroups :: Environment -> Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Environment -> Value Text
siteId :: Environment -> Value Text
tags :: Environment -> Maybe [Tag]
termsAccepted :: Environment -> Value Bool
vcfHostnames :: Environment -> VcfHostnamesProperty
vcfVersion :: Environment -> Value Text
vpcId :: Environment -> Value Text
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
vpcId :: Value Text
..}
    = Environment {termsAccepted :: Value Bool
termsAccepted = PropertyType "TermsAccepted" Environment
Value Bool
newValue, Maybe [Tag]
Maybe [HostInfoForCreateProperty]
Maybe (Value Text)
Maybe InitialVlansProperty
Maybe ServiceAccessSecurityGroupsProperty
()
Value Text
ConnectivityInfoProperty
LicenseInfoProperty
VcfHostnamesProperty
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
vpcId :: Value Text
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
vpcId :: Value Text
..}
instance Property "VcfHostnames" Environment where
  type PropertyType "VcfHostnames" Environment = VcfHostnamesProperty
  set :: PropertyType "VcfHostnames" Environment
-> Environment -> Environment
set PropertyType "VcfHostnames" Environment
newValue Environment {Maybe [Tag]
Maybe [HostInfoForCreateProperty]
Maybe (Value Text)
Maybe InitialVlansProperty
Maybe ServiceAccessSecurityGroupsProperty
()
Value Bool
Value Text
ConnectivityInfoProperty
LicenseInfoProperty
VcfHostnamesProperty
haddock_workaround_ :: Environment -> ()
connectivityInfo :: Environment -> ConnectivityInfoProperty
environmentName :: Environment -> Maybe (Value Text)
hosts :: Environment -> Maybe [HostInfoForCreateProperty]
initialVlans :: Environment -> Maybe InitialVlansProperty
kmsKeyId :: Environment -> Maybe (Value Text)
licenseInfo :: Environment -> LicenseInfoProperty
serviceAccessSecurityGroups :: Environment -> Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Environment -> Value Text
siteId :: Environment -> Value Text
tags :: Environment -> Maybe [Tag]
termsAccepted :: Environment -> Value Bool
vcfHostnames :: Environment -> VcfHostnamesProperty
vcfVersion :: Environment -> Value Text
vpcId :: Environment -> Value Text
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
vpcId :: Value Text
..}
    = Environment {vcfHostnames :: VcfHostnamesProperty
vcfHostnames = PropertyType "VcfHostnames" Environment
VcfHostnamesProperty
newValue, Maybe [Tag]
Maybe [HostInfoForCreateProperty]
Maybe (Value Text)
Maybe InitialVlansProperty
Maybe ServiceAccessSecurityGroupsProperty
()
Value Bool
Value Text
ConnectivityInfoProperty
LicenseInfoProperty
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfVersion :: Value Text
vpcId :: Value Text
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfVersion :: Value Text
vpcId :: Value Text
..}
instance Property "VcfVersion" Environment where
  type PropertyType "VcfVersion" Environment = Value Prelude.Text
  set :: PropertyType "VcfVersion" Environment -> Environment -> Environment
set PropertyType "VcfVersion" Environment
newValue Environment {Maybe [Tag]
Maybe [HostInfoForCreateProperty]
Maybe (Value Text)
Maybe InitialVlansProperty
Maybe ServiceAccessSecurityGroupsProperty
()
Value Bool
Value Text
ConnectivityInfoProperty
LicenseInfoProperty
VcfHostnamesProperty
haddock_workaround_ :: Environment -> ()
connectivityInfo :: Environment -> ConnectivityInfoProperty
environmentName :: Environment -> Maybe (Value Text)
hosts :: Environment -> Maybe [HostInfoForCreateProperty]
initialVlans :: Environment -> Maybe InitialVlansProperty
kmsKeyId :: Environment -> Maybe (Value Text)
licenseInfo :: Environment -> LicenseInfoProperty
serviceAccessSecurityGroups :: Environment -> Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Environment -> Value Text
siteId :: Environment -> Value Text
tags :: Environment -> Maybe [Tag]
termsAccepted :: Environment -> Value Bool
vcfHostnames :: Environment -> VcfHostnamesProperty
vcfVersion :: Environment -> Value Text
vpcId :: Environment -> Value Text
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
vpcId :: Value Text
..}
    = Environment {vcfVersion :: Value Text
vcfVersion = PropertyType "VcfVersion" Environment
Value Text
newValue, Maybe [Tag]
Maybe [HostInfoForCreateProperty]
Maybe (Value Text)
Maybe InitialVlansProperty
Maybe ServiceAccessSecurityGroupsProperty
()
Value Bool
Value Text
ConnectivityInfoProperty
LicenseInfoProperty
VcfHostnamesProperty
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vpcId :: Value Text
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vpcId :: Value Text
..}
instance Property "VpcId" Environment where
  type PropertyType "VpcId" Environment = Value Prelude.Text
  set :: PropertyType "VpcId" Environment -> Environment -> Environment
set PropertyType "VpcId" Environment
newValue Environment {Maybe [Tag]
Maybe [HostInfoForCreateProperty]
Maybe (Value Text)
Maybe InitialVlansProperty
Maybe ServiceAccessSecurityGroupsProperty
()
Value Bool
Value Text
ConnectivityInfoProperty
LicenseInfoProperty
VcfHostnamesProperty
haddock_workaround_ :: Environment -> ()
connectivityInfo :: Environment -> ConnectivityInfoProperty
environmentName :: Environment -> Maybe (Value Text)
hosts :: Environment -> Maybe [HostInfoForCreateProperty]
initialVlans :: Environment -> Maybe InitialVlansProperty
kmsKeyId :: Environment -> Maybe (Value Text)
licenseInfo :: Environment -> LicenseInfoProperty
serviceAccessSecurityGroups :: Environment -> Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Environment -> Value Text
siteId :: Environment -> Value Text
tags :: Environment -> Maybe [Tag]
termsAccepted :: Environment -> Value Bool
vcfHostnames :: Environment -> VcfHostnamesProperty
vcfVersion :: Environment -> Value Text
vpcId :: Environment -> Value Text
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
vpcId :: Value Text
..} = Environment {vpcId :: Value Text
vpcId = PropertyType "VpcId" Environment
Value Text
newValue, Maybe [Tag]
Maybe [HostInfoForCreateProperty]
Maybe (Value Text)
Maybe InitialVlansProperty
Maybe ServiceAccessSecurityGroupsProperty
()
Value Bool
Value Text
ConnectivityInfoProperty
LicenseInfoProperty
VcfHostnamesProperty
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
haddock_workaround_ :: ()
connectivityInfo :: ConnectivityInfoProperty
environmentName :: Maybe (Value Text)
hosts :: Maybe [HostInfoForCreateProperty]
initialVlans :: Maybe InitialVlansProperty
kmsKeyId :: Maybe (Value Text)
licenseInfo :: LicenseInfoProperty
serviceAccessSecurityGroups :: Maybe ServiceAccessSecurityGroupsProperty
serviceAccessSubnetId :: Value Text
siteId :: Value Text
tags :: Maybe [Tag]
termsAccepted :: Value Bool
vcfHostnames :: VcfHostnamesProperty
vcfVersion :: Value Text
..}