com.faendir.awscdkkt.generated.services.evidently.LaunchGroupObjectPropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.evidently
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.evidently.CfnLaunch
@Generated
public fun buildLaunchGroupObjectProperty(initializer: @AwsCdkDsl
CfnLaunch.LaunchGroupObjectProperty.Builder.() -> Unit = {}):
CfnLaunch.LaunchGroupObjectProperty =
CfnLaunch.LaunchGroupObjectProperty.Builder().apply(initializer).build()