PipeTargetParametersSqsQueueParameters

data class PipeTargetParametersSqsQueueParameters(val messageDeduplicationId: String? = null, val messageGroupId: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

This parameter applies only to FIFO (first-in-first-out) queues. The token used for deduplication of sent messages.

Link copied to clipboard
val messageGroupId: String? = null

The FIFO message group ID to use as the target.