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 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.- See Also:
-
getChannelMask
The ChannelMask value.This property is
ReadOnly
and can't be inputted for create. It's returned withFn::GetAtt
- See Also:
-
getDevStatusReqFreq
The DevStatusReqFreq value.This property is
ReadOnly
and can't be inputted for create. It's returned withFn::GetAtt
- See Also:
-
getDlBucketSize
The DLBucketSize value.This property is
ReadOnly
and can't be inputted for create. It's returned withFn::GetAtt
- See Also:
-
getDlRate
The DLRate value.This property is
ReadOnly
and can't be inputted for create. It's returned withFn::GetAtt
- See Also:
-
getDlRatePolicy
The DLRatePolicy value.This property is
ReadOnly
and can't be inputted for create. It's returned withFn::GetAtt
- See Also:
-
getDrMax
The DRMax value.This property is
ReadOnly
and can't be inputted for create. It's returned withFn::GetAtt
- See Also:
-
getDrMin
The DRMin value.This property is
ReadOnly
and 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
ReadOnly
and can't be inputted for create. It's returned withFn::GetAtt
- See Also:
-
getMinGwDiversity
The MinGwDiversity value.This property is
ReadOnly
and can't be inputted for create. It's returned withFn::GetAtt
- See Also:
-
getNwkGeoLoc
The NwkGeoLoc value.This property is
ReadOnly
and can't be inputted for create. It's returned withFn::GetAtt
- See Also:
-
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
- See Also:
-
getRaAllowed
The RAAllowed value that describes whether roaming activation is allowed.- See Also:
-
getReportDevStatusBattery
The ReportDevStatusBattery value.This property is
ReadOnly
and can't be inputted for create. It's returned withFn::GetAtt
- See Also:
-
getReportDevStatusMargin
The ReportDevStatusMargin value.This property is
ReadOnly
and can't be inputted for create. It's returned withFn::GetAtt
- See Also:
-
getTargetPer
The TargetPer value.This property is
ReadOnly
and can't be inputted for create. It's returned withFn::GetAtt
- See Also:
-
getUlBucketSize
The UlBucketSize value.This property is
ReadOnly
and can't be inputted for create. It's returned withFn::GetAtt
- See Also:
-
getUlRate
The ULRate value.This property is
ReadOnly
and can't be inputted for create. It's returned withFn::GetAtt
- See Also:
-
getUlRatePolicy
The ULRatePolicy value.This property is
ReadOnly
and can't be inputted for create. It's returned withFn::GetAtt
- See Also:
-
builder
-