Skip to main content

groups_list_only

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

Overview

Namegroups_list_only
TypeResource
DescriptionResource Type definition for AWS::IdentityStore::Group
Idaws.identitystore.groups_list_only

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

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all groups in a region.

SELECT
region,
group_id,
identity_store_id
FROM aws.identitystore.groups_list_only
WHERE region = 'us-east-1';

Permissions

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