You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: website/docs/r/accessanalyzer_analyzer.html.markdown
+9
Original file line number
Diff line number
Diff line change
@@ -43,9 +43,18 @@ The following arguments are required:
43
43
44
44
The following arguments are optional:
45
45
46
+
*`configuration` - (Optional) A block that specifies the configuration of the analyzer. [Documented below](#configuration-argument-reference)
46
47
*`tags` - (Optional) Key-value map of resource tags. If configured with a provider [`default_tags` configuration block](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
47
48
*`type` - (Optional) Type of Analyzer. Valid values are `ACCOUNT`, `ORGANIZATION`, `ACCOUNT_UNUSED_ACCESS `, `ORGANIZATION_UNUSED_ACCESS`. Defaults to `ACCOUNT`.
48
49
50
+
### `configuration` Argument Reference
51
+
52
+
*`unused_access` - A block that specifies the configuration of an unused access analyzer for an AWS organization or account. [Documented below](#unused_access-argument-reference)
53
+
54
+
### `unused_access` Argument Reference
55
+
56
+
*`unused_access_age` - The specified access age in days for which to generate findings for unused access.
57
+
49
58
## Attribute Reference
50
59
51
60
This resource exports the following attributes in addition to the arguments above:
0 commit comments