JobDefinitionEksSecretArgs

data class JobDefinitionEksSecretArgs(val optional: Output<Boolean>? = null, val secretName: Output<String>) : ConvertibleToJava<JobDefinitionEksSecretArgs>

Constructors

Link copied to clipboard
constructor(optional: Output<Boolean>? = null, secretName: Output<String>)

Properties

Link copied to clipboard
val optional: Output<Boolean>? = null

Specifies whether the secret or the secret's keys must be defined.

Link copied to clipboard
val secretName: Output<String>

The name of the secret. The name must be allowed as a DNS subdomain name. For more information, see DNS subdomain names in the Kubernetes documentation .

Functions

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