pulumi-google-native-kotlin
0.31.1.1
pulumi-google-native-kotlin
/
com.pulumi.googlenative.appengine.v1beta.kotlin.outputs
/
EntrypointResponse
Entrypoint
Response
data
class
EntrypointResponse
(
val
shell
:
String
)
The entrypoint for the application.
Types
Constructors
Properties
Constructors
Entrypoint
Response
Link copied to clipboard
fun
EntrypointResponse
(
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.