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 |
Synopsis
Documentation
data NetworkAccessConfiguration Source #
Describes the network details of the fleet or image builder instance.
See: newNetworkAccessConfiguration
smart constructor.
NetworkAccessConfiguration' | |
|
Instances
newNetworkAccessConfiguration :: NetworkAccessConfiguration Source #
Create a value of NetworkAccessConfiguration
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:eniId:NetworkAccessConfiguration'
, networkAccessConfiguration_eniId
- The resource identifier of the elastic network interface that is
attached to instances in your VPC. All network interfaces have the
eni-xxxxxxxx resource identifier.
$sel:eniPrivateIpAddress:NetworkAccessConfiguration'
, networkAccessConfiguration_eniPrivateIpAddress
- The private IP address of the elastic network interface that is attached
to instances in your VPC.
networkAccessConfiguration_eniId :: Lens' NetworkAccessConfiguration (Maybe Text) Source #
The resource identifier of the elastic network interface that is attached to instances in your VPC. All network interfaces have the eni-xxxxxxxx resource identifier.
networkAccessConfiguration_eniPrivateIpAddress :: Lens' NetworkAccessConfiguration (Maybe Text) Source #
The private IP address of the elastic network interface that is attached to instances in your VPC.