aws.inspector.describe_rules_packages
Example SQL Queries
SELECT * FROMaws.inspector.describe_rules_packagesWHERE"rules_package_arns" = 'VALUE';Description
Describes the rules packages that are specified by the ARNs of the rules packages.
Table Definition
| Column Name | Column Data Type |
|---|---|
| rules_package_arns Required Input Column The ARN that specifies the rules package that you want to describe. | VARCHAR[] |
Show child fields
| |
| locale Input Column The locale that you want to translate a rules package description into. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| failed_items Rules package details that cannot be described. An error code is provided for each failed item. | MAP(VARCHAR, STRUCT( |
| rules_packages Information about the rules package. | STRUCT( |
Show child fields
| |