groups
Retrieves a list of groups
in a region
Overview
Name | groups |
Type | Resource |
Description | groups |
Id | awscc.resourcegroups.groups |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the resource group |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name
FROM awscc.resourcegroups.groups
WHERE region = 'us-east-1'
Permissions
To operate on the groups
resource, the following permissions are required:
Create
resource-groups:CreateGroup,
resource-groups:Tag,
cloudformation:DescribeStacks,
cloudformation:ListStackResources,
resource-groups:ListGroupResources,
resource-groups:GroupResources
List
resource-groups:ListGroups