interface JsonFormatRefProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.AppMesh.CfnVirtualNode.JsonFormatRefProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#CfnVirtualNode_JsonFormatRefProperty |
Java | software.amazon.awscdk.services.appmesh.CfnVirtualNode.JsonFormatRefProperty |
Python | aws_cdk.aws_appmesh.CfnVirtualNode.JsonFormatRefProperty |
TypeScript | aws-cdk-lib » aws_appmesh » CfnVirtualNode » 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.CfnVirtualNode.JsonFormatRefProperty = {
key: 'key',
value: 'value',
};
Properties
Name | Type | Description |
---|---|---|
key | string | The specified key for the JSON. |
value | string | The specified value for the JSON. |
key
Type:
string
The specified key for the JSON.
value
Type:
string
The specified value for the JSON.