Amazon IoT Events · JSON Structure

Iot Events Email Recipients Structure

Contains the information of one or more recipients who receive the emails.

You must add the users that receive emails to your AWS SSO store.

Type: object Properties: 1
Event DetectionIoTState MachineAutomation

EmailRecipients is a JSON Structure definition published by Amazon IoT Events, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

to

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-events/refs/heads/main/json-structure/iot-events-email-recipients-structure.json",
  "name": "EmailRecipients",
  "description": "<p>Contains the information of one or more recipients who receive the emails.</p> <important> <p>You must <a href=\"https://docs.aws.amazon.com/singlesignon/latest/userguide/addusers.html\">add the users that receive emails to your AWS SSO store</a>.</p> </important>",
  "type": "object",
  "properties": {
    "to": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RecipientDetails"
        },
        {
          "description": "Specifies one or more recipients who receive the email."
        }
      ]
    }
  }
}