Amazon IoT Core · JSON Structure

Iot Core Describe Event Configurations Response Structure

DescribeEventConfigurationsResponse schema

Type: object Properties: 3
Device ManagementIoTMQTTMessage Routing

DescribeEventConfigurationsResponse is a JSON Structure definition published by Amazon IoT Core, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

eventConfigurations creationDate lastModifiedDate

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-core/refs/heads/main/json-structure/iot-core-describe-event-configurations-response-structure.json",
  "name": "DescribeEventConfigurationsResponse",
  "description": "DescribeEventConfigurationsResponse schema",
  "type": "object",
  "properties": {
    "eventConfigurations": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EventConfigurations"
        },
        {
          "description": "The event configurations."
        }
      ]
    },
    "creationDate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CreationDate"
        },
        {
          "description": "The creation date of the event configuration."
        }
      ]
    },
    "lastModifiedDate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LastModifiedDate"
        },
        {
          "description": "The date the event configurations were last modified."
        }
      ]
    }
  }
}