ScheduleSqsParameters

data class ScheduleSqsParameters(val messageGroupId: String? = null)

Contains the message group ID to use when the target is a FIFO queue. If you specify an SQS FIFO queue as a target, the queue must have content-based deduplication enabled.

Constructors

Link copied to clipboard
constructor(messageGroupId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val messageGroupId: String? = null

The FIFO message group ID to use as the target.