Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data VirtualGateway Source #
Information about a virtual private gateway for a private virtual interface.
See: newVirtualGateway
smart constructor.
VirtualGateway' | |
|
Instances
newVirtualGateway :: VirtualGateway Source #
Create a value of VirtualGateway
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:virtualGatewayId:VirtualGateway'
, virtualGateway_virtualGatewayId
- The ID of the virtual private gateway.
$sel:virtualGatewayState:VirtualGateway'
, virtualGateway_virtualGatewayState
- The state of the virtual private gateway. The following are the possible
values:
pending
: Initial state after creating the virtual private gateway.available
: Ready for use by a private virtual interface.deleting
: Initial state after deleting the virtual private gateway.deleted
: The virtual private gateway is deleted. The private virtual interface is unable to send traffic over this gateway.
virtualGateway_virtualGatewayId :: Lens' VirtualGateway (Maybe Text) Source #
The ID of the virtual private gateway.
virtualGateway_virtualGatewayState :: Lens' VirtualGateway (Maybe Text) Source #
The state of the virtual private gateway. The following are the possible values:
pending
: Initial state after creating the virtual private gateway.available
: Ready for use by a private virtual interface.deleting
: Initial state after deleting the virtual private gateway.deleted
: The virtual private gateway is deleted. The private virtual interface is unable to send traffic over this gateway.