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

Description

 
Synopsis

Documentation

data NetworkRouteDestination Source #

Describes the destination of a network route.

See: newNetworkRouteDestination smart constructor.

Constructors

NetworkRouteDestination' 

Fields

Instances

Instances details
FromJSON NetworkRouteDestination Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.NetworkRouteDestination

Generic NetworkRouteDestination Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.NetworkRouteDestination

Associated Types

type Rep NetworkRouteDestination :: Type -> Type #

Read NetworkRouteDestination Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.NetworkRouteDestination

Show NetworkRouteDestination Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.NetworkRouteDestination

NFData NetworkRouteDestination Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.NetworkRouteDestination

Methods

rnf :: NetworkRouteDestination -> () #

Eq NetworkRouteDestination Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.NetworkRouteDestination

Hashable NetworkRouteDestination Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.NetworkRouteDestination

type Rep NetworkRouteDestination Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.NetworkRouteDestination

type Rep NetworkRouteDestination = D1 ('MetaData "NetworkRouteDestination" "Amazonka.NetworkManager.Types.NetworkRouteDestination" "amazonka-networkmanager-2.0-4HNcDlBc00x67cUJWWz3sw" 'False) (C1 ('MetaCons "NetworkRouteDestination'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "coreNetworkAttachmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "edgeLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "segmentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "transitGatewayAttachmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newNetworkRouteDestination :: NetworkRouteDestination Source #

Create a value of NetworkRouteDestination 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:coreNetworkAttachmentId:NetworkRouteDestination', networkRouteDestination_coreNetworkAttachmentId - The ID of a core network attachment.

$sel:edgeLocation:NetworkRouteDestination', networkRouteDestination_edgeLocation - The edge location for the network destination.

$sel:resourceId:NetworkRouteDestination', networkRouteDestination_resourceId - The ID of the resource.

$sel:resourceType:NetworkRouteDestination', networkRouteDestination_resourceType - The resource type.

$sel:segmentName:NetworkRouteDestination', networkRouteDestination_segmentName - The name of the segment.

$sel:transitGatewayAttachmentId:NetworkRouteDestination', networkRouteDestination_transitGatewayAttachmentId - The ID of the transit gateway attachment.

networkRouteDestination_edgeLocation :: Lens' NetworkRouteDestination (Maybe Text) Source #

The edge location for the network destination.