aws.greengrass.list_groups
Example SQL Queries
SELECT * FROMaws.greengrass.list_groups;Description
Retrieves a list of groups.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| arn The ARN of the group. | VARCHAR |
| creation_timestamp The time, in milliseconds since the epoch, when the group was created. | VARCHAR |
| id The ID of the group. | VARCHAR |
| last_updated_timestamp The time, in milliseconds since the epoch, when the group was last updated. | VARCHAR |
| latest_version The ID of the latest version associated with the group. | VARCHAR |
| latest_version_arn The ARN of the latest version associated with the group. | VARCHAR |
| name The name of the group. | VARCHAR |