AWS::IoTFleetWise::SignalCatalog

Creates a collection of standardized signals that can be reused to create vehicle models.

Syntax

To declare this entity in your AWS 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: String Name: String NodeCounts: NodeCounts Nodes: - Node Tags: - Tag

Properties

Description

Property 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

NodeCounts

Property description not available.

Required: No

Type: NodeCounts

Update requires: No interruption

Nodes

Property description not available.

Required: No

Type: List of Node

Update requires: No interruption

Tags

Property description not available.

Required: No

Type: List of Tag

Update requires: No interruption

Return values

Ref

Fn::GetAtt

Arn

Property description not available.

CreationTime

Property description not available.

LastModificationTime

Property description not available.

NodeCounts.TotalActuators

Property description not available.

NodeCounts.TotalAttributes

Property description not available.

NodeCounts.TotalBranches

Property description not available.

NodeCounts.TotalNodes

Property description not available.

NodeCounts.TotalSensors

Property description not available.