| 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.NetworkRouteDestination
Description
Synopsis
- data NetworkRouteDestination = NetworkRouteDestination' {}
- newNetworkRouteDestination :: NetworkRouteDestination
- networkRouteDestination_coreNetworkAttachmentId :: Lens' NetworkRouteDestination (Maybe Text)
- networkRouteDestination_edgeLocation :: Lens' NetworkRouteDestination (Maybe Text)
- networkRouteDestination_resourceId :: Lens' NetworkRouteDestination (Maybe Text)
- networkRouteDestination_resourceType :: Lens' NetworkRouteDestination (Maybe Text)
- networkRouteDestination_segmentName :: Lens' NetworkRouteDestination (Maybe Text)
- networkRouteDestination_transitGatewayAttachmentId :: Lens' NetworkRouteDestination (Maybe Text)
Documentation
data NetworkRouteDestination Source #
Describes the destination of a network route.
See: newNetworkRouteDestination smart constructor.
Constructors
| NetworkRouteDestination' | |
Fields
| |
Instances
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_coreNetworkAttachmentId :: Lens' NetworkRouteDestination (Maybe Text) Source #
The ID of a core network attachment.
networkRouteDestination_edgeLocation :: Lens' NetworkRouteDestination (Maybe Text) Source #
The edge location for the network destination.
networkRouteDestination_resourceId :: Lens' NetworkRouteDestination (Maybe Text) Source #
The ID of the resource.
networkRouteDestination_resourceType :: Lens' NetworkRouteDestination (Maybe Text) Source #
The resource type.
networkRouteDestination_segmentName :: Lens' NetworkRouteDestination (Maybe Text) Source #
The name of the segment.
networkRouteDestination_transitGatewayAttachmentId :: Lens' NetworkRouteDestination (Maybe Text) Source #
The ID of the transit gateway attachment.