AWS::IoTFleetWise::Campaign CollectionScheme
Specifies what data to collect and how often or when to collect it.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ConditionBasedCollectionScheme" :
ConditionBasedCollectionScheme
, "TimeBasedCollectionScheme" :TimeBasedCollectionScheme
}
YAML
ConditionBasedCollectionScheme:
ConditionBasedCollectionScheme
TimeBasedCollectionScheme:TimeBasedCollectionScheme
Properties
ConditionBasedCollectionScheme
-
(Optional) Information about a collection scheme that uses a simple logical expression to recognize what data to collect.
Required: No
Type: ConditionBasedCollectionScheme
Update requires: Replacement
TimeBasedCollectionScheme
-
(Optional) Information about a collection scheme that uses a time period to decide how often to collect data.
Required: No
Type: TimeBasedCollectionScheme
Update requires: Replacement