interface JsonFormatRefProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.AppMesh.CfnVirtualGatewayPropsMixin.JsonFormatRefProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsappmesh#CfnVirtualGatewayPropsMixin_JsonFormatRefProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.appmesh.CfnVirtualGatewayPropsMixin.JsonFormatRefProperty |
Python | aws_cdk.cfn_property_mixins.aws_appmesh.CfnVirtualGatewayPropsMixin.JsonFormatRefProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_appmesh » 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 { aws_appmesh as appmesh } from '@aws-cdk/cfn-property-mixins';
const jsonFormatRefProperty: appmesh.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