aws.quicksight.describe_key_registration
Example SQL Queries
SELECT * FROMaws.quicksight.describe_key_registrationWHERE"aws_account_id" = 'VALUE';Description
Describes all customer managed key registrations in a Amazon QuickSight account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| aws_account_id Required Input Column The ID of the Amazon Web Services account that contains the customer managed key registration specified in the request. | VARCHAR |
| default_key_only Input Column Determines whether the request returns the default key only. | BOOLEAN |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| key_registration A list of RegisteredCustomerManagedKey objects in a Amazon QuickSight account. | STRUCT( |
Show child fields
| |
| request_id The Amazon Web Services request ID for this operation. | VARCHAR |
| status The HTTP status of the request. | BIGINT |