public static final class CfnDataSource.OneDriveUsersProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataSource.OneDriveUsersProperty
CfnDataSource.OneDriveUsersProperty
CfnDataSource.OneDriveUsersProperty.Builder, CfnDataSource.OneDriveUsersProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.String> |
getOneDriveUserList()
A list of users whose documents should be indexed.
|
java.lang.Object |
getOneDriveUserS3Path()
The S3 bucket location of a file containing a list of users whose documents should be indexed.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.util.List<java.lang.String> getOneDriveUserList()
CfnDataSource.OneDriveUsersProperty
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.
getOneDriveUserList
in interface CfnDataSource.OneDriveUsersProperty
public final java.lang.Object getOneDriveUserS3Path()
CfnDataSource.OneDriveUsersProperty
getOneDriveUserS3Path
in interface CfnDataSource.OneDriveUsersProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()