com.faendir.awscdkkt.generated.cloudformation.include.IncludedNestedStackDsl.kt Maven / Gradle / Ivy
package com.faendir.awscdkkt.generated.cloudformation.include
import com.faendir.awscdkkt.AwsCdkDsl
import javax.`annotation`.Generated
import kotlin.Unit
import software.amazon.awscdk.cloudformation.include.IncludedNestedStack
@Generated
public fun buildIncludedNestedStack(initializer: @AwsCdkDsl IncludedNestedStack.Builder.() -> Unit =
{}): IncludedNestedStack = IncludedNestedStack.Builder().apply(initializer).build()
© 2015 - 2025 Weber Informatics LLC | Privacy Policy