Skip to main content

group

Gets an individual group resource

Overview

Namegroup
TypeResource
Descriptiongroup
Idawscc.identitystore.group

Fields

NameDatatypeDescription
descriptionstringA string containing the description of the group.
display_namestringA string containing the name of the group. This value is commonly displayed when the group is referenced.
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,
description,
display_name,
group_id,
identity_store_id
FROM awscc.identitystore.group
WHERE data__Identifier = '<GroupId>|<IdentityStoreId>';

Permissions

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

Read

identitystore:DescribeGroup

Update

identitystore:DescribeGroup,
identitystore:UpdateGroup

Delete

identitystore:DescribeGroup,
identitystore:DeleteGroup