aws.xray.get_group
Example SQL Queries
SELECT * FROMaws.xray.get_group;Description
Retrieves group resource details.
Table Definition
| Column Name | Column Data Type |
|---|---|
| group_arn Input Column The ARN of the group that was generated on creation. | VARCHAR |
| group_name Input Column The case-sensitive name of the group. | 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 The group that was requested. Contains the name of the group, the ARN of the group, the filter expression, and the insight configuration assigned to the group. | STRUCT( |
Show child fields
| |