AWS::SES::MailManagerRuleSet DeliverToQBusinessAction - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::SES::MailManagerRuleSet DeliverToQBusinessAction

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

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "ActionFailurePolicy" : String, "ApplicationId" : String, "IndexId" : String, "RoleArn" : String }

YAML

ActionFailurePolicy: String ApplicationId: String IndexId: String RoleArn: String

Properties

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.

Required: No

Type: String

Allowed values: CONTINUE | DROP

Update requires: No interruption

ApplicationId

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

Required: Yes

Type: String

Pattern: ^[a-z0-9-]+$

Minimum: 36

Maximum: 36

Update requires: No interruption

IndexId

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

Required: Yes

Type: String

Pattern: ^[a-z0-9-]+$

Minimum: 36

Maximum: 36

Update requires: No interruption

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.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9:_/+=,@.#-]+$

Minimum: 20

Maximum: 2048

Update requires: No interruption