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

com.pulumi.aws.cognito.kotlin.outputs.GetUserPoolLambdaConfigCustomEmailSender.kt Maven / Gradle / Ivy

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

package com.pulumi.aws.cognito.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property lambdaArn - ARN of the Lambda function.
 * @property lambdaVersion - Version of the Lambda function.
 */
public data class GetUserPoolLambdaConfigCustomEmailSender(
    public val lambdaArn: String,
    public val lambdaVersion: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.aws.cognito.outputs.GetUserPoolLambdaConfigCustomEmailSender): GetUserPoolLambdaConfigCustomEmailSender = GetUserPoolLambdaConfigCustomEmailSender(
            lambdaArn = javaType.lambdaArn(),
            lambdaVersion = javaType.lambdaVersion(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy