libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager
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.NetworkManager.Types.TransitGatewayRegistration

Description

 
Synopsis

Documentation

data TransitGatewayRegistration Source #

Describes the registration of a transit gateway to a global network.

See: newTransitGatewayRegistration smart constructor.

Constructors

TransitGatewayRegistration' 

Fields

Instances

Instances details
Eq TransitGatewayRegistration Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistration

Read TransitGatewayRegistration Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistration

Show TransitGatewayRegistration Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistration

Generic TransitGatewayRegistration Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistration

Associated Types

type Rep TransitGatewayRegistration :: Type -> Type #

NFData TransitGatewayRegistration Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistration

Hashable TransitGatewayRegistration Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistration

FromJSON TransitGatewayRegistration Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistration

type Rep TransitGatewayRegistration Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistration

type Rep TransitGatewayRegistration = D1 ('MetaData "TransitGatewayRegistration" "Amazonka.NetworkManager.Types.TransitGatewayRegistration" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "TransitGatewayRegistration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransitGatewayRegistrationStateReason)) :*: (S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "transitGatewayArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newTransitGatewayRegistration :: TransitGatewayRegistration Source #

Create a value of TransitGatewayRegistration 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:state:TransitGatewayRegistration', transitGatewayRegistration_state - The state of the transit gateway registration.

$sel:globalNetworkId:TransitGatewayRegistration', transitGatewayRegistration_globalNetworkId - The ID of the global network.

$sel:transitGatewayArn:TransitGatewayRegistration', transitGatewayRegistration_transitGatewayArn - The Amazon Resource Name (ARN) of the transit gateway.

transitGatewayRegistration_transitGatewayArn :: Lens' TransitGatewayRegistration (Maybe Text) Source #

The Amazon Resource Name (ARN) of the transit gateway.