ServiceTaskSpecContainerSpecConfigArgs

data class ServiceTaskSpecContainerSpecConfigArgs(val configId: Output<String>, val configName: Output<String>? = null, val fileGid: Output<String>? = null, val fileMode: Output<Int>? = null, val fileName: Output<String>, val fileUid: Output<String>? = null) : ConvertibleToJava<ServiceTaskSpecContainerSpecConfigArgs>

Constructors

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

Properties

Link copied to clipboard
val configId: Output<String>

ID of the specific config that we're referencing

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

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

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.

Functions

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