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: