
com.pulumi.awsnative.bedrock.kotlin.outputs.FlowVersionFlowNodeConfiguration1Properties.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 output
*/
public data class FlowVersionFlowNodeConfiguration1Properties(
public val output: FlowVersionOutputFlowNodeConfiguration,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.bedrock.outputs.FlowVersionFlowNodeConfiguration1Properties): FlowVersionFlowNodeConfiguration1Properties = FlowVersionFlowNodeConfiguration1Properties(
output = javaType.output().let({ args0 ->
com.pulumi.awsnative.bedrock.kotlin.outputs.FlowVersionOutputFlowNodeConfiguration.Companion.toKotlin(args0)
}),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy