Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data RouteRef = RouteRef' {}
- newRouteRef :: Text -> UTCTime -> UTCTime -> Text -> Text -> Text -> Text -> Integer -> Text -> RouteRef
- routeRef_arn :: Lens' RouteRef Text
- routeRef_createdAt :: Lens' RouteRef UTCTime
- routeRef_lastUpdatedAt :: Lens' RouteRef UTCTime
- routeRef_meshName :: Lens' RouteRef Text
- routeRef_meshOwner :: Lens' RouteRef Text
- routeRef_resourceOwner :: Lens' RouteRef Text
- routeRef_routeName :: Lens' RouteRef Text
- routeRef_version :: Lens' RouteRef Integer
- routeRef_virtualRouterName :: Lens' RouteRef Text
Documentation
An object that represents a route returned by a list operation.
See: newRouteRef
smart constructor.
RouteRef' | |
|
Instances
Create a value of RouteRef
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:arn:RouteRef'
, routeRef_arn
- The full Amazon Resource Name (ARN) for the route.
$sel:createdAt:RouteRef'
, routeRef_createdAt
- The Unix epoch timestamp in seconds for when the resource was created.
$sel:lastUpdatedAt:RouteRef'
, routeRef_lastUpdatedAt
- The Unix epoch timestamp in seconds for when the resource was last
updated.
$sel:meshName:RouteRef'
, routeRef_meshName
- The name of the service mesh that the route resides in.
$sel:meshOwner:RouteRef'
, routeRef_meshOwner
- The AWS IAM account ID of the service mesh owner. If the account ID is
not your own, then it's the ID of the account that shared the mesh with
your account. For more information about mesh sharing, see
Working with shared meshes.
$sel:resourceOwner:RouteRef'
, routeRef_resourceOwner
- The AWS IAM account ID of the resource owner. If the account ID is not
your own, then it's the ID of the mesh owner or of another account that
the mesh is shared with. For more information about mesh sharing, see
Working with shared meshes.
$sel:routeName:RouteRef'
, routeRef_routeName
- The name of the route.
$sel:version:RouteRef'
, routeRef_version
- The version of the resource. Resources are created at version 1, and
this version is incremented each time that they're updated.
$sel:virtualRouterName:RouteRef'
, routeRef_virtualRouterName
- The virtual router that the route is associated with.
routeRef_createdAt :: Lens' RouteRef UTCTime Source #
The Unix epoch timestamp in seconds for when the resource was created.
routeRef_lastUpdatedAt :: Lens' RouteRef UTCTime Source #
The Unix epoch timestamp in seconds for when the resource was last updated.
routeRef_meshName :: Lens' RouteRef Text Source #
The name of the service mesh that the route resides in.
routeRef_meshOwner :: Lens' RouteRef Text Source #
The AWS IAM account ID of the service mesh owner. If the account ID is not your own, then it's the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
routeRef_resourceOwner :: Lens' RouteRef Text Source #
The AWS IAM account ID of the resource owner. If the account ID is not your own, then it's the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see Working with shared meshes.