aws.lookoutequipment.describe_label_group
Example SQL Queries
SELECT * FROMaws.lookoutequipment.describe_label_groupWHERE"label_group_name" = 'VALUE';Description
Returns information about the label group.
Table Definition
| Column Name | Column Data Type |
|---|---|
| label_group_name Required Input Column The name of the label 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 |
| created_at The time at which the label group was created. | TIMESTAMP_S |
| fault_codes Codes indicating the type of anomaly associated with the labels in the lagbel group. | VARCHAR[] |
Show child fields
| |
| label_group_arn The Amazon Resource Name (ARN) of the label group. | VARCHAR |
| updated_at The time at which the label group was updated. | TIMESTAMP_S |