label
Gets an individual label
resource
Overview
Name | label |
Type | Resource |
Description | label |
Id | awscc.frauddetector.label |
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
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