aws.accessanalyzer.list_access_previews
Example SQL Queries
SELECT * FROMaws.accessanalyzer.list_access_previewsWHERE"analyzer_arn" = 'VALUE';Description
Retrieves a list of access previews for the specified analyzer.
Table Definition
| Column Name | Column Data Type |
|---|---|
| analyzer_arn Required Input Column The ARN of the analyzer used to generate the access preview. | 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
| |
| created_at The time at which the access preview was created. | TIMESTAMP_S |
| id The unique ID for the access preview. | VARCHAR |
| status The status of the access preview.
| VARCHAR |
| status_reason Provides more details about the current status of the access preview. For example, if the creation of the access preview fails, a Failed status is returned. This failure can be due to an internal issue with the analysis or due to an invalid proposed resource configuration. | STRUCT( |
Show child fields
| |