Skip to main content

label_tags

Expands all tag keys and values for labels in a region

Overview

Namelabel_tags
TypeResource
DescriptionAn label for fraud detector.
Idaws.frauddetector.label_tags

Fields

NameDatatypeDescription
namestringThe name of the label.
descriptionstringThe label description.
arnstringThe label ARN.
created_timestringThe timestamp when the label was created.
last_updated_timestringThe timestamp when the label was last updated.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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