RoomMessageReviewHandler

data class RoomMessageReviewHandler(val fallbackResult: String? = null, val uri: String? = null)

Constructors

Link copied to clipboard
constructor(fallbackResult: String? = null, uri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fallbackResult: String? = null

The fallback behavior (whether the message is allowed or denied) if the handler does not return a valid response, encounters an error, or times out. Valid values: ALLOW, DENY.

Link copied to clipboard
val uri: String? = null

ARN of the lambda message review handler function.