groups
Retrieves a list of groups
in a region
Overview
Name | groups |
Type | Resource |
Description | groups |
Id | awscc.identitystore.groups |
Fields
Name | Datatype | Description |
---|---|---|
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
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