amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.LocalGateway

Description

 
Synopsis

Documentation

data LocalGateway Source #

Describes a local gateway.

See: newLocalGateway smart constructor.

Constructors

LocalGateway' 

Fields

Instances

Instances details
FromXML LocalGateway Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGateway

Generic LocalGateway Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGateway

Associated Types

type Rep LocalGateway :: Type -> Type #

Read LocalGateway Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGateway

Show LocalGateway Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGateway

NFData LocalGateway Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGateway

Methods

rnf :: LocalGateway -> () #

Eq LocalGateway Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGateway

Hashable LocalGateway Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGateway

type Rep LocalGateway Source # 
Instance details

Defined in Amazonka.EC2.Types.LocalGateway

type Rep LocalGateway = D1 ('MetaData "LocalGateway" "Amazonka.EC2.Types.LocalGateway" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "LocalGateway'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "localGatewayId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "outpostArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "ownerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))))))

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_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.