getMetastoreService

Get a Dataproc Metastore service from Google Cloud by its id and location.

Example Usage

data "google_dataproc_metastore_service" "foo" {
service_id = "foo-bar"
location = "global"
}

Return

A collection of values returned by getMetastoreService.

Parameters

argument

A collection of arguments for invoking getMetastoreService.


suspend fun getMetastoreService(location: String, project: String? = null, serviceId: String): GetMetastoreServiceResult

Return

A collection of values returned by getMetastoreService.

Parameters

location

The location where the metastore service resides.

project

The project in which the resource belongs. If it is not provided, the provider project is used.

serviceId

The ID of the metastore service.

See also


Return

A collection of values returned by getMetastoreService.

Parameters

argument

Builder for com.pulumi.gcp.dataproc.kotlin.inputs.GetMetastoreServicePlainArgs.

See also