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