Skip to main content

label

Gets an individual label resource

Overview

Namelabel
TypeResource
Descriptionlabel
Idawscc.frauddetector.label

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name,
tags,
description,
arn,
created_time,
last_updated_time
FROM awscc.frauddetector.label
WHERE data__Identifier = '<Arn>';

Permissions

To operate on the label resource, the following permissions are required:

Read

frauddetector:GetLabels,
frauddetector:ListTagsForResource

Update

frauddetector:GetLabels,
frauddetector:PutLabel,
frauddetector:ListTagsForResource,
frauddetector:TagResource,
frauddetector:UntagResource

Delete

frauddetector:GetLabels,
frauddetector:DeleteLabel