SourceControlGithubActionConfigurationContainerConfigurationArgs

data class SourceControlGithubActionConfigurationContainerConfigurationArgs(val imageName: Output<String>, val registryPassword: Output<String>? = null, val registryUrl: Output<String>, val registryUsername: Output<String>? = null) : ConvertibleToJava<SourceControlGithubActionConfigurationContainerConfigurationArgs>

Constructors

constructor(imageName: Output<String>, registryPassword: Output<String>? = null, registryUrl: Output<String>, registryUsername: Output<String>? = null)

Properties

Link copied to clipboard
val imageName: Output<String>

The image name for the build. Changing this forces a new resource to be created.

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

The password used to upload the image to the container registry. Changing this forces a new resource to be created.

Link copied to clipboard
val registryUrl: Output<String>

The server URL for the container registry where the build will be hosted. Changing this forces a new resource to be created.

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

The username used to upload the image to the container registry. Changing this forces a new resource to be created.

Functions

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