group
Gets an individual group
resource
Overview
Name | group |
Type | Resource |
Description | group |
Id | awscc.identitystore.group |
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
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