@Stability(value=Stable)
public static interface CfnDeviceProfile.LoRaWANDeviceProfileProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
LoRaWANDeviceProfileProperty loRaWANDeviceProfileProperty = LoRaWANDeviceProfileProperty.builder()
.classBTimeout(123)
.classCTimeout(123)
.macVersion("macVersion")
.maxDutyCycle(123)
.maxEirp(123)
.pingSlotDr(123)
.pingSlotFreq(123)
.pingSlotPeriod(123)
.regParamsRevision("regParamsRevision")
.rfRegion("rfRegion")
.supports32BitFCnt(false)
.supportsClassB(false)
.supportsClassC(false)
.supportsJoin(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeviceProfile.LoRaWANDeviceProfileProperty.Builder
A builder for
CfnDeviceProfile.LoRaWANDeviceProfileProperty |
static class |
CfnDeviceProfile.LoRaWANDeviceProfileProperty.Jsii$Proxy
An implementation for
CfnDeviceProfile.LoRaWANDeviceProfileProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeviceProfile.LoRaWANDeviceProfileProperty.Builder |
builder() |
default Number |
getClassBTimeout()
`CfnDeviceProfile.LoRaWANDeviceProfileProperty.ClassBTimeout`.
|
default Number |
getClassCTimeout()
`CfnDeviceProfile.LoRaWANDeviceProfileProperty.ClassCTimeout`.
|
default String |
getMacVersion()
`CfnDeviceProfile.LoRaWANDeviceProfileProperty.MacVersion`.
|
default Number |
getMaxDutyCycle()
`CfnDeviceProfile.LoRaWANDeviceProfileProperty.MaxDutyCycle`.
|
default Number |
getMaxEirp()
`CfnDeviceProfile.LoRaWANDeviceProfileProperty.MaxEirp`.
|
default Number |
getPingSlotDr()
`CfnDeviceProfile.LoRaWANDeviceProfileProperty.PingSlotDr`.
|
default Number |
getPingSlotFreq()
`CfnDeviceProfile.LoRaWANDeviceProfileProperty.PingSlotFreq`.
|
default Number |
getPingSlotPeriod()
`CfnDeviceProfile.LoRaWANDeviceProfileProperty.PingSlotPeriod`.
|
default String |
getRegParamsRevision()
`CfnDeviceProfile.LoRaWANDeviceProfileProperty.RegParamsRevision`.
|
default String |
getRfRegion()
`CfnDeviceProfile.LoRaWANDeviceProfileProperty.RfRegion`.
|
default Object |
getSupports32BitFCnt()
`CfnDeviceProfile.LoRaWANDeviceProfileProperty.Supports32BitFCnt`.
|
default Object |
getSupportsClassB()
`CfnDeviceProfile.LoRaWANDeviceProfileProperty.SupportsClassB`.
|
default Object |
getSupportsClassC()
`CfnDeviceProfile.LoRaWANDeviceProfileProperty.SupportsClassC`.
|
default Object |
getSupportsJoin()
`CfnDeviceProfile.LoRaWANDeviceProfileProperty.SupportsJoin`.
|
@Stability(value=Stable) @Nullable default Number getClassBTimeout()
@Stability(value=Stable) @Nullable default Number getClassCTimeout()
@Stability(value=Stable) @Nullable default String getMacVersion()
@Stability(value=Stable) @Nullable default Number getMaxDutyCycle()
@Stability(value=Stable) @Nullable default Number getMaxEirp()
@Stability(value=Stable) @Nullable default Number getPingSlotDr()
@Stability(value=Stable) @Nullable default Number getPingSlotFreq()
@Stability(value=Stable) @Nullable default Number getPingSlotPeriod()
@Stability(value=Stable) @Nullable default String getRegParamsRevision()
@Stability(value=Stable) @Nullable default String getRfRegion()
@Stability(value=Stable) @Nullable default Object getSupports32BitFCnt()
@Stability(value=Stable) @Nullable default Object getSupportsClassB()
@Stability(value=Stable) @Nullable default Object getSupportsClassC()
@Stability(value=Stable) @Nullable default Object getSupportsJoin()
@Stability(value=Stable) static CfnDeviceProfile.LoRaWANDeviceProfileProperty.Builder builder()
Copyright © 2021. All rights reserved.