Variant - Amazon IoT SiteWise
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).

Variant

Contains an asset property value (of a single type only).

Contents

booleanValue

Asset property data of type Boolean (true or false).

Type: Boolean

Required: No

doubleValue

Asset property data of type double (floating point number). The min value is -10^10. The max value is 10^10. Double.NaN is allowed.

Type: Double

Required: No

integerValue

Asset property data of type integer (whole number).

Type: Integer

Required: No

nullValue

The type of null asset property data with BAD and UNCERTAIN qualities.

Type: PropertyValueNullValue object

Required: No

stringValue

Asset property data of type string (sequence of characters). The allowed pattern: "^$|[^\u0000-\u001F\u007F]+". The max length is 1024.

Type: String

Required: No

See Also

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