Interface CfnCampaignPropsMixin.TimeBasedCollectionSchemeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCampaignPropsMixin.TimeBasedCollectionSchemeProperty.Jsii$Proxy
- Enclosing class:
CfnCampaignPropsMixin
@Stability(Stable)
public static interface CfnCampaignPropsMixin.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.cfnpropertymixins.services.iotfleetwise.*;
TimeBasedCollectionSchemeProperty timeBasedCollectionSchemeProperty = TimeBasedCollectionSchemeProperty.builder()
.periodMs(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCampaignPropsMixin.TimeBasedCollectionSchemePropertystatic final classAn implementation forCfnCampaignPropsMixin.TimeBasedCollectionSchemeProperty -
Method Summary
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
-