libZSservicesZSamazonka-appmeshZSamazonka-appmesh
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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

  • resourceOwner :: Text

    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.

  • 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
Eq VirtualRouterRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualRouterRef

Read VirtualRouterRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualRouterRef

Show 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 #

NFData VirtualRouterRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualRouterRef

Methods

rnf :: VirtualRouterRef -> () #

Hashable VirtualRouterRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualRouterRef

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