post Startup Script Config
suspend fun postStartupScriptConfig(value: Output<RuntimeTemplateSoftwareConfigPostStartupScriptConfigArgs>)
suspend fun postStartupScriptConfig(value: RuntimeTemplateSoftwareConfigPostStartupScriptConfigArgs?)
Parameters
value
Post startup script config. Structure is documented below.
suspend fun postStartupScriptConfig(argument: suspend RuntimeTemplateSoftwareConfigPostStartupScriptConfigArgsBuilder.() -> Unit)
Parameters
argument
Post startup script config. Structure is documented below.