class Aws::IoTEvents::Types::InputDefinition

The definition of the input.

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

data as a hash:

    {
      attributes: [ # required
        {
          json_path: "AttributeJsonPath", # required
        },
      ],
    }

@!attribute [rw] attributes

The attributes from the JSON payload that are made available by the
input. Inputs are derived from messages sent to the AWS IoT Events
system using `BatchPutMessage`. Each such message contains a JSON
payload, and those attributes (and their paired values) specified
here are available for use in the `condition` expressions used by
detectors that monitor this input.
@return [Array<Types::Attribute>]

Constants

SENSITIVE