AWS::IoTWireless::WirelessDeviceImportTaskInformation about an import task for wireless devices. When creating the resource, either create a single wireless device import task using the Sidewalk manufacturing serial number (SMSN) of the wireless device, or create an import task for multiple devices by specifying both the `DeviceCreationFile` and the `Role` .
import { CfnWirelessDeviceImportTask } from 'aws-cdk-lib/aws-iotwireless';Or use the module namespace:
import * as iotwireless from 'aws-cdk-lib/aws-iotwireless';
// iotwireless.CfnWirelessDeviceImportTaskConfiguration passed to the constructor as CfnWirelessDeviceImportTaskProps.
destinationNameRequiredstringThe name of the destination that describes the IoT rule to route messages from the Sidewalk devices in the import task to other applications.
sidewalkRequiredIResolvable | SidewalkPropertyThe Sidewalk-related information of the wireless device import task.
tagsOptionalCfnTag[]Adds to or modifies the tags of the given resource. Tags are metadata that you can use to manage a resource.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-iotwirelessAWS::IoTWireless::WirelessDeviceImportTask