aws.inspector.describe_resource_groups
Example SQL Queries
SELECT * FROMaws.inspector.describe_resource_groupsWHERE"resource_group_arns" = 'VALUE';Description
Describes the resource groups that are specified by the ARNs of the resource groups.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_group_arns Required Input Column The ARN that specifies the resource group 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 |
| failed_items Resource group details that cannot be described. An error code is provided for each failed item. | MAP(VARCHAR, STRUCT( |
| resource_groups Information about a resource group. | STRUCT( |
Show child fields
| |