aws.accessanalyzer.get_analyzed_resource
Example SQL Queries
SELECT * FROMaws.accessanalyzer.get_analyzed_resourceWHERE"analyzer_arn" = 'VALUE'AND "resource_arn" = 'VALUE';Description
Retrieves information about a resource that was analyzed.
Table Definition
| Column Name | Column Data Type |
|---|---|
| analyzer_arn Required Input Column The ARN of the analyzer to retrieve information from. | VARCHAR |
| resource_arn Required Input Column The ARN of the resource to retrieve information about. | 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 An AnalyzedResource object that contains information that IAM Access Analyzer found when it analyzed the resource. | STRUCT( |
Show child fields
| |