This product is not supported for your selected Datadog site. ().
Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

aws_quicksight_refresh_schedule

account_id

Type: STRING

arn

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

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 in the Amazon QuickSight User Guide.

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

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

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

Type: UNORDERED_LIST_STRING