@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()
A list of regular expression patterns to exclude certain documents in your OneDrive.
|
Object |
getFieldMappings()
A list of `DataSourceToIndexFieldMapping` objects that map OneDrive data source attributes or field names to Amazon Kendra index field names.
|
List<String> |
getInclusionPatterns()
A list of regular expression patterns to include certain documents in your OneDrive.
|
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.OneDriveConfigurationPropertyDocuments 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.OneDriveConfigurationPropertypublic final 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.OneDriveConfigurationPropertypublic final List<String> getInclusionPatterns()
CfnDataSource.OneDriveConfigurationPropertyDocuments 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@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.