![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.azure.appservice.kotlin.outputs.SourceControlSlotGithubActionConfigurationCodeConfiguration.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-azure-kotlin Show documentation
Show all versions of pulumi-azure-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.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azure.appservice.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property runtimeStack The value to use for the Runtime Stack in the workflow file content for code base apps. Changing this forces a new resource to be created. Possible values are `dotnetcore`, `spring`, `tomcat`, `node` and `python`.
* @property runtimeVersion The value to use for the Runtime Version in the workflow file content for code base apps. Changing this forces a new resource to be created.
*/
public data class SourceControlSlotGithubActionConfigurationCodeConfiguration(
public val runtimeStack: String,
public val runtimeVersion: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azure.appservice.outputs.SourceControlSlotGithubActionConfigurationCodeConfiguration): SourceControlSlotGithubActionConfigurationCodeConfiguration =
SourceControlSlotGithubActionConfigurationCodeConfiguration(
runtimeStack = javaType.runtimeStack(),
runtimeVersion = javaType.runtimeVersion(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy