Skip to main content

groups

Retrieves a list of groups in a region

Overview

Namegroups
TypeResource
Descriptiongroups
Idawscc.identitystore.groups

Fields

NameDatatypeDescription
group_idstringThe unique identifier for a group in the identity store.
identity_store_idstringThe globally unique identifier for the identity store.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
group_id,
identity_store_id
FROM awscc.identitystore.groups
WHERE region = 'us-east-1'

Permissions

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

Create

identitystore:CreateGroup,
identitystore:DescribeGroup

List

identitystore:ListGroups