AWS Fundamentals Logo
AWS Fundamentals
AWS::IoTWireless::WirelessDeviceImportTask

IoTWireless WirelessDeviceImportTask

Wireless Device Import Tasks

Properties

3 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
DestinationName
string
Required
Sidewalk
object
Required
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringArn for Wireless Device Import Task, Returned upon successful start.
CreationDatestringCreationDate for import task
FailedImportedDevicesCountintegerFailed Imported Devices Count
IdstringId for Wireless Device Import Task, Returned upon successful start.
InitializedImportedDevicesCountintegerInitialized Imported Devices Count
OnboardedImportedDevicesCountintegerOnboarded Imported Devices Count
PendingImportedDevicesCountintegerPending Imported Devices Count
StatusstringStatus for import task
StatusReasonstringStatusReason for import task

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IoTWireless::WirelessDeviceImportTask

Resources:
  MyResource:
    Type: AWS::IoTWireless::WirelessDeviceImportTask
    Properties:
      DestinationName: "my-destinationname"
      Sidewalk: "my-sidewalk"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

iotwireless:StartWirelessDeviceImportTaskiotwireless:StartSingleWirelessDeviceImportTaskiotwireless:TagResourceiam:PassRole

read

iotwireless:GetWirelessDeviceImportTaskiotwireless:ListTagsForResource

update

iotwireless:GetWirelessDeviceImportTaskiotwireless:UpdateWirelessDeviceImportTaskiotwireless:TagResourceiotwireless:UntagResourceiam:PassRole

delete

iotwireless:DeleteWirelessDeviceImportTask

list

iotwireless:ListWirelessDeviceImportTasksiotwireless:ListTagsForResource

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

ServiceIoTWireless
Properties12
Required2
TaggingSupported
Primary IDId

Supported Operations

CreateReadUpdateDeleteList

External Links