Interface CfnServiceProfile.LoRaWANServiceProfileProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnServiceProfile.LoRaWANServiceProfileProperty.Jsii$Proxy
- Enclosing class:
CfnServiceProfile
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.*;
LoRaWANServiceProfileProperty loRaWANServiceProfileProperty = LoRaWANServiceProfileProperty.builder()
.addGwMetadata(false)
.channelMask("channelMask")
.devStatusReqFreq(123)
.dlBucketSize(123)
.dlRate(123)
.dlRatePolicy("dlRatePolicy")
.drMax(123)
.drMin(123)
.hrAllowed(false)
.minGwDiversity(123)
.nwkGeoLoc(false)
.prAllowed(false)
.raAllowed(false)
.reportDevStatusBattery(false)
.reportDevStatusMargin(false)
.targetPer(123)
.ulBucketSize(123)
.ulRate(123)
.ulRatePolicy("ulRatePolicy")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnServiceProfile.LoRaWANServiceProfilePropertystatic final classAn implementation forCfnServiceProfile.LoRaWANServiceProfileProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectThe AddGWMetaData value.default StringThe ChannelMask value.default NumberThe DevStatusReqFreq value.default NumberThe DLBucketSize value.default NumberThe DLRate value.default StringThe DLRatePolicy value.default NumbergetDrMax()The DRMax value.default NumbergetDrMin()The DRMin value.default ObjectThe HRAllowed value that describes whether handover roaming is allowed.default NumberThe MinGwDiversity value.default ObjectThe NwkGeoLoc value.default ObjectThe PRAllowed value that describes whether passive roaming is allowed.default ObjectThe RAAllowed value that describes whether roaming activation is allowed.default ObjectThe ReportDevStatusBattery value.default ObjectThe ReportDevStatusMargin value.default NumberThe TargetPer value.default NumberThe UlBucketSize value.default NumberThe ULRate value.default StringThe ULRatePolicy value.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAddGwMetadata
The AddGWMetaData value.Returns union: either
BooleanorIResolvable- See Also:
-
getChannelMask
The ChannelMask value.This property is
ReadOnlyand can't be inputted for create. It's returned withFn::GetAtt- See Also:
-
getDevStatusReqFreq
The DevStatusReqFreq value.This property is
ReadOnlyand can't be inputted for create. It's returned withFn::GetAtt- See Also:
-
getDlBucketSize
The DLBucketSize value.This property is
ReadOnlyand can't be inputted for create. It's returned withFn::GetAtt- See Also:
-
getDlRate
The DLRate value.This property is
ReadOnlyand can't be inputted for create. It's returned withFn::GetAtt- See Also:
-
getDlRatePolicy
The DLRatePolicy value.This property is
ReadOnlyand can't be inputted for create. It's returned withFn::GetAtt- See Also:
-
getDrMax
The DRMax value.This property is
ReadOnlyand can't be inputted for create. It's returned withFn::GetAtt- See Also:
-
getDrMin
The DRMin value.This property is
ReadOnlyand can't be inputted for create. It's returned withFn::GetAtt- See Also:
-
getHrAllowed
The HRAllowed value that describes whether handover roaming is allowed.This property is
ReadOnlyand can't be inputted for create. It's returned withFn::GetAttReturns union: either
BooleanorIResolvable- See Also:
-
getMinGwDiversity
The MinGwDiversity value.This property is
ReadOnlyand can't be inputted for create. It's returned withFn::GetAtt- See Also:
-
getNwkGeoLoc
The NwkGeoLoc value.This property is
ReadOnlyand can't be inputted for create. It's returned withFn::GetAttReturns union: either
BooleanorIResolvable- See Also:
-
getPrAllowed
The PRAllowed value that describes whether passive roaming is allowed.This property is
ReadOnlyand can't be inputted for create. It's returned withFn::GetAttReturns union: either
BooleanorIResolvable- See Also:
-
getRaAllowed
The RAAllowed value that describes whether roaming activation is allowed.Returns union: either
BooleanorIResolvable- See Also:
-
getReportDevStatusBattery
The ReportDevStatusBattery value.This property is
ReadOnlyand can't be inputted for create. It's returned withFn::GetAttReturns union: either
BooleanorIResolvable- See Also:
-
getReportDevStatusMargin
The ReportDevStatusMargin value.This property is
ReadOnlyand can't be inputted for create. It's returned withFn::GetAttReturns union: either
BooleanorIResolvable- See Also:
-
getTargetPer
The TargetPer value.This property is
ReadOnlyand can't be inputted for create. It's returned withFn::GetAtt- See Also:
-
getUlBucketSize
The UlBucketSize value.This property is
ReadOnlyand can't be inputted for create. It's returned withFn::GetAtt- See Also:
-
getUlRate
The ULRate value.This property is
ReadOnlyand can't be inputted for create. It's returned withFn::GetAtt- See Also:
-
getUlRatePolicy
The ULRatePolicy value.This property is
ReadOnlyand can't be inputted for create. It's returned withFn::GetAtt- See Also:
-
builder
-