Interface CfnWirelessDeviceImportTask.SidewalkProperty

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

@Stability(Stable) public static interface CfnWirelessDeviceImportTask.SidewalkProperty extends software.amazon.jsii.JsiiSerializable
Sidewalk-related information about a wireless device import task.

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.*;
 SidewalkProperty sidewalkProperty = SidewalkProperty.builder()
         .deviceCreationFile("deviceCreationFile")
         .deviceCreationFileList(List.of("deviceCreationFileList"))
         .role("role")
         .sidewalkManufacturingSn("sidewalkManufacturingSn")
         .build();
 
  • Method Details

    • getDeviceCreationFile

      @Stability(Stable) @Nullable default String getDeviceCreationFile()
      The CSV file contained in an S3 bucket that's used for adding devices to an import task.
    • getDeviceCreationFileList

      @Stability(Stable) @Nullable default List<String> getDeviceCreationFileList()
      List of Sidewalk devices that are added to the import task.
    • getRole

      @Stability(Stable) @Nullable default String getRole()
      The IAM role that allows AWS IoT Wireless to access the CSV file in the S3 bucket.
    • getSidewalkManufacturingSn

      @Stability(Stable) @Nullable default String getSidewalkManufacturingSn()
      The Sidewalk manufacturing serial number (SMSN) of the Sidewalk device.
    • builder

      @Stability(Stable) static CfnWirelessDeviceImportTask.SidewalkProperty.Builder builder()
      Returns:
      a CfnWirelessDeviceImportTask.SidewalkProperty.Builder of CfnWirelessDeviceImportTask.SidewalkProperty