groups
Retrieves a list of groups
in a region
Overview
Name | groups |
Type | Resource |
Description | groups |
Id | awscc.iam.groups |
Fields
Name | Datatype | Description |
---|---|---|
group_name | string | The name of the group to create |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
group_name
FROM awscc.iam.groups
Permissions
To operate on the groups
resource, the following permissions are required:
Create
iam:CreateGroup,
iam:PutGroupPolicy,
iam:AttachGroupPolicy,
iam:GetGroupPolicy,
iam:GetGroup
List
iam:ListGroups