@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:06.919Z") @Stability(value=Stable) public interface CfnFuotaTaskProps extends software.amazon.jsii.JsiiSerializable
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.*;
CfnFuotaTaskProps cfnFuotaTaskProps = CfnFuotaTaskProps.builder()
.firmwareUpdateImage("firmwareUpdateImage")
.firmwareUpdateRole("firmwareUpdateRole")
.loRaWan(LoRaWANProperty.builder()
.rfRegion("rfRegion")
// the properties below are optional
.startTime("startTime")
.build())
// the properties below are optional
.associateMulticastGroup("associateMulticastGroup")
.associateWirelessDevice("associateWirelessDevice")
.description("description")
.disassociateMulticastGroup("disassociateMulticastGroup")
.disassociateWirelessDevice("disassociateWirelessDevice")
.name("name")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFuotaTaskProps.Builder
A builder for
CfnFuotaTaskProps |
static class |
CfnFuotaTaskProps.Jsii$Proxy
An implementation for
CfnFuotaTaskProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnFuotaTaskProps.Builder |
builder() |
default String |
getAssociateMulticastGroup()
`AWS::IoTWireless::FuotaTask.AssociateMulticastGroup`.
|
default String |
getAssociateWirelessDevice()
`AWS::IoTWireless::FuotaTask.AssociateWirelessDevice`.
|
default String |
getDescription()
`AWS::IoTWireless::FuotaTask.Description`.
|
default String |
getDisassociateMulticastGroup()
`AWS::IoTWireless::FuotaTask.DisassociateMulticastGroup`.
|
default String |
getDisassociateWirelessDevice()
`AWS::IoTWireless::FuotaTask.DisassociateWirelessDevice`.
|
String |
getFirmwareUpdateImage()
`AWS::IoTWireless::FuotaTask.FirmwareUpdateImage`.
|
String |
getFirmwareUpdateRole()
`AWS::IoTWireless::FuotaTask.FirmwareUpdateRole`.
|
Object |
getLoRaWan()
`AWS::IoTWireless::FuotaTask.LoRaWAN`.
|
default String |
getName()
`AWS::IoTWireless::FuotaTask.Name`.
|
default List<CfnTag> |
getTags()
`AWS::IoTWireless::FuotaTask.Tags`.
|
@Stability(value=Stable) @Nullable default String getAssociateMulticastGroup()
@Stability(value=Stable) @Nullable default String getAssociateWirelessDevice()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getDisassociateMulticastGroup()
@Stability(value=Stable) @Nullable default String getDisassociateWirelessDevice()
@Stability(value=Stable) @NotNull String getFirmwareUpdateImage()
@Stability(value=Stable) @NotNull String getFirmwareUpdateRole()
@Stability(value=Stable) @NotNull Object getLoRaWan()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnFuotaTaskProps.Builder builder()
CfnFuotaTaskProps.Builder of CfnFuotaTaskPropsCopyright © 2021. All rights reserved.