AWS::IoTFleetWise::Campaign SignalInformation - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::IoTFleetWise::Campaign SignalInformation

Information about a signal.

Syntax

To declare this entity in your Amazon 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