AlarmModelSqsArgs

data class AlarmModelSqsArgs(val payload: Output<AlarmModelPayloadArgs>? = null, val queueUrl: Output<String>, val useBase64: Output<Boolean>? = null) : ConvertibleToJava<AlarmModelSqsArgs>

Constructors

Link copied to clipboard
fun AlarmModelSqsArgs(payload: Output<AlarmModelPayloadArgs>? = null, queueUrl: Output<String>, useBase64: Output<Boolean>? = null)

Functions

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

Properties

Link copied to clipboard
val payload: Output<AlarmModelPayloadArgs>? = null
Link copied to clipboard
val queueUrl: Output<String>

The URL of the SQS queue where the data is written.

Link copied to clipboard
val useBase64: Output<Boolean>? = null

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.