Class: Aws::IoTWireless::Types::ConnectionStatusEventConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::ConnectionStatusEventConfiguration
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
Note:
When making an API call, you may pass ConnectionStatusEventConfiguration data as a hash:
{
lo_ra_wan: {
gateway_eui_event_topic: "Enabled", # accepts Enabled, Disabled
},
wireless_gateway_id_event_topic: "Enabled", # accepts Enabled, Disabled
}
Connection status event configuration object for enabling or disabling topic.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lo_ra_wan ⇒ Types::LoRaWANConnectionStatusEventNotificationConfigurations
Connection status event configuration object for enabling or disabling LoRaWAN related event topics.
-
#wireless_gateway_id_event_topic ⇒ String
Enum to denote whether the wireless gateway id connection status event topic is enabled or disabled .
Instance Attribute Details
#lo_ra_wan ⇒ Types::LoRaWANConnectionStatusEventNotificationConfigurations
Connection status event configuration object for enabling or disabling LoRaWAN related event topics.
392 393 394 395 396 397 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 392 class ConnectionStatusEventConfiguration < Struct.new( :lo_ra_wan, :wireless_gateway_id_event_topic) SENSITIVE = [] include Aws::Structure end |
#wireless_gateway_id_event_topic ⇒ String
Enum to denote whether the wireless gateway id connection status event topic is enabled or disabled .
392 393 394 395 396 397 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 392 class ConnectionStatusEventConfiguration < Struct.new( :lo_ra_wan, :wireless_gateway_id_event_topic) SENSITIVE = [] include Aws::Structure end |