JobDefinitionEksPropertiesPodPropertiesVolumeSecretArgs

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

Constructors

constructor(optional: Output<Boolean>? = null, secretName: Output<String>)

Properties

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

Whether the secret or the secret's keys must be defined.

Link copied to clipboard
val secretName: Output<String>

Name of the secret. The name must be allowed as a DNS subdomain name.

Functions

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