| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EC2.Types.AssociatedTargetNetwork
Description
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
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.
associatedTargetNetwork_networkId :: Lens' AssociatedTargetNetwork (Maybe Text) Source #
The ID of the subnet.
associatedTargetNetwork_networkType :: Lens' AssociatedTargetNetwork (Maybe AssociatedNetworkType) Source #
The target network type.