CustomerAction - Amazon IoT Events
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

CustomerAction

Contains information about the action that you can take to respond to the alarm.

Contents

acknowledgeActionConfiguration

Contains the configuration information of an acknowledge action.

Type: AcknowledgeActionConfiguration object

Required: No

actionName

The name of the action. The action name can be one of the following values:

  • SNOOZE - When you snooze the alarm, the alarm state changes to SNOOZE_DISABLED.

  • ENABLE - When you enable the alarm, the alarm state changes to NORMAL.

  • DISABLE - When you disable the alarm, the alarm state changes to DISABLED.

  • ACKNOWLEDGE - When you acknowledge the alarm, the alarm state changes to ACKNOWLEDGED.

  • RESET - When you reset the alarm, the alarm state changes to NORMAL.

For more information, see the AlarmState API.

Type: String

Valid Values: SNOOZE | ENABLE | DISABLE | ACKNOWLEDGE | RESET

Required: No

disableActionConfiguration

Contains the configuration information of a disable action.

Type: DisableActionConfiguration object

Required: No

enableActionConfiguration

Contains the configuration information of an enable action.

Type: EnableActionConfiguration object

Required: No

resetActionConfiguration

Contains the configuration information of a reset action.

Type: ResetActionConfiguration object

Required: No

snoozeActionConfiguration

Contains the configuration information of a snooze action.

Type: SnoozeActionConfiguration object

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: