class Aws::IoTEvents::Types::IotEventsAction

Sends an AWS IoT Events input, passing in information about the detector model instance and the event that triggered the action.

@note When making an API call, you may pass IotEventsAction

data as a hash:

    {
      input_name: "InputName", # required
      payload: {
        content_expression: "ContentExpression", # required
        type: "STRING", # required, accepts STRING, JSON
      },
    }

@!attribute [rw] input_name

The name of the AWS IoT Events input where the data is sent.
@return [String]

@!attribute [rw] payload

You can configure the action payload when you send a message to an
AWS IoT Events input.
@return [Types::Payload]

Constants

SENSITIVE