com.faendir.awscdkkt.generated.services.ec2.VCpuCountPropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.ec2
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.ec2.CfnLaunchTemplate
@Generated
public fun buildVCpuCountProperty(initializer: @AwsCdkDsl
CfnLaunchTemplate.VCpuCountProperty.Builder.() -> Unit = {}):
CfnLaunchTemplate.VCpuCountProperty =
CfnLaunchTemplate.VCpuCountProperty.Builder().apply(initializer).build()