aws.inspector.describe_assessment_templates
Example SQL Queries
SELECT * FROMaws.inspector.describe_assessment_templatesWHERE"assessment_template_arns" = 'VALUE';Description
Describes the assessment templates that are specified by the ARNs of the assessment templates.
Table Definition
| Column Name | Column Data Type |
|---|---|
| assessment_template_arns Required Input Column | 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_templates Information about the assessment templates. | STRUCT( |
Show child fields
| |
| failed_items Assessment template details that cannot be described. An error code is provided for each failed item. | MAP(VARCHAR, STRUCT( |