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