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