Skip to main content

outcomes_list_only

Lists outcomes in a region or regions, for all properties use outcomes

Overview

Nameoutcomes_list_only
TypeResource
DescriptionAn outcome for rule evaluation.
Idaws.frauddetector.outcomes_list_only

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

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all outcomes in a region.

SELECT
region,
arn
FROM aws.frauddetector.outcomes_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the outcomes_list_only resource, see outcomes