get Metastore Service
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"
}
Content copied to clipboard
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.
service Id
The ID of the metastore service.
See also
suspend fun getMetastoreService(argument: suspend GetMetastoreServicePlainArgsBuilder.() -> Unit): GetMetastoreServiceResult
Return
A collection of values returned by getMetastoreService.
Parameters
argument
Builder for com.pulumi.gcp.dataproc.kotlin.inputs.GetMetastoreServicePlainArgs.