com.faendir.awscdkkt.generated.services.greengrassv2.LambdaFunctionRecipeSourcePropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.greengrassv2
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.greengrassv2.CfnComponentVersion
@Generated
public fun buildLambdaFunctionRecipeSourceProperty(initializer: @AwsCdkDsl
CfnComponentVersion.LambdaFunctionRecipeSourceProperty.Builder.() -> Unit = {}):
CfnComponentVersion.LambdaFunctionRecipeSourceProperty =
CfnComponentVersion.LambdaFunctionRecipeSourceProperty.Builder().apply(initializer).build()