Interface CfnWirelessDevice.OtaaV10xProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWirelessDevice.OtaaV10xProperty.Jsii$Proxy
- Enclosing class:
- CfnWirelessDevice
@Stability(Stable)
public static interface CfnWirelessDevice.OtaaV10xProperty
extends software.amazon.jsii.JsiiSerializable
OTAA device object for create APIs for v1.0.x.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iotwireless.*;
OtaaV10xProperty otaaV10xProperty = OtaaV10xProperty.builder()
.appEui("appEui")
.appKey("appKey")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWirelessDevice.OtaaV10xPropertystatic final classAn implementation forCfnWirelessDevice.OtaaV10xProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAppEui
The AppEUI value, with pattern of[a-fA-F0-9]{16}. -
getAppKey
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.
-
builder
-