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