@Stability(value=Stable)
public static interface CfnVirtualNode.AwsCloudMapInstanceAttributeProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getKey()
The name of an AWS Cloud Map service instance attribute key.
|
String |
getValue()
The value of an AWS Cloud Map service instance attribute key.
|
@Stability(value=Stable) @NotNull String getKey()
Any AWS Cloud Map service instance that contains the specified key and value is returned.
@Stability(value=Stable) @NotNull String getValue()
Any AWS Cloud Map service instance that contains the specified key and value is returned.
@Stability(value=Stable) static CfnVirtualNode.AwsCloudMapInstanceAttributeProperty.Builder builder()
Copyright © 2022. All rights reserved.