All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.awsnative.lex.kotlin.outputs.BotAliasLambdaCodeHook.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.awsnative.lex.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * Contains information about code hooks that Amazon Lex calls during a conversation.
 * @property codeHookInterfaceVersion The version of the request-response that you want Amazon Lex to use to invoke your Lambda function.
 * @property lambdaArn The Amazon Resource Name (ARN) of the Lambda function.
 */
public data class BotAliasLambdaCodeHook(
    public val codeHookInterfaceVersion: String,
    public val lambdaArn: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.lex.outputs.BotAliasLambdaCodeHook): BotAliasLambdaCodeHook = BotAliasLambdaCodeHook(
            codeHookInterfaceVersion = javaType.codeHookInterfaceVersion(),
            lambdaArn = javaType.lambdaArn(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy