Skip to main content

outcome_tags

Expands all tag keys and values for outcomes in a region

Overview

Nameoutcome_tags
TypeResource
DescriptionAn outcome for rule evaluation.
Idaws.frauddetector.outcome_tags

Fields

NameDatatypeDescription
namestringThe name of the 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.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all outcomes in a region.

SELECT
region,
name,
description,
arn,
created_time,
last_updated_time,
tag_key,
tag_value
FROM aws.frauddetector.outcome_tags
WHERE region = 'us-east-1';

Permissions

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