Interface CfnWirelessDevicePropsMixin.FPortsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWirelessDevicePropsMixin.FPortsProperty.Jsii$Proxy
- Enclosing class:
CfnWirelessDevicePropsMixin
@Stability(Stable)
public static interface CfnWirelessDevicePropsMixin.FPortsProperty
extends software.amazon.jsii.JsiiSerializable
List of FPorts assigned for different LoRaWAN application packages to use.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.iotwireless.*;
FPortsProperty fPortsProperty = FPortsProperty.builder()
.applications(List.of(ApplicationProperty.builder()
.destinationName("destinationName")
.fPort(123)
.type("type")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWirelessDevicePropsMixin.FPortsPropertystatic final classAn implementation forCfnWirelessDevicePropsMixin.FPortsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApplications
LoRaWAN application configuration, which can be used to perform geolocation.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnWirelessDevicePropsMixin.ApplicationProperty>- See Also:
-
builder
-