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

# aws_quicksight_refresh_schedule{% #aws_quicksight_refresh_schedule %}

## `account_id`{% #account_id %}

**Type**: `STRING`

## `arn`{% #arn %}

**Type**: `STRING`**Provider name**: `Arn`**Description**: The Amazon Resource Name (ARN) for the refresh schedule.

## `refresh_type`{% #refresh_type %}

**Type**: `STRING`**Provider name**: `RefreshType`**Description**: The type of refresh that a datset undergoes. Valid values are as follows:

- `FULL_REFRESH`: A complete refresh of a dataset.
- `INCREMENTAL_REFRESH`: A partial refresh of some rows of a dataset, based on the time window specified.
For more information on full and incremental refreshes, see [Refreshing SPICE data](https://docs.aws.amazon.com/quicksight/latest/user/refreshing-imported-data.html) in the Amazon QuickSight User Guide.


## `schedule_frequency`{% #schedule_frequency %}

**Type**: `STRUCT`**Provider name**: `ScheduleFrequency`**Description**: The frequency for the refresh schedule.

- `interval`**Type**: `STRING`**Provider name**: `Interval`**Description**: The interval between scheduled refreshes. Valid values are as follows:
  - `MINUTE15`: The dataset refreshes every 15 minutes. This value is only supported for incremental refreshes. This interval can only be used for one schedule per dataset.
  - `MINUTE30`:The dataset refreshes every 30 minutes. This value is only supported for incremental refreshes. This interval can only be used for one schedule per dataset.
  - `HOURLY`: The dataset refreshes every hour. This interval can only be used for one schedule per dataset.
  - `DAILY`: The dataset refreshes every day.
  - `WEEKLY`: The dataset refreshes every week.
  - `MONTHLY`: The dataset refreshes every month.
- `refresh_on_day`**Type**: `STRUCT`**Provider name**: `RefreshOnDay`**Description**: The day of the week that you want to schedule the refresh on. This value is required for weekly and monthly refresh intervals.
  - `day_of_month`**Type**: `STRING`**Provider name**: `DayOfMonth`**Description**: The day of the month that you want to schedule refresh on.
  - `day_of_week`**Type**: `STRING`**Provider name**: `DayOfWeek`**Description**: The day of the week that you want to schedule a refresh on.
- `time_of_the_day`**Type**: `STRING`**Provider name**: `TimeOfTheDay`**Description**: The time of day that you want the datset to refresh. This value is expressed in HH:MM format. This field is not required for schedules that refresh hourly.
- `timezone`**Type**: `STRING`**Provider name**: `Timezone`**Description**: The timezone that you want the refresh schedule to use. The timezone ID must match a corresponding ID found on `java.util.time.getAvailableIDs()`.

## `schedule_id`{% #schedule_id %}

**Type**: `STRING`**Provider name**: `ScheduleId`**Description**: An identifier for the refresh schedule.

## `start_after_date_time`{% #start_after_date_time %}

**Type**: `TIMESTAMP`**Provider name**: `StartAfterDateTime`**Description**: Time after which the refresh schedule can be started, expressed in `YYYY-MM-DDTHH:MM:SS` format.

## `tags`{% #tags %}

**Type**: `UNORDERED_LIST_STRING`
