aws.accessanalyzer.list_analyzed_resources
Example SQL Queries
SELECT * FROMaws.accessanalyzer.list_analyzed_resourcesWHERE"analyzer_arn" = 'VALUE';Description
Retrieves a list of resources of the specified type that have been analyzed by the specified external access analyzer. This action is not supported for unused access analyzers.
Table Definition
| Column Name | Column Data Type |
|---|---|
| analyzer_arn Required Input Column The ARN of the analyzer to retrieve a list of analyzed resources from. | VARCHAR |
| resource_type Input Column The type of resource that was analyzed. | 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
| |
| resource_arn The ARN of the analyzed resource. | VARCHAR |
| resource_owner_account The Amazon Web Services account ID that owns the resource. | VARCHAR |