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

io.burkard.cdk.CfnModuleVersionProps.scala Maven / Gradle / Ivy

package io.burkard.cdk

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

  def apply(
    moduleName: String,
    modulePackage: String
  ): software.amazon.awscdk.CfnModuleVersionProps =
    (new software.amazon.awscdk.CfnModuleVersionProps.Builder)
      .moduleName(moduleName)
      .modulePackage(modulePackage)
      .build()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy