class Aws::Kendra::Types::OneDriveUsers

User accounts whose documents should be indexed.

@note When making an API call, you may pass OneDriveUsers

data as a hash:

    {
      one_drive_user_list: ["OneDriveUser"],
      one_drive_user_s3_path: {
        bucket: "S3BucketName", # required
        key: "S3ObjectKey", # required
      },
    }

@!attribute [rw] one_drive_user_list

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 100 users, use the
`OneDriveUserS3Path` field to specify the location of a file
containing a list of users.
@return [Array<String>]

@!attribute [rw] one_drive_user_s3_path

The S3 bucket location of a file containing a list of users whose
documents should be indexed.
@return [Types::S3Path]

@see docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/OneDriveUsers AWS API Documentation

Constants

SENSITIVE