com.pulumi.gcp.biglake.kotlin.inputs.TableHiveOptionsArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-gcp-kotlin Show documentation
Show all versions of pulumi-gcp-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.gcp.biglake.kotlin.inputs
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.gcp.biglake.inputs.TableHiveOptionsArgs.builder
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
*
* @property parameters Stores user supplied Hive table parameters. An object containing a
* list of "key": value pairs.
* Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
* @property storageDescriptor Stores physical storage information on the data.
* Structure is documented below.
* @property tableType Hive table type. For example, MANAGED_TABLE, EXTERNAL_TABLE.
*/
public data class TableHiveOptionsArgs(
public val parameters: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy