![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.bedrock.kotlin.outputs.FlowVersionStorageFlowNodeS3Configuration.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.bedrock.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* s3 storage configuration for storage node
* @property bucketName bucket name of an s3 that will be used for storage flow node configuration
*/
public data class FlowVersionStorageFlowNodeS3Configuration(
public val bucketName: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.bedrock.outputs.FlowVersionStorageFlowNodeS3Configuration): FlowVersionStorageFlowNodeS3Configuration = FlowVersionStorageFlowNodeS3Configuration(
bucketName = javaType.bucketName(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy