ApplicationPostStartV2ExecArgs

data class ApplicationPostStartV2ExecArgs(val commands: Output<List<String>>? = null) : ConvertibleToJava<ApplicationPostStartV2ExecArgs>

Constructors

Link copied to clipboard
fun ApplicationPostStartV2ExecArgs(commands: Output<List<String>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ApplicationPostStartV2ExecArgs

Properties

Link copied to clipboard
val commands: Output<List<String>>? = null

Mirror start command. The command must be an executable object in the container. For example: sleep. Setting this command will cause the original startup command of the mirror to become invalid.