TarReadSettingsArgs

data class TarReadSettingsArgs(val preserveCompressionFileNameAsFolder: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<TarReadSettingsArgs>

The Tar compression read settings.

Constructors

Link copied to clipboard
constructor(preserveCompressionFileNameAsFolder: Output<Any>? = null, type: Output<String>)

Properties

Link copied to clipboard

Preserve the compression file name as folder path. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard
val type: Output<String>

The Compression setting type. Expected value is 'TarReadSettings'.

Functions

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