Interface CfnVirtualNode.IJsonFormatRefProperty
An object that represents the key value pairs for the JSON.
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IJsonFormatRefProperty
Syntax (vb)
Public Interface 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
Properties
Key | The specified key for the JSON. |
Value | The specified value for the JSON. |
Properties
Key
The specified key for the JSON.
string Key { get; }
Property Value
System.String
Remarks
Value
The specified value for the JSON.
string Value { get; }
Property Value
System.String