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

Description

 
Synopsis

Documentation

data PathComponent Source #

Describes a path component.

See: newPathComponent smart constructor.

Constructors

PathComponent' 

Fields

Instances

Instances details
FromJSON PathComponent Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.PathComponent

Generic PathComponent Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.PathComponent

Associated Types

type Rep PathComponent :: Type -> Type #

Read PathComponent Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.PathComponent

Show PathComponent Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.PathComponent

NFData PathComponent Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.PathComponent

Methods

rnf :: PathComponent -> () #

Eq PathComponent Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.PathComponent

Hashable PathComponent Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.PathComponent

type Rep PathComponent Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.PathComponent

type Rep PathComponent = D1 ('MetaData "PathComponent" "Amazonka.NetworkManager.Types.PathComponent" "amazonka-networkmanager-2.0-4HNcDlBc00x67cUJWWz3sw" 'False) (C1 ('MetaCons "PathComponent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "destinationCidrBlock") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resource") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NetworkResourceSummary)) :*: S1 ('MetaSel ('Just "sequence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newPathComponent :: PathComponent Source #

Create a value of PathComponent 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:destinationCidrBlock:PathComponent', pathComponent_destinationCidrBlock - The destination CIDR block in the route table.

$sel:resource:PathComponent', pathComponent_resource - The resource.

$sel:sequence:PathComponent', pathComponent_sequence - The sequence number in the path. The destination is 0.

pathComponent_destinationCidrBlock :: Lens' PathComponent (Maybe Text) Source #

The destination CIDR block in the route table.

pathComponent_sequence :: Lens' PathComponent (Maybe Int) Source #

The sequence number in the path. The destination is 0.