Script Action Profile Args
data class ScriptActionProfileArgs(val name: Output<String>, val parameters: Output<String>? = null, val services: Output<List<String>>, val shouldPersist: Output<Boolean>? = null, val timeoutInMinutes: Output<Int>? = null, val type: Output<String>, val url: Output<String>) : ConvertibleToJava<ScriptActionProfileArgs>
The script action profile.
Constructors
Properties
Link copied to clipboard
Additional parameters for the script action. It should be space-separated list of arguments required for script execution.
Link copied to clipboard
Specify if the script should persist on the cluster.
Link copied to clipboard
Timeout duration for the script action in minutes.