public static interface CfnVirtualNode.AwsCloudMapInstanceAttributeProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnVirtualNode.AwsCloudMapInstanceAttributeProperty.Builder
A builder for
CfnVirtualNode.AwsCloudMapInstanceAttributeProperty |
static class |
CfnVirtualNode.AwsCloudMapInstanceAttributeProperty.Jsii$Proxy
An implementation for
CfnVirtualNode.AwsCloudMapInstanceAttributeProperty |
Modifier and Type | Method and Description |
---|---|
static CfnVirtualNode.AwsCloudMapInstanceAttributeProperty.Builder |
builder() |
java.lang.String |
getKey()
The name of an AWS Cloud Map service instance attribute key.
|
java.lang.String |
getValue()
The value of an AWS Cloud Map service instance attribute key.
|
java.lang.String getKey()
Any AWS Cloud Map service instance that contains the specified key and value is returned.
java.lang.String getValue()
Any AWS Cloud Map service instance that contains the specified key and value is returned.