com.faendir.awscdkkt.generated.services.iot.PutAssetPropertyValueEntryPropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.iot
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.iot.CfnTopicRule
@Generated
public fun buildPutAssetPropertyValueEntryProperty(initializer: @AwsCdkDsl
CfnTopicRule.PutAssetPropertyValueEntryProperty.Builder.() -> Unit = {}):
CfnTopicRule.PutAssetPropertyValueEntryProperty =
CfnTopicRule.PutAssetPropertyValueEntryProperty.Builder().apply(initializer).build()