aws.accessanalyzer.list_archive_rules
Example SQL Queries
SELECT * FROMaws.accessanalyzer.list_archive_rulesWHERE"analyzer_name" = 'VALUE';Description
Retrieves a list of archive rules created for the specified analyzer.
Table Definition
| Column Name | Column Data Type |
|---|---|
| analyzer_name Required Input Column The name of the analyzer to retrieve rules from. | 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
| |
| created_at The time at which the archive rule was created. | TIMESTAMP_S |
| filter A filter used to define the archive rule. | MAP(VARCHAR, STRUCT( |
| rule_name The name of the archive rule. | VARCHAR |
| updated_at The time at which the archive rule was last updated. | TIMESTAMP_S |