| 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.AppMesh.Types.RouteData
Description
Synopsis
- data RouteData = RouteData' {}
- newRouteData :: Text -> ResourceMetadata -> Text -> RouteSpec -> RouteStatus -> Text -> RouteData
- routeData_meshName :: Lens' RouteData Text
- routeData_metadata :: Lens' RouteData ResourceMetadata
- routeData_routeName :: Lens' RouteData Text
- routeData_spec :: Lens' RouteData RouteSpec
- routeData_status :: Lens' RouteData RouteStatus
- routeData_virtualRouterName :: Lens' RouteData Text
Documentation
An object that represents a route returned by a describe operation.
See: newRouteData smart constructor.
Constructors
| RouteData' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> ResourceMetadata | |
| -> Text | |
| -> RouteSpec | |
| -> RouteStatus | |
| -> Text | |
| -> RouteData |
Create a value of RouteData 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:meshName:RouteData', routeData_meshName - The name of the service mesh that the route resides in.
$sel:metadata:RouteData', routeData_metadata - The associated metadata for the route.
$sel:routeName:RouteData', routeData_routeName - The name of the route.
$sel:spec:RouteData', routeData_spec - The specifications of the route.
RouteData, routeData_status - The status of the route.
$sel:virtualRouterName:RouteData', routeData_virtualRouterName - The virtual router that the route is associated with.
routeData_meshName :: Lens' RouteData Text Source #
The name of the service mesh that the route resides in.
routeData_metadata :: Lens' RouteData ResourceMetadata Source #
The associated metadata for the route.
routeData_status :: Lens' RouteData RouteStatus Source #
The status of the route.