label_tags
Expands all tag keys and values for labels
in a region
Overview
Name | label_tags |
Type | Resource |
Description | An label for fraud detector. |
Id | aws.frauddetector.label_tags |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the label. |
description | string | The label description. |
arn | string | The label ARN. |
created_time | string | The timestamp when the label was created. |
last_updated_time | string | The timestamp when the label was last updated. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all labels
in a region.
SELECT
region,
name,
description,
arn,
created_time,
last_updated_time,
tag_key,
tag_value
FROM aws.frauddetector.label_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the label_tags
resource, see labels