AWS::IoTEvents::DetectorModel AssetPropertyValue - Amazon CloudFormation
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).

AWS::IoTEvents::DetectorModel AssetPropertyValue

A structure that contains value information. For more information, see AssetPropertyValue in the Amazon IoT SiteWise API Reference.

You must use expressions for all parameters in AssetPropertyValue. The expressions accept literals, operators, functions, references, and substitution templates.

Examples
  • For literal values, the expressions must contain single quotes. For example, the value for the quality parameter can be 'GOOD'.

  • For references, you must specify either variables or input values. For example, the value for the quality parameter can be $input.TemperatureInput.sensorData.quality.

For more information, see Expressions in the Amazon IoT Events Developer Guide.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

Properties

Quality

The quality of the asset property value. The value must be 'GOOD', 'BAD', or 'UNCERTAIN'.

Required: No

Type: String

Update requires: No interruption

Timestamp

The timestamp associated with the asset property value. The default is the current event time.

Required: No

Type: AssetPropertyTimestamp

Update requires: No interruption

Value

The value to send to an asset property.

Required: Yes

Type: AssetPropertyVariant

Update requires: No interruption