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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCampaignPropsMixin.TimeBasedSignalFetchConfigPropertystatic final classAn implementation forCfnCampaignPropsMixin.TimeBasedSignalFetchConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getExecutionFrequencyMs
The frequency with which the signal fetch will be executed.- See Also:
-
builder
@Stability(Stable) static CfnCampaignPropsMixin.TimeBasedSignalFetchConfigProperty.Builder builder()
-