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

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

package io.burkard.cdk

import scala.collection.JavaConverters._

@scala.annotation.nowarn("cat=deprecation")
@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object GetContextKeyResult {

  def apply(
    props: Map[String, _],
    key: String
  ): software.amazon.awscdk.GetContextKeyResult =
    (new software.amazon.awscdk.GetContextKeyResult.Builder)
      .props(props.asJava)
      .key(key)
      .build()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy