@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.524Z") @Stability(value=Stable) public interface CfnWirelessDeviceProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnWirelessDeviceProps.Builder
A builder for
CfnWirelessDeviceProps |
static class |
CfnWirelessDeviceProps.Jsii$Proxy
An implementation for
CfnWirelessDeviceProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnWirelessDeviceProps.Builder |
builder() |
default String |
getDescription()
`AWS::IoTWireless::WirelessDevice.Description`.
|
String |
getDestinationName()
`AWS::IoTWireless::WirelessDevice.DestinationName`.
|
default String |
getLastUplinkReceivedAt()
`AWS::IoTWireless::WirelessDevice.LastUplinkReceivedAt`.
|
default Object |
getLoRaWan()
`AWS::IoTWireless::WirelessDevice.LoRaWAN`.
|
default String |
getName()
`AWS::IoTWireless::WirelessDevice.Name`.
|
default List<CfnTag> |
getTags()
`AWS::IoTWireless::WirelessDevice.Tags`.
|
default String |
getThingArn()
`AWS::IoTWireless::WirelessDevice.ThingArn`.
|
String |
getType()
`AWS::IoTWireless::WirelessDevice.Type`.
|
@Stability(value=Stable) @NotNull String getDestinationName()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getLastUplinkReceivedAt()
@Stability(value=Stable) @Nullable default Object getLoRaWan()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default String getThingArn()
@Stability(value=Stable) static CfnWirelessDeviceProps.Builder builder()
CfnWirelessDeviceProps.Builder of CfnWirelessDevicePropsCopyright © 2021. All rights reserved.