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

io.burkard.cdk.services.iotwireless.cfnFuotaTask.LoRaWANProperty.scala Maven / Gradle / Ivy

The newest version!
package io.burkard.cdk.services.iotwireless.cfnFuotaTask

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

  def apply(
    rfRegion: String,
    startTime: Option[String] = None
  ): software.amazon.awscdk.services.iotwireless.CfnFuotaTask.LoRaWANProperty =
    (new software.amazon.awscdk.services.iotwireless.CfnFuotaTask.LoRaWANProperty.Builder)
      .rfRegion(rfRegion)
      .startTime(startTime.orNull)
      .build()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy