This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::IoTFleetWise::Campaign SignalInformation
Information about a signal.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "DataPartitionId" :String, "MaxSampleCount" :Number, "MinimumSamplingIntervalMs" :Number, "Name" :String}
YAML
DataPartitionId:StringMaxSampleCount:NumberMinimumSamplingIntervalMs:NumberName:String
Properties
DataPartitionId-
The ID of the data partition this signal is associated with.
The ID must match one of the IDs provided in
dataPartitions. This is accomplished either by specifying a particular data partition ID or by usingdefaultfor an established default partition. You can establish a default partition in theDataPartitiondata type.Note
If you upload a signal as a condition for a campaign's data partition, the same signal must be included in
signalsToCollect.Required: No
Type: String
Pattern:
^[a-zA-Z0-9]+$Minimum:
1Maximum:
128Update requires: Replacement
MaxSampleCount-
The maximum number of samples to collect.
Required: No
Type: Number
Minimum:
1Maximum:
4294967295Update requires: Replacement
MinimumSamplingIntervalMs-
The minimum duration of time (in milliseconds) between two triggering events to collect data.
Note
If a signal changes often, you might want to collect data at a slower rate.
Required: No
Type: Number
Minimum:
0Maximum:
4294967295Update requires: Replacement
Name-
The name of the signal.
Required: Yes
Type: String
Pattern:
^[\w|*|-]+(\.[\w|*|-]+)*$Minimum:
1Maximum:
150Update requires: Replacement