com.faendir.awscdkkt.generated.services.apprunner.EgressConfigurationPropertyDsl.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 buildEgressConfigurationProperty(initializer: @AwsCdkDsl
CfnService.EgressConfigurationProperty.Builder.() -> Unit = {}):
CfnService.EgressConfigurationProperty =
CfnService.EgressConfigurationProperty.Builder().apply(initializer).build()