DataSourceGoogleDriveConfigurationArgs

data class DataSourceGoogleDriveConfigurationArgs(val excludeMimeTypes: Output<List<String>>? = null, val excludeSharedDrives: Output<List<String>>? = null, val excludeUserAccounts: Output<List<String>>? = null, val exclusionPatterns: Output<List<String>>? = null, val fieldMappings: Output<List<DataSourceToIndexFieldMappingArgs>>? = null, val inclusionPatterns: Output<List<String>>? = null, val secretArn: Output<String>) : ConvertibleToJava<DataSourceGoogleDriveConfigurationArgs>

Constructors

Link copied to clipboard
fun DataSourceGoogleDriveConfigurationArgs(excludeMimeTypes: Output<List<String>>? = null, excludeSharedDrives: Output<List<String>>? = null, excludeUserAccounts: Output<List<String>>? = null, exclusionPatterns: Output<List<String>>? = null, fieldMappings: Output<List<DataSourceToIndexFieldMappingArgs>>? = null, inclusionPatterns: Output<List<String>>? = null, secretArn: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): DataSourceGoogleDriveConfigurationArgs

Properties

Link copied to clipboard
val excludeMimeTypes: Output<List<String>>? = null
Link copied to clipboard
val excludeSharedDrives: Output<List<String>>? = null
Link copied to clipboard
val excludeUserAccounts: Output<List<String>>? = null
Link copied to clipboard
val exclusionPatterns: Output<List<String>>? = null
Link copied to clipboard
Link copied to clipboard
val inclusionPatterns: Output<List<String>>? = null
Link copied to clipboard
val secretArn: Output<String>