libZSservicesZSamazonka-appstreamZSamazonka-appstream
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AppStream.Types.NetworkAccessConfiguration

Description

 
Synopsis

Documentation

data NetworkAccessConfiguration Source #

Describes the network details of the fleet or image builder instance.

See: newNetworkAccessConfiguration smart constructor.

Constructors

NetworkAccessConfiguration' 

Fields

  • eniId :: Maybe Text

    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.

  • eniPrivateIpAddress :: Maybe Text

    The private IP address of the elastic network interface that is attached to instances in your VPC.

Instances

Instances details
Eq NetworkAccessConfiguration Source # 
Instance details

Defined in Amazonka.AppStream.Types.NetworkAccessConfiguration

Read NetworkAccessConfiguration Source # 
Instance details

Defined in Amazonka.AppStream.Types.NetworkAccessConfiguration

Show NetworkAccessConfiguration Source # 
Instance details

Defined in Amazonka.AppStream.Types.NetworkAccessConfiguration

Generic NetworkAccessConfiguration Source # 
Instance details

Defined in Amazonka.AppStream.Types.NetworkAccessConfiguration

Associated Types

type Rep NetworkAccessConfiguration :: Type -> Type #

NFData NetworkAccessConfiguration Source # 
Instance details

Defined in Amazonka.AppStream.Types.NetworkAccessConfiguration

Hashable NetworkAccessConfiguration Source # 
Instance details

Defined in Amazonka.AppStream.Types.NetworkAccessConfiguration

FromJSON NetworkAccessConfiguration Source # 
Instance details

Defined in Amazonka.AppStream.Types.NetworkAccessConfiguration

type Rep NetworkAccessConfiguration Source # 
Instance details

Defined in Amazonka.AppStream.Types.NetworkAccessConfiguration

type Rep NetworkAccessConfiguration = D1 ('MetaData "NetworkAccessConfiguration" "Amazonka.AppStream.Types.NetworkAccessConfiguration" "libZSservicesZSamazonka-appstreamZSamazonka-appstream" 'False) (C1 ('MetaCons "NetworkAccessConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eniId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eniPrivateIpAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.