interface CfnWirelessDeviceImportTaskProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTWireless.CfnWirelessDeviceImportTaskProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotwireless#CfnWirelessDeviceImportTaskProps |
![]() | software.amazon.awscdk.services.iotwireless.CfnWirelessDeviceImportTaskProps |
![]() | aws_cdk.aws_iotwireless.CfnWirelessDeviceImportTaskProps |
![]() | 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
Name | Type | Description |
---|---|---|
destination | 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 | IResolvable | Sidewalk | The Sidewalk-related information of the wireless device import task. |
tags? | Cfn [] | 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
|
Sidewalk
The Sidewalk-related information of the wireless device import task.
tags?
Type:
Cfn
[]
(optional)
Adds to or modifies the tags of the given resource.
Tags are metadata that you can use to manage a resource.