Skip to content

Start Dashboard Snapshot Job Schedule

quicksight_start_dashboard_snapshot_job_schedule R Documentation

Starts an asynchronous job that runs an existing dashboard schedule and sends the dashboard snapshot through email

Description

Starts an asynchronous job that runs an existing dashboard schedule and sends the dashboard snapshot through email.

Only one job can run simultaneously in a given schedule. Repeated requests are skipped with a 202 HTTP status code.

For more information, see Scheduling and sending Amazon QuickSight reports by email and Configuring email report settings for a Amazon QuickSight dashboard in the Amazon QuickSight User Guide.

Usage

quicksight_start_dashboard_snapshot_job_schedule(AwsAccountId,
  DashboardId, ScheduleId)

Arguments

AwsAccountId

[required] The ID of the Amazon Web Services account that the dashboard snapshot job is executed in.

DashboardId

[required] The ID of the dashboard that you want to start a snapshot job schedule for.

ScheduleId

[required] The ID of the schedule that you want to start a snapshot job schedule for. The schedule ID can be found in the Amazon QuickSight console in the Schedules pane of the dashboard that the schedule is configured for.

Value

A list with the following syntax:

list(
  RequestId = "string",
  Status = 123
)

Request syntax

svc$start_dashboard_snapshot_job_schedule(
  AwsAccountId = "string",
  DashboardId = "string",
  ScheduleId = "string"
)