DeliverToQBusinessAction

The action to deliver incoming emails to an Amazon Q Business application for indexing.

Types

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

Properties

Link copied to clipboard

A policy that states what to do in the case of failure. The action will fail if there are configuration errors. For example, the specified application has been deleted or the role lacks necessary permissions to call the qbusiness:BatchPutDocument API.

Link copied to clipboard

The unique identifier of the Amazon Q Business application instance where the email content will be delivered.

Link copied to clipboard

The identifier of the knowledge base index within the Amazon Q Business application where the email content will be stored and indexed.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM Role to use while delivering to Amazon Q Business. This role must have access to the qbusiness:BatchPutDocument API for the given application and index.

Functions

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