interface ManifestOverridesPayloadProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Panorama.CfnApplicationInstance.ManifestOverridesPayloadProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awspanorama#CfnApplicationInstance_ManifestOverridesPayloadProperty |
Java | software.amazon.awscdk.services.panorama.CfnApplicationInstance.ManifestOverridesPayloadProperty |
Python | aws_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
Name | Type | Description |
---|---|---|
payload | string | The overrides document. |
payloadData?
Type:
string
(optional)
The overrides document.