ServiceTaskSpecContainerSpecSecretArgs

data class ServiceTaskSpecContainerSpecSecretArgs(val fileGid: Output<String>? = null, val fileMode: Output<Int>? = null, val fileName: Output<String>, val fileUid: Output<String>? = null, val secretId: Output<String>, val secretName: Output<String>? = null) : ConvertibleToJava<ServiceTaskSpecContainerSpecSecretArgs>

Constructors

Link copied to clipboard
constructor(fileGid: Output<String>? = null, fileMode: Output<Int>? = null, fileName: Output<String>, fileUid: Output<String>? = null, secretId: Output<String>, secretName: Output<String>? = null)

Properties

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

Represents the file GID. Defaults to 0

Link copied to clipboard
val fileMode: Output<Int>? = null

Represents represents the FileMode of the file. Defaults to 0o444

Link copied to clipboard
val fileName: Output<String>

Represents the final filename in the filesystem

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

Represents the file UID. Defaults to 0

Link copied to clipboard
val secretId: Output<String>

ID of the specific secret that we're referencing

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

Name of the secret that this references, but this is just provided for lookup/display purposes. The config in the reference will be identified by its ID

Functions

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