TopicRuleSqsActionArgs

data class TopicRuleSqsActionArgs(val queueUrl: Output<String>, val roleArn: Output<String>, val useBase64: Output<Boolean>? = null) : ConvertibleToJava<TopicRuleSqsActionArgs>

Constructors

Link copied to clipboard
constructor(queueUrl: Output<String>, roleArn: Output<String>, useBase64: Output<Boolean>? = null)

Properties

Link copied to clipboard
val queueUrl: Output<String>

The URL of the Amazon SQS queue.

Link copied to clipboard
val roleArn: Output<String>

The ARN of the IAM role that grants access.

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

Specifies whether to use Base64 encoding.

Functions

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