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