SqsAction

class SqsAction

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

Types

Link copied to clipboard
class Builder
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

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
inline fun copy(block: SqsAction.Builder.() -> Unit = {}): SqsAction
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String