ApplicationPostStartV2ExecArgs

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

Constructors

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

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.

Functions

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