startDashboardSnapshotJob
inline suspend fun QuickSightClient.startDashboardSnapshotJob(crossinline block: StartDashboardSnapshotJobRequest.Builder.() -> Unit): StartDashboardSnapshotJobResponse
Starts an asynchronous job that generates a dashboard snapshot. You can request one of the following format configurations per API call.
1 paginated PDF
1 Excel workbook
5 CSVs
Poll job descriptions with a DescribeDashboardSnapshotJob
API call. Once the job succeeds, use the DescribeDashboardSnapshotJobResult
API to obtain the download URIs that the job generates.