aws-cdk-lib.aws_appmesh.CfnVirtualGateway.JsonFormatRefProperty

interface JsonFormatRefProperty

LanguageType name
.NETAmazon.CDK.AWS.AppMesh.CfnVirtualGateway.JsonFormatRefProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#CfnVirtualGateway_JsonFormatRefProperty
Javasoftware.amazon.awscdk.services.appmesh.CfnVirtualGateway.JsonFormatRefProperty
Pythonaws_cdk.aws_appmesh.CfnVirtualGateway.JsonFormatRefProperty
TypeScript aws-cdk-lib » aws_appmesh » CfnVirtualGateway » JsonFormatRefProperty

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 { aws_appmesh as appmesh } from 'aws-cdk-lib';
const jsonFormatRefProperty: appmesh.CfnVirtualGateway.JsonFormatRefProperty = {
  key: 'key',
  value: 'value',
};

Properties

NameTypeDescription
keystringThe specified key for the JSON.
valuestringThe specified value for the JSON.

key

Type: string

The specified key for the JSON.


value

Type: string

The specified value for the JSON.