Attribute - AWS IoT FleetWise

Attribute

A signal that represents static information about the vehicle, such as engine type or manufacturing date.

Contents

dataType

The specified data type of the attribute.

Type: String

Valid Values: INT8 | UINT8 | INT16 | UINT16 | INT32 | UINT32 | INT64 | UINT64 | BOOLEAN | FLOAT | DOUBLE | STRING | UNIX_TIMESTAMP | INT8_ARRAY | UINT8_ARRAY | INT16_ARRAY | UINT16_ARRAY | INT32_ARRAY | UINT32_ARRAY | INT64_ARRAY | UINT64_ARRAY | BOOLEAN_ARRAY | FLOAT_ARRAY | DOUBLE_ARRAY | STRING_ARRAY | UNIX_TIMESTAMP_ARRAY | UNKNOWN | STRUCT | STRUCT_ARRAY

Required: Yes

fullyQualifiedName

The fully qualified name of the attribute. For example, the fully qualified name of an attribute might be Vehicle.Body.Engine.Type.

Type: String

Required: Yes

allowedValues

A list of possible values an attribute can be assigned.

Type: Array of strings

Required: No

assignedValue

This member has been deprecated.

A specified value for the attribute.

Type: String

Required: No

comment

A comment in addition to the description.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 2048.

Pattern: [^\u0000-\u001F\u007F]+

Required: No

defaultValue

The default value of the attribute.

Type: String

Required: No

deprecationMessage

The deprecation message for the node or the branch that was moved or deleted.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 2048.

Pattern: [^\u0000-\u001F\u007F]+

Required: No

description

A brief description of the attribute.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 2048.

Pattern: [^\u0000-\u001F\u007F]+

Required: No

max

The specified possible maximum value of the attribute.

Type: Double

Required: No

min

The specified possible minimum value of the attribute.

Type: Double

Required: No

unit

The scientific unit for the attribute.

Type: String

Required: No

See Also

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