Interface CfnWirelessDeviceImportTaskPropsMixin.SidewalkProperty

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

@Stability(Stable) public static interface CfnWirelessDeviceImportTaskPropsMixin.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.cfnpropertymixins.services.iotwireless.*;
 SidewalkProperty sidewalkProperty = SidewalkProperty.builder()
         .deviceCreationFile("deviceCreationFile")
         .deviceCreationFileList(List.of("deviceCreationFileList"))
         .role("role")
         .sidewalkManufacturingSn("sidewalkManufacturingSn")
         .build();
 

See Also: