RegistryInfoArgs

data class RegistryInfoArgs(val registryPassword: Output<String>? = null, val registryUrl: Output<String>? = null, val registryUserName: Output<String>? = null) : ConvertibleToJava<RegistryInfoArgs>

Container App registry information.

Constructors

Link copied to clipboard
constructor(registryPassword: Output<String>? = null, registryUrl: Output<String>? = null, registryUserName: Output<String>? = null)

Properties

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

registry secret.

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

registry server Url.

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

registry username.

Functions

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