AWS::IoTWireless::WirelessGatewayProvisions a wireless gateway.
import { CfnWirelessGateway } from 'aws-cdk-lib/aws-iotwireless';Or use the module namespace:
import * as iotwireless from 'aws-cdk-lib/aws-iotwireless';
// iotwireless.CfnWirelessGatewayConfiguration passed to the constructor as CfnWirelessGatewayProps.
loRaWanRequiredIResolvable | LoRaWANGatewayPropertyThe gateway configuration information to use to create the wireless gateway.
descriptionOptionalstringThe description of the new resource. The maximum length is 2048 characters.
lastUplinkReceivedAtOptionalstringThe date and time when the most recent uplink was received.
nameOptionalstringThe name of the new resource.
tagsOptionalCfnTag[]The tags are an array of key-value pairs to attach to the specified resource. Tags can have a minimum of 0 and a maximum of 50 items.
thingArnOptionalstringThe ARN of the thing to associate with the wireless gateway.
thingNameOptionalstringThe name of the thing associated with the wireless gateway. The value is empty if a thing isn't associated with the gateway.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-iotwirelessAWS::IoTWireless::WirelessGateway