This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Kendra::DataSource OneDriveUsers
User accounts whose documents should be indexed.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "OneDriveUserList" :[ String, ... ], "OneDriveUserS3Path" :S3Path}
YAML
OneDriveUserList:- StringOneDriveUserS3Path: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 theOneDriveUserS3Pathfield to specify the location of a file containing a list of users.Required: No Type: Array of String Minimum: 1Maximum: 100Update 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