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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnVirtualNode.AwsCloudMapInstanceAttributeProperty
static final class
An implementation forCfnVirtualNode.AwsCloudMapInstanceAttributeProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKey
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.
- See Also:
-
getValue
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.
- See Also:
-
builder
-