Application Instance Manifest Payload Args
data class ApplicationInstanceManifestPayloadArgs(val payloadData: Output<String>? = null) : ConvertibleToJava<ApplicationInstanceManifestPayloadArgs>
A application verion's manifest file. This is a JSON document that has a single key (`PayloadData`
) where the value is an escaped string representation of the application manifest (`graph.json`
). This file is located in the `graphs`
folder in your application source.