DataIntegrationFileConfigurationArgs

data class DataIntegrationFileConfigurationArgs(val filters: Output<Any>? = null, val folders: Output<List<String>>) : ConvertibleToJava<DataIntegrationFileConfigurationArgs>

The configuration for what files should be pulled from the source.

Constructors

Link copied to clipboard
fun DataIntegrationFileConfigurationArgs(filters: Output<Any>? = null, folders: Output<List<String>>)

Functions

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

Properties

Link copied to clipboard
val filters: Output<Any>? = null

Restrictions for what files should be pulled from the source.

Link copied to clipboard
val folders: Output<List<String>>

Identifiers for the source folders to pull all files from recursively.