Skip to main content

group

Gets an individual group resource

Overview

Namegroup
TypeResource
Descriptiongroup
Idawscc.synthetics.group

Fields

NameDatatypeDescription
namestringName of the group.
idstringId of the group.
tagsarray
resource_arnsarray
regionstringAWS 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