--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_accessanalyzer_analyzer Resource - terraform-provider-awscc" subcategory: "" description: |- The AWS::AccessAnalyzer::Analyzer type specifies an analyzer of the user's account --- # awscc_accessanalyzer_analyzer (Resource) The AWS::AccessAnalyzer::Analyzer type specifies an analyzer of the user's account ## Schema ### Required - `type` (String) The type of the analyzer, must be ACCOUNT or ORGANIZATION ### Optional - `analyzer_name` (String) Analyzer name - `archive_rules` (Attributes List) (see [below for nested schema](#nestedatt--archive_rules)) - `tags` (Attributes Set) An array of key-value pairs to apply to this resource. (see [below for nested schema](#nestedatt--tags)) ### Read-Only - `arn` (String) Amazon Resource Name (ARN) of the analyzer - `id` (String) Uniquely identifies the resource. ### Nested Schema for `archive_rules` Optional: - `filter` (Attributes List) (see [below for nested schema](#nestedatt--archive_rules--filter)) - `rule_name` (String) The archive rule name ### Nested Schema for `archive_rules.filter` Optional: - `contains` (List of String) - `eq` (List of String) - `exists` (Boolean) - `neq` (List of String) - `property` (String) ### Nested Schema for `tags` Optional: - `key` (String) The key name of the tag. You can specify a value that is 1 to 127 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. - `value` (String) The value for the tag. You can specify a value that is 1 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_accessanalyzer_analyzer.example ```