com.faendir.awscdkkt.generated.services.autoscaling.LaunchTemplateOverridesPropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.autoscaling
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.autoscaling.CfnAutoScalingGroup
@Generated
public fun buildLaunchTemplateOverridesProperty(initializer: @AwsCdkDsl
CfnAutoScalingGroup.LaunchTemplateOverridesProperty.Builder.() -> Unit = {}):
CfnAutoScalingGroup.LaunchTemplateOverridesProperty =
CfnAutoScalingGroup.LaunchTemplateOverridesProperty.Builder().apply(initializer).build()