Show / Hide Table of Contents

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 CfnVirtualNode.IJsonFormatRefProperty
Syntax (vb)
Public Interface CfnVirtualNode.IJsonFormatRefProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-jsonformatref.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-jsonformatref.html#cfn-appmesh-virtualnode-jsonformatref-key

Value

The specified value for the JSON.

string Value { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-jsonformatref.html#cfn-appmesh-virtualnode-jsonformatref-value

Back to top Generated by DocFX