Interface CfnVirtualNode.AwsCloudMapInstanceAttributeProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnVirtualNode.AwsCloudMapInstanceAttributeProperty.Jsii$Proxy
Enclosing class:
CfnVirtualNode

@Stability(Stable) public static interface CfnVirtualNode.AwsCloudMapInstanceAttributeProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.appmesh.*;
 AwsCloudMapInstanceAttributeProperty awsCloudMapInstanceAttributeProperty = AwsCloudMapInstanceAttributeProperty.builder()
         .key("key")
         .value("value")
         .build();