libZSservicesZSamazonka-directconnectZSamazonka-directconnect
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.DirectConnect.Types.AssociatedGateway

Description

 
Synopsis

Documentation

data AssociatedGateway Source #

Information about the associated gateway.

See: newAssociatedGateway smart constructor.

Constructors

AssociatedGateway' 

Fields

Instances

Instances details
Eq AssociatedGateway Source # 
Instance details

Defined in Amazonka.DirectConnect.Types.AssociatedGateway

Read AssociatedGateway Source # 
Instance details

Defined in Amazonka.DirectConnect.Types.AssociatedGateway

Show AssociatedGateway Source # 
Instance details

Defined in Amazonka.DirectConnect.Types.AssociatedGateway

Generic AssociatedGateway Source # 
Instance details

Defined in Amazonka.DirectConnect.Types.AssociatedGateway

Associated Types

type Rep AssociatedGateway :: Type -> Type #

NFData AssociatedGateway Source # 
Instance details

Defined in Amazonka.DirectConnect.Types.AssociatedGateway

Methods

rnf :: AssociatedGateway -> () #

Hashable AssociatedGateway Source # 
Instance details

Defined in Amazonka.DirectConnect.Types.AssociatedGateway

FromJSON AssociatedGateway Source # 
Instance details

Defined in Amazonka.DirectConnect.Types.AssociatedGateway

type Rep AssociatedGateway Source # 
Instance details

Defined in Amazonka.DirectConnect.Types.AssociatedGateway

type Rep AssociatedGateway = D1 ('MetaData "AssociatedGateway" "Amazonka.DirectConnect.Types.AssociatedGateway" "libZSservicesZSamazonka-directconnectZSamazonka-directconnect" 'False) (C1 ('MetaCons "AssociatedGateway'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ownerAccount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GatewayType)))))

newAssociatedGateway :: AssociatedGateway Source #

Create a value of AssociatedGateway 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:id:AssociatedGateway', associatedGateway_id - The ID of the associated gateway.

$sel:ownerAccount:AssociatedGateway', associatedGateway_ownerAccount - The ID of the Amazon Web Services account that owns the associated virtual private gateway or transit gateway.

$sel:region:AssociatedGateway', associatedGateway_region - The Region where the associated gateway is located.

$sel:type':AssociatedGateway', associatedGateway_type - The type of associated gateway.

associatedGateway_id :: Lens' AssociatedGateway (Maybe Text) Source #

The ID of the associated gateway.

associatedGateway_ownerAccount :: Lens' AssociatedGateway (Maybe Text) Source #

The ID of the Amazon Web Services account that owns the associated virtual private gateway or transit gateway.

associatedGateway_region :: Lens' AssociatedGateway (Maybe Text) Source #

The Region where the associated gateway is located.