View a markdown version of this page

Bekerja dengan Topik Penglihatan Cepat menggunakan Amazon Quick Sight API - Amazon Quick

Terjemahan disediakan oleh mesin penerjemah. Jika konten terjemahan yang diberikan bertentangan dengan versi bahasa Inggris aslinya, utamakan versi bahasa Inggris.

Bekerja dengan Topik Penglihatan Cepat menggunakan Amazon Quick Sight API

 Berlaku untuk: Enterprise Edition 
   Audiens yang dituju: Pengembang Amazon Quick 

Gunakan bagian ini untuk mempelajari cara bekerja dengan Topik Penglihatan Cepat menggunakan antarmuka baris perintah Amazon Quick Sight (CLI).

Prasyarat

Sebelum memulai, pastikan Anda memiliki peran AWS Identity and Access Management (IAM) yang memberikan akses pengguna CLI untuk memanggil operasi Quick Sight API. Tabel berikut menunjukkan izin mana yang harus ditambahkan ke kebijakan IAM untuk menggunakan operasi API tertentu.

Operasi API Kebijakan 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

Contoh berikut membuat Topik baru.

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

Contoh berikut memperbarui Topik.

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

Contoh berikut menyediakan daftar semua Topik dalam akun.

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

Contoh berikut menghapus Topik.

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

Contoh berikut memberikan informasi tentang bagaimana Topik dikonfigurasi.

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