AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::IoTWireless::WirelessDeviceImportTask

CfnWirelessDeviceImportTask

Information 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

import { CfnWirelessDeviceImportTask } from 'aws-cdk-lib/aws-iotwireless';

Or use the module namespace:

import * as iotwireless from 'aws-cdk-lib/aws-iotwireless';
// iotwireless.CfnWirelessDeviceImportTask

Properties

Configuration passed to the constructor as CfnWirelessDeviceImportTaskProps.

destinationNameRequired
string

The name of the destination that describes the IoT rule to route messages from the Sidewalk devices in the import task to other applications.

sidewalkRequired
IResolvable | SidewalkProperty

The Sidewalk-related information of the wireless device import task.

tagsOptional
CfnTag[]

Adds to or modifies the tags of the given resource. Tags are metadata that you can use to manage a resource.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-iotwireless
CFN TypeAWS::IoTWireless::WirelessDeviceImportTask
Properties3

External Links