CfnWirelessGatewayProps¶
-
class
aws_cdk.aws_iotwireless.
CfnWirelessGatewayProps
(*, lo_ra_wan, description=None, last_uplink_received_at=None, name=None, tags=None, thing_arn=None)¶ Bases:
object
Properties for defining a
AWS::IoTWireless::WirelessGateway
.- Parameters
lo_ra_wan (
Union
[IResolvable
,LoRaWANGatewayProperty
]) –AWS::IoTWireless::WirelessGateway.LoRaWAN
.description (
Optional
[str
]) –AWS::IoTWireless::WirelessGateway.Description
.last_uplink_received_at (
Optional
[str
]) –AWS::IoTWireless::WirelessGateway.LastUplinkReceivedAt
.name (
Optional
[str
]) –AWS::IoTWireless::WirelessGateway.Name
.tags (
Optional
[Sequence
[CfnTag
]]) –AWS::IoTWireless::WirelessGateway.Tags
.thing_arn (
Optional
[str
]) –AWS::IoTWireless::WirelessGateway.ThingArn
.
- Link
Attributes
-
description
¶ AWS::IoTWireless::WirelessGateway.Description
.
-
last_uplink_received_at
¶ AWS::IoTWireless::WirelessGateway.LastUplinkReceivedAt
.
-
lo_ra_wan
¶ AWS::IoTWireless::WirelessGateway.LoRaWAN
.
-
name
¶ AWS::IoTWireless::WirelessGateway.Name
.
AWS::IoTWireless::WirelessGateway.Tags
.
-
thing_arn
¶ AWS::IoTWireless::WirelessGateway.ThingArn
.