Amazon を使用して QuickSight Q トピックを操作する QuickSight APIs - Amazon QuickSight

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

Amazon を使用して QuickSight Q トピックを操作する QuickSight APIs

 適用先: Enterprise Edition 
   対象者: Amazon QuickSight デベロッパー 

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

前提条件

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