| 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.TargetNetwork
Description
Synopsis
- data TargetNetwork = TargetNetwork' {}
- newTargetNetwork :: TargetNetwork
- targetNetwork_associationId :: Lens' TargetNetwork (Maybe Text)
- targetNetwork_clientVpnEndpointId :: Lens' TargetNetwork (Maybe Text)
- targetNetwork_securityGroups :: Lens' TargetNetwork (Maybe [Text])
- targetNetwork_status :: Lens' TargetNetwork (Maybe AssociationStatus)
- targetNetwork_targetNetworkId :: Lens' TargetNetwork (Maybe Text)
- targetNetwork_vpcId :: Lens' TargetNetwork (Maybe Text)
Documentation
data TargetNetwork Source #
Describes a target network associated with a Client VPN endpoint.
See: newTargetNetwork smart constructor.
Constructors
| TargetNetwork' | |
Fields
| |
Instances
newTargetNetwork :: TargetNetwork Source #
Create a value of TargetNetwork 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:associationId:TargetNetwork', targetNetwork_associationId - The ID of the association.
$sel:clientVpnEndpointId:TargetNetwork', targetNetwork_clientVpnEndpointId - The ID of the Client VPN endpoint with which the target network is
associated.
$sel:securityGroups:TargetNetwork', targetNetwork_securityGroups - The IDs of the security groups applied to the target network
association.
$sel:status:TargetNetwork', targetNetwork_status - The current state of the target network association.
$sel:targetNetworkId:TargetNetwork', targetNetwork_targetNetworkId - The ID of the subnet specified as the target network.
$sel:vpcId:TargetNetwork', targetNetwork_vpcId - The ID of the VPC in which the target network (subnet) is located.
targetNetwork_associationId :: Lens' TargetNetwork (Maybe Text) Source #
The ID of the association.
targetNetwork_clientVpnEndpointId :: Lens' TargetNetwork (Maybe Text) Source #
The ID of the Client VPN endpoint with which the target network is associated.
targetNetwork_securityGroups :: Lens' TargetNetwork (Maybe [Text]) Source #
The IDs of the security groups applied to the target network association.
targetNetwork_status :: Lens' TargetNetwork (Maybe AssociationStatus) Source #
The current state of the target network association.
targetNetwork_targetNetworkId :: Lens' TargetNetwork (Maybe Text) Source #
The ID of the subnet specified as the target network.
targetNetwork_vpcId :: Lens' TargetNetwork (Maybe Text) Source #
The ID of the VPC in which the target network (subnet) is located.