WirelessDeviceOtaaV11Args

data class WirelessDeviceOtaaV11Args(val appKey: Output<String>, val joinEui: Output<String>, val nwkKey: Output<String>) : ConvertibleToJava<WirelessDeviceOtaaV11Args>

Constructors

Link copied to clipboard
constructor(appKey: Output<String>, joinEui: Output<String>, nwkKey: Output<String>)

Properties

Link copied to clipboard
val appKey: Output<String>

The AppKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the AppKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.

Link copied to clipboard
val joinEui: Output<String>

The JoinEUI value.

Link copied to clipboard
val nwkKey: Output<String>

The NwkKey is a secret key, which you should handle in a similar way as you would an application password. You can protect the NwkKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.

Functions

Link copied to clipboard
open override fun toJava(): WirelessDeviceOtaaV11Args