class Aws::AppMesh::Types::AwsCloudMapInstanceAttribute

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

<note markdown=“1”> AWS Cloud Map is not available in the eu-south-1 Region.

</note>

@note When making an API call, you may pass AwsCloudMapInstanceAttribute

data as a hash:

    {
      key: "AwsCloudMapInstanceAttributeKey", # required
      value: "AwsCloudMapInstanceAttributeValue", # required
    }

@!attribute [rw] 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.
@return [String]

@!attribute [rw] 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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/appmesh-2019-01-25/AwsCloudMapInstanceAttribute AWS API Documentation

Constants

SENSITIVE