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

Description

 
Synopsis

Documentation

data AwsCloudMapInstanceAttribute Source #

An object that represents the Cloud Map attribute information for your virtual node.

AWS Cloud Map is not available in the eu-south-1 Region.

See: newAwsCloudMapInstanceAttribute smart constructor.

Constructors

AwsCloudMapInstanceAttribute' 

Fields

  • key :: Text

    The name of an Cloud Map service instance attribute key. Any Cloud Map service instance that contains the specified key and value is returned.

  • value :: Text

    The value of an Cloud Map service instance attribute key. Any Cloud Map service instance that contains the specified key and value is returned.

Instances

Instances details
Eq AwsCloudMapInstanceAttribute Source # 
Instance details

Defined in Amazonka.AppMesh.Types.AwsCloudMapInstanceAttribute

Read AwsCloudMapInstanceAttribute Source # 
Instance details

Defined in Amazonka.AppMesh.Types.AwsCloudMapInstanceAttribute

Show AwsCloudMapInstanceAttribute Source # 
Instance details

Defined in Amazonka.AppMesh.Types.AwsCloudMapInstanceAttribute

Generic AwsCloudMapInstanceAttribute Source # 
Instance details

Defined in Amazonka.AppMesh.Types.AwsCloudMapInstanceAttribute

Associated Types

type Rep AwsCloudMapInstanceAttribute :: Type -> Type #

NFData AwsCloudMapInstanceAttribute Source # 
Instance details

Defined in Amazonka.AppMesh.Types.AwsCloudMapInstanceAttribute

Hashable AwsCloudMapInstanceAttribute Source # 
Instance details

Defined in Amazonka.AppMesh.Types.AwsCloudMapInstanceAttribute

ToJSON AwsCloudMapInstanceAttribute Source # 
Instance details

Defined in Amazonka.AppMesh.Types.AwsCloudMapInstanceAttribute

FromJSON AwsCloudMapInstanceAttribute Source # 
Instance details

Defined in Amazonka.AppMesh.Types.AwsCloudMapInstanceAttribute

type Rep AwsCloudMapInstanceAttribute Source # 
Instance details

Defined in Amazonka.AppMesh.Types.AwsCloudMapInstanceAttribute

type Rep AwsCloudMapInstanceAttribute = D1 ('MetaData "AwsCloudMapInstanceAttribute" "Amazonka.AppMesh.Types.AwsCloudMapInstanceAttribute" "libZSservicesZSamazonka-appmeshZSamazonka-appmesh" 'False) (C1 ('MetaCons "AwsCloudMapInstanceAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAwsCloudMapInstanceAttribute Source #

Create a value of AwsCloudMapInstanceAttribute 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:key:AwsCloudMapInstanceAttribute', awsCloudMapInstanceAttribute_key - The name of an Cloud Map service instance attribute key. Any Cloud Map service instance that contains the specified key and value is returned.

$sel:value:AwsCloudMapInstanceAttribute', awsCloudMapInstanceAttribute_value - The value of an Cloud Map service instance attribute key. Any Cloud Map service instance that contains the specified key and value is returned.

awsCloudMapInstanceAttribute_key :: Lens' AwsCloudMapInstanceAttribute Text Source #

The name of an Cloud Map service instance attribute key. Any Cloud Map service instance that contains the specified key and value is returned.

awsCloudMapInstanceAttribute_value :: Lens' AwsCloudMapInstanceAttribute Text Source #

The value of an Cloud Map service instance attribute key. Any Cloud Map service instance that contains the specified key and value is returned.