FlexibleAppVersionEntrypointArgs

data class FlexibleAppVersionEntrypointArgs(val shell: Output<String>) : ConvertibleToJava<FlexibleAppVersionEntrypointArgs>

Constructors

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

Properties

Link copied to clipboard
val shell: Output<String>

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

Functions

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