Amazon QuickSight · Example Payload

Amazon Quicksight Openapi Dashboard Example

AnalyticsBIBusiness IntelligenceDashboardsMachine LearningReportingVisualization

Amazon Quicksight Openapi Dashboard Example is an example object payload from Amazon QuickSight, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

DashboardIdArnNameVersionCreatedTimeLastPublishedTimeLastUpdatedTime

Example Payload

Raw ↑
{
  "DashboardId": "abc123",
  "Arn": "arn:aws:service:us-east-1:123456789012:resource/example",
  "Name": "Example Resource",
  "Version": {
    "VersionNumber": 100,
    "Status": "CREATION_IN_PROGRESS",
    "CreatedTime": "2026-04-19T00:00:00Z"
  },
  "CreatedTime": "2026-04-19T00:00:00Z",
  "LastPublishedTime": "2026-04-19T00:00:00Z",
  "LastUpdatedTime": "2026-04-19T00:00:00Z"
}