@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:37.096Z")
public interface CfnDeviceProfileProps
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.*; CfnDeviceProfileProps cfnDeviceProfileProps = CfnDeviceProfileProps.builder() .loRaWan(LoRaWANDeviceProfileProperty.builder() .classBTimeout(123) .classCTimeout(123) .factoryPresetFreqsList(List.of(123)) .macVersion("macVersion") .maxDutyCycle(123) .maxEirp(123) .pingSlotDr(123) .pingSlotFreq(123) .pingSlotPeriod(123) .regParamsRevision("regParamsRevision") .rfRegion("rfRegion") .rxDataRate2(123) .rxDelay1(123) .rxDrOffset1(123) .rxFreq2(123) .supports32BitFCnt(false) .supportsClassB(false) .supportsClassC(false) .supportsJoin(false) .build()) .name("name") .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDeviceProfileProps.Builder
A builder for
CfnDeviceProfileProps |
static class |
CfnDeviceProfileProps.Jsii$Proxy
An implementation for
CfnDeviceProfileProps |
Modifier and Type | Method and Description |
---|---|
static CfnDeviceProfileProps.Builder |
builder() |
default java.lang.Object |
getLoRaWan()
LoRaWAN device 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 CfnDeviceProfileProps.Builder builder()
CfnDeviceProfileProps.Builder
of CfnDeviceProfileProps