DataplexConfigArgs

data class DataplexConfigArgs(val lakeResources: Output<Map<String, String>>? = null) : ConvertibleToJava<DataplexConfigArgs>

Specifies how metastore metadata should be integrated with the Dataplex service.

Constructors

Link copied to clipboard
fun DataplexConfigArgs(lakeResources: Output<Map<String, String>>? = null)

Functions

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

Properties

Link copied to clipboard
val lakeResources: Output<Map<String, String>>? = null

A reference to the Lake resources that this metastore service is attached to. The key is the lake resource name. Example: projects/{project_number}/locations/{location_id}/lakes/{lake_id}.