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 VirtualRouterRef = VirtualRouterRef' {}
- newVirtualRouterRef :: Text -> UTCTime -> UTCTime -> Text -> Text -> Text -> Integer -> Text -> VirtualRouterRef
- virtualRouterRef_arn :: Lens' VirtualRouterRef Text
- virtualRouterRef_createdAt :: Lens' VirtualRouterRef UTCTime
- virtualRouterRef_lastUpdatedAt :: Lens' VirtualRouterRef UTCTime
- virtualRouterRef_meshName :: Lens' VirtualRouterRef Text
- virtualRouterRef_meshOwner :: Lens' VirtualRouterRef Text
- virtualRouterRef_resourceOwner :: Lens' VirtualRouterRef Text
- virtualRouterRef_version :: Lens' VirtualRouterRef Integer
- virtualRouterRef_virtualRouterName :: Lens' VirtualRouterRef Text
Documentation
data VirtualRouterRef Source #
An object that represents a virtual router returned by a list operation.
See: newVirtualRouterRef
smart constructor.
VirtualRouterRef' | |
|
Instances
Create a value of VirtualRouterRef
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:VirtualRouterRef'
, virtualRouterRef_arn
- The full Amazon Resource Name (ARN) for the virtual router.
$sel:createdAt:VirtualRouterRef'
, virtualRouterRef_createdAt
- The Unix epoch timestamp in seconds for when the resource was created.
$sel:lastUpdatedAt:VirtualRouterRef'
, virtualRouterRef_lastUpdatedAt
- The Unix epoch timestamp in seconds for when the resource was last
updated.
$sel:meshName:VirtualRouterRef'
, virtualRouterRef_meshName
- The name of the service mesh that the virtual router resides in.
$sel:meshOwner:VirtualRouterRef'
, virtualRouterRef_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:VirtualRouterRef'
, virtualRouterRef_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:VirtualRouterRef'
, virtualRouterRef_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:VirtualRouterRef'
, virtualRouterRef_virtualRouterName
- The name of the virtual router.
virtualRouterRef_arn :: Lens' VirtualRouterRef Text Source #
The full Amazon Resource Name (ARN) for the virtual router.
virtualRouterRef_createdAt :: Lens' VirtualRouterRef UTCTime Source #
The Unix epoch timestamp in seconds for when the resource was created.
virtualRouterRef_lastUpdatedAt :: Lens' VirtualRouterRef UTCTime Source #
The Unix epoch timestamp in seconds for when the resource was last updated.
virtualRouterRef_meshName :: Lens' VirtualRouterRef Text Source #
The name of the service mesh that the virtual router resides in.
virtualRouterRef_meshOwner :: Lens' VirtualRouterRef 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.
virtualRouterRef_resourceOwner :: Lens' VirtualRouterRef 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.
virtualRouterRef_version :: Lens' VirtualRouterRef Integer Source #
The version of the resource. Resources are created at version 1, and this version is incremented each time that they're updated.
virtualRouterRef_virtualRouterName :: Lens' VirtualRouterRef Text Source #
The name of the virtual router.