![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.bedrock.kotlin.outputs.FlowNodeConfiguration4Properties.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 lex
*/
public data class FlowNodeConfiguration4Properties(
public val lex: FlowLexFlowNodeConfiguration,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.bedrock.outputs.FlowNodeConfiguration4Properties): FlowNodeConfiguration4Properties = FlowNodeConfiguration4Properties(
lex = javaType.lex().let({ args0 ->
com.pulumi.awsnative.bedrock.kotlin.outputs.FlowLexFlowNodeConfiguration.Companion.toKotlin(args0)
}),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy