Runtime Template Software Config Post Startup Script Config Args
data class RuntimeTemplateSoftwareConfigPostStartupScriptConfigArgs(val postStartupScript: Output<String>? = null, val postStartupScriptBehavior: Output<String>? = null, val postStartupScriptUrl: Output<String>? = null) : ConvertibleToJava<RuntimeTemplateSoftwareConfigPostStartupScriptConfigArgs>
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.