AWS::IoTFleetWise::Campaign SignalInformation
Information about a signal.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "MaxSampleCount" :
Number
, "MinimumSamplingIntervalMs" :Number
, "Name" :String
}
YAML
MaxSampleCount:
Number
MinimumSamplingIntervalMs:Number
Name:String
Properties
MaxSampleCount
-
(Optional) The maximum number of samples to collect.
Required: No
Type: Number
Minimum:
1
Maximum:
4294967295
Update requires: No interruption
MinimumSamplingIntervalMs
-
(Optional) 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:
0
Maximum:
4294967295
Update requires: No interruption
Name
-
The name of the signal.
Required: Yes
Type: String
Pattern:
^[\w|*|-]+(\.[\w|*|-]+)*$
Minimum:
1
Maximum:
150
Update requires: No interruption