Skip to main content

groups_list_only

Lists groups in a region or regions, for all properties use groups

Overview

Namegroups_list_only
TypeResource
DescriptionSchema for ResourceGroups::Group
Idaws.resourcegroups.groups_list_only

Fields

NameDatatypeDescription
namestringThe name of the resource group
descriptionstringThe description of the resource group
resource_queryobject
tagsarray
arnstringThe Resource Group ARN.
configurationarray
resourcesarray
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all groups in a region.

SELECT
region,
name
FROM aws.resourcegroups.groups_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the groups_list_only resource, see groups