com.faendir.awscdkkt.generated.services.opsworks.StackConfigurationManagerPropertyDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.services.opsworks
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.services.opsworks.CfnStack
@Generated
public fun buildStackConfigurationManagerProperty(initializer: @AwsCdkDsl
CfnStack.StackConfigurationManagerProperty.Builder.() -> Unit = {}):
CfnStack.StackConfigurationManagerProperty =
CfnStack.StackConfigurationManagerProperty.Builder().apply(initializer).build()