Resource Type: GCP > Dataplex > Zone
A Dataplex Zone resource type is a subcomponent of a Dataplex Lake and represents a logical group of related data. Zones help to categorize and manage different types of data in a lake, such as structured or unstructured data, based on the governance policies.
Resource Context
Zone is a part of the Dataplex service.
Each Zone lives under a Lake.
Controls
The primary controls for GCP > Dataplex > Zone are:
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/gcp-dataplex#/resource/types/zone
- tmod:@turbot/turbot#/resource/categories/managementTools
- turbot graphql resource --id "tmod:@turbot/gcp-dataplex#/resource/types/zone"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/gcp-dataplex#/resource/types/zone';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/gcp-dataplex#/resource/types/zone"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/gcp-dataplex#/resource/types/zone' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query