Terraform resource: aws accessanalyzer analyzer
(Redirected from Aws accessanalyzer analyzer)
Jump to navigation
Jump to search
aws_accessanalyzer_analyzer
resource "aws_accessanalyzer_analyzer" "example" {
analyzer_name = "example"
type = "ORGANIZATION_UNUSED_ACCESS"
configuration {
unused_access {
unused_access_age = 180
analysis_rule {
exclusion {
account_ids = [
"123456789012",
"234567890123",
]
}
exclusion {
resource_tags = [
{ key1 = "value1" },
{ key2 = "value2" },
]
}
}
}
}
}
aws accessanalyzer list-findings
See also[edit]
Advertising: