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