AWS::FraudDetector::Detector Rule - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::FraudDetector::Detector Rule

A rule. Rule is a condition that tells Amazon Fraud Detector how to interpret variables values during a fraud prediction.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Arn" : String, "CreatedTime" : String, "Description" : String, "DetectorId" : String, "Expression" : String, "Language" : String, "LastUpdatedTime" : String, "Outcomes" : [ Outcome, ... ], "RuleId" : String, "RuleVersion" : String, "Tags" : [ Tag, ... ] }

YAML

Arn: String CreatedTime: String Description: String DetectorId: String Expression: String Language: String LastUpdatedTime: String Outcomes: - Outcome RuleId: String RuleVersion: String Tags: - Tag

Properties

Arn

The rule ARN.

Required: No

Type: String

Update requires: No interruption

CreatedTime

Timestamp for when the rule was created.

Required: No

Type: String

Update requires: No interruption

Description

The rule description.

Required: No

Type: String

Update requires: No interruption

DetectorId

The detector for which the rule is associated.

Required: No

Type: String

Minimum: 1

Maximum: 64

Pattern: ^[0-9a-z_-]+$

Update requires: No interruption

Expression

The rule expression. A rule expression captures the business logic. For more information, see Rule language reference.

Required: No

Type: String

Update requires: No interruption

Language

The rule language.

Required: No

Type: String

Update requires: No interruption

LastUpdatedTime

Timestamp for when the rule was last updated.

Required: No

Type: String

Update requires: No interruption

Outcomes

The rule outcome.

Required: No

Type: List of Outcome

Update requires: No interruption

RuleId

The rule ID.

Required: No

Type: String

Minimum: 1

Maximum: 64

Pattern: ^[0-9a-z_-]+$

Update requires: No interruption

RuleVersion

The rule version.

Required: No

Type: String

Minimum: 1

Maximum: 5

Pattern: ^([1-9][0-9]*)$

Update requires: No interruption

Tags

An array of key-value pairs to apply to this resource.

For more information, see Tag.

Required: No

Type: List of Tag

Update requires: No interruption