aws-cdk-lib.aws_iotwireless.CfnWirelessDeviceImportTaskProps

interface CfnWirelessDeviceImportTaskProps

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

Properties for defining a CfnWirelessDeviceImportTask.

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 cfnWirelessDeviceImportTaskProps: iotwireless.CfnWirelessDeviceImportTaskProps = {
  destinationName: 'destinationName',
  sidewalk: {
    deviceCreationFile: 'deviceCreationFile',
    deviceCreationFileList: ['deviceCreationFileList'],
    role: 'role',
    sidewalkManufacturingSn: 'sidewalkManufacturingSn',
  },

  // the properties below are optional
  tags: [{
    key: 'key',
    value: 'value',
  }],
};

Properties

NameTypeDescription
destinationNamestringThe name of the destination that describes the IoT rule to route messages from the Sidewalk devices in the import task to other applications.
sidewalkIResolvable | SidewalkPropertyThe Sidewalk-related information of the wireless device import task.
tags?CfnTag[]Adds to or modifies the tags of the given resource.

destinationName

Type: 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.


sidewalk

Type: IResolvable | SidewalkProperty

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


tags?

Type: CfnTag[] (optional)

Adds to or modifies the tags of the given resource.

Tags are metadata that you can use to manage a resource.