| 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.NetworkManager.Types.CustomerGatewayAssociation
Description
Synopsis
- data CustomerGatewayAssociation = CustomerGatewayAssociation' {}
- newCustomerGatewayAssociation :: CustomerGatewayAssociation
- customerGatewayAssociation_customerGatewayArn :: Lens' CustomerGatewayAssociation (Maybe Text)
- customerGatewayAssociation_deviceId :: Lens' CustomerGatewayAssociation (Maybe Text)
- customerGatewayAssociation_globalNetworkId :: Lens' CustomerGatewayAssociation (Maybe Text)
- customerGatewayAssociation_linkId :: Lens' CustomerGatewayAssociation (Maybe Text)
- customerGatewayAssociation_state :: Lens' CustomerGatewayAssociation (Maybe CustomerGatewayAssociationState)
Documentation
data CustomerGatewayAssociation Source #
Describes the association between a customer gateway, a device, and a link.
See: newCustomerGatewayAssociation smart constructor.
Constructors
| CustomerGatewayAssociation' | |
Fields
| |
Instances
newCustomerGatewayAssociation :: CustomerGatewayAssociation Source #
Create a value of CustomerGatewayAssociation 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:customerGatewayArn:CustomerGatewayAssociation', customerGatewayAssociation_customerGatewayArn - The Amazon Resource Name (ARN) of the customer gateway.
$sel:deviceId:CustomerGatewayAssociation', customerGatewayAssociation_deviceId - The ID of the device.
$sel:globalNetworkId:CustomerGatewayAssociation', customerGatewayAssociation_globalNetworkId - The ID of the global network.
$sel:linkId:CustomerGatewayAssociation', customerGatewayAssociation_linkId - The ID of the link.
$sel:state:CustomerGatewayAssociation', customerGatewayAssociation_state - The association state.
customerGatewayAssociation_customerGatewayArn :: Lens' CustomerGatewayAssociation (Maybe Text) Source #
The Amazon Resource Name (ARN) of the customer gateway.
customerGatewayAssociation_deviceId :: Lens' CustomerGatewayAssociation (Maybe Text) Source #
The ID of the device.
customerGatewayAssociation_globalNetworkId :: Lens' CustomerGatewayAssociation (Maybe Text) Source #
The ID of the global network.
customerGatewayAssociation_linkId :: Lens' CustomerGatewayAssociation (Maybe Text) Source #
The ID of the link.
customerGatewayAssociation_state :: Lens' CustomerGatewayAssociation (Maybe CustomerGatewayAssociationState) Source #
The association state.