Detector Model Sqs Args
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)