SourceControlGithubActionConfigurationCodeConfigurationArgs

data class SourceControlGithubActionConfigurationCodeConfigurationArgs(val runtimeStack: Output<String>, val runtimeVersion: Output<String>) : ConvertibleToJava<SourceControlGithubActionConfigurationCodeConfigurationArgs>

Constructors

constructor(runtimeStack: Output<String>, runtimeVersion: Output<String>)

Properties

Link copied to clipboard
val runtimeStack: Output<String>

The value to use for the Runtime Stack in the workflow file content for code base apps. Possible values are dotnetcore, spring, tomcat, node and python. Changing this forces a new resource to be created.

Link copied to clipboard
val runtimeVersion: Output<String>

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.

Functions

Link copied to clipboard
open override fun toJava(): SourceControlGithubActionConfigurationCodeConfigurationArgs