aws-cdk-lib.aws_panorama.CfnApplicationInstance.ManifestOverridesPayloadProperty

interface ManifestOverridesPayloadProperty

LanguageType name
.NETAmazon.CDK.AWS.Panorama.CfnApplicationInstance.ManifestOverridesPayloadProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awspanorama#CfnApplicationInstance_ManifestOverridesPayloadProperty
Javasoftware.amazon.awscdk.services.panorama.CfnApplicationInstance.ManifestOverridesPayloadProperty
Pythonaws_cdk.aws_panorama.CfnApplicationInstance.ManifestOverridesPayloadProperty
TypeScript aws-cdk-lib » aws_panorama » CfnApplicationInstance » ManifestOverridesPayloadProperty

Parameter overrides for an application instance.

This is a JSON document that has a single key ( PayloadData ) where the value is an escaped string representation of the overrides document.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_panorama as panorama } from 'aws-cdk-lib';
const manifestOverridesPayloadProperty: panorama.CfnApplicationInstance.ManifestOverridesPayloadProperty = {
  payloadData: 'payloadData',
};

Properties

NameTypeDescription
payloadData?stringThe overrides document.

payloadData?

Type: string (optional)

The overrides document.