Class CfnWirelessDevicePropsMixin.OtaaV11Property.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iotwireless.CfnWirelessDevicePropsMixin.OtaaV11Property.Jsii$Proxy
- All Implemented Interfaces:
CfnWirelessDevicePropsMixin.OtaaV11Property,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWirelessDevicePropsMixin.OtaaV11Property
@Stability(Stable)
@Internal
public static final class CfnWirelessDevicePropsMixin.OtaaV11Property.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWirelessDevicePropsMixin.OtaaV11Property
An implementation for
CfnWirelessDevicePropsMixin.OtaaV11Property-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.iotwireless.CfnWirelessDevicePropsMixin.OtaaV11Property
CfnWirelessDevicePropsMixin.OtaaV11Property.Builder, CfnWirelessDevicePropsMixin.OtaaV11Property.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWirelessDevicePropsMixin.OtaaV11Property.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe AppKey is a secret key, which you should handle in a similar way as you would an application password.final StringThe JoinEUI value.final StringThe NwkKey is a secret key, which you should handle in a similar way as you would an application password.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnWirelessDevicePropsMixin.OtaaV11Property.Builder.
-
-
Method Details
-
getAppKey
Description copied from interface:CfnWirelessDevicePropsMixin.OtaaV11PropertyThe 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.
- Specified by:
getAppKeyin interfaceCfnWirelessDevicePropsMixin.OtaaV11Property- See Also:
-
getJoinEui
Description copied from interface:CfnWirelessDevicePropsMixin.OtaaV11PropertyThe JoinEUI value.- Specified by:
getJoinEuiin interfaceCfnWirelessDevicePropsMixin.OtaaV11Property- See Also:
-
getNwkKey
Description copied from interface:CfnWirelessDevicePropsMixin.OtaaV11PropertyThe 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.
- Specified by:
getNwkKeyin interfaceCfnWirelessDevicePropsMixin.OtaaV11Property- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-