Skip to main content

groups

Retrieves a list of groups in a region

Overview

Namegroups
TypeResource
Descriptiongroups
Idawscc.resourcegroups.groups

Fields

NameDatatypeDescription
namestringThe name of the resource group
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name
FROM awscc.resourcegroups.groups
WHERE region = 'us-east-1'

Permissions

To operate on the groups resource, the following permissions are required:

Create

resource-groups:CreateGroup,
resource-groups:Tag,
cloudformation:DescribeStacks,
cloudformation:ListStackResources,
resource-groups:ListGroupResources,
resource-groups:GroupResources

List

resource-groups:ListGroups