| 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.DirectConnect.Types.AssociatedGateway
Description
Synopsis
- data AssociatedGateway = AssociatedGateway' {}
- newAssociatedGateway :: AssociatedGateway
- associatedGateway_id :: Lens' AssociatedGateway (Maybe Text)
- associatedGateway_ownerAccount :: Lens' AssociatedGateway (Maybe Text)
- associatedGateway_region :: Lens' AssociatedGateway (Maybe Text)
- associatedGateway_type :: Lens' AssociatedGateway (Maybe GatewayType)
Documentation
data AssociatedGateway Source #
Information about the associated gateway.
See: newAssociatedGateway smart constructor.
Constructors
| AssociatedGateway' | |
Fields
| |
Instances
newAssociatedGateway :: AssociatedGateway Source #
Create a value of AssociatedGateway 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:id:AssociatedGateway', associatedGateway_id - The ID of the associated gateway.
$sel:ownerAccount:AssociatedGateway', associatedGateway_ownerAccount - The ID of the Amazon Web Services account that owns the associated
virtual private gateway or transit gateway.
$sel:region:AssociatedGateway', associatedGateway_region - The Region where the associated gateway is located.
$sel:type':AssociatedGateway', associatedGateway_type - The type of associated gateway.
associatedGateway_id :: Lens' AssociatedGateway (Maybe Text) Source #
The ID of the associated gateway.
associatedGateway_ownerAccount :: Lens' AssociatedGateway (Maybe Text) Source #
The ID of the Amazon Web Services account that owns the associated virtual private gateway or transit gateway.
associatedGateway_region :: Lens' AssociatedGateway (Maybe Text) Source #
The Region where the associated gateway is located.
associatedGateway_type :: Lens' AssociatedGateway (Maybe GatewayType) Source #
The type of associated gateway.