Update Dashboard Published Version
quicksight_update_dashboard_published_version | R Documentation |
Updates the published version of a dashboard¶
Description¶
Updates the published version of a dashboard.
Usage¶
quicksight_update_dashboard_published_version(AwsAccountId, DashboardId,
VersionNumber)
Arguments¶
AwsAccountId |
[required] The ID of the Amazon Web Services account that contains the dashboard that you're updating. |
DashboardId |
[required] The ID for the dashboard. |
VersionNumber |
[required] The version number of the dashboard. |
Value¶
A list with the following syntax:
list(
DashboardId = "string",
DashboardArn = "string",
Status = 123,
RequestId = "string"
)
Request syntax¶
svc$update_dashboard_published_version(
AwsAccountId = "string",
DashboardId = "string",
VersionNumber = 123
)