EntrypointArgs

data class EntrypointArgs(val shell: Output<String>? = null) : ConvertibleToJava<EntrypointArgs>

The entrypoint for the application.

Constructors

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

Properties

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

The format should be a shell command that can be fed to bash -c.

Functions

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