group
Gets an individual group
resource
Overview
Name | group |
Type | Resource |
Description | group |
Id | awscc.synthetics.group |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of the group. |
id | string | Id of the group. |
tags | array | |
resource_arns | array | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name,
id,
tags,
resource_arns
FROM awscc.synthetics.group
WHERE data__Identifier = '<Name>';
Permissions
To operate on the group
resource, the following permissions are required:
Update
synthetics:AssociateResource,
synthetics:DisassociateResource,
synthetics:TagResource,
synthetics:UntagResource,
synthetics:GetGroup,
synthetics:ListGroupResources
Read
synthetics:GetGroup,
synthetics:ListTagsForResource,
synthetics:ListGroupResources
Delete
synthetics:DeleteGroup,
synthetics:GetGroup