amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.AssociatedTargetNetwork

Description

 
Synopsis

Documentation

data AssociatedTargetNetwork Source #

Describes a target network that is associated with a Client VPN endpoint. A target network is a subnet in a VPC.

See: newAssociatedTargetNetwork smart constructor.

Constructors

AssociatedTargetNetwork' 

Fields

Instances

Instances details
FromXML AssociatedTargetNetwork Source # 
Instance details

Defined in Amazonka.EC2.Types.AssociatedTargetNetwork

Generic AssociatedTargetNetwork Source # 
Instance details

Defined in Amazonka.EC2.Types.AssociatedTargetNetwork

Associated Types

type Rep AssociatedTargetNetwork :: Type -> Type #

Read AssociatedTargetNetwork Source # 
Instance details

Defined in Amazonka.EC2.Types.AssociatedTargetNetwork

Show AssociatedTargetNetwork Source # 
Instance details

Defined in Amazonka.EC2.Types.AssociatedTargetNetwork

NFData AssociatedTargetNetwork Source # 
Instance details

Defined in Amazonka.EC2.Types.AssociatedTargetNetwork

Methods

rnf :: AssociatedTargetNetwork -> () #

Eq AssociatedTargetNetwork Source # 
Instance details

Defined in Amazonka.EC2.Types.AssociatedTargetNetwork

Hashable AssociatedTargetNetwork Source # 
Instance details

Defined in Amazonka.EC2.Types.AssociatedTargetNetwork

type Rep AssociatedTargetNetwork Source # 
Instance details

Defined in Amazonka.EC2.Types.AssociatedTargetNetwork

type Rep AssociatedTargetNetwork = D1 ('MetaData "AssociatedTargetNetwork" "Amazonka.EC2.Types.AssociatedTargetNetwork" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "AssociatedTargetNetwork'" 'PrefixI 'True) (S1 ('MetaSel ('Just "networkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "networkType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssociatedNetworkType))))

newAssociatedTargetNetwork :: AssociatedTargetNetwork Source #

Create a value of AssociatedTargetNetwork with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:networkId:AssociatedTargetNetwork', associatedTargetNetwork_networkId - The ID of the subnet.

$sel:networkType:AssociatedTargetNetwork', associatedTargetNetwork_networkType - The target network type.