amazonka-appmesh-2.0: Amazon App Mesh SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.AppMesh.Types.VirtualNodeRef

Description

 
Synopsis

Documentation

data VirtualNodeRef Source #

An object that represents a virtual node returned by a list operation.

See: newVirtualNodeRef smart constructor.

Constructors

VirtualNodeRef' 

Fields

  • arn :: Text

    The full Amazon Resource Name (ARN) for the virtual node.

  • createdAt :: POSIX

    The Unix epoch timestamp in seconds for when the resource was created.

  • lastUpdatedAt :: POSIX

    The Unix epoch timestamp in seconds for when the resource was last updated.

  • meshName :: Text

    The name of the service mesh that the virtual node resides in.

  • meshOwner :: Text

    The Amazon Web Services 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.

  • resourceOwner :: Text

    The Amazon Web Services 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.

  • version :: Integer

    The version of the resource. Resources are created at version 1, and this version is incremented each time that they're updated.

  • virtualNodeName :: Text

    The name of the virtual node.

Instances

Instances details
FromJSON VirtualNodeRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualNodeRef

Generic VirtualNodeRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualNodeRef

Associated Types

type Rep VirtualNodeRef :: Type -> Type #

Read VirtualNodeRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualNodeRef

Show VirtualNodeRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualNodeRef

NFData VirtualNodeRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualNodeRef

Methods

rnf :: VirtualNodeRef -> () #

Eq VirtualNodeRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualNodeRef

Hashable VirtualNodeRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualNodeRef

type Rep VirtualNodeRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualNodeRef

newVirtualNodeRef Source #

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 Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services 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 Amazon Web Services 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.