All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.burkard.cdk.cloudformation.IncludedNestedStack.scala Maven / Gradle / Ivy

package io.burkard.cdk.cloudformation

@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object IncludedNestedStack {

  def apply(
    stack: software.amazon.awscdk.NestedStack,
    includedTemplate: software.amazon.awscdk.cloudformation.include.CfnInclude
  ): software.amazon.awscdk.cloudformation.include.IncludedNestedStack =
    (new software.amazon.awscdk.cloudformation.include.IncludedNestedStack.Builder)
      .stack(stack)
      .includedTemplate(includedTemplate)
      .build()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy