Interface CfnCampaign.TimeBasedSignalFetchConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCampaign.TimeBasedSignalFetchConfigProperty.Jsii$Proxy
- Enclosing class:
CfnCampaign
@Stability(Stable)
public static interface CfnCampaign.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.services.iotfleetwise.*;
TimeBasedSignalFetchConfigProperty timeBasedSignalFetchConfigProperty = TimeBasedSignalFetchConfigProperty.builder()
.executionFrequencyMs(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCampaign.TimeBasedSignalFetchConfigPropertystatic final classAn implementation forCfnCampaign.TimeBasedSignalFetchConfigProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The frequency with which the signal fetch will be executed.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
-