AWS::IoTFleetWise::Campaign SignalInformation
Information about a signal.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "MaxSampleCount" :Double, "MinimumSamplingIntervalMs" :Double, "Name" :String}
YAML
MaxSampleCount:DoubleMinimumSamplingIntervalMs:DoubleName: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:
1Maximum:
150Pattern:
[\w|*|-]+(\.[\w|*|-]+)*Update requires: No interruption