![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.iotwireless.kotlin.outputs.WirelessDeviceOtaaV10x.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.iotwireless.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property appEui The AppEUI value. You specify this value when using LoRaWAN versions v1.0.2 or v1.0.3.
* @property appKey The AppKey value.
*/
public data class WirelessDeviceOtaaV10x(
public val appEui: String,
public val appKey: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.iotwireless.outputs.WirelessDeviceOtaaV10x): WirelessDeviceOtaaV10x = WirelessDeviceOtaaV10x(
appEui = javaType.appEui(),
appKey = javaType.appKey(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy