aws.resource_groups.get_group
Example SQL Queries
SELECT * FROMaws.resource_groups.get_group;Description
Returns information about a specified resource group.
Minimum permissions
To run this command, you must have the following permissions:
resource-groups:GetGroup
Table Definition
| Column Name | Column Data Type |
|---|---|
| group_name Input Column Deprecated - don't use this parameter. Use Group instead. | VARCHAR |
| _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 |
| _input_group Input Column | VARCHAR |
| group A structure that contains the metadata details for the specified resource group. Use GetGroupQuery and GetGroupConfiguration to get those additional details of the resource group. | STRUCT( |
Show child fields
| |