
com.pulumi.googlenative.appengine.v1.kotlin.outputs.EntrypointResponse.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-google-native-kotlin Show documentation
Show all versions of pulumi-google-native-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
The newest version!
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.googlenative.appengine.v1.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* The entrypoint for the application.
* @property shell The format should be a shell command that can be fed to bash -c.
*/
public data class EntrypointResponse(
public val shell: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.googlenative.appengine.v1.outputs.EntrypointResponse): EntrypointResponse = EntrypointResponse(
shell = javaType.shell(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy