![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.bedrock.kotlin.outputs.FlowVersionFlowNodeConfiguration2Properties.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.bedrock.kotlin.outputs
import kotlin.Suppress
/**
* Node configuration in a flow
* @property knowledgeBase
*/
public data class FlowVersionFlowNodeConfiguration2Properties(
public val knowledgeBase: FlowVersionKnowledgeBaseFlowNodeConfiguration,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.bedrock.outputs.FlowVersionFlowNodeConfiguration2Properties): FlowVersionFlowNodeConfiguration2Properties = FlowVersionFlowNodeConfiguration2Properties(
knowledgeBase = javaType.knowledgeBase().let({ args0 ->
com.pulumi.awsnative.bedrock.kotlin.outputs.FlowVersionKnowledgeBaseFlowNodeConfiguration.Companion.toKotlin(args0)
}),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy