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 |
---|---|---|
analyzer_name | string | Analyzer name |
archive_rules | array | |
arn | string | Amazon Resource Name (ARN) of the analyzer |
tags | array | An array of key-value pairs to apply to this resource. |
type | string | The type of the analyzer, must be one of ACCOUNT, ORGANIZATION, ACCOUNT_UNUSED_ACCESS or ORGANIZATION_UNUSED_ACCESS |
analyzer_configuration | object | The configuration for 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