aws.inspector.list_assessment_templates
Example SQL Queries
SELECT * FROMaws.inspector.list_assessment_templates;Description
Lists the assessment templates that correspond to the assessment targets that are specified by the ARNs of the assessment targets.
Table Definition
| Column Name | Column Data Type |
|---|---|
| assessment_target_arns Input Column A list of ARNs that specifies the assessment targets whose assessment templates you want to list. | VARCHAR[] |
Show child fields
| |
| 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_template_arns | VARCHAR |