MetastoreFederationBackendMetastoreArgs

data class MetastoreFederationBackendMetastoreArgs(val metastoreType: Output<String>, val name: Output<String>, val rank: Output<String>) : ConvertibleToJava<MetastoreFederationBackendMetastoreArgs>

Constructors

Link copied to clipboard
constructor(metastoreType: Output<String>, name: Output<String>, rank: Output<String>)

Properties

Link copied to clipboard
val metastoreType: Output<String>

The type of the backend metastore. Possible values are: METASTORE_TYPE_UNSPECIFIED, DATAPROC_METASTORE, BIGQUERY.

Link copied to clipboard
val name: Output<String>

The relative resource name of the metastore that is being federated. The formats of the relative resource names for the currently supported metastores are listed below: Dataplex: projects/{projectId}/locations/{location}/lakes/{lake_id} BigQuery: projects/{projectId} Dataproc Metastore: projects/{projectId}/locations/{location}/services/{serviceId}

Link copied to clipboard
val rank: Output<String>

The identifier for this object. Format specified above.

Functions

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