Detector

class Detector : KotlinCustomResource

A resource schema for a Detector in Amazon Fraud Detector.

Properties

Link copied to clipboard
val arn: Output<String>

The ARN of the detector.

Link copied to clipboard

The models to associate with this detector.

Link copied to clipboard
val createdTime: Output<String>

The time when the detector was created.

Link copied to clipboard
val description: Output<String>?

The description of the detector.

Link copied to clipboard
val detectorId: Output<String>

The ID of the detector

Link copied to clipboard

The active version ID of the detector

Link copied to clipboard

The desired detector version status for the detector

Link copied to clipboard

The event type to associate this detector with.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val lastUpdatedTime: Output<String>

The time when the detector was last updated.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The rule execution mode for the rules included in the detector version. Valid values: FIRST_MATCHED | ALL_MATCHED Default value: FIRST_MATCHED You can define and edit the rule mode at the detector version level, when it is in draft status. If you specify FIRST_MATCHED , Amazon Fraud Detector evaluates rules sequentially, first to last, stopping at the first matched rule. Amazon Fraud dectector then provides the outcomes for that single rule. If you specifiy ALL_MATCHED , Amazon Fraud Detector evaluates all rules and returns the outcomes for all matched rules.

Link copied to clipboard
val rules: Output<List<DetectorRule>>

The rules to include in the detector version.

Link copied to clipboard
val tags: Output<List<Tag>>?

Tags associated with this detector.

Link copied to clipboard
val urn: Output<String>