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.outputs
/
EntrypointResponse
Entrypoint
Response
data
class
EntrypointResponse
(
val
shell
:
String
)
The entrypoint for the application.
Members
Constructors
Entrypoint
Response
Link copied to clipboard
constructor
(
shell
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
shell
Link copied to clipboard
val
shell
:
String
The format should be a shell command that can be fed to bash -c.