@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-14T16:25:22.726Z")
public interface CfnServiceProfileProps
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.*; CfnServiceProfileProps cfnServiceProfileProps = CfnServiceProfileProps.builder() .loRaWan(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()) .name("name") .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnServiceProfileProps.Builder
A builder for
CfnServiceProfileProps |
static class |
CfnServiceProfileProps.Jsii$Proxy
An implementation for
CfnServiceProfileProps |
Modifier and Type | Method and Description |
---|---|
static CfnServiceProfileProps.Builder |
builder() |
default java.lang.Object |
getLoRaWan()
LoRaWAN service profile object.
|
default java.lang.String |
getName()
The name of the new resource.
|
default java.util.List<CfnTag> |
getTags()
The tags are an array of key-value pairs to attach to the specified resource.
|
default java.lang.Object getLoRaWan()
default java.lang.String getName()
default java.util.List<CfnTag> getTags()
Tags can have a minimum of 0 and a maximum of 50 items.
static CfnServiceProfileProps.Builder builder()
CfnServiceProfileProps.Builder
of CfnServiceProfileProps