outcome
Gets an individual outcome
resource
Overview
Name | outcome |
Type | Resource |
Description | outcome |
Id | awscc.frauddetector.outcome |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the outcome. |
tags | array | Tags associated with this outcome. |
description | string | The outcome description. |
arn | string | The outcome ARN. |
created_time | string | The timestamp when the outcome was created. |
last_updated_time | string | The timestamp when the outcome 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.outcome
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the outcome
resource, the following permissions are required:
Read
frauddetector:GetOutcomes,
frauddetector:ListTagsForResource
Update
frauddetector:GetOutcomes,
frauddetector:PutOutcome,
frauddetector:ListTagsForResource,
frauddetector:TagResource,
frauddetector:UntagResource
Delete
frauddetector:GetOutcomes,
frauddetector:DeleteOutcome