Class CfnCampaignPropsMixin.TimeBasedSignalFetchConfigProperty
Used to configure a frequency-based vehicle signal fetch.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.IoTFleetWise.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnCampaignPropsMixin.TimeBasedSignalFetchConfigProperty : CfnCampaignPropsMixin.ITimeBasedSignalFetchConfigProperty
Syntax (vb)
Public Class CfnCampaignPropsMixin.TimeBasedSignalFetchConfigProperty Implements CfnCampaignPropsMixin.ITimeBasedSignalFetchConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.IoTFleetWise.Mixins;
var timeBasedSignalFetchConfigProperty = new TimeBasedSignalFetchConfigProperty {
ExecutionFrequencyMs = 123
};
Synopsis
Constructors
| TimeBasedSignalFetchConfigProperty() | Used to configure a frequency-based vehicle signal fetch. |
Properties
| ExecutionFrequencyMs | The frequency with which the signal fetch will be executed. |
Constructors
TimeBasedSignalFetchConfigProperty()
Used to configure a frequency-based vehicle signal fetch.
public TimeBasedSignalFetchConfigProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.IoTFleetWise.Mixins;
var timeBasedSignalFetchConfigProperty = new TimeBasedSignalFetchConfigProperty {
ExecutionFrequencyMs = 123
};
Properties
ExecutionFrequencyMs
The frequency with which the signal fetch will be executed.
public double? ExecutionFrequencyMs { get; set; }