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