aws-cdk-lib.aws_appmesh.CfnVirtualNode.AwsCloudMapInstanceAttributeProperty

interface AwsCloudMapInstanceAttributeProperty

LanguageType name
.NETAmazon.CDK.AWS.AppMesh.CfnVirtualNode.AwsCloudMapInstanceAttributeProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#CfnVirtualNode_AwsCloudMapInstanceAttributeProperty
Javasoftware.amazon.awscdk.services.appmesh.CfnVirtualNode.AwsCloudMapInstanceAttributeProperty
Pythonaws_cdk.aws_appmesh.CfnVirtualNode.AwsCloudMapInstanceAttributeProperty
TypeScript aws-cdk-lib » aws_appmesh » CfnVirtualNode » AwsCloudMapInstanceAttributeProperty

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

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

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appmesh as appmesh } from 'aws-cdk-lib';
const awsCloudMapInstanceAttributeProperty: appmesh.CfnVirtualNode.AwsCloudMapInstanceAttributeProperty = {
  key: 'key',
  value: 'value',
};

Properties

NameTypeDescription
keystringThe name of an AWS Cloud Map service instance attribute key.
valuestringThe value of an AWS Cloud Map service instance attribute key.

key

Type: string

The name of an AWS Cloud Map service instance attribute key.

Any AWS Cloud Map service instance that contains the specified key and value is returned.


value

Type: string

The value of an AWS Cloud Map service instance attribute key.

Any AWS Cloud Map service instance that contains the specified key and value is returned.