All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.azure.appservice.kotlin.outputs.SourceControlSlotGithubActionConfigurationCodeConfiguration.kt Maven / Gradle / Ivy

Go to download

Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.

There is a newer version: 6.15.0.0
Show newest version
@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