RegistryImageAuthConfigArgs

data class RegistryImageAuthConfigArgs(val address: Output<String>, val password: Output<String>, val username: Output<String>) : ConvertibleToJava<RegistryImageAuthConfigArgs>

Constructors

Link copied to clipboard
constructor(address: Output<String>, password: Output<String>, username: Output<String>)

Properties

Link copied to clipboard
val address: Output<String>

The address of the Docker registry.

Link copied to clipboard
val password: Output<String>

The password for the Docker registry.

Link copied to clipboard
val username: Output<String>

The username for the Docker registry.

Functions

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