aws.iam.accessAnalyzer
Supported platform
- aws
Description
AWS IAM Access Analyzer resource (for assessing the configuration of AWS IAM Access Analyzer)
Fields
ID | TYPE | DESCRIPTION |
---|---|---|
analyzers | []aws.iam.accessanalyzer.analyzer | List of aws.iam.accessanalyzer.analyzer objects for all AWS IAM Access Analyzers configured within the account |
findings | []aws.iam.accessanalyzer.finding | List of all active findings for all analyzers and regions |
Examples
Return a list of AWS IAM Access Analyzers configured across the AWS account
aws.iam.accessAnalyzer.analyzers
Return a list of aws.iam.accessAnalyzer.analyzer
resources and the value for specified fields
aws.iam.accessAnalyzer.analyzers {
arn
name
status
type
}
Ensure that IAM Access analyzer is enabled for all regions
aws.iam.accessAnalyzer.analyzers.all(
status == "ACTIVE"
)
References