Default runtime config in Java Properties format (as a String). Any runtime configuration values supplied in this PipelineTemplate will provide default values for PipelineVersions using this Template. If a PipelineVersion has its own runtime configuration values, they will be added to any defaults available from the parent PipelineTemplate. PipelineVersion runtime configuration values with the same key will over-ride any default configuration values from the PipelineTemplate. The application of these default values occurs dynamically whenever the PipelineVersion is run. The combined configuration values are made available in a resource file named application.properties on the runtime classpath. For more information, see the "Configuration File Reference" section of the developer documentation.
The maximum property 'name' size is 2048 characters, the maximum property 'value' size is 8192 characters, and the maximum total size of this defaultRuntimeConfiguration string is 10243 characters.