
com.pulumi.aws.appflow.kotlin.inputs.FlowDestinationFlowConfigDestinationConnectorPropertiesZendeskArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.appflow.kotlin.inputs
import com.pulumi.aws.appflow.inputs.FlowDestinationFlowConfigDestinationConnectorPropertiesZendeskArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiNullFieldException
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.List
import kotlin.jvm.JvmName
/**
*
* @property errorHandlingConfig
* @property idFieldNames
* @property object
* @property writeOperationType
*/
public data class FlowDestinationFlowConfigDestinationConnectorPropertiesZendeskArgs(
public val errorHandlingConfig: Output? =
null,
public val idFieldNames: Output>? = null,
public val `object`: Output,
public val writeOperationType: Output? = null,
) :
ConvertibleToJava {
override fun toJava(): com.pulumi.aws.appflow.inputs.FlowDestinationFlowConfigDestinationConnectorPropertiesZendeskArgs =
com.pulumi.aws.appflow.inputs.FlowDestinationFlowConfigDestinationConnectorPropertiesZendeskArgs.builder()
.errorHandlingConfig(
errorHandlingConfig?.applyValue({ args0 ->
args0.let({ args0 ->
args0.toJava()
})
}),
)
.idFieldNames(idFieldNames?.applyValue({ args0 -> args0.map({ args0 -> args0 }) }))
.`object`(`object`.applyValue({ args0 -> args0 }))
.writeOperationType(writeOperationType?.applyValue({ args0 -> args0 })).build()
}
/**
* Builder for [FlowDestinationFlowConfigDestinationConnectorPropertiesZendeskArgs].
*/
@PulumiTagMarker
public class FlowDestinationFlowConfigDestinationConnectorPropertiesZendeskArgsBuilder internal constructor() {
private var errorHandlingConfig:
Output? =
null
private var idFieldNames: Output>? = null
private var `object`: Output? = null
private var writeOperationType: Output? = null
/**
* @param value
*/
@JvmName("cgaxfcikhqcjkcxp")
public suspend fun errorHandlingConfig(`value`: Output) {
this.errorHandlingConfig = value
}
/**
* @param value
*/
@JvmName("ywlaabndjskljeab")
public suspend fun idFieldNames(`value`: Output>) {
this.idFieldNames = value
}
@JvmName("bbnstvgmwwujcodm")
public suspend fun idFieldNames(vararg values: Output) {
this.idFieldNames = Output.all(values.asList())
}
/**
* @param values
*/
@JvmName("aipsgpjahkbhyxpc")
public suspend fun idFieldNames(values: List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy