| 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.ConnectPeerAssociation
Description
Synopsis
- data ConnectPeerAssociation = ConnectPeerAssociation' {}
- newConnectPeerAssociation :: ConnectPeerAssociation
- connectPeerAssociation_connectPeerId :: Lens' ConnectPeerAssociation (Maybe Text)
- connectPeerAssociation_deviceId :: Lens' ConnectPeerAssociation (Maybe Text)
- connectPeerAssociation_globalNetworkId :: Lens' ConnectPeerAssociation (Maybe Text)
- connectPeerAssociation_linkId :: Lens' ConnectPeerAssociation (Maybe Text)
- connectPeerAssociation_state :: Lens' ConnectPeerAssociation (Maybe ConnectPeerAssociationState)
Documentation
data ConnectPeerAssociation Source #
Describes a core network Connect peer association.
See: newConnectPeerAssociation smart constructor.
Constructors
| ConnectPeerAssociation' | |
Fields
| |
Instances
newConnectPeerAssociation :: ConnectPeerAssociation Source #
Create a value of ConnectPeerAssociation 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:connectPeerId:ConnectPeerAssociation', connectPeerAssociation_connectPeerId - The ID of the Connect peer.
$sel:deviceId:ConnectPeerAssociation', connectPeerAssociation_deviceId - The ID of the device to connect to.
$sel:globalNetworkId:ConnectPeerAssociation', connectPeerAssociation_globalNetworkId - The ID of the global network.
$sel:linkId:ConnectPeerAssociation', connectPeerAssociation_linkId - The ID of the link.
$sel:state:ConnectPeerAssociation', connectPeerAssociation_state - The state of the Connect peer association.
connectPeerAssociation_connectPeerId :: Lens' ConnectPeerAssociation (Maybe Text) Source #
The ID of the Connect peer.
connectPeerAssociation_deviceId :: Lens' ConnectPeerAssociation (Maybe Text) Source #
The ID of the device to connect to.
connectPeerAssociation_globalNetworkId :: Lens' ConnectPeerAssociation (Maybe Text) Source #
The ID of the global network.
connectPeerAssociation_linkId :: Lens' ConnectPeerAssociation (Maybe Text) Source #
The ID of the link.
connectPeerAssociation_state :: Lens' ConnectPeerAssociation (Maybe ConnectPeerAssociationState) Source #
The state of the Connect peer association.