Tar GZip Read Settings Args
    data class TarGZipReadSettingsArgs(val preserveCompressionFileNameAsFolder: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<TarGZipReadSettingsArgs> 
The TarGZip compression read settings.
Constructors
Link copied to clipboard
                fun TarGZipReadSettingsArgs(preserveCompressionFileNameAsFolder: Output<Any>? = null, type: Output<String>)