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();
 

See Also: