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

  • virtualServiceName :: Text

    The name of the virtual service.

Instances

Instances details
Eq VirtualServiceRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualServiceRef

Read VirtualServiceRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualServiceRef

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

NFData VirtualServiceRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualServiceRef

Methods

rnf :: VirtualServiceRef -> () #

Hashable VirtualServiceRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualServiceRef

FromJSON VirtualServiceRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualServiceRef

type Rep VirtualServiceRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualServiceRef

type Rep VirtualServiceRef = D1 ('MetaData "VirtualServiceRef" "Amazonka.AppMesh.Types.VirtualServiceRef" "libZSservicesZSamazonka-appmeshZSamazonka-appmesh" 'False) (C1 ('MetaCons "VirtualServiceRef'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)) :*: (S1 ('MetaSel ('Just "lastUpdatedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "meshName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "meshOwner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "resourceOwner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Integer) :*: S1 ('MetaSel ('Just "virtualServiceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

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 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:VirtualServiceRef', virtualServiceRef_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: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 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.

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

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.