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: