Package-level declarations

Types

Link copied to clipboard
class TransferConfig : KotlinCustomResource

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
Link copied to clipboard
object TransferConfigMapper : ResourceMapper<TransferConfig>

Functions

Link copied to clipboard