com.faendir.awscdkkt.generated.customresources.AwsCustomResourcePropsDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.customresources
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.customresources.AwsCustomResourceProps
@Generated
public fun buildAwsCustomResourceProps(initializer: @AwsCdkDsl
AwsCustomResourceProps.Builder.() -> Unit = {}): AwsCustomResourceProps =
AwsCustomResourceProps.Builder().apply(initializer).build()