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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnVirtualNode.JsonFormatRefPropertystatic final classAn implementation forCfnVirtualNode.JsonFormatRefProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKey
The specified key for the JSON.- See Also:
-
getValue
The specified value for the JSON.- See Also:
-
builder
-