Update Dashboard Links
quicksight_update_dashboard_links | R Documentation |
Updates the linked analyses on a dashboard¶
Description¶
Updates the linked analyses on a dashboard.
Usage¶
quicksight_update_dashboard_links(AwsAccountId, DashboardId,
LinkEntities)
Arguments¶
AwsAccountId |
[required] The ID of the Amazon Web Services account that contains the dashboard whose links you want to update. |
DashboardId |
[required] The ID for the dashboard. |
LinkEntities |
[required] list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard. |
Value¶
A list with the following syntax:
list(
RequestId = "string",
Status = 123,
DashboardArn = "string",
LinkEntities = list(
"string"
)
)
Request syntax¶
svc$update_dashboard_links(
AwsAccountId = "string",
DashboardId = "string",
LinkEntities = list(
"string"
)
)