aws.inspector.list_assessment_targets
Example SQL Queries
SELECT * FROMaws.inspector.list_assessment_targets;Description
Lists the ARNs of the assessment targets within this AWS account. For more information about assessment targets, see Amazon Inspector Assessment Targets.
Table Definition
| Column Name | Column Data Type |
|---|---|
| filter Input Column You can use this parameter to specify a subset of data to be included in the action's response. For a record to match a filter, all specified filter attributes must match. When multiple values are specified for a filter attribute, any of the values can match. | STRUCT( |
Show child fields
| |
| _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 |
| assessment_target_arns | VARCHAR |