com.faendir.awscdkkt.generated.services.apprunner.CodeConfigurationValuesPropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.apprunner
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.apprunner.CfnService
@Generated
public fun buildCodeConfigurationValuesProperty(initializer: @AwsCdkDsl
CfnService.CodeConfigurationValuesProperty.Builder.() -> Unit = {}):
CfnService.CodeConfigurationValuesProperty =
CfnService.CodeConfigurationValuesProperty.Builder().apply(initializer).build()