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