com.faendir.awscdkkt.generated.services.greengrass.FunctionPropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.greengrass
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.greengrass.CfnFunctionDefinitionVersion
@Generated
public fun buildFunctionProperty(initializer: @AwsCdkDsl
CfnFunctionDefinitionVersion.FunctionProperty.Builder.() -> Unit = {}):
CfnFunctionDefinitionVersion.FunctionProperty =
CfnFunctionDefinitionVersion.FunctionProperty.Builder().apply(initializer).build()