aws.inspector.describe_assessment_targets
Example SQL Queries
SELECT * FROMaws.inspector.describe_assessment_targetsWHERE"assessment_target_arns" = 'VALUE';Description
Describes the assessment targets that are specified by the ARNs of the assessment targets.
Table Definition
| Column Name | Column Data Type |
|---|---|
| assessment_target_arns Required Input Column The ARNs that specifies the assessment targets that you want to describe. | VARCHAR[] |
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_targets Information about the assessment targets. | STRUCT( |
Show child fields
| |
| failed_items Assessment target details that cannot be described. An error code is provided for each failed item. | MAP(VARCHAR, STRUCT( |