GithubActionConfigurationArgs

data class GithubActionConfigurationArgs(val azureCredentials: Output<AzureCredentialsArgs>? = null, val contextPath: Output<String>? = null, val githubPersonalAccessToken: Output<String>? = null, val image: Output<String>? = null, val os: Output<String>? = null, val publishType: Output<String>? = null, val registryInfo: Output<RegistryInfoArgs>? = null, val runtimeStack: Output<String>? = null, val runtimeVersion: Output<String>? = null) : ConvertibleToJava<GithubActionConfigurationArgs>

Configuration properties that define the mutable settings of a Container App SourceControl

Constructors

Link copied to clipboard
constructor(azureCredentials: Output<AzureCredentialsArgs>? = null, contextPath: Output<String>? = null, githubPersonalAccessToken: Output<String>? = null, image: Output<String>? = null, os: Output<String>? = null, publishType: Output<String>? = null, registryInfo: Output<RegistryInfoArgs>? = null, runtimeStack: Output<String>? = null, runtimeVersion: Output<String>? = null)

Properties

Link copied to clipboard

AzureCredentials configurations.

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

Context path

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

One time Github PAT to configure github environment

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

Image name

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

Operation system

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

Code or Image

Link copied to clipboard
val registryInfo: Output<RegistryInfoArgs>? = null

Registry configurations.

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

Runtime stack

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

Runtime version

Functions

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