Class CfnVirtualNode.JsonFormatRefProperty
An object that represents the key value pairs for the JSON.
Inheritance
System.Object
CfnVirtualNode.JsonFormatRefProperty
Implements
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class JsonFormatRefProperty : Object, CfnVirtualNode.IJsonFormatRefProperty
Syntax (vb)
Public Class JsonFormatRefProperty
Inherits Object
Implements CfnVirtualNode.IJsonFormatRefProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppMesh;
var jsonFormatRefProperty = new JsonFormatRefProperty {
Key = "key",
Value = "value"
};
Synopsis
Constructors
JsonFormatRefProperty() |
Properties
Key | The specified key for the JSON. |
Value | The specified value for the JSON. |
Constructors
JsonFormatRefProperty()
public JsonFormatRefProperty()
Properties
Key
The specified key for the JSON.
public string Key { get; set; }
Property Value
System.String
Remarks
Value
The specified value for the JSON.
public string Value { get; set; }
Property Value
System.String