TransferConfigArgs

constructor(authorizationCode: Output<String>? = null, dataRefreshWindowDays: Output<Int>? = null, dataSourceId: Output<String>? = null, destinationDatasetId: Output<String>? = null, disabled: Output<Boolean>? = null, displayName: Output<String>? = null, emailPreferences: Output<EmailPreferencesArgs>? = null, location: Output<String>? = null, name: Output<String>? = null, notificationPubsubTopic: Output<String>? = null, params: Output<Map<String, String>>? = null, project: Output<String>? = null, schedule: Output<String>? = null, scheduleOptions: Output<ScheduleOptionsArgs>? = null, serviceAccountName: Output<String>? = null, userId: Output<String>? = null, versionInfo: Output<String>? = null)