com.faendir.awscdkkt.generated.services.guardduty.CFNStatusReasonsPropertyDsl.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.CfnMalwareProtectionPlan
@Generated
public fun buildCFNStatusReasonsProperty(initializer: @AwsCdkDsl
CfnMalwareProtectionPlan.CFNStatusReasonsProperty.Builder.() -> Unit = {}):
CfnMalwareProtectionPlan.CFNStatusReasonsProperty =
CfnMalwareProtectionPlan.CFNStatusReasonsProperty.Builder().apply(initializer).build()