amazonka-networkmanager-2.0: Amazon Network Manager 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.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
FromJSON 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 #

Read TransitGatewayRegistration Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistration

Show TransitGatewayRegistration Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistration

NFData TransitGatewayRegistration Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistration

Eq TransitGatewayRegistration Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistration

Hashable 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" "amazonka-networkmanager-2.0-4HNcDlBc00x67cUJWWz3sw" 'False) (C1 ('MetaCons "TransitGatewayRegistration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "globalNetworkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransitGatewayRegistrationStateReason)) :*: 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:globalNetworkId:TransitGatewayRegistration', transitGatewayRegistration_globalNetworkId - The ID of the global network.

$sel:state:TransitGatewayRegistration', transitGatewayRegistration_state - The state of the transit gateway registration.

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