interface TimeBasedSignalFetchConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.IoTFleetWise.CfnCampaign.TimeBasedSignalFetchConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsiotfleetwise#CfnCampaign_TimeBasedSignalFetchConfigProperty |
Java | software.amazon.awscdk.services.iotfleetwise.CfnCampaign.TimeBasedSignalFetchConfigProperty |
Python | aws_cdk.aws_iotfleetwise.CfnCampaign.TimeBasedSignalFetchConfigProperty |
TypeScript | aws-cdk-lib » aws_iotfleetwise » CfnCampaign » TimeBasedSignalFetchConfigProperty |
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 { aws_iotfleetwise as iotfleetwise } from 'aws-cdk-lib';
const timeBasedSignalFetchConfigProperty: iotfleetwise.CfnCampaign.TimeBasedSignalFetchConfigProperty = {
executionFrequencyMs: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| execution | number | The frequency with which the signal fetch will be executed. |
executionFrequencyMs
Type:
number
The frequency with which the signal fetch will be executed.

.NET
Go
Java
Python
TypeScript