SqsAction

class SqsAction

Describes an action to publish data to an Amazon SQS queue.

Types

Link copied to clipboard
class Builder
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.

Functions

Link copied to clipboard
inline fun copy(block: SqsAction.Builder.() -> Unit = {}): SqsAction
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String