Interface CfnVirtualNode.JsonFormatRefProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVirtualNode.JsonFormatRefProperty.Jsii$Proxy
- Enclosing class:
- CfnVirtualNode
@Stability(Stable)
public static interface CfnVirtualNode.JsonFormatRefProperty
extends software.amazon.jsii.JsiiSerializable
An object that represents the key value pairs for the JSON.
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.*; JsonFormatRefProperty jsonFormatRefProperty = JsonFormatRefProperty.builder() .key("key") .value("value") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnVirtualNode.JsonFormatRefProperty
static final class
An implementation forCfnVirtualNode.JsonFormatRefProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKey
The specified key for the JSON. -
getValue
The specified value for the JSON. -
builder
-