@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:06.918Z") @Stability(value=Stable) public interface CfnDeviceProfileProps 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.*;
CfnDeviceProfileProps cfnDeviceProfileProps = CfnDeviceProfileProps.builder()
.loRaWan(LoRaWANDeviceProfileProperty.builder()
.classBTimeout(123)
.classCTimeout(123)
.macVersion("macVersion")
.maxDutyCycle(123)
.maxEirp(123)
.pingSlotDr(123)
.pingSlotFreq(123)
.pingSlotPeriod(123)
.regParamsRevision("regParamsRevision")
.rfRegion("rfRegion")
.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 Object |
getLoRaWan()
`AWS::IoTWireless::DeviceProfile.LoRaWAN`.
|
default String |
getName()
`AWS::IoTWireless::DeviceProfile.Name`.
|
default List<CfnTag> |
getTags()
`AWS::IoTWireless::DeviceProfile.Tags`.
|
@Stability(value=Stable) @Nullable default Object getLoRaWan()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnDeviceProfileProps.Builder builder()
CfnDeviceProfileProps.Builder of CfnDeviceProfilePropsCopyright © 2021. All rights reserved.