analyzers_list_only
Lists analyzers in a region or regions, for all properties use analyzers
Overview
| Name | analyzers_list_only |
| Type | Resource |
| Description | The AWS::AccessAnalyzer::Analyzer type specifies an analyzer of the user's account |
| Id | aws.accessanalyzer.analyzers_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
arn | string | Amazon Resource Name (ARN) of the analyzer |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all analyzers in a region.
SELECT
region,
arn
FROM aws.accessanalyzer.analyzers_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the analyzers_list_only resource, see analyzers