@Stability(value=Stable)
public static interface CfnServiceProfile.LoRaWANServiceProfileProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnServiceProfile.LoRaWANServiceProfileProperty.Builder
A builder for
CfnServiceProfile.LoRaWANServiceProfileProperty |
static class |
CfnServiceProfile.LoRaWANServiceProfileProperty.Jsii$Proxy
An implementation for
CfnServiceProfile.LoRaWANServiceProfileProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnServiceProfile.LoRaWANServiceProfileProperty.Builder |
builder() |
default Object |
getAddGwMetadata()
The AddGWMetaData value.
|
default String |
getChannelMask()
The ChannelMask value.
|
default Number |
getDevStatusReqFreq()
The DevStatusReqFreq value.
|
default Number |
getDlBucketSize()
The DLBucketSize value.
|
default Number |
getDlRate()
The DLRate value.
|
default String |
getDlRatePolicy()
The DLRatePolicy value.
|
default Number |
getDrMax()
The DRMax value.
|
default Number |
getDrMin()
The DRMin value.
|
default Object |
getHrAllowed()
The HRAllowed value that describes whether handover roaming is allowed.
|
default Number |
getMinGwDiversity()
The MinGwDiversity value.
|
default Object |
getNwkGeoLoc()
The NwkGeoLoc value.
|
default Object |
getPrAllowed()
The PRAllowed value that describes whether passive roaming is allowed.
|
default Object |
getRaAllowed()
The RAAllowed value that describes whether roaming activation is allowed.
|
default Object |
getReportDevStatusBattery()
The ReportDevStatusBattery value.
|
default Object |
getReportDevStatusMargin()
The ReportDevStatusMargin value.
|
default Number |
getTargetPer()
The TargetPer value.
|
default Number |
getUlBucketSize()
The UlBucketSize value.
|
default Number |
getUlRate()
The ULRate value.
|
default String |
getUlRatePolicy()
The ULRatePolicy value.
|
@Stability(value=Stable) @Nullable default Object getAddGwMetadata()
@Stability(value=Stable) @Nullable default String getChannelMask()
This property is ReadOnly and can't be inputted for create. It's returned with Fn::GetAtt
@Stability(value=Stable) @Nullable default Number getDevStatusReqFreq()
This property is ReadOnly and can't be inputted for create. It's returned with Fn::GetAtt
@Stability(value=Stable) @Nullable default Number getDlBucketSize()
This property is ReadOnly and can't be inputted for create. It's returned with Fn::GetAtt
@Stability(value=Stable) @Nullable default Number getDlRate()
This property is ReadOnly and can't be inputted for create. It's returned with Fn::GetAtt
@Stability(value=Stable) @Nullable default String getDlRatePolicy()
This property is ReadOnly and can't be inputted for create. It's returned with Fn::GetAtt
@Stability(value=Stable) @Nullable default Number getDrMax()
This property is ReadOnly and can't be inputted for create. It's returned with Fn::GetAtt
@Stability(value=Stable) @Nullable default Number getDrMin()
This property is ReadOnly and can't be inputted for create. It's returned with Fn::GetAtt
@Stability(value=Stable) @Nullable default Object getHrAllowed()
This property is ReadOnly and can't be inputted for create. It's returned with Fn::GetAtt
@Stability(value=Stable) @Nullable default Number getMinGwDiversity()
This property is ReadOnly and can't be inputted for create. It's returned with Fn::GetAtt
@Stability(value=Stable) @Nullable default Object getNwkGeoLoc()
This property is ReadOnly and can't be inputted for create. It's returned with Fn::GetAtt
@Stability(value=Stable) @Nullable default Object getPrAllowed()
This property is ReadOnly and can't be inputted for create. It's returned with Fn::GetAtt
@Stability(value=Stable) @Nullable default Object getRaAllowed()
@Stability(value=Stable) @Nullable default Object getReportDevStatusBattery()
This property is ReadOnly and can't be inputted for create. It's returned with Fn::GetAtt
@Stability(value=Stable) @Nullable default Object getReportDevStatusMargin()
This property is ReadOnly and can't be inputted for create. It's returned with Fn::GetAtt
@Stability(value=Stable) @Nullable default Number getTargetPer()
This property is ReadOnly and can't be inputted for create. It's returned with Fn::GetAtt
@Stability(value=Stable) @Nullable default Number getUlBucketSize()
This property is ReadOnly and can't be inputted for create. It's returned with Fn::GetAtt
@Stability(value=Stable) @Nullable default Number getUlRate()
This property is ReadOnly and can't be inputted for create. It's returned with Fn::GetAtt
@Stability(value=Stable) @Nullable default String getUlRatePolicy()
This property is ReadOnly and can't be inputted for create. It's returned with Fn::GetAtt
@Stability(value=Stable) static CfnServiceProfile.LoRaWANServiceProfileProperty.Builder builder()
Copyright © 2022. All rights reserved.