aws.quicksight.list_identity_propagation_configs
Example SQL Queries
SELECT * FROMaws.quicksight.list_identity_propagation_configsWHERE"aws_account_id" = 'VALUE';Description
Lists all services and authorized targets that the Amazon QuickSight IAM Identity Center application can access.
This operation is only supported for Amazon QuickSight accounts that use IAM Identity Center.
Table Definition
| Column Name | Column Data Type |
|---|---|
| aws_account_id Required Input Column The ID of the Amazon Web Services account that contain the identity propagation configurations of. | VARCHAR |
| max_results Input Column The maximum number of results to be returned. | BIGINT |
| next_token Input Column The token for the next set of results, or null if there are no more results. | VARCHAR |
| _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 |
| request_id The Amazon Web Services request ID for this operation. | VARCHAR |
| services A list of services and their authorized targets that the Amazon QuickSight IAM Identity Center application can access. | STRUCT( |
Show child fields
| |
| status The HTTP status of the request. | BIGINT |