
com.pulumi.googlenative.dataplex.v1.kotlin.LakeArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-google-native-kotlin Show documentation
Show all versions of pulumi-google-native-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.
The newest version!
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.googlenative.dataplex.v1.kotlin
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.googlenative.dataplex.v1.LakeArgs.builder
import com.pulumi.googlenative.dataplex.v1.kotlin.inputs.GoogleCloudDataplexV1LakeMetastoreArgs
import com.pulumi.googlenative.dataplex.v1.kotlin.inputs.GoogleCloudDataplexV1LakeMetastoreArgsBuilder
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
/**
* Creates a lake resource.
* Auto-naming is currently not supported for this resource.
* @property description Optional. Description of the lake.
* @property displayName Optional. User friendly display name.
* @property labels Optional. User-defined labels for the lake.
* @property lakeId Required. Lake identifier. This ID will be used to generate names such as database and dataset names when publishing metadata to Hive Metastore and BigQuery. * Must contain only lowercase letters, numbers and hyphens. * Must start with a letter. * Must end with a number or a letter. * Must be between 1-63 characters. * Must be unique within the customer project / location.
* @property location
* @property metastore Optional. Settings to manage lake and Dataproc Metastore service instance association.
* @property project
*/
public data class LakeArgs(
public val description: Output? = null,
public val displayName: Output? = null,
public val labels: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy