AWS::IoTFleetWise::SignalCatalog
Creates a collection of standardized signals that can be reused to create vehicle models.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::IoTFleetWise::SignalCatalog", "Properties" : { "Description" :String, "Name" :String, "NodeCounts" :NodeCounts, "Nodes" :[ Node, ... ], "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::IoTFleetWise::SignalCatalog Properties: Description:StringName:StringNodeCounts:NodeCountsNodes:- NodeTags:- Tag
Properties
DescriptionProperty description not available.
Required: No
Type: String
Update requires: No interruption
Name-
The name of the signal catalog.
Required: No
Type: String
Update requires: Replacement
NodeCountsProperty description not available.
Required: No
Type: NodeCounts
Update requires: No interruption
NodesProperty description not available.
Required: No
Type: List of Node
Update requires: No interruption
TagsProperty description not available.
Required: No
Type: List of Tag
Update requires: No interruption
Return values
Ref
Fn::GetAtt
ArnProperty description not available.
CreationTimeProperty description not available.
LastModificationTimeProperty description not available.
NodeCounts.TotalActuatorsProperty description not available.
NodeCounts.TotalAttributesProperty description not available.
NodeCounts.TotalBranchesProperty description not available.
NodeCounts.TotalNodesProperty description not available.
NodeCounts.TotalSensorsProperty description not available.