toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
pulumi-google-native-kotlin
/
com.pulumi.googlenative.appengine.v1.kotlin.inputs
/
EntrypointArgs
Entrypoint
Args
data
class
EntrypointArgs
(
val
shell
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
EntrypointArgs
>
The entrypoint for the application.
Members
Constructors
Entrypoint
Args
Link copied to clipboard
constructor
(
shell
:
Output
<
String
>
?
=
null
)
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.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
EntrypointArgs