AWS::IoTFleetWise::SignalCatalog NodeCounts

Information about the number of nodes and node types in a vehicle network.

Syntax

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

JSON

{ "TotalActuators" : Double, "TotalAttributes" : Double, "TotalBranches" : Double, "TotalNodes" : Double, "TotalSensors" : Double }

YAML

TotalActuators: Double TotalAttributes: Double TotalBranches: Double TotalNodes: Double TotalSensors: Double

Properties

TotalActuators

The total number of nodes in a vehicle network that represent actuators.

Required: No

Type: Double

Update requires: No interruption

TotalAttributes

The total number of nodes in a vehicle network that represent attributes.

Required: No

Type: Double

Update requires: No interruption

TotalBranches

The total number of nodes in a vehicle network that represent branches.

Required: No

Type: Double

Update requires: No interruption

TotalNodes

The total number of nodes in a vehicle network.

Required: No

Type: Double

Update requires: No interruption

TotalSensors

The total number of nodes in a vehicle network that represent sensors.

Required: No

Type: Double

Update requires: No interruption