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

AwsCloudMapServiceDiscovery

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

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

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

interface AwsCloudMapServiceDiscovery {
attributes?: AwsCloudMapInstanceAttribute[] | null;
namespaceName: string;
serviceName: string;
}

§Properties

§
attributes?: AwsCloudMapInstanceAttribute[] | null
[src]

A string map that contains attributes with values that you can use to filter instances by any custom attribute that you specified when you registered the instance. Only instances that match all of the specified key/value pairs will be returned.

§
namespaceName: string
[src]

The name of the Cloud Map namespace to use.

§
serviceName: string
[src]

The name of the Cloud Map service to use.