DescribeEventConfigurationsResponse

DescribeEventConfigurationsResponse schema

Device ManagementFleet ManagementIoTOTA Updates

Properties

Name Type Description
eventConfigurations object
creationDate object
lastModifiedDate object
View JSON Schema on GitHub

JSON Schema

iot-device-management-describe-event-configurations-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-management/refs/heads/main/json-schema/iot-device-management-describe-event-configurations-response-schema.json",
  "title": "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."
        }
      ]
    }
  }
}