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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnServiceProfile.LoRaWANServiceProfileProperty
static final class
An implementation forCfnServiceProfile.LoRaWANServiceProfileProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Object
The AddGWMetaData value.default String
The ChannelMask value.default Number
The DevStatusReqFreq value.default Number
The DLBucketSize value.default Number
The DLRate value.default String
The DLRatePolicy value.default Number
getDrMax()
The DRMax value.default Number
getDrMin()
The DRMin value.default Object
The HRAllowed value that describes whether handover roaming is allowed.default Number
The MinGwDiversity value.default Object
The NwkGeoLoc value.default Object
The PRAllowed value that describes whether passive roaming is allowed.default Object
The RAAllowed value that describes whether roaming activation is allowed.default Object
The ReportDevStatusBattery value.default Object
The ReportDevStatusMargin value.default Number
The TargetPer value.default Number
The UlBucketSize value.default Number
The ULRate value.default String
The ULRatePolicy value.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAddGwMetadata
The AddGWMetaData value. -
getChannelMask
The ChannelMask value.This property is
ReadOnly
and can't be inputted for create. It's returned withFn::GetAtt
-
getDevStatusReqFreq
The DevStatusReqFreq value.This property is
ReadOnly
and can't be inputted for create. It's returned withFn::GetAtt
-
getDlBucketSize
The DLBucketSize value.This property is
ReadOnly
and can't be inputted for create. It's returned withFn::GetAtt
-
getDlRate
The DLRate value.This property is
ReadOnly
and can't be inputted for create. It's returned withFn::GetAtt
-
getDlRatePolicy
The DLRatePolicy value.This property is
ReadOnly
and can't be inputted for create. It's returned withFn::GetAtt
-
getDrMax
The DRMax value.This property is
ReadOnly
and can't be inputted for create. It's returned withFn::GetAtt
-
getDrMin
The DRMin value.This property is
ReadOnly
and can't be inputted for create. It's returned withFn::GetAtt
-
getHrAllowed
The HRAllowed value that describes whether handover roaming is allowed.This property is
ReadOnly
and can't be inputted for create. It's returned withFn::GetAtt
-
getMinGwDiversity
The MinGwDiversity value.This property is
ReadOnly
and can't be inputted for create. It's returned withFn::GetAtt
-
getNwkGeoLoc
The NwkGeoLoc value.This property is
ReadOnly
and can't be inputted for create. It's returned withFn::GetAtt
-
getPrAllowed
The PRAllowed value that describes whether passive roaming is allowed.This property is
ReadOnly
and can't be inputted for create. It's returned withFn::GetAtt
-
getRaAllowed
The RAAllowed value that describes whether roaming activation is allowed. -
getReportDevStatusBattery
The ReportDevStatusBattery value.This property is
ReadOnly
and can't be inputted for create. It's returned withFn::GetAtt
-
getReportDevStatusMargin
The ReportDevStatusMargin value.This property is
ReadOnly
and can't be inputted for create. It's returned withFn::GetAtt
-
getTargetPer
The TargetPer value.This property is
ReadOnly
and can't be inputted for create. It's returned withFn::GetAtt
-
getUlBucketSize
The UlBucketSize value.This property is
ReadOnly
and can't be inputted for create. It's returned withFn::GetAtt
-
getUlRate
The ULRate value.This property is
ReadOnly
and can't be inputted for create. It's returned withFn::GetAtt
-
getUlRatePolicy
The ULRatePolicy value.This property is
ReadOnly
and can't be inputted for create. It's returned withFn::GetAtt
-
builder
-