module Stratosphere.EC2.VerifiedAccessEndpoint (
        module Exports, VerifiedAccessEndpoint(..),
        mkVerifiedAccessEndpoint
    ) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.EC2.VerifiedAccessEndpoint.CidrOptionsProperty as Exports
import {-# SOURCE #-} Stratosphere.EC2.VerifiedAccessEndpoint.LoadBalancerOptionsProperty as Exports
import {-# SOURCE #-} Stratosphere.EC2.VerifiedAccessEndpoint.NetworkInterfaceOptionsProperty as Exports
import {-# SOURCE #-} Stratosphere.EC2.VerifiedAccessEndpoint.RdsOptionsProperty as Exports
import {-# SOURCE #-} Stratosphere.EC2.VerifiedAccessEndpoint.SseSpecificationProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Tag
import Stratosphere.Value
data VerifiedAccessEndpoint
  = -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-verifiedaccessendpoint.html>
    VerifiedAccessEndpoint {VerifiedAccessEndpoint -> ()
haddock_workaround_ :: (),
                            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-verifiedaccessendpoint.html#cfn-ec2-verifiedaccessendpoint-applicationdomain>
                            VerifiedAccessEndpoint -> Maybe (Value Text)
applicationDomain :: (Prelude.Maybe (Value Prelude.Text)),
                            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-verifiedaccessendpoint.html#cfn-ec2-verifiedaccessendpoint-attachmenttype>
                            VerifiedAccessEndpoint -> Value Text
attachmentType :: (Value Prelude.Text),
                            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-verifiedaccessendpoint.html#cfn-ec2-verifiedaccessendpoint-cidroptions>
                            VerifiedAccessEndpoint -> Maybe CidrOptionsProperty
cidrOptions :: (Prelude.Maybe CidrOptionsProperty),
                            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-verifiedaccessendpoint.html#cfn-ec2-verifiedaccessendpoint-description>
                            VerifiedAccessEndpoint -> Maybe (Value Text)
description :: (Prelude.Maybe (Value Prelude.Text)),
                            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-verifiedaccessendpoint.html#cfn-ec2-verifiedaccessendpoint-domaincertificatearn>
                            VerifiedAccessEndpoint -> Maybe (Value Text)
domainCertificateArn :: (Prelude.Maybe (Value Prelude.Text)),
                            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-verifiedaccessendpoint.html#cfn-ec2-verifiedaccessendpoint-endpointdomainprefix>
                            VerifiedAccessEndpoint -> Maybe (Value Text)
endpointDomainPrefix :: (Prelude.Maybe (Value Prelude.Text)),
                            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-verifiedaccessendpoint.html#cfn-ec2-verifiedaccessendpoint-endpointtype>
                            VerifiedAccessEndpoint -> Value Text
endpointType :: (Value Prelude.Text),
                            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-verifiedaccessendpoint.html#cfn-ec2-verifiedaccessendpoint-loadbalanceroptions>
                            VerifiedAccessEndpoint -> Maybe LoadBalancerOptionsProperty
loadBalancerOptions :: (Prelude.Maybe LoadBalancerOptionsProperty),
                            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-verifiedaccessendpoint.html#cfn-ec2-verifiedaccessendpoint-networkinterfaceoptions>
                            VerifiedAccessEndpoint -> Maybe NetworkInterfaceOptionsProperty
networkInterfaceOptions :: (Prelude.Maybe NetworkInterfaceOptionsProperty),
                            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-verifiedaccessendpoint.html#cfn-ec2-verifiedaccessendpoint-policydocument>
                            VerifiedAccessEndpoint -> Maybe (Value Text)
policyDocument :: (Prelude.Maybe (Value Prelude.Text)),
                            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-verifiedaccessendpoint.html#cfn-ec2-verifiedaccessendpoint-policyenabled>
                            VerifiedAccessEndpoint -> Maybe (Value Bool)
policyEnabled :: (Prelude.Maybe (Value Prelude.Bool)),
                            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-verifiedaccessendpoint.html#cfn-ec2-verifiedaccessendpoint-rdsoptions>
                            VerifiedAccessEndpoint -> Maybe RdsOptionsProperty
rdsOptions :: (Prelude.Maybe RdsOptionsProperty),
                            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-verifiedaccessendpoint.html#cfn-ec2-verifiedaccessendpoint-securitygroupids>
                            VerifiedAccessEndpoint -> Maybe (ValueList Text)
securityGroupIds :: (Prelude.Maybe (ValueList Prelude.Text)),
                            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-verifiedaccessendpoint.html#cfn-ec2-verifiedaccessendpoint-ssespecification>
                            VerifiedAccessEndpoint -> Maybe SseSpecificationProperty
sseSpecification :: (Prelude.Maybe SseSpecificationProperty),
                            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-verifiedaccessendpoint.html#cfn-ec2-verifiedaccessendpoint-tags>
                            VerifiedAccessEndpoint -> Maybe [Tag]
tags :: (Prelude.Maybe [Tag]),
                            -- | See: <http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-verifiedaccessendpoint.html#cfn-ec2-verifiedaccessendpoint-verifiedaccessgroupid>
                            VerifiedAccessEndpoint -> Value Text
verifiedAccessGroupId :: (Value Prelude.Text)}
  deriving stock (VerifiedAccessEndpoint -> VerifiedAccessEndpoint -> Bool
(VerifiedAccessEndpoint -> VerifiedAccessEndpoint -> Bool)
-> (VerifiedAccessEndpoint -> VerifiedAccessEndpoint -> Bool)
-> Eq VerifiedAccessEndpoint
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: VerifiedAccessEndpoint -> VerifiedAccessEndpoint -> Bool
== :: VerifiedAccessEndpoint -> VerifiedAccessEndpoint -> Bool
$c/= :: VerifiedAccessEndpoint -> VerifiedAccessEndpoint -> Bool
/= :: VerifiedAccessEndpoint -> VerifiedAccessEndpoint -> Bool
Prelude.Eq, Int -> VerifiedAccessEndpoint -> ShowS
[VerifiedAccessEndpoint] -> ShowS
VerifiedAccessEndpoint -> String
(Int -> VerifiedAccessEndpoint -> ShowS)
-> (VerifiedAccessEndpoint -> String)
-> ([VerifiedAccessEndpoint] -> ShowS)
-> Show VerifiedAccessEndpoint
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> VerifiedAccessEndpoint -> ShowS
showsPrec :: Int -> VerifiedAccessEndpoint -> ShowS
$cshow :: VerifiedAccessEndpoint -> String
show :: VerifiedAccessEndpoint -> String
$cshowList :: [VerifiedAccessEndpoint] -> ShowS
showList :: [VerifiedAccessEndpoint] -> ShowS
Prelude.Show)
mkVerifiedAccessEndpoint ::
  Value Prelude.Text
  -> Value Prelude.Text
     -> Value Prelude.Text -> VerifiedAccessEndpoint
mkVerifiedAccessEndpoint :: Value Text -> Value Text -> Value Text -> VerifiedAccessEndpoint
mkVerifiedAccessEndpoint
  Value Text
attachmentType
  Value Text
endpointType
  Value Text
verifiedAccessGroupId
  = VerifiedAccessEndpoint
      {haddock_workaround_ :: ()
haddock_workaround_ = (), attachmentType :: Value Text
attachmentType = Value Text
attachmentType,
       endpointType :: Value Text
endpointType = Value Text
endpointType,
       verifiedAccessGroupId :: Value Text
verifiedAccessGroupId = Value Text
verifiedAccessGroupId,
       applicationDomain :: Maybe (Value Text)
applicationDomain = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, cidrOptions :: Maybe CidrOptionsProperty
cidrOptions = Maybe CidrOptionsProperty
forall a. Maybe a
Prelude.Nothing,
       description :: Maybe (Value Text)
description = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       domainCertificateArn :: Maybe (Value Text)
domainCertificateArn = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       endpointDomainPrefix :: Maybe (Value Text)
endpointDomainPrefix = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
       loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
loadBalancerOptions = Maybe LoadBalancerOptionsProperty
forall a. Maybe a
Prelude.Nothing,
       networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
networkInterfaceOptions = Maybe NetworkInterfaceOptionsProperty
forall a. Maybe a
Prelude.Nothing,
       policyDocument :: Maybe (Value Text)
policyDocument = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, policyEnabled :: Maybe (Value Bool)
policyEnabled = Maybe (Value Bool)
forall a. Maybe a
Prelude.Nothing,
       rdsOptions :: Maybe RdsOptionsProperty
rdsOptions = Maybe RdsOptionsProperty
forall a. Maybe a
Prelude.Nothing, securityGroupIds :: Maybe (ValueList Text)
securityGroupIds = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing,
       sseSpecification :: Maybe SseSpecificationProperty
sseSpecification = Maybe SseSpecificationProperty
forall a. Maybe a
Prelude.Nothing, tags :: Maybe [Tag]
tags = Maybe [Tag]
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties VerifiedAccessEndpoint where
  toResourceProperties :: VerifiedAccessEndpoint -> ResourceProperties
toResourceProperties VerifiedAccessEndpoint {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkInterfaceOptionsProperty
Maybe LoadBalancerOptionsProperty
Maybe CidrOptionsProperty
Maybe RdsOptionsProperty
Maybe SseSpecificationProperty
()
Value Text
haddock_workaround_ :: VerifiedAccessEndpoint -> ()
applicationDomain :: VerifiedAccessEndpoint -> Maybe (Value Text)
attachmentType :: VerifiedAccessEndpoint -> Value Text
cidrOptions :: VerifiedAccessEndpoint -> Maybe CidrOptionsProperty
description :: VerifiedAccessEndpoint -> Maybe (Value Text)
domainCertificateArn :: VerifiedAccessEndpoint -> Maybe (Value Text)
endpointDomainPrefix :: VerifiedAccessEndpoint -> Maybe (Value Text)
endpointType :: VerifiedAccessEndpoint -> Value Text
loadBalancerOptions :: VerifiedAccessEndpoint -> Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: VerifiedAccessEndpoint -> Maybe NetworkInterfaceOptionsProperty
policyDocument :: VerifiedAccessEndpoint -> Maybe (Value Text)
policyEnabled :: VerifiedAccessEndpoint -> Maybe (Value Bool)
rdsOptions :: VerifiedAccessEndpoint -> Maybe RdsOptionsProperty
securityGroupIds :: VerifiedAccessEndpoint -> Maybe (ValueList Text)
sseSpecification :: VerifiedAccessEndpoint -> Maybe SseSpecificationProperty
tags :: VerifiedAccessEndpoint -> Maybe [Tag]
verifiedAccessGroupId :: VerifiedAccessEndpoint -> Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
..}
    = ResourceProperties
        {awsType :: Text
awsType = Text
"AWS::EC2::VerifiedAccessEndpoint",
         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
"AttachmentType" 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
attachmentType,
                            Key
"EndpointType" 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
endpointType,
                            Key
"VerifiedAccessGroupId" 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
verifiedAccessGroupId]
                           ([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
"ApplicationDomain" (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)
applicationDomain,
                               Key -> CidrOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CidrOptions" (CidrOptionsProperty -> (Key, Value))
-> Maybe CidrOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe CidrOptionsProperty
cidrOptions,
                               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
"Description" (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)
description,
                               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
"DomainCertificateArn" (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)
domainCertificateArn,
                               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
"EndpointDomainPrefix" (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)
endpointDomainPrefix,
                               Key -> LoadBalancerOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"LoadBalancerOptions" (LoadBalancerOptionsProperty -> (Key, Value))
-> Maybe LoadBalancerOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe LoadBalancerOptionsProperty
loadBalancerOptions,
                               Key -> NetworkInterfaceOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"NetworkInterfaceOptions"
                                 (NetworkInterfaceOptionsProperty -> (Key, Value))
-> Maybe NetworkInterfaceOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe NetworkInterfaceOptionsProperty
networkInterfaceOptions,
                               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
"PolicyDocument" (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)
policyDocument,
                               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
"PolicyEnabled" (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)
policyEnabled,
                               Key -> RdsOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"RdsOptions" (RdsOptionsProperty -> (Key, Value))
-> Maybe RdsOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe RdsOptionsProperty
rdsOptions,
                               Key -> ValueList 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
"SecurityGroupIds" (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
securityGroupIds,
                               Key -> SseSpecificationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SseSpecification" (SseSpecificationProperty -> (Key, Value))
-> Maybe SseSpecificationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe SseSpecificationProperty
sseSpecification,
                               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 VerifiedAccessEndpoint where
  toJSON :: VerifiedAccessEndpoint -> Value
toJSON VerifiedAccessEndpoint {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkInterfaceOptionsProperty
Maybe LoadBalancerOptionsProperty
Maybe CidrOptionsProperty
Maybe RdsOptionsProperty
Maybe SseSpecificationProperty
()
Value Text
haddock_workaround_ :: VerifiedAccessEndpoint -> ()
applicationDomain :: VerifiedAccessEndpoint -> Maybe (Value Text)
attachmentType :: VerifiedAccessEndpoint -> Value Text
cidrOptions :: VerifiedAccessEndpoint -> Maybe CidrOptionsProperty
description :: VerifiedAccessEndpoint -> Maybe (Value Text)
domainCertificateArn :: VerifiedAccessEndpoint -> Maybe (Value Text)
endpointDomainPrefix :: VerifiedAccessEndpoint -> Maybe (Value Text)
endpointType :: VerifiedAccessEndpoint -> Value Text
loadBalancerOptions :: VerifiedAccessEndpoint -> Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: VerifiedAccessEndpoint -> Maybe NetworkInterfaceOptionsProperty
policyDocument :: VerifiedAccessEndpoint -> Maybe (Value Text)
policyEnabled :: VerifiedAccessEndpoint -> Maybe (Value Bool)
rdsOptions :: VerifiedAccessEndpoint -> Maybe RdsOptionsProperty
securityGroupIds :: VerifiedAccessEndpoint -> Maybe (ValueList Text)
sseSpecification :: VerifiedAccessEndpoint -> Maybe SseSpecificationProperty
tags :: VerifiedAccessEndpoint -> Maybe [Tag]
verifiedAccessGroupId :: VerifiedAccessEndpoint -> Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: 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
"AttachmentType" 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
attachmentType,
               Key
"EndpointType" 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
endpointType,
               Key
"VerifiedAccessGroupId" 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
verifiedAccessGroupId]
              ([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
"ApplicationDomain" (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)
applicationDomain,
                  Key -> CidrOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CidrOptions" (CidrOptionsProperty -> (Key, Value))
-> Maybe CidrOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe CidrOptionsProperty
cidrOptions,
                  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
"Description" (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)
description,
                  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
"DomainCertificateArn" (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)
domainCertificateArn,
                  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
"EndpointDomainPrefix" (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)
endpointDomainPrefix,
                  Key -> LoadBalancerOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"LoadBalancerOptions" (LoadBalancerOptionsProperty -> (Key, Value))
-> Maybe LoadBalancerOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe LoadBalancerOptionsProperty
loadBalancerOptions,
                  Key -> NetworkInterfaceOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"NetworkInterfaceOptions"
                    (NetworkInterfaceOptionsProperty -> (Key, Value))
-> Maybe NetworkInterfaceOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe NetworkInterfaceOptionsProperty
networkInterfaceOptions,
                  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
"PolicyDocument" (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)
policyDocument,
                  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
"PolicyEnabled" (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)
policyEnabled,
                  Key -> RdsOptionsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"RdsOptions" (RdsOptionsProperty -> (Key, Value))
-> Maybe RdsOptionsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe RdsOptionsProperty
rdsOptions,
                  Key -> ValueList 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
"SecurityGroupIds" (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
securityGroupIds,
                  Key -> SseSpecificationProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"SseSpecification" (SseSpecificationProperty -> (Key, Value))
-> Maybe SseSpecificationProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe SseSpecificationProperty
sseSpecification,
                  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 "ApplicationDomain" VerifiedAccessEndpoint where
  type PropertyType "ApplicationDomain" VerifiedAccessEndpoint = Value Prelude.Text
  set :: PropertyType "ApplicationDomain" VerifiedAccessEndpoint
-> VerifiedAccessEndpoint -> VerifiedAccessEndpoint
set PropertyType "ApplicationDomain" VerifiedAccessEndpoint
newValue VerifiedAccessEndpoint {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkInterfaceOptionsProperty
Maybe LoadBalancerOptionsProperty
Maybe CidrOptionsProperty
Maybe RdsOptionsProperty
Maybe SseSpecificationProperty
()
Value Text
haddock_workaround_ :: VerifiedAccessEndpoint -> ()
applicationDomain :: VerifiedAccessEndpoint -> Maybe (Value Text)
attachmentType :: VerifiedAccessEndpoint -> Value Text
cidrOptions :: VerifiedAccessEndpoint -> Maybe CidrOptionsProperty
description :: VerifiedAccessEndpoint -> Maybe (Value Text)
domainCertificateArn :: VerifiedAccessEndpoint -> Maybe (Value Text)
endpointDomainPrefix :: VerifiedAccessEndpoint -> Maybe (Value Text)
endpointType :: VerifiedAccessEndpoint -> Value Text
loadBalancerOptions :: VerifiedAccessEndpoint -> Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: VerifiedAccessEndpoint -> Maybe NetworkInterfaceOptionsProperty
policyDocument :: VerifiedAccessEndpoint -> Maybe (Value Text)
policyEnabled :: VerifiedAccessEndpoint -> Maybe (Value Bool)
rdsOptions :: VerifiedAccessEndpoint -> Maybe RdsOptionsProperty
securityGroupIds :: VerifiedAccessEndpoint -> Maybe (ValueList Text)
sseSpecification :: VerifiedAccessEndpoint -> Maybe SseSpecificationProperty
tags :: VerifiedAccessEndpoint -> Maybe [Tag]
verifiedAccessGroupId :: VerifiedAccessEndpoint -> Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
..}
    = VerifiedAccessEndpoint
        {applicationDomain :: Maybe (Value Text)
applicationDomain = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "ApplicationDomain" VerifiedAccessEndpoint
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkInterfaceOptionsProperty
Maybe LoadBalancerOptionsProperty
Maybe CidrOptionsProperty
Maybe RdsOptionsProperty
Maybe SseSpecificationProperty
()
Value Text
haddock_workaround_ :: ()
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
haddock_workaround_ :: ()
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
..}
instance Property "AttachmentType" VerifiedAccessEndpoint where
  type PropertyType "AttachmentType" VerifiedAccessEndpoint = Value Prelude.Text
  set :: PropertyType "AttachmentType" VerifiedAccessEndpoint
-> VerifiedAccessEndpoint -> VerifiedAccessEndpoint
set PropertyType "AttachmentType" VerifiedAccessEndpoint
newValue VerifiedAccessEndpoint {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkInterfaceOptionsProperty
Maybe LoadBalancerOptionsProperty
Maybe CidrOptionsProperty
Maybe RdsOptionsProperty
Maybe SseSpecificationProperty
()
Value Text
haddock_workaround_ :: VerifiedAccessEndpoint -> ()
applicationDomain :: VerifiedAccessEndpoint -> Maybe (Value Text)
attachmentType :: VerifiedAccessEndpoint -> Value Text
cidrOptions :: VerifiedAccessEndpoint -> Maybe CidrOptionsProperty
description :: VerifiedAccessEndpoint -> Maybe (Value Text)
domainCertificateArn :: VerifiedAccessEndpoint -> Maybe (Value Text)
endpointDomainPrefix :: VerifiedAccessEndpoint -> Maybe (Value Text)
endpointType :: VerifiedAccessEndpoint -> Value Text
loadBalancerOptions :: VerifiedAccessEndpoint -> Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: VerifiedAccessEndpoint -> Maybe NetworkInterfaceOptionsProperty
policyDocument :: VerifiedAccessEndpoint -> Maybe (Value Text)
policyEnabled :: VerifiedAccessEndpoint -> Maybe (Value Bool)
rdsOptions :: VerifiedAccessEndpoint -> Maybe RdsOptionsProperty
securityGroupIds :: VerifiedAccessEndpoint -> Maybe (ValueList Text)
sseSpecification :: VerifiedAccessEndpoint -> Maybe SseSpecificationProperty
tags :: VerifiedAccessEndpoint -> Maybe [Tag]
verifiedAccessGroupId :: VerifiedAccessEndpoint -> Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
..}
    = VerifiedAccessEndpoint {attachmentType :: Value Text
attachmentType = PropertyType "AttachmentType" VerifiedAccessEndpoint
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkInterfaceOptionsProperty
Maybe LoadBalancerOptionsProperty
Maybe CidrOptionsProperty
Maybe RdsOptionsProperty
Maybe SseSpecificationProperty
()
Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
..}
instance Property "CidrOptions" VerifiedAccessEndpoint where
  type PropertyType "CidrOptions" VerifiedAccessEndpoint = CidrOptionsProperty
  set :: PropertyType "CidrOptions" VerifiedAccessEndpoint
-> VerifiedAccessEndpoint -> VerifiedAccessEndpoint
set PropertyType "CidrOptions" VerifiedAccessEndpoint
newValue VerifiedAccessEndpoint {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkInterfaceOptionsProperty
Maybe LoadBalancerOptionsProperty
Maybe CidrOptionsProperty
Maybe RdsOptionsProperty
Maybe SseSpecificationProperty
()
Value Text
haddock_workaround_ :: VerifiedAccessEndpoint -> ()
applicationDomain :: VerifiedAccessEndpoint -> Maybe (Value Text)
attachmentType :: VerifiedAccessEndpoint -> Value Text
cidrOptions :: VerifiedAccessEndpoint -> Maybe CidrOptionsProperty
description :: VerifiedAccessEndpoint -> Maybe (Value Text)
domainCertificateArn :: VerifiedAccessEndpoint -> Maybe (Value Text)
endpointDomainPrefix :: VerifiedAccessEndpoint -> Maybe (Value Text)
endpointType :: VerifiedAccessEndpoint -> Value Text
loadBalancerOptions :: VerifiedAccessEndpoint -> Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: VerifiedAccessEndpoint -> Maybe NetworkInterfaceOptionsProperty
policyDocument :: VerifiedAccessEndpoint -> Maybe (Value Text)
policyEnabled :: VerifiedAccessEndpoint -> Maybe (Value Bool)
rdsOptions :: VerifiedAccessEndpoint -> Maybe RdsOptionsProperty
securityGroupIds :: VerifiedAccessEndpoint -> Maybe (ValueList Text)
sseSpecification :: VerifiedAccessEndpoint -> Maybe SseSpecificationProperty
tags :: VerifiedAccessEndpoint -> Maybe [Tag]
verifiedAccessGroupId :: VerifiedAccessEndpoint -> Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
..}
    = VerifiedAccessEndpoint {cidrOptions :: Maybe CidrOptionsProperty
cidrOptions = CidrOptionsProperty -> Maybe CidrOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "CidrOptions" VerifiedAccessEndpoint
CidrOptionsProperty
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkInterfaceOptionsProperty
Maybe LoadBalancerOptionsProperty
Maybe RdsOptionsProperty
Maybe SseSpecificationProperty
()
Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
..}
instance Property "Description" VerifiedAccessEndpoint where
  type PropertyType "Description" VerifiedAccessEndpoint = Value Prelude.Text
  set :: PropertyType "Description" VerifiedAccessEndpoint
-> VerifiedAccessEndpoint -> VerifiedAccessEndpoint
set PropertyType "Description" VerifiedAccessEndpoint
newValue VerifiedAccessEndpoint {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkInterfaceOptionsProperty
Maybe LoadBalancerOptionsProperty
Maybe CidrOptionsProperty
Maybe RdsOptionsProperty
Maybe SseSpecificationProperty
()
Value Text
haddock_workaround_ :: VerifiedAccessEndpoint -> ()
applicationDomain :: VerifiedAccessEndpoint -> Maybe (Value Text)
attachmentType :: VerifiedAccessEndpoint -> Value Text
cidrOptions :: VerifiedAccessEndpoint -> Maybe CidrOptionsProperty
description :: VerifiedAccessEndpoint -> Maybe (Value Text)
domainCertificateArn :: VerifiedAccessEndpoint -> Maybe (Value Text)
endpointDomainPrefix :: VerifiedAccessEndpoint -> Maybe (Value Text)
endpointType :: VerifiedAccessEndpoint -> Value Text
loadBalancerOptions :: VerifiedAccessEndpoint -> Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: VerifiedAccessEndpoint -> Maybe NetworkInterfaceOptionsProperty
policyDocument :: VerifiedAccessEndpoint -> Maybe (Value Text)
policyEnabled :: VerifiedAccessEndpoint -> Maybe (Value Bool)
rdsOptions :: VerifiedAccessEndpoint -> Maybe RdsOptionsProperty
securityGroupIds :: VerifiedAccessEndpoint -> Maybe (ValueList Text)
sseSpecification :: VerifiedAccessEndpoint -> Maybe SseSpecificationProperty
tags :: VerifiedAccessEndpoint -> Maybe [Tag]
verifiedAccessGroupId :: VerifiedAccessEndpoint -> Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
..}
    = VerifiedAccessEndpoint {description :: Maybe (Value Text)
description = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Description" VerifiedAccessEndpoint
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkInterfaceOptionsProperty
Maybe LoadBalancerOptionsProperty
Maybe CidrOptionsProperty
Maybe RdsOptionsProperty
Maybe SseSpecificationProperty
()
Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
..}
instance Property "DomainCertificateArn" VerifiedAccessEndpoint where
  type PropertyType "DomainCertificateArn" VerifiedAccessEndpoint = Value Prelude.Text
  set :: PropertyType "DomainCertificateArn" VerifiedAccessEndpoint
-> VerifiedAccessEndpoint -> VerifiedAccessEndpoint
set PropertyType "DomainCertificateArn" VerifiedAccessEndpoint
newValue VerifiedAccessEndpoint {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkInterfaceOptionsProperty
Maybe LoadBalancerOptionsProperty
Maybe CidrOptionsProperty
Maybe RdsOptionsProperty
Maybe SseSpecificationProperty
()
Value Text
haddock_workaround_ :: VerifiedAccessEndpoint -> ()
applicationDomain :: VerifiedAccessEndpoint -> Maybe (Value Text)
attachmentType :: VerifiedAccessEndpoint -> Value Text
cidrOptions :: VerifiedAccessEndpoint -> Maybe CidrOptionsProperty
description :: VerifiedAccessEndpoint -> Maybe (Value Text)
domainCertificateArn :: VerifiedAccessEndpoint -> Maybe (Value Text)
endpointDomainPrefix :: VerifiedAccessEndpoint -> Maybe (Value Text)
endpointType :: VerifiedAccessEndpoint -> Value Text
loadBalancerOptions :: VerifiedAccessEndpoint -> Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: VerifiedAccessEndpoint -> Maybe NetworkInterfaceOptionsProperty
policyDocument :: VerifiedAccessEndpoint -> Maybe (Value Text)
policyEnabled :: VerifiedAccessEndpoint -> Maybe (Value Bool)
rdsOptions :: VerifiedAccessEndpoint -> Maybe RdsOptionsProperty
securityGroupIds :: VerifiedAccessEndpoint -> Maybe (ValueList Text)
sseSpecification :: VerifiedAccessEndpoint -> Maybe SseSpecificationProperty
tags :: VerifiedAccessEndpoint -> Maybe [Tag]
verifiedAccessGroupId :: VerifiedAccessEndpoint -> Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
..}
    = VerifiedAccessEndpoint
        {domainCertificateArn :: Maybe (Value Text)
domainCertificateArn = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "DomainCertificateArn" VerifiedAccessEndpoint
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkInterfaceOptionsProperty
Maybe LoadBalancerOptionsProperty
Maybe CidrOptionsProperty
Maybe RdsOptionsProperty
Maybe SseSpecificationProperty
()
Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
..}
instance Property "EndpointDomainPrefix" VerifiedAccessEndpoint where
  type PropertyType "EndpointDomainPrefix" VerifiedAccessEndpoint = Value Prelude.Text
  set :: PropertyType "EndpointDomainPrefix" VerifiedAccessEndpoint
-> VerifiedAccessEndpoint -> VerifiedAccessEndpoint
set PropertyType "EndpointDomainPrefix" VerifiedAccessEndpoint
newValue VerifiedAccessEndpoint {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkInterfaceOptionsProperty
Maybe LoadBalancerOptionsProperty
Maybe CidrOptionsProperty
Maybe RdsOptionsProperty
Maybe SseSpecificationProperty
()
Value Text
haddock_workaround_ :: VerifiedAccessEndpoint -> ()
applicationDomain :: VerifiedAccessEndpoint -> Maybe (Value Text)
attachmentType :: VerifiedAccessEndpoint -> Value Text
cidrOptions :: VerifiedAccessEndpoint -> Maybe CidrOptionsProperty
description :: VerifiedAccessEndpoint -> Maybe (Value Text)
domainCertificateArn :: VerifiedAccessEndpoint -> Maybe (Value Text)
endpointDomainPrefix :: VerifiedAccessEndpoint -> Maybe (Value Text)
endpointType :: VerifiedAccessEndpoint -> Value Text
loadBalancerOptions :: VerifiedAccessEndpoint -> Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: VerifiedAccessEndpoint -> Maybe NetworkInterfaceOptionsProperty
policyDocument :: VerifiedAccessEndpoint -> Maybe (Value Text)
policyEnabled :: VerifiedAccessEndpoint -> Maybe (Value Bool)
rdsOptions :: VerifiedAccessEndpoint -> Maybe RdsOptionsProperty
securityGroupIds :: VerifiedAccessEndpoint -> Maybe (ValueList Text)
sseSpecification :: VerifiedAccessEndpoint -> Maybe SseSpecificationProperty
tags :: VerifiedAccessEndpoint -> Maybe [Tag]
verifiedAccessGroupId :: VerifiedAccessEndpoint -> Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
..}
    = VerifiedAccessEndpoint
        {endpointDomainPrefix :: Maybe (Value Text)
endpointDomainPrefix = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "EndpointDomainPrefix" VerifiedAccessEndpoint
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkInterfaceOptionsProperty
Maybe LoadBalancerOptionsProperty
Maybe CidrOptionsProperty
Maybe RdsOptionsProperty
Maybe SseSpecificationProperty
()
Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
..}
instance Property "EndpointType" VerifiedAccessEndpoint where
  type PropertyType "EndpointType" VerifiedAccessEndpoint = Value Prelude.Text
  set :: PropertyType "EndpointType" VerifiedAccessEndpoint
-> VerifiedAccessEndpoint -> VerifiedAccessEndpoint
set PropertyType "EndpointType" VerifiedAccessEndpoint
newValue VerifiedAccessEndpoint {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkInterfaceOptionsProperty
Maybe LoadBalancerOptionsProperty
Maybe CidrOptionsProperty
Maybe RdsOptionsProperty
Maybe SseSpecificationProperty
()
Value Text
haddock_workaround_ :: VerifiedAccessEndpoint -> ()
applicationDomain :: VerifiedAccessEndpoint -> Maybe (Value Text)
attachmentType :: VerifiedAccessEndpoint -> Value Text
cidrOptions :: VerifiedAccessEndpoint -> Maybe CidrOptionsProperty
description :: VerifiedAccessEndpoint -> Maybe (Value Text)
domainCertificateArn :: VerifiedAccessEndpoint -> Maybe (Value Text)
endpointDomainPrefix :: VerifiedAccessEndpoint -> Maybe (Value Text)
endpointType :: VerifiedAccessEndpoint -> Value Text
loadBalancerOptions :: VerifiedAccessEndpoint -> Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: VerifiedAccessEndpoint -> Maybe NetworkInterfaceOptionsProperty
policyDocument :: VerifiedAccessEndpoint -> Maybe (Value Text)
policyEnabled :: VerifiedAccessEndpoint -> Maybe (Value Bool)
rdsOptions :: VerifiedAccessEndpoint -> Maybe RdsOptionsProperty
securityGroupIds :: VerifiedAccessEndpoint -> Maybe (ValueList Text)
sseSpecification :: VerifiedAccessEndpoint -> Maybe SseSpecificationProperty
tags :: VerifiedAccessEndpoint -> Maybe [Tag]
verifiedAccessGroupId :: VerifiedAccessEndpoint -> Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
..}
    = VerifiedAccessEndpoint {endpointType :: Value Text
endpointType = PropertyType "EndpointType" VerifiedAccessEndpoint
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkInterfaceOptionsProperty
Maybe LoadBalancerOptionsProperty
Maybe CidrOptionsProperty
Maybe RdsOptionsProperty
Maybe SseSpecificationProperty
()
Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
..}
instance Property "LoadBalancerOptions" VerifiedAccessEndpoint where
  type PropertyType "LoadBalancerOptions" VerifiedAccessEndpoint = LoadBalancerOptionsProperty
  set :: PropertyType "LoadBalancerOptions" VerifiedAccessEndpoint
-> VerifiedAccessEndpoint -> VerifiedAccessEndpoint
set PropertyType "LoadBalancerOptions" VerifiedAccessEndpoint
newValue VerifiedAccessEndpoint {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkInterfaceOptionsProperty
Maybe LoadBalancerOptionsProperty
Maybe CidrOptionsProperty
Maybe RdsOptionsProperty
Maybe SseSpecificationProperty
()
Value Text
haddock_workaround_ :: VerifiedAccessEndpoint -> ()
applicationDomain :: VerifiedAccessEndpoint -> Maybe (Value Text)
attachmentType :: VerifiedAccessEndpoint -> Value Text
cidrOptions :: VerifiedAccessEndpoint -> Maybe CidrOptionsProperty
description :: VerifiedAccessEndpoint -> Maybe (Value Text)
domainCertificateArn :: VerifiedAccessEndpoint -> Maybe (Value Text)
endpointDomainPrefix :: VerifiedAccessEndpoint -> Maybe (Value Text)
endpointType :: VerifiedAccessEndpoint -> Value Text
loadBalancerOptions :: VerifiedAccessEndpoint -> Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: VerifiedAccessEndpoint -> Maybe NetworkInterfaceOptionsProperty
policyDocument :: VerifiedAccessEndpoint -> Maybe (Value Text)
policyEnabled :: VerifiedAccessEndpoint -> Maybe (Value Bool)
rdsOptions :: VerifiedAccessEndpoint -> Maybe RdsOptionsProperty
securityGroupIds :: VerifiedAccessEndpoint -> Maybe (ValueList Text)
sseSpecification :: VerifiedAccessEndpoint -> Maybe SseSpecificationProperty
tags :: VerifiedAccessEndpoint -> Maybe [Tag]
verifiedAccessGroupId :: VerifiedAccessEndpoint -> Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
..}
    = VerifiedAccessEndpoint
        {loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
loadBalancerOptions = LoadBalancerOptionsProperty -> Maybe LoadBalancerOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "LoadBalancerOptions" VerifiedAccessEndpoint
LoadBalancerOptionsProperty
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkInterfaceOptionsProperty
Maybe CidrOptionsProperty
Maybe RdsOptionsProperty
Maybe SseSpecificationProperty
()
Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
..}
instance Property "NetworkInterfaceOptions" VerifiedAccessEndpoint where
  type PropertyType "NetworkInterfaceOptions" VerifiedAccessEndpoint = NetworkInterfaceOptionsProperty
  set :: PropertyType "NetworkInterfaceOptions" VerifiedAccessEndpoint
-> VerifiedAccessEndpoint -> VerifiedAccessEndpoint
set PropertyType "NetworkInterfaceOptions" VerifiedAccessEndpoint
newValue VerifiedAccessEndpoint {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkInterfaceOptionsProperty
Maybe LoadBalancerOptionsProperty
Maybe CidrOptionsProperty
Maybe RdsOptionsProperty
Maybe SseSpecificationProperty
()
Value Text
haddock_workaround_ :: VerifiedAccessEndpoint -> ()
applicationDomain :: VerifiedAccessEndpoint -> Maybe (Value Text)
attachmentType :: VerifiedAccessEndpoint -> Value Text
cidrOptions :: VerifiedAccessEndpoint -> Maybe CidrOptionsProperty
description :: VerifiedAccessEndpoint -> Maybe (Value Text)
domainCertificateArn :: VerifiedAccessEndpoint -> Maybe (Value Text)
endpointDomainPrefix :: VerifiedAccessEndpoint -> Maybe (Value Text)
endpointType :: VerifiedAccessEndpoint -> Value Text
loadBalancerOptions :: VerifiedAccessEndpoint -> Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: VerifiedAccessEndpoint -> Maybe NetworkInterfaceOptionsProperty
policyDocument :: VerifiedAccessEndpoint -> Maybe (Value Text)
policyEnabled :: VerifiedAccessEndpoint -> Maybe (Value Bool)
rdsOptions :: VerifiedAccessEndpoint -> Maybe RdsOptionsProperty
securityGroupIds :: VerifiedAccessEndpoint -> Maybe (ValueList Text)
sseSpecification :: VerifiedAccessEndpoint -> Maybe SseSpecificationProperty
tags :: VerifiedAccessEndpoint -> Maybe [Tag]
verifiedAccessGroupId :: VerifiedAccessEndpoint -> Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
..}
    = VerifiedAccessEndpoint
        {networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
networkInterfaceOptions = NetworkInterfaceOptionsProperty
-> Maybe NetworkInterfaceOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "NetworkInterfaceOptions" VerifiedAccessEndpoint
NetworkInterfaceOptionsProperty
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe LoadBalancerOptionsProperty
Maybe CidrOptionsProperty
Maybe RdsOptionsProperty
Maybe SseSpecificationProperty
()
Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
..}
instance Property "PolicyDocument" VerifiedAccessEndpoint where
  type PropertyType "PolicyDocument" VerifiedAccessEndpoint = Value Prelude.Text
  set :: PropertyType "PolicyDocument" VerifiedAccessEndpoint
-> VerifiedAccessEndpoint -> VerifiedAccessEndpoint
set PropertyType "PolicyDocument" VerifiedAccessEndpoint
newValue VerifiedAccessEndpoint {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkInterfaceOptionsProperty
Maybe LoadBalancerOptionsProperty
Maybe CidrOptionsProperty
Maybe RdsOptionsProperty
Maybe SseSpecificationProperty
()
Value Text
haddock_workaround_ :: VerifiedAccessEndpoint -> ()
applicationDomain :: VerifiedAccessEndpoint -> Maybe (Value Text)
attachmentType :: VerifiedAccessEndpoint -> Value Text
cidrOptions :: VerifiedAccessEndpoint -> Maybe CidrOptionsProperty
description :: VerifiedAccessEndpoint -> Maybe (Value Text)
domainCertificateArn :: VerifiedAccessEndpoint -> Maybe (Value Text)
endpointDomainPrefix :: VerifiedAccessEndpoint -> Maybe (Value Text)
endpointType :: VerifiedAccessEndpoint -> Value Text
loadBalancerOptions :: VerifiedAccessEndpoint -> Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: VerifiedAccessEndpoint -> Maybe NetworkInterfaceOptionsProperty
policyDocument :: VerifiedAccessEndpoint -> Maybe (Value Text)
policyEnabled :: VerifiedAccessEndpoint -> Maybe (Value Bool)
rdsOptions :: VerifiedAccessEndpoint -> Maybe RdsOptionsProperty
securityGroupIds :: VerifiedAccessEndpoint -> Maybe (ValueList Text)
sseSpecification :: VerifiedAccessEndpoint -> Maybe SseSpecificationProperty
tags :: VerifiedAccessEndpoint -> Maybe [Tag]
verifiedAccessGroupId :: VerifiedAccessEndpoint -> Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
..}
    = VerifiedAccessEndpoint
        {policyDocument :: Maybe (Value Text)
policyDocument = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "PolicyDocument" VerifiedAccessEndpoint
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkInterfaceOptionsProperty
Maybe LoadBalancerOptionsProperty
Maybe CidrOptionsProperty
Maybe RdsOptionsProperty
Maybe SseSpecificationProperty
()
Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
..}
instance Property "PolicyEnabled" VerifiedAccessEndpoint where
  type PropertyType "PolicyEnabled" VerifiedAccessEndpoint = Value Prelude.Bool
  set :: PropertyType "PolicyEnabled" VerifiedAccessEndpoint
-> VerifiedAccessEndpoint -> VerifiedAccessEndpoint
set PropertyType "PolicyEnabled" VerifiedAccessEndpoint
newValue VerifiedAccessEndpoint {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkInterfaceOptionsProperty
Maybe LoadBalancerOptionsProperty
Maybe CidrOptionsProperty
Maybe RdsOptionsProperty
Maybe SseSpecificationProperty
()
Value Text
haddock_workaround_ :: VerifiedAccessEndpoint -> ()
applicationDomain :: VerifiedAccessEndpoint -> Maybe (Value Text)
attachmentType :: VerifiedAccessEndpoint -> Value Text
cidrOptions :: VerifiedAccessEndpoint -> Maybe CidrOptionsProperty
description :: VerifiedAccessEndpoint -> Maybe (Value Text)
domainCertificateArn :: VerifiedAccessEndpoint -> Maybe (Value Text)
endpointDomainPrefix :: VerifiedAccessEndpoint -> Maybe (Value Text)
endpointType :: VerifiedAccessEndpoint -> Value Text
loadBalancerOptions :: VerifiedAccessEndpoint -> Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: VerifiedAccessEndpoint -> Maybe NetworkInterfaceOptionsProperty
policyDocument :: VerifiedAccessEndpoint -> Maybe (Value Text)
policyEnabled :: VerifiedAccessEndpoint -> Maybe (Value Bool)
rdsOptions :: VerifiedAccessEndpoint -> Maybe RdsOptionsProperty
securityGroupIds :: VerifiedAccessEndpoint -> Maybe (ValueList Text)
sseSpecification :: VerifiedAccessEndpoint -> Maybe SseSpecificationProperty
tags :: VerifiedAccessEndpoint -> Maybe [Tag]
verifiedAccessGroupId :: VerifiedAccessEndpoint -> Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
..}
    = VerifiedAccessEndpoint
        {policyEnabled :: Maybe (Value Bool)
policyEnabled = Value Bool -> Maybe (Value Bool)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "PolicyEnabled" VerifiedAccessEndpoint
Value Bool
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Text)
Maybe NetworkInterfaceOptionsProperty
Maybe LoadBalancerOptionsProperty
Maybe CidrOptionsProperty
Maybe RdsOptionsProperty
Maybe SseSpecificationProperty
()
Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
..}
instance Property "RdsOptions" VerifiedAccessEndpoint where
  type PropertyType "RdsOptions" VerifiedAccessEndpoint = RdsOptionsProperty
  set :: PropertyType "RdsOptions" VerifiedAccessEndpoint
-> VerifiedAccessEndpoint -> VerifiedAccessEndpoint
set PropertyType "RdsOptions" VerifiedAccessEndpoint
newValue VerifiedAccessEndpoint {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkInterfaceOptionsProperty
Maybe LoadBalancerOptionsProperty
Maybe CidrOptionsProperty
Maybe RdsOptionsProperty
Maybe SseSpecificationProperty
()
Value Text
haddock_workaround_ :: VerifiedAccessEndpoint -> ()
applicationDomain :: VerifiedAccessEndpoint -> Maybe (Value Text)
attachmentType :: VerifiedAccessEndpoint -> Value Text
cidrOptions :: VerifiedAccessEndpoint -> Maybe CidrOptionsProperty
description :: VerifiedAccessEndpoint -> Maybe (Value Text)
domainCertificateArn :: VerifiedAccessEndpoint -> Maybe (Value Text)
endpointDomainPrefix :: VerifiedAccessEndpoint -> Maybe (Value Text)
endpointType :: VerifiedAccessEndpoint -> Value Text
loadBalancerOptions :: VerifiedAccessEndpoint -> Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: VerifiedAccessEndpoint -> Maybe NetworkInterfaceOptionsProperty
policyDocument :: VerifiedAccessEndpoint -> Maybe (Value Text)
policyEnabled :: VerifiedAccessEndpoint -> Maybe (Value Bool)
rdsOptions :: VerifiedAccessEndpoint -> Maybe RdsOptionsProperty
securityGroupIds :: VerifiedAccessEndpoint -> Maybe (ValueList Text)
sseSpecification :: VerifiedAccessEndpoint -> Maybe SseSpecificationProperty
tags :: VerifiedAccessEndpoint -> Maybe [Tag]
verifiedAccessGroupId :: VerifiedAccessEndpoint -> Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
..}
    = VerifiedAccessEndpoint {rdsOptions :: Maybe RdsOptionsProperty
rdsOptions = RdsOptionsProperty -> Maybe RdsOptionsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "RdsOptions" VerifiedAccessEndpoint
RdsOptionsProperty
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkInterfaceOptionsProperty
Maybe LoadBalancerOptionsProperty
Maybe CidrOptionsProperty
Maybe SseSpecificationProperty
()
Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
..}
instance Property "SecurityGroupIds" VerifiedAccessEndpoint where
  type PropertyType "SecurityGroupIds" VerifiedAccessEndpoint = ValueList Prelude.Text
  set :: PropertyType "SecurityGroupIds" VerifiedAccessEndpoint
-> VerifiedAccessEndpoint -> VerifiedAccessEndpoint
set PropertyType "SecurityGroupIds" VerifiedAccessEndpoint
newValue VerifiedAccessEndpoint {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkInterfaceOptionsProperty
Maybe LoadBalancerOptionsProperty
Maybe CidrOptionsProperty
Maybe RdsOptionsProperty
Maybe SseSpecificationProperty
()
Value Text
haddock_workaround_ :: VerifiedAccessEndpoint -> ()
applicationDomain :: VerifiedAccessEndpoint -> Maybe (Value Text)
attachmentType :: VerifiedAccessEndpoint -> Value Text
cidrOptions :: VerifiedAccessEndpoint -> Maybe CidrOptionsProperty
description :: VerifiedAccessEndpoint -> Maybe (Value Text)
domainCertificateArn :: VerifiedAccessEndpoint -> Maybe (Value Text)
endpointDomainPrefix :: VerifiedAccessEndpoint -> Maybe (Value Text)
endpointType :: VerifiedAccessEndpoint -> Value Text
loadBalancerOptions :: VerifiedAccessEndpoint -> Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: VerifiedAccessEndpoint -> Maybe NetworkInterfaceOptionsProperty
policyDocument :: VerifiedAccessEndpoint -> Maybe (Value Text)
policyEnabled :: VerifiedAccessEndpoint -> Maybe (Value Bool)
rdsOptions :: VerifiedAccessEndpoint -> Maybe RdsOptionsProperty
securityGroupIds :: VerifiedAccessEndpoint -> Maybe (ValueList Text)
sseSpecification :: VerifiedAccessEndpoint -> Maybe SseSpecificationProperty
tags :: VerifiedAccessEndpoint -> Maybe [Tag]
verifiedAccessGroupId :: VerifiedAccessEndpoint -> Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
..}
    = VerifiedAccessEndpoint
        {securityGroupIds :: Maybe (ValueList Text)
securityGroupIds = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "SecurityGroupIds" VerifiedAccessEndpoint
ValueList Text
newValue, Maybe [Tag]
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkInterfaceOptionsProperty
Maybe LoadBalancerOptionsProperty
Maybe CidrOptionsProperty
Maybe RdsOptionsProperty
Maybe SseSpecificationProperty
()
Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
..}
instance Property "SseSpecification" VerifiedAccessEndpoint where
  type PropertyType "SseSpecification" VerifiedAccessEndpoint = SseSpecificationProperty
  set :: PropertyType "SseSpecification" VerifiedAccessEndpoint
-> VerifiedAccessEndpoint -> VerifiedAccessEndpoint
set PropertyType "SseSpecification" VerifiedAccessEndpoint
newValue VerifiedAccessEndpoint {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkInterfaceOptionsProperty
Maybe LoadBalancerOptionsProperty
Maybe CidrOptionsProperty
Maybe RdsOptionsProperty
Maybe SseSpecificationProperty
()
Value Text
haddock_workaround_ :: VerifiedAccessEndpoint -> ()
applicationDomain :: VerifiedAccessEndpoint -> Maybe (Value Text)
attachmentType :: VerifiedAccessEndpoint -> Value Text
cidrOptions :: VerifiedAccessEndpoint -> Maybe CidrOptionsProperty
description :: VerifiedAccessEndpoint -> Maybe (Value Text)
domainCertificateArn :: VerifiedAccessEndpoint -> Maybe (Value Text)
endpointDomainPrefix :: VerifiedAccessEndpoint -> Maybe (Value Text)
endpointType :: VerifiedAccessEndpoint -> Value Text
loadBalancerOptions :: VerifiedAccessEndpoint -> Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: VerifiedAccessEndpoint -> Maybe NetworkInterfaceOptionsProperty
policyDocument :: VerifiedAccessEndpoint -> Maybe (Value Text)
policyEnabled :: VerifiedAccessEndpoint -> Maybe (Value Bool)
rdsOptions :: VerifiedAccessEndpoint -> Maybe RdsOptionsProperty
securityGroupIds :: VerifiedAccessEndpoint -> Maybe (ValueList Text)
sseSpecification :: VerifiedAccessEndpoint -> Maybe SseSpecificationProperty
tags :: VerifiedAccessEndpoint -> Maybe [Tag]
verifiedAccessGroupId :: VerifiedAccessEndpoint -> Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
..}
    = VerifiedAccessEndpoint
        {sseSpecification :: Maybe SseSpecificationProperty
sseSpecification = SseSpecificationProperty -> Maybe SseSpecificationProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "SseSpecification" VerifiedAccessEndpoint
SseSpecificationProperty
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkInterfaceOptionsProperty
Maybe LoadBalancerOptionsProperty
Maybe CidrOptionsProperty
Maybe RdsOptionsProperty
()
Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
..}
instance Property "Tags" VerifiedAccessEndpoint where
  type PropertyType "Tags" VerifiedAccessEndpoint = [Tag]
  set :: PropertyType "Tags" VerifiedAccessEndpoint
-> VerifiedAccessEndpoint -> VerifiedAccessEndpoint
set PropertyType "Tags" VerifiedAccessEndpoint
newValue VerifiedAccessEndpoint {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkInterfaceOptionsProperty
Maybe LoadBalancerOptionsProperty
Maybe CidrOptionsProperty
Maybe RdsOptionsProperty
Maybe SseSpecificationProperty
()
Value Text
haddock_workaround_ :: VerifiedAccessEndpoint -> ()
applicationDomain :: VerifiedAccessEndpoint -> Maybe (Value Text)
attachmentType :: VerifiedAccessEndpoint -> Value Text
cidrOptions :: VerifiedAccessEndpoint -> Maybe CidrOptionsProperty
description :: VerifiedAccessEndpoint -> Maybe (Value Text)
domainCertificateArn :: VerifiedAccessEndpoint -> Maybe (Value Text)
endpointDomainPrefix :: VerifiedAccessEndpoint -> Maybe (Value Text)
endpointType :: VerifiedAccessEndpoint -> Value Text
loadBalancerOptions :: VerifiedAccessEndpoint -> Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: VerifiedAccessEndpoint -> Maybe NetworkInterfaceOptionsProperty
policyDocument :: VerifiedAccessEndpoint -> Maybe (Value Text)
policyEnabled :: VerifiedAccessEndpoint -> Maybe (Value Bool)
rdsOptions :: VerifiedAccessEndpoint -> Maybe RdsOptionsProperty
securityGroupIds :: VerifiedAccessEndpoint -> Maybe (ValueList Text)
sseSpecification :: VerifiedAccessEndpoint -> Maybe SseSpecificationProperty
tags :: VerifiedAccessEndpoint -> Maybe [Tag]
verifiedAccessGroupId :: VerifiedAccessEndpoint -> Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
..}
    = VerifiedAccessEndpoint {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" VerifiedAccessEndpoint
newValue, Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkInterfaceOptionsProperty
Maybe LoadBalancerOptionsProperty
Maybe CidrOptionsProperty
Maybe RdsOptionsProperty
Maybe SseSpecificationProperty
()
Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
verifiedAccessGroupId :: Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
verifiedAccessGroupId :: Value Text
..}
instance Property "VerifiedAccessGroupId" VerifiedAccessEndpoint where
  type PropertyType "VerifiedAccessGroupId" VerifiedAccessEndpoint = Value Prelude.Text
  set :: PropertyType "VerifiedAccessGroupId" VerifiedAccessEndpoint
-> VerifiedAccessEndpoint -> VerifiedAccessEndpoint
set PropertyType "VerifiedAccessGroupId" VerifiedAccessEndpoint
newValue VerifiedAccessEndpoint {Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkInterfaceOptionsProperty
Maybe LoadBalancerOptionsProperty
Maybe CidrOptionsProperty
Maybe RdsOptionsProperty
Maybe SseSpecificationProperty
()
Value Text
haddock_workaround_ :: VerifiedAccessEndpoint -> ()
applicationDomain :: VerifiedAccessEndpoint -> Maybe (Value Text)
attachmentType :: VerifiedAccessEndpoint -> Value Text
cidrOptions :: VerifiedAccessEndpoint -> Maybe CidrOptionsProperty
description :: VerifiedAccessEndpoint -> Maybe (Value Text)
domainCertificateArn :: VerifiedAccessEndpoint -> Maybe (Value Text)
endpointDomainPrefix :: VerifiedAccessEndpoint -> Maybe (Value Text)
endpointType :: VerifiedAccessEndpoint -> Value Text
loadBalancerOptions :: VerifiedAccessEndpoint -> Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: VerifiedAccessEndpoint -> Maybe NetworkInterfaceOptionsProperty
policyDocument :: VerifiedAccessEndpoint -> Maybe (Value Text)
policyEnabled :: VerifiedAccessEndpoint -> Maybe (Value Bool)
rdsOptions :: VerifiedAccessEndpoint -> Maybe RdsOptionsProperty
securityGroupIds :: VerifiedAccessEndpoint -> Maybe (ValueList Text)
sseSpecification :: VerifiedAccessEndpoint -> Maybe SseSpecificationProperty
tags :: VerifiedAccessEndpoint -> Maybe [Tag]
verifiedAccessGroupId :: VerifiedAccessEndpoint -> Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
verifiedAccessGroupId :: Value Text
..}
    = VerifiedAccessEndpoint {verifiedAccessGroupId :: Value Text
verifiedAccessGroupId = PropertyType "VerifiedAccessGroupId" VerifiedAccessEndpoint
Value Text
newValue, Maybe [Tag]
Maybe (ValueList Text)
Maybe (Value Bool)
Maybe (Value Text)
Maybe NetworkInterfaceOptionsProperty
Maybe LoadBalancerOptionsProperty
Maybe CidrOptionsProperty
Maybe RdsOptionsProperty
Maybe SseSpecificationProperty
()
Value Text
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
haddock_workaround_ :: ()
applicationDomain :: Maybe (Value Text)
attachmentType :: Value Text
cidrOptions :: Maybe CidrOptionsProperty
description :: Maybe (Value Text)
domainCertificateArn :: Maybe (Value Text)
endpointDomainPrefix :: Maybe (Value Text)
endpointType :: Value Text
loadBalancerOptions :: Maybe LoadBalancerOptionsProperty
networkInterfaceOptions :: Maybe NetworkInterfaceOptionsProperty
policyDocument :: Maybe (Value Text)
policyEnabled :: Maybe (Value Bool)
rdsOptions :: Maybe RdsOptionsProperty
securityGroupIds :: Maybe (ValueList Text)
sseSpecification :: Maybe SseSpecificationProperty
tags :: Maybe [Tag]
..}