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