@Stability(value=Stable) @Internal public static final class CfnDataSource.OneDriveConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataSource.OneDriveConfigurationProperty
CfnDataSource.OneDriveConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnDataSource.OneDriveConfigurationProperty.Builder, CfnDataSource.OneDriveConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDataSource.OneDriveConfigurationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDataSource.AccessControlListConfigurationProperty.Builder. |
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(Object o) |
Object |
getDisableLocalGroups()
A Boolean value that specifies whether local groups are disabled ( `True` ) or enabled ( `False` ).
|
List<String> |
getExclusionPatterns()
List of regular expressions applied to documents.
|
Object |
getFieldMappings()
A list of `DataSourceToIndexFieldMapping` objects that map Microsoft OneDrive fields to custom fields in the Amazon Kendra index.
|
List<String> |
getInclusionPatterns()
A list of regular expression patterns.
|
Object |
getOneDriveUsers()
A list of user accounts whose documents should be indexed.
|
String |
getSecretArn()
The Amazon Resource Name (ARN) of an AWS Secrets Manager secret that contains the user name and password to connect to OneDrive.
|
String |
getTenantDomain()
The Azure Active Directory domain of the organization.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnDataSource.OneDriveConfigurationProperty.Builder builder)
CfnDataSource.AccessControlListConfigurationProperty.Builder.public final Object getOneDriveUsers()
CfnDataSource.OneDriveConfigurationPropertygetOneDriveUsers in interface CfnDataSource.OneDriveConfigurationPropertypublic final String getSecretArn()
CfnDataSource.OneDriveConfigurationPropertyThe 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.OneDriveConfigurationPropertypublic final String getTenantDomain()
CfnDataSource.OneDriveConfigurationPropertygetTenantDomain in interface CfnDataSource.OneDriveConfigurationPropertypublic final Object getDisableLocalGroups()
CfnDataSource.OneDriveConfigurationPropertygetDisableLocalGroups in interface CfnDataSource.OneDriveConfigurationPropertypublic final List<String> getExclusionPatterns()
CfnDataSource.OneDriveConfigurationPropertyItems that match the exclusion pattern are not indexed. If you provide both an inclusion pattern and an exclusion pattern, any item that matches the exclusion pattern isn't indexed.
The exclusion pattern is applied to the file name.
getExclusionPatterns in interface CfnDataSource.OneDriveConfigurationPropertypublic final Object getFieldMappings()
CfnDataSource.OneDriveConfigurationPropertyYou must first create the index fields before you map OneDrive fields.
getFieldMappings in interface CfnDataSource.OneDriveConfigurationPropertypublic final List<String> getInclusionPatterns()
CfnDataSource.OneDriveConfigurationPropertyDocuments that match the pattern are included in the index. Documents that don't match the pattern are excluded from the index. If a document matches both an inclusion pattern and an exclusion pattern, the document is not included in the index.
The exclusion pattern is applied to the file name.
getInclusionPatterns in interface CfnDataSource.OneDriveConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.