GetEventConfigurationByResourceTypes
Get the event configuration based on resource types.
Request Syntax
GET /event-configurations-resource-types HTTP/1.1
URI Request Parameters
The request does not use any URI parameters.
Request Body
The request does not have a request body.
Response Syntax
HTTP/1.1 200
Content-type: application/json
{
   "ConnectionStatus": { 
      "LoRaWAN": { 
         "WirelessGatewayEventTopic": "string"
      }
   },
   "DeviceRegistrationState": { 
      "Sidewalk": { 
         "WirelessDeviceEventTopic": "string"
      }
   },
   "Join": { 
      "LoRaWAN": { 
         "WirelessDeviceEventTopic": "string"
      }
   },
   "MessageDeliveryStatus": { 
      "Sidewalk": { 
         "WirelessDeviceEventTopic": "string"
      }
   },
   "Proximity": { 
      "Sidewalk": { 
         "WirelessDeviceEventTopic": "string"
      }
   }
}Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
- ConnectionStatus
- 
               Resource type event configuration for the connection status event. Type: ConnectionStatusResourceTypeEventConfiguration object 
- DeviceRegistrationState
- 
               Resource type event configuration for the device registration state event. Type: DeviceRegistrationStateResourceTypeEventConfiguration object 
- Join
- 
               Resource type event configuration for the join event. Type: JoinResourceTypeEventConfiguration object 
- MessageDeliveryStatus
- 
               Resource type event configuration object for the message delivery status event. Type: MessageDeliveryStatusResourceTypeEventConfiguration object 
- Proximity
- 
               Resource type event configuration for the proximity event. Type: ProximityResourceTypeEventConfiguration object 
Errors
For information about the errors that are common to all actions, see Common Errors.
- AccessDeniedException
- 
               User does not have permission to perform this action. HTTP Status Code: 403 
- InternalServerException
- 
               An unexpected error occurred while processing a request. HTTP Status Code: 500 
- ThrottlingException
- 
               The request was denied because it exceeded the allowed API request rate. HTTP Status Code: 429 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: