/AWS1/CL_SEBDELIVERTOQBUSINE00¶
The action to deliver incoming emails to an Amazon Q Business application for indexing.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_applicationid
TYPE /AWS1/SEBQBUSINESSAPPLICATIO00
/AWS1/SEBQBUSINESSAPPLICATIO00
¶
The unique identifier of the Amazon Q Business application instance where the email content will be delivered.
iv_indexid
TYPE /AWS1/SEBQBUSINESSINDEXID
/AWS1/SEBQBUSINESSINDEXID
¶
The identifier of the knowledge base index within the Amazon Q Business application where the email content will be stored and indexed.
iv_rolearn
TYPE /AWS1/SEBIAMROLEARN
/AWS1/SEBIAMROLEARN
¶
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.
Optional arguments:¶
iv_actionfailurepolicy
TYPE /AWS1/SEBACTIONFAILUREPOLICY
/AWS1/SEBACTIONFAILUREPOLICY
¶
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.
Queryable Attributes¶
ActionFailurePolicy¶
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.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ACTIONFAILUREPOLICY() |
Getter for ACTIONFAILUREPOLICY, with configurable default |
ASK_ACTIONFAILUREPOLICY() |
Getter for ACTIONFAILUREPOLICY w/ exceptions if field has no |
HAS_ACTIONFAILUREPOLICY() |
Determine if ACTIONFAILUREPOLICY has a value |
ApplicationId¶
The unique identifier of the Amazon Q Business application instance where the email content will be delivered.
Accessible with the following methods¶
Method | Description |
---|---|
GET_APPLICATIONID() |
Getter for APPLICATIONID, with configurable default |
ASK_APPLICATIONID() |
Getter for APPLICATIONID w/ exceptions if field has no value |
HAS_APPLICATIONID() |
Determine if APPLICATIONID has a value |
IndexId¶
The identifier of the knowledge base index within the Amazon Q Business application where the email content will be stored and indexed.
Accessible with the following methods¶
Method | Description |
---|---|
GET_INDEXID() |
Getter for INDEXID, with configurable default |
ASK_INDEXID() |
Getter for INDEXID w/ exceptions if field has no value |
HAS_INDEXID() |
Determine if INDEXID has a value |
RoleArn¶
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.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ROLEARN() |
Getter for ROLEARN, with configurable default |
ASK_ROLEARN() |
Getter for ROLEARN w/ exceptions if field has no value |
HAS_ROLEARN() |
Determine if ROLEARN has a value |