aws.inspector.describe_exclusions
Example SQL Queries
SELECT * FROMaws.inspector.describe_exclusionsWHERE"exclusion_arns" = 'VALUE';Description
Describes the exclusions that are specified by the exclusions' ARNs.
Table Definition
| Column Name | Column Data Type |
|---|---|
| exclusion_arns Required Input Column The list of ARNs that specify the exclusions that you want to describe. | VARCHAR[] |
Show child fields
| |
| locale Input Column The locale into which you want to translate the exclusion's title, description, and recommendation. | 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 |
| exclusions Information about the exclusions. | MAP(VARCHAR, STRUCT( |
| failed_items Exclusion details that cannot be described. An error code is provided for each failed item. | MAP(VARCHAR, STRUCT( |