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