aws.resource_groups.get_group_configuration
Example SQL Queries
SELECT * FROMaws.resource_groups.get_group_configuration;Description
Retrieves the service configuration associated with the specified resource group. For details about the service configuration syntax, see Service configurations for Resource Groups.
Minimum permissions
To run this command, you must have the following permissions:
resource-groups:GetGroupConfiguration
Table Definition
| Column Name | Column Data Type |
|---|---|
| group Input Column The name or the ARN of the resource group for which you want to retrive the service configuration. | 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 |
| group_configuration A structure that describes the service configuration attached with the specified group. For details about the service configuration syntax, see Service configurations for Resource Groups. | STRUCT( |
Show child fields
| |