| 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.EgressOnlyInternetGateway
Description
Synopsis
- data EgressOnlyInternetGateway = EgressOnlyInternetGateway' {}
- newEgressOnlyInternetGateway :: EgressOnlyInternetGateway
- egressOnlyInternetGateway_attachments :: Lens' EgressOnlyInternetGateway (Maybe [InternetGatewayAttachment])
- egressOnlyInternetGateway_egressOnlyInternetGatewayId :: Lens' EgressOnlyInternetGateway (Maybe Text)
- egressOnlyInternetGateway_tags :: Lens' EgressOnlyInternetGateway (Maybe [Tag])
Documentation
data EgressOnlyInternetGateway Source #
Describes an egress-only internet gateway.
See: newEgressOnlyInternetGateway smart constructor.
Constructors
| EgressOnlyInternetGateway' | |
Fields
| |
Instances
newEgressOnlyInternetGateway :: EgressOnlyInternetGateway Source #
Create a value of EgressOnlyInternetGateway 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:attachments:EgressOnlyInternetGateway', egressOnlyInternetGateway_attachments - Information about the attachment of the egress-only internet gateway.
$sel:egressOnlyInternetGatewayId:EgressOnlyInternetGateway', egressOnlyInternetGateway_egressOnlyInternetGatewayId - The ID of the egress-only internet gateway.
$sel:tags:EgressOnlyInternetGateway', egressOnlyInternetGateway_tags - The tags assigned to the egress-only internet gateway.
egressOnlyInternetGateway_attachments :: Lens' EgressOnlyInternetGateway (Maybe [InternetGatewayAttachment]) Source #
Information about the attachment of the egress-only internet gateway.
egressOnlyInternetGateway_egressOnlyInternetGatewayId :: Lens' EgressOnlyInternetGateway (Maybe Text) Source #
The ID of the egress-only internet gateway.
egressOnlyInternetGateway_tags :: Lens' EgressOnlyInternetGateway (Maybe [Tag]) Source #
The tags assigned to the egress-only internet gateway.