Package-level declarations
Types
Link copied to clipboard
                Link copied to clipboard
                Creates a new data transfer configuration.
Link copied to clipboard
                data class TransferConfigArgs(val authorizationCode: Output<String>? = null, val dataRefreshWindowDays: Output<Int>? = null, val dataSourceId: Output<String>? = null, val destinationDatasetId: Output<String>? = null, val disabled: Output<Boolean>? = null, val displayName: Output<String>? = null, val emailPreferences: Output<EmailPreferencesArgs>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val notificationPubsubTopic: Output<String>? = null, val params: Output<Map<String, String>>? = null, val project: Output<String>? = null, val schedule: Output<String>? = null, val scheduleOptions: Output<ScheduleOptionsArgs>? = null, val serviceAccountName: Output<String>? = null, val userId: Output<String>? = null, val versionInfo: Output<String>? = null) : ConvertibleToJava<TransferConfigArgs> 
Creates a new data transfer configuration.
Link copied to clipboard
                Builder for TransferConfigArgs.
Link copied to clipboard
                Link copied to clipboard
                Builder for TransferConfig.
Functions
Link copied to clipboard
                suspend fun transferConfig(name: String, block: suspend TransferConfigResourceBuilder.() -> Unit): TransferConfig