TopicRuleErrorActionSqs

data class TopicRuleErrorActionSqs(val queueUrl: String, val roleArn: String, val useBase64: Boolean)

Constructors

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

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

Specifies whether to use Base64 encoding.