TarGZipReadSettingsArgs

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

The TarGZip 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 'TarGZipReadSettings'.

Functions

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