---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_accessanalyzer_analyzer Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Data Source schema for AWS::AccessAnalyzer::Analyzer
---
# awscc_accessanalyzer_analyzer (Data Source)
Data Source schema for AWS::AccessAnalyzer::Analyzer
## Schema
### Required
- `id` (String) Uniquely identifies the resource.
### Read-Only
- `analyzer_name` (String) Analyzer name
- `archive_rules` (Attributes List) (see [below for nested schema](#nestedatt--archive_rules))
- `arn` (String) Amazon Resource Name (ARN) of the analyzer
- `tags` (Attributes Set) An array of key-value pairs to apply to this resource. (see [below for nested schema](#nestedatt--tags))
- `type` (String) The type of the analyzer, must be ACCOUNT or ORGANIZATION
### Nested Schema for `archive_rules`
Read-Only:
- `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`
Read-Only:
- `contains` (List of String)
- `eq` (List of String)
- `exists` (Boolean)
- `neq` (List of String)
- `property` (String)
### Nested Schema for `tags`
Read-Only:
- `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 -.