groups_list_only
Lists groups
in a region or regions, for all properties use groups
Overview
Name | groups_list_only |
Type | Resource |
Description | Resource Type definition for AWS::IdentityStore::Group |
Id | aws.identitystore.groups_list_only |
Fields
Name | Datatype | Description |
---|---|---|
description | string | A string containing the description of the group. |
display_name | string | A string containing the name of the group. This value is commonly displayed when the group is referenced. |
group_id | string | The unique identifier for a group in the identity store. |
identity_store_id | string | The globally unique identifier for the identity store. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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