Skip to main content

outcome

Gets an individual outcome resource

Overview

Nameoutcome
TypeResource
Descriptionoutcome
Idawscc.frauddetector.outcome

Fields

NameDatatypeDescription
namestringThe name of the outcome.
tagsarrayTags associated with this outcome.
descriptionstringThe outcome description.
arnstringThe outcome ARN.
created_timestringThe timestamp when the outcome was created.
last_updated_timestringThe timestamp when the outcome 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.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