labels
Retrieves a list of labels
in a region
Overview
Name | labels |
Type | Resource |
Description | labels |
Id | awscc.frauddetector.labels |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The label ARN. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn
FROM awscc.frauddetector.labels
WHERE region = 'us-east-1'
Permissions
To operate on the labels
resource, the following permissions are required:
Create
frauddetector:GetLabels,
frauddetector:PutLabel,
frauddetector:ListTagsForResource,
frauddetector:TagResource
List
frauddetector:GetLabels,
frauddetector:ListTagsForResource