outcome_tags
Expands all tag keys and values for outcomes in a region
Overview
| Name | outcome_tags |
| Type | Resource |
| Description | An outcome for rule evaluation. |
| Id | aws.frauddetector.outcome_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
name | string | The name of the 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. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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