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