Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AwsCloudMapInstanceAttribute

import type { AwsCloudMapInstanceAttribute } from "https://aws-api.deno.dev/v0.3/services/appmesh.ts?docs=full";

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

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

interface AwsCloudMapInstanceAttribute {
key: string;
value: string;
}

§Properties

§
key: string
[src]

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: string
[src]

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