使用 Amazon 處理 QuickSight Q 主題 QuickSight APIs - Amazon QuickSight

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

使用 Amazon 處理 QuickSight Q 主題 QuickSight APIs

 適用於:企業版 
   目標受眾:Amazon QuickSight 開發人員 

使用本節來了解如何使用 Amazon QuickSight 命令列介面 () 來使用 QuickSight Q 主題CLI。

先決條件

在開始之前,請確定您具有 AWS Identity and Access Management (IAM) 角色,可授予CLI使用者呼叫操作的 QuickSight API存取權。下表顯示必須新增至IAM政策的哪些許可才能使用特定API操作。若要使用所有 Q 主題API操作,請新增資料表中列出的所有許可。

API 操作 IAM 政策

CreateTopic

quicksight:CreateTopic

quicksight:PassDataSet

ListTopics

quicksight:ListTopics

DescribeTopic

quicksight:DescribeTopic

DescribeTopicPermissions

quicksight:DescribeTopicPermissions

DescribeTopicRefresh

quicksight:DescribeTopicRefresh

DeleteTopic

quicksight:DeleteTopic

UpdateTopic

quicksight:UpdateTopic

quicksight:PassDataSet

UpdateTopicPermissions

quicksight:UpdateTopicPermissions

CreateTopicRefreshSchedule

quicksight:CreateTopicRefreshSchedule

ListTopicRefreshSchedules

quicksight:ListTopicRefreshSchedules

DescribeTopicRefreshSchedule

quicksight:DescribeTopicRefreshSchedule

UpdateTopicRefreshSchedule

quicksight:UpdateTopicRefreshSchedule

DeleteTopicRefreshSchedule

quicksight:DeleteTopicRefreshSchedule

BatchCreateTopicReviewedAnswer

quicksight:BatchCreateTopicReviewedAnswer

BatchDeleteTopicReviewedAnswer

quicksight:BatchDeleteTopicReviewedAnswer

ListTopicReviewedAnswers

quicksight:ListTopicReviewedAnswers

下列範例顯示允許使用者使用 ListTopicsAPI操作IAM的政策。

{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "quicksight:ListTopics" ], "Resource": "*" } ] }

設定使用 建立 QuickSight Q 主題的許可後 QuickSight APIs,請使用下列主題來建立和使用 QuickSight Q 主題 APIs。