| 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.Peering
Description
Synopsis
- data Peering = Peering' {
- coreNetworkArn :: Maybe Text
- coreNetworkId :: Maybe Text
- createdAt :: Maybe POSIX
- edgeLocation :: Maybe Text
- ownerAccountId :: Maybe Text
- peeringId :: Maybe Text
- peeringType :: Maybe PeeringType
- resourceArn :: Maybe Text
- state :: Maybe PeeringState
- tags :: Maybe [Tag]
- newPeering :: Peering
- peering_coreNetworkArn :: Lens' Peering (Maybe Text)
- peering_coreNetworkId :: Lens' Peering (Maybe Text)
- peering_createdAt :: Lens' Peering (Maybe UTCTime)
- peering_edgeLocation :: Lens' Peering (Maybe Text)
- peering_ownerAccountId :: Lens' Peering (Maybe Text)
- peering_peeringId :: Lens' Peering (Maybe Text)
- peering_peeringType :: Lens' Peering (Maybe PeeringType)
- peering_resourceArn :: Lens' Peering (Maybe Text)
- peering_state :: Lens' Peering (Maybe PeeringState)
- peering_tags :: Lens' Peering (Maybe [Tag])
Documentation
Describes a peering connection.
See: newPeering smart constructor.
Constructors
| Peering' | |
Fields
| |
Instances
newPeering :: Peering Source #
Create a value of Peering 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:coreNetworkArn:Peering', peering_coreNetworkArn - The ARN of a core network.
$sel:coreNetworkId:Peering', peering_coreNetworkId - The ID of the core network for the peering request.
$sel:createdAt:Peering', peering_createdAt - The timestamp when the attachment peer was created.
$sel:edgeLocation:Peering', peering_edgeLocation - The edge location for the peer.
$sel:ownerAccountId:Peering', peering_ownerAccountId - The ID of the account owner.
$sel:peeringId:Peering', peering_peeringId - The ID of the peering attachment.
$sel:peeringType:Peering', peering_peeringType - The type of peering. This will be TRANSIT_GATEWAY.
$sel:resourceArn:Peering', peering_resourceArn - The resource ARN of the peer.
$sel:state:Peering', peering_state - The current state of the peering connection.
$sel:tags:Peering', peering_tags - The list of key-value tags associated with the peering.
peering_coreNetworkId :: Lens' Peering (Maybe Text) Source #
The ID of the core network for the peering request.
peering_createdAt :: Lens' Peering (Maybe UTCTime) Source #
The timestamp when the attachment peer was created.
peering_peeringType :: Lens' Peering (Maybe PeeringType) Source #
The type of peering. This will be TRANSIT_GATEWAY.
peering_state :: Lens' Peering (Maybe PeeringState) Source #
The current state of the peering connection.