Skip to main content

groups_list_only

Lists groups in a region or regions, for all properties use groups

Overview

Namegroups_list_only
TypeResource
DescriptionResource Type definition for AWS::Synthetics::Group
Idaws.synthetics.groups_list_only

Fields

NameDatatypeDescription
namestringName of the group.
idstringId of the group.
tagsarray
resource_arnsarray
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all groups in a region.

SELECT
region,
name
FROM aws.synthetics.groups_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the groups_list_only resource, see groups