View a markdown version of this page

Amazon Quick Sight APIs를 사용하여 Quick Sight 주제 작업 - Amazon Quick

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

Amazon Quick Sight APIs를 사용하여 Quick Sight 주제 작업

 적용 대상: Enterprise Edition 
   대상: Amazon Quick 개발자 

이 섹션에서는 Amazon Quick Sight 명령줄 인터페이스(CLI)를 사용하여 Quick Sight 주제로 작업하는 방법을 알아봅니다.

사전 조건

시작하기 전에 Quick Sight API 작업을 호출할 수 있는 액세스 권한을 CLI 사용자에게 부여하는 AWS Identity and Access Management (IAM) 역할이 있는지 확인합니다. 다음 표에는 특정 API 작업을 사용하기 위해 IAM 정책에 추가해야 하는 권한이 나와 있습니다.

API 작업 IAM 정책

CreateTopic

quicksight:CreateTopic

quicksight:PassDataSet

ListTopics

quicksight:ListTopics

DescribeTopic

quicksight:DescribeTopic

UpdateTopic

quicksight:UpdateTopic

quicksight:PassDataSet

DeleteTopic

quicksight:DeleteTopic

UpdateTopicPermissions

quicksight:UpdateTopicPermissions

DescribeTopicPermissions

quicksight:DescribeTopicPermissions

CreateTopicRefreshSchedule

quicksight:CreateTopicRefreshSchedule

ListTopicRefreshSchedules

quicksight:ListTopicRefreshSchedules

DescribeTopicRefreshSchedule

quicksight:DescribeTopicRefreshSchedule

UpdateTopicRefreshSchedule

quicksight:UpdateTopicRefreshSchedule

DeleteTopicRefreshSchedule

quicksight:DeleteTopicRefreshSchedule

다음 예시에서는 새 주제를 생성합니다.

aws quicksight create-topic --aws-account-id AWSACCOUNTID --topic-id TOPICID --topic TOPIC

다음 예시에서는 주제를 업데이트합니다.

aws quicksight update-topic --aws-account-id AWSACCOUNTID --topic-id TOPICID --topic TOPIC

다음 예제에서는 계정의 모든 주제 목록을 제공합니다.

aws quicksight list-topics --aws-account-id AWSACCOUNTID

다음 예시에서는 주제를 삭제합니다.

aws quicksight delete-topic --aws-account-id AWSACCOUNTID --topic-id TOPICID

다음 예제에서는 주제가 구성된 방법에 대한 정보를 제공합니다.

aws quicksight describe-topic --aws-account-id AWSACCOUNTID --topic-id TOPICID