Interface CfnCampaignPropsMixin.TimeBasedSignalFetchConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnCampaignPropsMixin.TimeBasedSignalFetchConfigProperty.Jsii$Proxy
Enclosing class:
CfnCampaignPropsMixin

@Stability(Stable) public static interface CfnCampaignPropsMixin.TimeBasedSignalFetchConfigProperty extends software.amazon.jsii.JsiiSerializable
Used to configure a frequency-based vehicle signal fetch.

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.*;
 TimeBasedSignalFetchConfigProperty timeBasedSignalFetchConfigProperty = TimeBasedSignalFetchConfigProperty.builder()
         .executionFrequencyMs(123)
         .build();
 

See Also: