← 返回命令列表

Linux command

aws-quicksight 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

List all dashboards

aws quicksight list-dashboards --aws-account-id [account-id]

Describe a dashboard

aws quicksight describe-dashboard --aws-account-id [account-id] --dashboard-id [dashboard-id]

Create a data source

aws quicksight create-data-source --aws-account-id [account-id] --data-source-id [source-id] --name [my-source] --type RDS --data-source-parameters file://[rds-params.json]

Create a data set

aws quicksight create-data-set --aws-account-id [account-id] --data-set-id [dataset-id] --name [my-dataset] --physical-table-map file://[table-map.json] --import-mode SPICE

Generate an embed URL

aws quicksight generate-embed-url-for-registered-user --aws-account-id [account-id] --user-arn [arn:aws:quicksight:region:account:user/default/username] --experience-configuration Dashboard={InitialDashboardId=[dashboard-id]}

Register a new user

aws quicksight register-user --aws-account-id [account-id] --namespace default --email [user@example.com] --identity-type IAM --user-role READER --iam-arn [arn:aws:iam::account:user/username]

说明

aws quicksight is the AWS CLI interface for Amazon QuickSight, a serverless business intelligence service for creating visualizations, dashboards, and performing ad-hoc analysis. QuickSight uses SPICE (Super-fast Parallel In-memory Calculation Engine) for fast query performance. QuickSight supports connections to various data sources including S3, Athena, Redshift, RDS, and third-party databases. Dashboards can be embedded in applications and shared with users across the organization.

FAQ

What is the aws-quicksight command used for?

aws quicksight is the AWS CLI interface for Amazon QuickSight, a serverless business intelligence service for creating visualizations, dashboards, and performing ad-hoc analysis. QuickSight uses SPICE (Super-fast Parallel In-memory Calculation Engine) for fast query performance. QuickSight supports connections to various data sources including S3, Athena, Redshift, RDS, and third-party databases. Dashboards can be embedded in applications and shared with users across the organization.

How do I run a basic aws-quicksight example?

Run `aws quicksight list-dashboards --aws-account-id [account-id]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

Where can I find more aws-quicksight examples?

This page includes 6 examples for aws-quicksight, plus related commands for nearby Linux tasks.