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