RemoteImageBuildSecretArgs

data class RemoteImageBuildSecretArgs(val env: Output<String>? = null, val id: Output<String>, val src: Output<String>? = null) : ConvertibleToJava<RemoteImageBuildSecretArgs>

Constructors

Link copied to clipboard
constructor(env: Output<String>? = null, id: Output<String>, src: Output<String>? = null)

Properties

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

Environment variable source of the secret

Link copied to clipboard
val id: Output<String>

ID of the secret. By default, secrets are mounted to /run/secrets/\n\n

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

File source of the secret. Takes precedence over env

Functions

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