AWS::Kendra::DataSource OneDriveUsers - 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::Kendra::DataSource OneDriveUsers

User accounts whose documents should be indexed.

Syntax

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

JSON

{ "OneDriveUserList" : [ String, ... ], "OneDriveUserS3Path" : S3Path }

Properties

OneDriveUserList

A list of users whose documents should be indexed. Specify the user names in email format, for example, username@tenantdomain. If you need to index the documents of more than 10 users, use the OneDriveUserS3Path field to specify the location of a file containing a list of users.

Required: No

Type: Array of String

Minimum: 1

Maximum: 100

Update requires: No interruption

OneDriveUserS3Path

The S3 bucket location of a file containing a list of users whose documents should be indexed.

Required: No

Type: S3Path

Update requires: No interruption