EntrypointArgs

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

The entrypoint for the application.

Constructors

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

Functions

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

Properties

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

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