Interface CfnWirelessDevice.SessionKeysAbpV11Property

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnWirelessDevice.SessionKeysAbpV11Property.Jsii$Proxy
Enclosing class:
CfnWirelessDevice

@Stability(Stable) public static interface CfnWirelessDevice.SessionKeysAbpV11Property extends software.amazon.jsii.JsiiSerializable
Session keys for ABP v1.1.

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.*;
 SessionKeysAbpV11Property sessionKeysAbpV11Property = SessionKeysAbpV11Property.builder()
         .appSKey("appSKey")
         .fNwkSIntKey("fNwkSIntKey")
         .nwkSEncKey("nwkSEncKey")
         .sNwkSIntKey("sNwkSIntKey")
         .build();
 
  • Method Details

    • getAppSKey

      @Stability(Stable) @NotNull String getAppSKey()
      The AppSKey is a secret key, which you should handle in a similar way as you would an application password.

      You can protect the AppSKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.

    • getFNwkSIntKey

      @Stability(Stable) @NotNull String getFNwkSIntKey()
      The FNwkSIntKey is a secret key, which you should handle in a similar way as you would an application password.

      You can protect the FNwkSIntKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.

    • getNwkSEncKey

      @Stability(Stable) @NotNull String getNwkSEncKey()
      The NwkSEncKey is a secret key, which you should handle in a similar way as you would an application password.

      You can protect the NwkSEncKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.

    • getSNwkSIntKey

      @Stability(Stable) @NotNull String getSNwkSIntKey()
      The SNwkSIntKey is a secret key, which you should handle in a similar way as you would an application password.

      You can protect the SNwkSIntKey value by storing it in the AWS Secrets Manager and use the secretsmanager to reference this value.

    • builder

      @Stability(Stable) static CfnWirelessDevice.SessionKeysAbpV11Property.Builder builder()
      Returns:
      a CfnWirelessDevice.SessionKeysAbpV11Property.Builder of CfnWirelessDevice.SessionKeysAbpV11Property