
com.pulumi.awsnative.customerprofiles.kotlin.outputs.IntegrationIncrementalPullConfig.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.customerprofiles.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property datetimeTypeFieldName A field that specifies the date time or timestamp field as the criteria to use when importing incremental records from the source.
*/
public data class IntegrationIncrementalPullConfig(
public val datetimeTypeFieldName: String? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.customerprofiles.outputs.IntegrationIncrementalPullConfig): IntegrationIncrementalPullConfig = IntegrationIncrementalPullConfig(
datetimeTypeFieldName = javaType.datetimeTypeFieldName().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy