Skip to main content

labels_list_only

Lists labels in a region or regions, for all properties use labels

Overview

Namelabels_list_only
TypeResource
DescriptionAn label for fraud detector.
Idaws.frauddetector.labels_list_only

Fields

NameDatatypeDescription
namestringThe name of the label.
tagsarrayTags associated with this 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.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all labels in a region.

SELECT
region,
arn
FROM aws.frauddetector.labels_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the labels_list_only resource, see labels