com.faendir.awscdkkt.generated.services.cloudfront.DefaultCacheBehaviorPropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.cloudfront
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.cloudfront.CfnDistribution
@Generated
public fun buildDefaultCacheBehaviorProperty(initializer: @AwsCdkDsl
CfnDistribution.DefaultCacheBehaviorProperty.Builder.() -> Unit = {}):
CfnDistribution.DefaultCacheBehaviorProperty =
CfnDistribution.DefaultCacheBehaviorProperty.Builder().apply(initializer).build()