outcomes_list_only
Lists outcomes
in a region or regions, for all properties use outcomes
Overview
Name | outcomes_list_only |
Type | Resource |
Description | An outcome for rule evaluation. |
Id | aws.frauddetector.outcomes_list_only |
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
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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