public static final class CfnDataSource.OneDriveConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataSource.OneDriveConfigurationProperty
CfnDataSource.OneDriveConfigurationProperty
CfnDataSource.OneDriveConfigurationProperty.Builder, CfnDataSource.OneDriveConfigurationProperty.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.lang.Object |
getDisableLocalGroups()
A Boolean value that specifies whether local groups are disabled ( `True` ) or enabled ( `False` ).
|
java.util.List<java.lang.String> |
getExclusionPatterns()
A list of regular expression patterns to exclude certain documents in your OneDrive.
|
java.lang.Object |
getFieldMappings()
A list of `DataSourceToIndexFieldMapping` objects that map OneDrive data source attributes or field names to Amazon Kendra index field names.
|
java.util.List<java.lang.String> |
getInclusionPatterns()
A list of regular expression patterns to include certain documents in your OneDrive.
|
java.lang.Object |
getOneDriveUsers()
A list of user accounts whose documents should be indexed.
|
java.lang.String |
getSecretArn()
The Amazon Resource Name (ARN) of an AWS Secrets Manager secret that contains the user name and password to connect to OneDrive.
|
java.lang.String |
getTenantDomain()
The Azure Active Directory domain of the organization.
|
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.lang.Object getOneDriveUsers()
CfnDataSource.OneDriveConfigurationProperty
getOneDriveUsers
in interface CfnDataSource.OneDriveConfigurationProperty
public final java.lang.String getSecretArn()
CfnDataSource.OneDriveConfigurationProperty
The user named should be the application ID for the OneDrive application, and the password is the application key for the OneDrive application.
getSecretArn
in interface CfnDataSource.OneDriveConfigurationProperty
public final java.lang.String getTenantDomain()
CfnDataSource.OneDriveConfigurationProperty
getTenantDomain
in interface CfnDataSource.OneDriveConfigurationProperty
public final java.lang.Object getDisableLocalGroups()
CfnDataSource.OneDriveConfigurationProperty
getDisableLocalGroups
in interface CfnDataSource.OneDriveConfigurationProperty
public final java.util.List<java.lang.String> getExclusionPatterns()
CfnDataSource.OneDriveConfigurationProperty
Documents that match the patterns are excluded from the index. Documents that don't match the patterns are included in the index. If a document matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the document isn't included in the index.
The pattern is applied to the file name.
getExclusionPatterns
in interface CfnDataSource.OneDriveConfigurationProperty
public final java.lang.Object getFieldMappings()
CfnDataSource.OneDriveConfigurationProperty
To create custom fields, use the UpdateIndex
API before you map to OneDrive fields. For more information, see Mapping data source fields . The OneDrive data source field names must exist in your OneDrive custom metadata.
getFieldMappings
in interface CfnDataSource.OneDriveConfigurationProperty
public final java.util.List<java.lang.String> getInclusionPatterns()
CfnDataSource.OneDriveConfigurationProperty
Documents that match the patterns are included in the index. Documents that don't match the patterns are excluded from the index. If a document matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the document isn't included in the index.
The pattern is applied to the file name.
getInclusionPatterns
in interface CfnDataSource.OneDriveConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()