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

Description

 
Synopsis

Documentation

data VirtualGatewayRef Source #

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

See: newVirtualGatewayRef smart constructor.

Constructors

VirtualGatewayRef' 

Fields

  • arn :: Text

    The full Amazon Resource Name (ARN) for the resource.

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

  • virtualGatewayName :: Text

    The name of the resource.

Instances

Instances details
Eq VirtualGatewayRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualGatewayRef

Read VirtualGatewayRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualGatewayRef

Show VirtualGatewayRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualGatewayRef

Generic VirtualGatewayRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualGatewayRef

Associated Types

type Rep VirtualGatewayRef :: Type -> Type #

NFData VirtualGatewayRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualGatewayRef

Methods

rnf :: VirtualGatewayRef -> () #

Hashable VirtualGatewayRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualGatewayRef

FromJSON VirtualGatewayRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualGatewayRef

type Rep VirtualGatewayRef Source # 
Instance details

Defined in Amazonka.AppMesh.Types.VirtualGatewayRef

type Rep VirtualGatewayRef = D1 ('MetaData "VirtualGatewayRef" "Amazonka.AppMesh.Types.VirtualGatewayRef" "libZSservicesZSamazonka-appmeshZSamazonka-appmesh" 'False) (C1 ('MetaCons "VirtualGatewayRef'" '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 "virtualGatewayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newVirtualGatewayRef Source #

Create a value of VirtualGatewayRef 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:VirtualGatewayRef', virtualGatewayRef_arn - The full Amazon Resource Name (ARN) for the resource.

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

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

$sel:meshName:VirtualGatewayRef', virtualGatewayRef_meshName - The name of the service mesh that the resource resides in.

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

$sel:virtualGatewayName:VirtualGatewayRef', virtualGatewayRef_virtualGatewayName - The name of the resource.

virtualGatewayRef_arn :: Lens' VirtualGatewayRef Text Source #

The full Amazon Resource Name (ARN) for the resource.

virtualGatewayRef_createdAt :: Lens' VirtualGatewayRef UTCTime Source #

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

virtualGatewayRef_lastUpdatedAt :: Lens' VirtualGatewayRef UTCTime Source #

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

virtualGatewayRef_meshName :: Lens' VirtualGatewayRef Text Source #

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

virtualGatewayRef_meshOwner :: Lens' VirtualGatewayRef 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.

virtualGatewayRef_resourceOwner :: Lens' VirtualGatewayRef 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.

virtualGatewayRef_version :: Lens' VirtualGatewayRef Integer Source #

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