| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Kendra.Types.OneDriveUsers
Description
Synopsis
Documentation
data OneDriveUsers Source #
User accounts whose documents should be indexed.
See: newOneDriveUsers smart constructor.
Constructors
| OneDriveUsers' | |
Fields
| |
Instances
newOneDriveUsers :: OneDriveUsers Source #
Create a value of OneDriveUsers with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:oneDriveUserList:OneDriveUsers', oneDriveUsers_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 100 users, use the
OneDriveUserS3Path field to specify the location of a file containing
a list of users.
$sel:oneDriveUserS3Path:OneDriveUsers', oneDriveUsers_oneDriveUserS3Path - The S3 bucket location of a file containing a list of users whose
documents should be indexed.
oneDriveUsers_oneDriveUserList :: Lens' OneDriveUsers (Maybe (NonEmpty Text)) Source #
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.
oneDriveUsers_oneDriveUserS3Path :: Lens' OneDriveUsers (Maybe S3Path) Source #
The S3 bucket location of a file containing a list of users whose documents should be indexed.