Skip to main content

analyzers_list_only

Lists analyzers in a region or regions, for all properties use analyzers

Overview

Nameanalyzers_list_only
TypeResource
DescriptionThe AWS::AccessAnalyzer::Analyzer type specifies an analyzer of the user's account
Idaws.accessanalyzer.analyzers_list_only

Fields

NameDatatypeDescription
analyzer_namestringAnalyzer name
archive_rulesarray
arnstringAmazon Resource Name (ARN) of the analyzer
tagsarrayAn array of key-value pairs to apply to this resource.
typestringThe type of the analyzer, must be one of ACCOUNT, ORGANIZATION, ACCOUNT_UNUSED_ACCESS or ORGANIZATION_UNUSED_ACCESS
analyzer_configurationobjectThe configuration for the analyzer
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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