Wireless Device Otaa V11Args
data class WirelessDeviceOtaaV11Args(val appKey: Output<String>, val joinEui: Output<String>, val nwkKey: Output<String>) : ConvertibleToJava<WirelessDeviceOtaaV11Args>
Properties
Link copied to clipboard
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
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.