DetectorModelSqsArgs

data class DetectorModelSqsArgs(val payload: Output<DetectorModelPayloadArgs>? = null, val queueUrl: Output<String>, val useBase64: Output<Boolean>? = null) : ConvertibleToJava<DetectorModelSqsArgs>

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: Output<DetectorModelPayloadArgs>? = null, queueUrl: Output<String>, useBase64: Output<Boolean>? = null)

Properties

Link copied to clipboard
val payload: Output<DetectorModelPayloadArgs>? = null

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

Link copied to clipboard
val queueUrl: Output<String>

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

Link copied to clipboard
val useBase64: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): DetectorModelSqsArgs