Amazon Quick Sight APIs - Amazon Quick Suite

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

Amazon Quick Sight APIs

 適用対象: Enterprise Edition 
   対象者: Amazon Quick Suite 開発者 

このセクションでは、Amazon Quick Sight コマンドラインインターフェイス (CLI) を使用して Quick Sight トピックを操作する方法について説明します。

前提条件

開始する前に、Quick Sight API オペレーションを呼び出すためのアクセス権を CLI ユーザーに付与する AWS Identity and Access Management (IAM) ロールがあることを確認してください。次の表は、特定の API オペレーションを使用するために、IAM ポリシーに追加するべきアクセス許可を示しています。すべてのトピック 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

次の例では、ユーザーに ListTopics API オペレーションの使用を許可する IAM ポリシーを示します。

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

Quick Sight APIs を使用して Quick Sight トピックを作成するアクセス許可を設定したら、次のトピックを使用して Quick Sight トピック APIs。