---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_frauddetector_outcome Resource - terraform-provider-awscc"
subcategory: ""
description: |-
An outcome for rule evaluation.
---
# awscc_frauddetector_outcome (Resource)
An outcome for rule evaluation.
## Schema
### Required
- `name` (String) The name of the outcome.
### Optional
- `description` (String) The outcome description.
- `tags` (Attributes List) Tags associated with this outcome. (see [below for nested schema](#nestedatt--tags))
### Read-Only
- `arn` (String) The outcome ARN.
- `created_time` (String) The timestamp when the outcome was created.
- `id` (String) Uniquely identifies the resource.
- `last_updated_time` (String) The timestamp when the outcome was last updated.
### Nested Schema for `tags`
Optional:
- `key` (String)
- `value` (String)
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_frauddetector_outcome.example
```