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 VirtualNodeRef = VirtualNodeRef' {}
- newVirtualNodeRef :: Text -> UTCTime -> UTCTime -> Text -> Text -> Text -> Integer -> Text -> VirtualNodeRef
- virtualNodeRef_arn :: Lens' VirtualNodeRef Text
- virtualNodeRef_createdAt :: Lens' VirtualNodeRef UTCTime
- virtualNodeRef_lastUpdatedAt :: Lens' VirtualNodeRef UTCTime
- virtualNodeRef_meshName :: Lens' VirtualNodeRef Text
- virtualNodeRef_meshOwner :: Lens' VirtualNodeRef Text
- virtualNodeRef_resourceOwner :: Lens' VirtualNodeRef Text
- virtualNodeRef_version :: Lens' VirtualNodeRef Integer
- virtualNodeRef_virtualNodeName :: Lens' VirtualNodeRef Text
Documentation
data VirtualNodeRef Source #
An object that represents a virtual node returned by a list operation.
See: newVirtualNodeRef
smart constructor.
VirtualNodeRef' | |
|
Instances
Create a value of VirtualNodeRef
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:VirtualNodeRef'
, virtualNodeRef_arn
- The full Amazon Resource Name (ARN) for the virtual node.
$sel:createdAt:VirtualNodeRef'
, virtualNodeRef_createdAt
- The Unix epoch timestamp in seconds for when the resource was created.
$sel:lastUpdatedAt:VirtualNodeRef'
, virtualNodeRef_lastUpdatedAt
- The Unix epoch timestamp in seconds for when the resource was last
updated.
$sel:meshName:VirtualNodeRef'
, virtualNodeRef_meshName
- The name of the service mesh that the virtual node resides in.
$sel:meshOwner:VirtualNodeRef'
, virtualNodeRef_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:VirtualNodeRef'
, virtualNodeRef_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:VirtualNodeRef'
, virtualNodeRef_version
- The version of the resource. Resources are created at version 1, and
this version is incremented each time that they're updated.
$sel:virtualNodeName:VirtualNodeRef'
, virtualNodeRef_virtualNodeName
- The name of the virtual node.
virtualNodeRef_arn :: Lens' VirtualNodeRef Text Source #
The full Amazon Resource Name (ARN) for the virtual node.
virtualNodeRef_createdAt :: Lens' VirtualNodeRef UTCTime Source #
The Unix epoch timestamp in seconds for when the resource was created.
virtualNodeRef_lastUpdatedAt :: Lens' VirtualNodeRef UTCTime Source #
The Unix epoch timestamp in seconds for when the resource was last updated.
virtualNodeRef_meshName :: Lens' VirtualNodeRef Text Source #
The name of the service mesh that the virtual node resides in.
virtualNodeRef_meshOwner :: Lens' VirtualNodeRef 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.
virtualNodeRef_resourceOwner :: Lens' VirtualNodeRef 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.
virtualNodeRef_version :: Lens' VirtualNodeRef Integer Source #
The version of the resource. Resources are created at version 1, and this version is incremented each time that they're updated.
virtualNodeRef_virtualNodeName :: Lens' VirtualNodeRef Text Source #
The name of the virtual node.