AWS::IoTFleetWise::SignalCatalog Attribute - AWS CloudFormation

AWS::IoTFleetWise::SignalCatalog Attribute

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

Syntax

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

JSON

{ "AllowedValues" : [ String, ... ], "AssignedValue" : String, "DataType" : String, "DefaultValue" : String, "Description" : String, "FullyQualifiedName" : String, "Max" : Number, "Min" : Number, "Unit" : String }

YAML

AllowedValues: - String AssignedValue: String DataType: String DefaultValue: String Description: String FullyQualifiedName: String Max: Number Min: Number Unit: String

Properties

AllowedValues

(Optional) A list of possible values an attribute can be assigned.

Required: No

Type: Array of String

Minimum: 1

Update requires: No interruption

AssignedValue

(Optional) A specified value for the attribute.

Required: No

Type: String

Update requires: No interruption

DataType

The specified data type of the attribute.

Required: Yes

Type: String

Allowed 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

Update requires: No interruption

DefaultValue

(Optional) The default value of the attribute.

Required: No

Type: String

Update requires: No interruption

Description

(Optional) A brief description of the attribute.

Required: No

Type: String

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

Minimum: 1

Maximum: 2048

Update requires: No interruption

FullyQualifiedName

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

Required: Yes

Type: String

Update requires: No interruption

Max

(Optional) The specified possible maximum value of the attribute.

Required: No

Type: Number

Update requires: No interruption

Min

(Optional) The specified possible minimum value of the attribute.

Required: No

Type: Number

Update requires: No interruption

Unit

(Optional) The scientific unit for the attribute.

Required: No

Type: String

Update requires: No interruption