@Stability(value=Stable)
public static interface CfnDataSource.GoogleDriveConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.kendra.*;
GoogleDriveConfigurationProperty googleDriveConfigurationProperty = GoogleDriveConfigurationProperty.builder()
.secretArn("secretArn")
// the properties below are optional
.excludeMimeTypes(List.of("excludeMimeTypes"))
.excludeSharedDrives(List.of("excludeSharedDrives"))
.excludeUserAccounts(List.of("excludeUserAccounts"))
.exclusionPatterns(List.of("exclusionPatterns"))
.fieldMappings(List.of(DataSourceToIndexFieldMappingProperty.builder()
.dataSourceFieldName("dataSourceFieldName")
.indexFieldName("indexFieldName")
// the properties below are optional
.dateFieldFormat("dateFieldFormat")
.build()))
.inclusionPatterns(List.of("inclusionPatterns"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSource.GoogleDriveConfigurationProperty.Builder
A builder for
CfnDataSource.GoogleDriveConfigurationProperty |
static class |
CfnDataSource.GoogleDriveConfigurationProperty.Jsii$Proxy
An implementation for
CfnDataSource.GoogleDriveConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSource.GoogleDriveConfigurationProperty.Builder |
builder() |
default List<String> |
getExcludeMimeTypes()
`CfnDataSource.GoogleDriveConfigurationProperty.ExcludeMimeTypes`.
|
default List<String> |
getExcludeSharedDrives()
`CfnDataSource.GoogleDriveConfigurationProperty.ExcludeSharedDrives`.
|
default List<String> |
getExcludeUserAccounts()
`CfnDataSource.GoogleDriveConfigurationProperty.ExcludeUserAccounts`.
|
default List<String> |
getExclusionPatterns()
`CfnDataSource.GoogleDriveConfigurationProperty.ExclusionPatterns`.
|
default Object |
getFieldMappings()
`CfnDataSource.GoogleDriveConfigurationProperty.FieldMappings`.
|
default List<String> |
getInclusionPatterns()
`CfnDataSource.GoogleDriveConfigurationProperty.InclusionPatterns`.
|
String |
getSecretArn()
`CfnDataSource.GoogleDriveConfigurationProperty.SecretArn`.
|
@Stability(value=Stable) @Nullable default List<String> getExcludeMimeTypes()
@Stability(value=Stable) @Nullable default List<String> getExcludeSharedDrives()
@Stability(value=Stable) @Nullable default List<String> getExcludeUserAccounts()
@Stability(value=Stable) @Nullable default List<String> getExclusionPatterns()
@Stability(value=Stable) @Nullable default Object getFieldMappings()
@Stability(value=Stable) @Nullable default List<String> getInclusionPatterns()
@Stability(value=Stable) @NotNull String getSecretArn()
@Stability(value=Stable) static CfnDataSource.GoogleDriveConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.