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 |
Synopsis
- data PeeringTgwInfo = PeeringTgwInfo' {}
- newPeeringTgwInfo :: PeeringTgwInfo
- peeringTgwInfo_coreNetworkId :: Lens' PeeringTgwInfo (Maybe Text)
- peeringTgwInfo_ownerId :: Lens' PeeringTgwInfo (Maybe Text)
- peeringTgwInfo_region :: Lens' PeeringTgwInfo (Maybe Text)
- peeringTgwInfo_transitGatewayId :: Lens' PeeringTgwInfo (Maybe Text)
Documentation
data PeeringTgwInfo Source #
Information about the transit gateway in the peering attachment.
See: newPeeringTgwInfo
smart constructor.
PeeringTgwInfo' | |
|
Instances
newPeeringTgwInfo :: PeeringTgwInfo Source #
Create a value of PeeringTgwInfo
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:coreNetworkId:PeeringTgwInfo'
, peeringTgwInfo_coreNetworkId
- The ID of the core network where the transit gateway peer is located.
$sel:ownerId:PeeringTgwInfo'
, peeringTgwInfo_ownerId
- The ID of the Amazon Web Services account that owns the transit gateway.
$sel:region:PeeringTgwInfo'
, peeringTgwInfo_region
- The Region of the transit gateway.
$sel:transitGatewayId:PeeringTgwInfo'
, peeringTgwInfo_transitGatewayId
- The ID of the transit gateway.
peeringTgwInfo_coreNetworkId :: Lens' PeeringTgwInfo (Maybe Text) Source #
The ID of the core network where the transit gateway peer is located.
peeringTgwInfo_ownerId :: Lens' PeeringTgwInfo (Maybe Text) Source #
The ID of the Amazon Web Services account that owns the transit gateway.
peeringTgwInfo_region :: Lens' PeeringTgwInfo (Maybe Text) Source #
The Region of the transit gateway.
peeringTgwInfo_transitGatewayId :: Lens' PeeringTgwInfo (Maybe Text) Source #
The ID of the transit gateway.