com.faendir.awscdkkt.generated.services.shield.ApplicationLayerAutomaticResponseConfigurationPropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.shield
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.shield.CfnProtection
@Generated
public fun buildApplicationLayerAutomaticResponseConfigurationProperty(initializer: @AwsCdkDsl
CfnProtection.ApplicationLayerAutomaticResponseConfigurationProperty.Builder.() -> Unit = {}):
CfnProtection.ApplicationLayerAutomaticResponseConfigurationProperty =
CfnProtection.ApplicationLayerAutomaticResponseConfigurationProperty.Builder().apply(initializer).build()