interface FPortsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.IoTWireless.CfnWirelessDevice.FPortsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsiotwireless#CfnWirelessDevice_FPortsProperty |
Java | software.amazon.awscdk.services.iotwireless.CfnWirelessDevice.FPortsProperty |
Python | aws_cdk.aws_iotwireless.CfnWirelessDevice.FPortsProperty |
TypeScript | aws-cdk-lib » aws_iotwireless » CfnWirelessDevice » FPortsProperty |
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 { aws_iotwireless as iotwireless } from 'aws-cdk-lib';
const fPortsProperty: iotwireless.CfnWirelessDevice.FPortsProperty = {
applications: [{
destinationName: 'destinationName',
fPort: 123,
type: 'type',
}],
};
Properties
Name | Type | Description |
---|---|---|
applications? | IResolvable | IResolvable | Application [] | LoRaWAN application configuration, which can be used to perform geolocation. |
applications?
Type:
IResolvable
|
IResolvable
|
Application
[]
(optional)
LoRaWAN application configuration, which can be used to perform geolocation.