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

Description

 
Synopsis

Documentation

data VirtualRouterRef Source #

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

See: newVirtualRouterRef smart constructor.

Constructors

VirtualRouterRef' 

Fields

  • arn :: Text

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

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

  • virtualRouterName :: Text

    The name of the virtual router.

Instances

Instances details
FromJSON VirtualRouterRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualRouterRef

Generic VirtualRouterRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualRouterRef

Associated Types

type Rep VirtualRouterRef :: Type -> Type #

Read VirtualRouterRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualRouterRef

Show VirtualRouterRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualRouterRef

NFData VirtualRouterRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualRouterRef

Methods

rnf :: VirtualRouterRef -> () #

Eq VirtualRouterRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualRouterRef

Hashable VirtualRouterRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualRouterRef

type Rep VirtualRouterRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualRouterRef

newVirtualRouterRef Source #

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 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:VirtualRouterRef', virtualRouterRef_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: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 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.

virtualRouterRef_resourceOwner :: Lens' VirtualRouterRef 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.

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.