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();
 
 - See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnVirtualGateway.JsonFormatRefPropertystatic final classAn implementation forCfnVirtualGateway.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
 
 -