GitHubActionContainerConfigurationArgs

data class GitHubActionContainerConfigurationArgs(val imageName: Output<String>? = null, val password: Output<String>? = null, val serverUrl: Output<String>? = null, val username: Output<String>? = null) : ConvertibleToJava<GitHubActionContainerConfigurationArgs>

The GitHub action container configuration.

Constructors

Link copied to clipboard
constructor(imageName: Output<String>? = null, password: Output<String>? = null, serverUrl: Output<String>? = null, username: Output<String>? = null)

Properties

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

The image name for the build.

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

The password used to upload the image to the container registry.

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

The server URL for the container registry where the build will be hosted.

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

The username used to upload the image to the container registry.

Functions

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