Interface CfnCampaign.TimeBasedCollectionSchemeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCampaign.TimeBasedCollectionSchemeProperty.Jsii$Proxy
- Enclosing class:
CfnCampaign
@Stability(Stable)
public static interface CfnCampaign.TimeBasedCollectionSchemeProperty
extends software.amazon.jsii.JsiiSerializable
Information about a collection scheme that uses a time period to decide how often to collect data.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iotfleetwise.*;
TimeBasedCollectionSchemeProperty timeBasedCollectionSchemeProperty = TimeBasedCollectionSchemeProperty.builder()
.periodMs(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCampaign.TimeBasedCollectionSchemePropertystatic final classAn implementation forCfnCampaign.TimeBasedCollectionSchemeProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The time period (in milliseconds) to decide how often to collect data.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPeriodMs
The time period (in milliseconds) to decide how often to collect data.For example, if the time period is
60000, the Edge Agent software collects data once every minute.- See Also:
-
builder
-