| 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.RouteAnalysisCompletion
Description
Synopsis
- data RouteAnalysisCompletion = RouteAnalysisCompletion' {}
- newRouteAnalysisCompletion :: RouteAnalysisCompletion
- routeAnalysisCompletion_reasonCode :: Lens' RouteAnalysisCompletion (Maybe RouteAnalysisCompletionReasonCode)
- routeAnalysisCompletion_reasonContext :: Lens' RouteAnalysisCompletion (Maybe (HashMap Text Text))
- routeAnalysisCompletion_resultCode :: Lens' RouteAnalysisCompletion (Maybe RouteAnalysisCompletionResultCode)
Documentation
data RouteAnalysisCompletion Source #
Describes the status of an analysis at completion.
See: newRouteAnalysisCompletion smart constructor.
Constructors
| RouteAnalysisCompletion' | |
Fields
| |
Instances
newRouteAnalysisCompletion :: RouteAnalysisCompletion Source #
Create a value of RouteAnalysisCompletion 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:reasonCode:RouteAnalysisCompletion', routeAnalysisCompletion_reasonCode - The reason code. Available only if a connection is not found.
BLACKHOLE_ROUTE_FOR_DESTINATION_FOUND- Found a black hole route with the destination CIDR block.CYCLIC_PATH_DETECTED- Found the same resource multiple times while traversing the path.INACTIVE_ROUTE_FOR_DESTINATION_FOUND- Found an inactive route with the destination CIDR block.MAX_HOPS_EXCEEDED- Analysis exceeded 64 hops without finding the destination.ROUTE_NOT_FOUND- Cannot find a route table with the destination CIDR block.TGW_ATTACH_ARN_NO_MATCH- Found an attachment, but not with the correct destination ARN.TGW_ATTACH_NOT_FOUND- Cannot find an attachment.TGW_ATTACH_NOT_IN_TGW- Found an attachment, but not to the correct transit gateway.TGW_ATTACH_STABLE_ROUTE_TABLE_NOT_FOUND- The state of the route table association is not associated.
$sel:reasonContext:RouteAnalysisCompletion', routeAnalysisCompletion_reasonContext - Additional information about the path. Available only if a connection is
not found.
$sel:resultCode:RouteAnalysisCompletion', routeAnalysisCompletion_resultCode - The result of the analysis. If the status is NOT_CONNECTED, check the
reason code.
routeAnalysisCompletion_reasonCode :: Lens' RouteAnalysisCompletion (Maybe RouteAnalysisCompletionReasonCode) Source #
The reason code. Available only if a connection is not found.
BLACKHOLE_ROUTE_FOR_DESTINATION_FOUND- Found a black hole route with the destination CIDR block.CYCLIC_PATH_DETECTED- Found the same resource multiple times while traversing the path.INACTIVE_ROUTE_FOR_DESTINATION_FOUND- Found an inactive route with the destination CIDR block.MAX_HOPS_EXCEEDED- Analysis exceeded 64 hops without finding the destination.ROUTE_NOT_FOUND- Cannot find a route table with the destination CIDR block.TGW_ATTACH_ARN_NO_MATCH- Found an attachment, but not with the correct destination ARN.TGW_ATTACH_NOT_FOUND- Cannot find an attachment.TGW_ATTACH_NOT_IN_TGW- Found an attachment, but not to the correct transit gateway.TGW_ATTACH_STABLE_ROUTE_TABLE_NOT_FOUND- The state of the route table association is not associated.
routeAnalysisCompletion_reasonContext :: Lens' RouteAnalysisCompletion (Maybe (HashMap Text Text)) Source #
Additional information about the path. Available only if a connection is not found.
routeAnalysisCompletion_resultCode :: Lens' RouteAnalysisCompletion (Maybe RouteAnalysisCompletionResultCode) Source #
The result of the analysis. If the status is NOT_CONNECTED, check the
reason code.