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 GatewayRouteRef = GatewayRouteRef' {
- arn :: Text
- createdAt :: POSIX
- gatewayRouteName :: Text
- lastUpdatedAt :: POSIX
- meshName :: Text
- meshOwner :: Text
- resourceOwner :: Text
- version :: Integer
- virtualGatewayName :: Text
- newGatewayRouteRef :: Text -> UTCTime -> Text -> UTCTime -> Text -> Text -> Text -> Integer -> Text -> GatewayRouteRef
- gatewayRouteRef_arn :: Lens' GatewayRouteRef Text
- gatewayRouteRef_createdAt :: Lens' GatewayRouteRef UTCTime
- gatewayRouteRef_gatewayRouteName :: Lens' GatewayRouteRef Text
- gatewayRouteRef_lastUpdatedAt :: Lens' GatewayRouteRef UTCTime
- gatewayRouteRef_meshName :: Lens' GatewayRouteRef Text
- gatewayRouteRef_meshOwner :: Lens' GatewayRouteRef Text
- gatewayRouteRef_resourceOwner :: Lens' GatewayRouteRef Text
- gatewayRouteRef_version :: Lens' GatewayRouteRef Integer
- gatewayRouteRef_virtualGatewayName :: Lens' GatewayRouteRef Text
Documentation
data GatewayRouteRef Source #
An object that represents a gateway route returned by a list operation.
See: newGatewayRouteRef
smart constructor.
GatewayRouteRef' | |
|
Instances
Create a value of GatewayRouteRef
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:GatewayRouteRef'
, gatewayRouteRef_arn
- The full Amazon Resource Name (ARN) for the gateway route.
$sel:createdAt:GatewayRouteRef'
, gatewayRouteRef_createdAt
- The Unix epoch timestamp in seconds for when the resource was created.
$sel:gatewayRouteName:GatewayRouteRef'
, gatewayRouteRef_gatewayRouteName
- The name of the gateway route.
$sel:lastUpdatedAt:GatewayRouteRef'
, gatewayRouteRef_lastUpdatedAt
- The Unix epoch timestamp in seconds for when the resource was last
updated.
$sel:meshName:GatewayRouteRef'
, gatewayRouteRef_meshName
- The name of the service mesh that the resource resides in.
$sel:meshOwner:GatewayRouteRef'
, gatewayRouteRef_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:GatewayRouteRef'
, gatewayRouteRef_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:version:GatewayRouteRef'
, gatewayRouteRef_version
- The version of the resource. Resources are created at version 1, and
this version is incremented each time that they're updated.
$sel:virtualGatewayName:GatewayRouteRef'
, gatewayRouteRef_virtualGatewayName
- The virtual gateway that the gateway route is associated with.
gatewayRouteRef_arn :: Lens' GatewayRouteRef Text Source #
The full Amazon Resource Name (ARN) for the gateway route.
gatewayRouteRef_createdAt :: Lens' GatewayRouteRef UTCTime Source #
The Unix epoch timestamp in seconds for when the resource was created.
gatewayRouteRef_gatewayRouteName :: Lens' GatewayRouteRef Text Source #
The name of the gateway route.
gatewayRouteRef_lastUpdatedAt :: Lens' GatewayRouteRef UTCTime Source #
The Unix epoch timestamp in seconds for when the resource was last updated.
gatewayRouteRef_meshName :: Lens' GatewayRouteRef Text Source #
The name of the service mesh that the resource resides in.
gatewayRouteRef_meshOwner :: Lens' GatewayRouteRef 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.
gatewayRouteRef_resourceOwner :: Lens' GatewayRouteRef 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.
gatewayRouteRef_version :: Lens' GatewayRouteRef Integer Source #
The version of the resource. Resources are created at version 1, and this version is incremented each time that they're updated.
gatewayRouteRef_virtualGatewayName :: Lens' GatewayRouteRef Text Source #
The virtual gateway that the gateway route is associated with.