| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.NetworkManager.Types.PathComponent
Description
Documentation
data PathComponent Source #
Describes a path component.
See: newPathComponent smart constructor.
Constructors
| PathComponent' | |
Fields
| |
Instances
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_resource :: Lens' PathComponent (Maybe NetworkResourceSummary) Source #
The resource.
pathComponent_sequence :: Lens' PathComponent (Maybe Int) Source #
The sequence number in the path. The destination is 0.