Interface CfnVirtualNodePropsMixin.AwsCloudMapInstanceAttributeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVirtualNodePropsMixin.AwsCloudMapInstanceAttributeProperty.Jsii$Proxy
- Enclosing class:
CfnVirtualNodePropsMixin
@Stability(Stable)
public static interface CfnVirtualNodePropsMixin.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.mixins.preview.services.appmesh.mixins.*;
AwsCloudMapInstanceAttributeProperty awsCloudMapInstanceAttributeProperty = AwsCloudMapInstanceAttributeProperty.builder()
.key("key")
.value("value")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnVirtualNodePropsMixin.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
@Stability(Stable) static CfnVirtualNodePropsMixin.AwsCloudMapInstanceAttributeProperty.Builder builder()
-