analyzer
Gets an individual analyzer
resource
Overview
Name | analyzer |
Type | Resource |
Description | analyzer |
Id | awscc.accessanalyzer.analyzer |
Fields
Name | Datatype | Description |
---|---|---|
analyzer_name | string | Analyzer name |
archive_rules | array | |
arn | string | Amazon Resource Name (ARN) of the analyzer |
tags | array | An array of key-value pairs to apply to this resource. |
type | string | The type of the analyzer, must be one of ACCOUNT, ORGANIZATION, ACCOUNT_UNUSED_ACCESS or ORGANIZATION_UNUSED_ACCESS |
analyzer_configuration | object | The configuration for the analyzer |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
analyzer_name,
archive_rules,
arn,
tags,
type,
analyzer_configuration
FROM awscc.accessanalyzer.analyzer
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the analyzer
resource, the following permissions are required:
Read
access-analyzer:ListAnalyzers,
access-analyzer:GetAnalyzer,
access-analyzer:ListArchiveRules
Update
access-analyzer:CreateArchiveRule,
access-analyzer:DeleteArchiveRule,
access-analyzer:ListAnalyzers,
access-analyzer:TagResource,
access-analyzer:UntagResource,
access-analyzer:UpdateArchiveRule
Delete
access-analyzer:DeleteAnalyzer