RuntimeTemplateSoftwareConfigPostStartupScriptConfig

data class RuntimeTemplateSoftwareConfigPostStartupScriptConfig(val postStartupScript: String? = null, val postStartupScriptBehavior: String? = null, val postStartupScriptUrl: String? = null)

Constructors

constructor(postStartupScript: String? = null, postStartupScriptBehavior: String? = null, postStartupScriptUrl: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Post startup script to run after runtime is started.

Link copied to clipboard

Post startup script behavior that defines download and execution behavior. Possible values are: RUN_ONCE, RUN_EVERY_START, DOWNLOAD_AND_RUN_EVERY_START.

Link copied to clipboard

Post startup script url to download. Example: https://bucket/script.sh.