DetectorModelSqsArgs

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

Constructors

Link copied to clipboard
fun DetectorModelSqsArgs(payload: Output<DetectorModelPayloadArgs>? = null, queueUrl: Output<String>, useBase64: Output<Boolean>? = null)

Functions

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

Properties

Link copied to clipboard
val payload: Output<DetectorModelPayloadArgs>? = null
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.