GCP Dataplex Entry Group
A Google Cloud Dataplex Entry Group is a top-level container that holds a logically related set of metadata entries in Dataplex’s integrated Data Catalog. By grouping entries together you can organise, secure and apply governance policies to the metadata that describe your lakes, zones and data assets. Each entry group exists in a specific project and region and is addressed through the pattern projects/{project}/locations/{location}/entryGroups/{entry_group}
.
Official documentation: https://cloud.google.com/dataplex/docs/reference/rest/v1/projects.locations.entryGroups
Terrafrom Mappings:
google_dataplex_entry_group.id
Supported Methods
GET
: Get a gcp-dataplex-entry-group by its "locations|entryGroups"LIST
SEARCH
: Search for Dataplex entry groups in a location. Use the format "location" or "projects/project_id/locations/location/entryGroups/entry_group_id" which is supported for terraform mappings.