interface JsonFormatRefProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.AppMesh.Mixins.CfnVirtualGatewayPropsMixin.JsonFormatRefProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsappmesh/mixins#CfnVirtualGatewayPropsMixin_JsonFormatRefProperty |
Java | software.amazon.awscdk.mixins.preview.services.appmesh.mixins.CfnVirtualGatewayPropsMixin.JsonFormatRefProperty |
Python | aws_cdk.mixins_preview.aws_appmesh.mixins.CfnVirtualGatewayPropsMixin.JsonFormatRefProperty |
TypeScript | @aws-cdk/mixins-preview » aws_appmesh » mixins » CfnVirtualGatewayPropsMixin » 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 { mixins as appmesh_mixins } from '@aws-cdk/mixins-preview/aws-appmesh';
const jsonFormatRefProperty: appmesh_mixins.CfnVirtualGatewayPropsMixin.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
(optional)
The specified key for the JSON.
value?
Type:
string
(optional)
The specified value for the JSON.

.NET
Go
Java
Python
TypeScript