aws.accessanalyzer.get_archive_rule
Example SQL Queries
SELECT * FROMaws.accessanalyzer.get_archive_ruleWHERE"analyzer_name" = 'VALUE'AND "rule_name" = 'VALUE';Description
Retrieves information about an archive rule.
To learn about filter keys that you can use to create an archive rule, see IAM Access Analyzer filter keys in the IAM User Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| analyzer_name Required Input Column The name of the analyzer to retrieve rules from. | VARCHAR |
| rule_name Required Input Column The name of the rule to retrieve. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| archive_rule Contains information about an archive rule. | STRUCT( |
Show child fields
| |