Interface CfnWirelessDeviceImportTaskProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnWirelessDeviceImportTaskProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:29:58.020Z") @Stability(Stable) public interface CfnWirelessDeviceImportTaskProps extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.iotwireless.*;
 CfnWirelessDeviceImportTaskProps cfnWirelessDeviceImportTaskProps = CfnWirelessDeviceImportTaskProps.builder()
         .destinationName("destinationName")
         .sidewalk(SidewalkProperty.builder()
                 .deviceCreationFile("deviceCreationFile")
                 .deviceCreationFileList(List.of("deviceCreationFileList"))
                 .role("role")
                 .sidewalkManufacturingSn("sidewalkManufacturingSn")
                 .build())
         // the properties below are optional
         .tags(List.of(CfnTag.builder()
                 .key("key")
                 .value("value")
                 .build()))
         .build();
 
  • Method Details

    • getDestinationName

      @Stability(Stable) @NotNull String 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.
    • getSidewalk

      @Stability(Stable) @NotNull Object getSidewalk()
      The Sidewalk-related information of the wireless device import task.
    • getTags

      @Stability(Stable) @Nullable default List<CfnTag> getTags()
      Adds to or modifies the tags of the given resource.

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

    • builder

      @Stability(Stable) static CfnWirelessDeviceImportTaskProps.Builder builder()
      Returns:
      a CfnWirelessDeviceImportTaskProps.Builder of CfnWirelessDeviceImportTaskProps