aws-cdk-lib.aws_iotwireless.CfnWirelessDeviceImportTask.SidewalkProperty

interface SidewalkProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTWireless.CfnWirelessDeviceImportTask.SidewalkProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotwireless#CfnWirelessDeviceImportTask_SidewalkProperty
Javasoftware.amazon.awscdk.services.iotwireless.CfnWirelessDeviceImportTask.SidewalkProperty
Pythonaws_cdk.aws_iotwireless.CfnWirelessDeviceImportTask.SidewalkProperty
TypeScript aws-cdk-lib » aws_iotwireless » CfnWirelessDeviceImportTask » SidewalkProperty

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 { aws_iotwireless as iotwireless } from 'aws-cdk-lib';
const sidewalkProperty: iotwireless.CfnWirelessDeviceImportTask.SidewalkProperty = {
  deviceCreationFile: 'deviceCreationFile',
  deviceCreationFileList: ['deviceCreationFileList'],
  role: 'role',
  sidewalkManufacturingSn: 'sidewalkManufacturingSn',
};

Properties

NameTypeDescription
deviceCreationFile?stringThe CSV file contained in an S3 bucket that's used for adding devices to an import task.
deviceCreationFileList?string[]List of Sidewalk devices that are added to the import task.
role?stringThe IAM role that allows AWS IoT Wireless to access the CSV file in the S3 bucket.
sidewalkManufacturingSn?stringThe Sidewalk manufacturing serial number (SMSN) of the Sidewalk device.

deviceCreationFile?

Type: string (optional)

The CSV file contained in an S3 bucket that's used for adding devices to an import task.


deviceCreationFileList?

Type: string[] (optional)

List of Sidewalk devices that are added to the import task.


role?

Type: string (optional)

The IAM role that allows AWS IoT Wireless to access the CSV file in the S3 bucket.


sidewalkManufacturingSn?

Type: string (optional)

The Sidewalk manufacturing serial number (SMSN) of the Sidewalk device.