| 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.EC2.Types.LocalGateway
Description
Synopsis
- data LocalGateway = LocalGateway' {}
- newLocalGateway :: LocalGateway
- localGateway_localGatewayId :: Lens' LocalGateway (Maybe Text)
- localGateway_outpostArn :: Lens' LocalGateway (Maybe Text)
- localGateway_ownerId :: Lens' LocalGateway (Maybe Text)
- localGateway_state :: Lens' LocalGateway (Maybe Text)
- localGateway_tags :: Lens' LocalGateway (Maybe [Tag])
Documentation
data LocalGateway Source #
Describes a local gateway.
See: newLocalGateway smart constructor.
Constructors
| LocalGateway' | |
Fields
| |
Instances
newLocalGateway :: LocalGateway Source #
Create a value of LocalGateway 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:localGatewayId:LocalGateway', localGateway_localGatewayId - The ID of the local gateway.
$sel:outpostArn:LocalGateway', localGateway_outpostArn - The Amazon Resource Name (ARN) of the Outpost.
$sel:ownerId:LocalGateway', localGateway_ownerId - The ID of the Amazon Web Services account that owns the local gateway.
$sel:state:LocalGateway', localGateway_state - The state of the local gateway.
$sel:tags:LocalGateway', localGateway_tags - The tags assigned to the local gateway.
localGateway_localGatewayId :: Lens' LocalGateway (Maybe Text) Source #
The ID of the local gateway.
localGateway_outpostArn :: Lens' LocalGateway (Maybe Text) Source #
The Amazon Resource Name (ARN) of the Outpost.
localGateway_ownerId :: Lens' LocalGateway (Maybe Text) Source #
The ID of the Amazon Web Services account that owns the local gateway.
localGateway_state :: Lens' LocalGateway (Maybe Text) Source #
The state of the local gateway.
localGateway_tags :: Lens' LocalGateway (Maybe [Tag]) Source #
The tags assigned to the local gateway.