---
title: Getting Started with Datadog
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Infrastructure > Datadog Resource Catalog
---

# gcp_monitoring_snooze{% #gcp_monitoring_snooze %}

## `ancestors`{% #ancestors %}

**Type**: `UNORDERED_LIST_STRING`

## `criteria`{% #criteria %}

**Type**: `STRUCT`**Provider name**: `criteria`**Description**: Required. This defines the criteria for applying the Snooze. See Criteria for more information.

- `filter`**Type**: `STRING`**Provider name**: `filter`**Description**: Optional. The filter string to match on Alert fields when silencing the alerts. It follows the standard [https://google.aip.dev/160](https://google.aip.dev/160) syntax. A filter string used to apply the snooze to specific incidents that have matching filter values. Filters can be defined for snoozes that apply to one alerting policy. Filters must be a string formatted as one or more resource labels with specific label values. If multiple resource labels are used, then they must be connected with an AND operator. For example, the following filter applies the snooze to incidents that have an instance ID of 1234567890 and a zone of us-central1-a: resource.labels.instance_id="1234567890" AND resource.labels.zone="us-central1-a"
- `policies`**Type**: `UNORDERED_LIST_STRING`**Provider name**: `policies`**Description**: The specific AlertPolicy names for the alert that should be snoozed. The format is: projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[POLICY_ID] There is a limit of 16 policies per snooze. This limit is checked during snooze creation. Exactly 1 alert policy is required if filter is specified at the same time.

## `gcp_display_name`{% #gcp_display_name %}

**Type**: `STRING`**Provider name**: `displayName`**Description**: Required. A display name for the Snooze. This can be, at most, 512 unicode characters.

## `interval`{% #interval %}

**Type**: `STRUCT`**Provider name**: `interval`**Description**: Required. The Snooze will be active from interval.start_time through interval.end_time. interval.start_time cannot be in the past. There is a 15 second clock skew to account for the time it takes for a request to reach the API from the UI.

- `end_time`**Type**: `TIMESTAMP`**Provider name**: `endTime`**Description**: Required. The end of the time interval.
- `start_time`**Type**: `TIMESTAMP`**Provider name**: `startTime`**Description**: Optional. The beginning of the time interval. The default value for the start time is the end time. The start time must not be later than the end time.

## `labels`{% #labels %}

**Type**: `UNORDERED_LIST_STRING`

## `name`{% #name %}

**Type**: `STRING`**Provider name**: `name`**Description**: Required. Identifier. The name of the Snooze. The format is: projects/[PROJECT_ID_OR_NUMBER]/snoozes/[SNOOZE_ID] The ID of the Snooze will be generated by the system.

## `organization_id`{% #organization_id %}

**Type**: `STRING`

## `parent`{% #parent %}

**Type**: `STRING`

## `project_id`{% #project_id %}

**Type**: `STRING`

## `project_number`{% #project_number %}

**Type**: `STRING`

## `region_id`{% #region_id %}

**Type**: `STRING`

## `resource_name`{% #resource_name %}

**Type**: `STRING`

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`

## `zone_id`{% #zone_id %}

**Type**: `STRING`
