labels_list_only
Lists labels
in a region or regions, for all properties use labels
Overview
Name | labels_list_only |
Type | Resource |
Description | An label for fraud detector. |
Id | aws.frauddetector.labels_list_only |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the label. |
tags | array | Tags associated with this 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. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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