ScheduleSqsParametersArgs

data class ScheduleSqsParametersArgs(val messageGroupId: Output<String>? = null) : ConvertibleToJava<ScheduleSqsParametersArgs>

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: Output<String>? = null)

Properties

Link copied to clipboard
val messageGroupId: Output<String>? = null

The FIFO message group ID to use as the target.

Functions

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