DynamoDbV2Action

Describes an action to write to a DynamoDB table.

This DynamoDB action writes each attribute in the message payload into it's own column in the DynamoDB table.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the DynamoDB table to which the message data will be written. For example:

Link copied to clipboard

The ARN of the IAM role that grants access to the DynamoDB table.

Functions

Link copied to clipboard
inline fun copy(block: DynamoDbV2Action.Builder.() -> Unit = {}): DynamoDbV2Action
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