DetectorModelSqs

data class DetectorModelSqs(val payload: DetectorModelPayload? = null, val queueUrl: String, val useBase64: Boolean? = null)

Sends information about the detector model instance and the event that triggered the action to an Amazon SQS queue.

Constructors

Link copied to clipboard
constructor(payload: DetectorModelPayload? = null, queueUrl: String, useBase64: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

You can configure the action payload when you send a message to an Amazon SQS queue.

Link copied to clipboard

The URL of the SQS queue where the data is written.

Link copied to clipboard
val useBase64: Boolean? = null

Set this to TRUE if you want the data to be base-64 encoded before it is written to the queue. Otherwise, set this to FALSE.