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.VirtualServiceRef

Description

 
Synopsis

Documentation

data VirtualServiceRef Source #

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

See: newVirtualServiceRef smart constructor.

Constructors

VirtualServiceRef' 

Fields

  • arn :: Text

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

  • 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 service 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.

  • virtualServiceName :: Text

    The name of the virtual service.

Instances

Instances details
FromJSON VirtualServiceRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualServiceRef

Generic VirtualServiceRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualServiceRef

Associated Types

type Rep VirtualServiceRef :: Type -> Type #

Read VirtualServiceRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualServiceRef

Show VirtualServiceRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualServiceRef

NFData VirtualServiceRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualServiceRef

Methods

rnf :: VirtualServiceRef -> () #

Eq VirtualServiceRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualServiceRef

Hashable VirtualServiceRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualServiceRef

type Rep VirtualServiceRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualServiceRef

newVirtualServiceRef Source #

Create a value of VirtualServiceRef 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:VirtualServiceRef', virtualServiceRef_arn - The full Amazon Resource Name (ARN) for the virtual service.

$sel:createdAt:VirtualServiceRef', virtualServiceRef_createdAt - The Unix epoch timestamp in seconds for when the resource was created.

$sel:lastUpdatedAt:VirtualServiceRef', virtualServiceRef_lastUpdatedAt - The Unix epoch timestamp in seconds for when the resource was last updated.

$sel:meshName:VirtualServiceRef', virtualServiceRef_meshName - The name of the service mesh that the virtual service resides in.

$sel:meshOwner:VirtualServiceRef', virtualServiceRef_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:VirtualServiceRef', virtualServiceRef_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:VirtualServiceRef', virtualServiceRef_version - The version of the resource. Resources are created at version 1, and this version is incremented each time that they're updated.

$sel:virtualServiceName:VirtualServiceRef', virtualServiceRef_virtualServiceName - The name of the virtual service.

virtualServiceRef_arn :: Lens' VirtualServiceRef Text Source #

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

virtualServiceRef_createdAt :: Lens' VirtualServiceRef UTCTime Source #

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

virtualServiceRef_lastUpdatedAt :: Lens' VirtualServiceRef UTCTime Source #

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

virtualServiceRef_meshName :: Lens' VirtualServiceRef Text Source #

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

virtualServiceRef_meshOwner :: Lens' VirtualServiceRef 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.

virtualServiceRef_resourceOwner :: Lens' VirtualServiceRef 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.

virtualServiceRef_version :: Lens' VirtualServiceRef Integer Source #

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