
com.pulumi.awsnative.bedrock.kotlin.outputs.FlowVersionLexFlowNodeConfiguration.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.bedrock.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
* Lex flow node configuration
* @property botAliasArn ARN of a Lex bot alias
* @property localeId Lex bot locale id
*/
public data class FlowVersionLexFlowNodeConfiguration(
public val botAliasArn: String,
public val localeId: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.bedrock.outputs.FlowVersionLexFlowNodeConfiguration): FlowVersionLexFlowNodeConfiguration = FlowVersionLexFlowNodeConfiguration(
botAliasArn = javaType.botAliasArn(),
localeId = javaType.localeId(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy