View source: R/frauddetector_operations.R
frauddetector_put_detector | R Documentation |
Creates or updates a detector.
See https://www.paws-r-sdk.com/docs/frauddetector_put_detector/ for full documentation.
frauddetector_put_detector(
detectorId,
description = NULL,
eventTypeName,
tags = NULL
)
detectorId |
[required] The detector ID. |
description |
The description of the detector. |
eventTypeName |
[required] The name of the event type. |
tags |
A collection of key and value pairs. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.