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