LakeMetastoreArgs

data class LakeMetastoreArgs(val service: Output<String>? = null) : ConvertibleToJava<LakeMetastoreArgs>

Constructors

Link copied to clipboard
constructor(service: Output<String>? = null)

Properties

Link copied to clipboard
val service: Output<String>? = null

Optional. A relative reference to the Dataproc Metastore (https://cloud.google.com/dataproc-metastore/docs) service associated with the lake: projects/{project_id}/locations/{location_id}/services/{service_id}

Functions

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