TopicRuleSqsAction

data class TopicRuleSqsAction(val queueUrl: String, val roleArn: String, val useBase64: Boolean? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The URL of the Amazon SQS queue.

Link copied to clipboard

The ARN of the IAM role that grants access.

Link copied to clipboard
val useBase64: Boolean? = null

Specifies whether to use Base64 encoding.