GitHubActionCodeConfigurationArgs

data class GitHubActionCodeConfigurationArgs(val runtimeStack: Output<String>? = null, val runtimeVersion: Output<String>? = null) : ConvertibleToJava<GitHubActionCodeConfigurationArgs>

The GitHub action code configuration.

Constructors

Link copied to clipboard
constructor(runtimeStack: Output<String>? = null, runtimeVersion: Output<String>? = null)

Properties

Link copied to clipboard
val runtimeStack: Output<String>? = null

Runtime stack is used to determine the workflow file content for code base apps.

Link copied to clipboard
val runtimeVersion: Output<String>? = null

Runtime version is used to determine what build version to set in the workflow file.

Functions

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