Interface CfnWirelessDeviceImportTaskMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWirelessDeviceImportTaskMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)",
date="2025-12-18T18:20:27.364Z")
@Stability(Stable)
public interface CfnWirelessDeviceImportTaskMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnWirelessDeviceImportTaskPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.iotwireless.mixins.*;
CfnWirelessDeviceImportTaskMixinProps cfnWirelessDeviceImportTaskMixinProps = CfnWirelessDeviceImportTaskMixinProps.builder()
.destinationName("destinationName")
.sidewalk(SidewalkProperty.builder()
.deviceCreationFile("deviceCreationFile")
.deviceCreationFileList(List.of("deviceCreationFileList"))
.role("role")
.sidewalkManufacturingSn("sidewalkManufacturingSn")
.build())
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWirelessDeviceImportTaskMixinPropsstatic final classAn implementation forCfnWirelessDeviceImportTaskMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe name of the destination that describes the IoT rule to route messages from the Sidewalk devices in the import task to other applications.default ObjectThe Sidewalk-related information of the wireless device import task.getTags()Adds to or modifies the tags of the given resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDestinationName
The name of the destination that describes the IoT rule to route messages from the Sidewalk devices in the import task to other applications.- See Also:
-
getSidewalk
The Sidewalk-related information of the wireless device import task.Returns union: either
IResolvableorCfnWirelessDeviceImportTaskPropsMixin.SidewalkProperty- See Also:
-
getTags
Adds to or modifies the tags of the given resource.Tags are metadata that you can use to manage a resource.
- See Also:
-
builder
-