Skip to main content

groups

Retrieves a list of groups in a region

Overview

Namegroups
TypeResource
Descriptiongroups
Idawscc.iam.groups

Fields

NameDatatypeDescription
group_namestringThe name of the group to create
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
group_name
FROM awscc.iam.groups

Permissions

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

Create

iam:CreateGroup,
iam:PutGroupPolicy,
iam:AttachGroupPolicy,
iam:GetGroupPolicy,
iam:GetGroup

List

iam:ListGroups