com.faendir.awscdkkt.generated.services.billingconductor.ComputationPreferencePropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.billingconductor
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.billingconductor.CfnBillingGroup
@Generated
public fun buildComputationPreferenceProperty(initializer: @AwsCdkDsl
CfnBillingGroup.ComputationPreferenceProperty.Builder.() -> Unit = {}):
CfnBillingGroup.ComputationPreferenceProperty =
CfnBillingGroup.ComputationPreferenceProperty.Builder().apply(initializer).build()