aws.lookoutequipment.list_label_groups
Example SQL Queries
SELECT * FROMaws.lookoutequipment.list_label_groups;Description
Returns a list of the label groups.
Table Definition
| Column Name | Column Data Type |
|---|---|
| label_group_name_begins_with Input Column The beginning of the name of the label groups to be listed. | VARCHAR |
| max_results Input Column Specifies the maximum number of label groups to list. | BIGINT |
| next_token Input Column An opaque pagination token indicating where to continue the listing of label groups. | 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 |
| label_group_summaries A summary of the label groups. | STRUCT( |
Show child fields
| |