aws.synthetics.get_group
Example SQL Queries
SELECT * FROMaws.synthetics.get_groupWHERE"group_identifier" = 'VALUE';Description
Returns information about one group. Groups are a global resource, so you can use this operation from any Region.
Table Definition
| Column Name | Column Data Type |
|---|---|
| group_identifier Required Input Column Specifies the group to return information for. You can specify the group name, the ARN, or the group ID as the GroupIdentifier. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| group A structure that contains information about the group. | STRUCT( |
Show child fields
| |