SourceControlGithubActionConfigurationCodeConfiguration

data class SourceControlGithubActionConfigurationCodeConfiguration(val runtimeStack: String, val runtimeVersion: String)

Constructors

constructor(runtimeStack: String, runtimeVersion: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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.