Github Action Configuration Args
data class GithubActionConfigurationArgs(val azureCredentials: Output<AzureCredentialsArgs>? = null, val contextPath: 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, image: Output<String>? = null, os: Output<String>? = null, publishType: Output<String>? = null, registryInfo: Output<RegistryInfoArgs>? = null, runtimeStack: Output<String>? = null, runtimeVersion: Output<String>? = null)