Interface CfnVirtualGateway.JsonFormatRefProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnVirtualGateway.JsonFormatRefProperty.Jsii$Proxy
Enclosing class:
CfnVirtualGateway

@Stability(Stable) public static interface CfnVirtualGateway.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();