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 |
|---|---|---|
arn | string | The outcome ARN. |
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