pulumi-google-native-kotlin
0.31.1.1
pulumi-google-native-kotlin
/
com.pulumi.googlenative.appengine.v1beta.kotlin.inputs
/
EntrypointArgs
Entrypoint
Args
data
class
EntrypointArgs
(
val
shell
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
EntrypointArgs
>
The entrypoint for the application.
Constructors
Functions
Properties
Constructors
Entrypoint
Args
Link copied to clipboard
fun
EntrypointArgs
(
shell
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
EntrypointArgs
Properties
shell
Link copied to clipboard
val
shell
:
Output
<
String
>
?
=
null
The format should be a shell command that can be fed to bash -c.