Skip to content

googleDataprocMetastoreService

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

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as google from "./.gen/providers/google";
/*The following providers are missing schema information and might need manual adjustments to synthesize correctly: google.
For a more precise conversion please use the --provider flag in convert.*/
new google.dataGoogleDataprocMetastoreService.DataGoogleDataprocMetastoreService(
  this,
  "foo",
  {
    location: "global",
    service_id: "foo-bar",
  }
);

Argument Reference

The following arguments are supported:

  • serviceId - (Required) The ID of the metastore service.
  • location - (Required) The location where the metastore service resides.

  • project - (Optional) The project in which the resource belongs. If it is not provided, the provider project is used.

Attributes Reference

See google_dataproc_metastore_service resource for details of all the available attributes.