interface TimeBasedCollectionSchemeProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTFleetWise.CfnCampaign.TimeBasedCollectionSchemeProperty |
![]() | software.amazon.awscdk.services.iotfleetwise.CfnCampaign.TimeBasedCollectionSchemeProperty |
![]() | aws_cdk.aws_iotfleetwise.CfnCampaign.TimeBasedCollectionSchemeProperty |
![]() | @aws-cdk/aws-iotfleetwise » CfnCampaign » TimeBasedCollectionSchemeProperty |
Information about a collection scheme that uses a time period to decide how often to collect data.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as iotfleetwise from '@aws-cdk/aws-iotfleetwise';
const timeBasedCollectionSchemeProperty: iotfleetwise.CfnCampaign.TimeBasedCollectionSchemeProperty = {
periodMs: 123,
};
Properties
Name | Type | Description |
---|---|---|
period | number | The time period (in milliseconds) to decide how often to collect data. |
periodMs
Type:
number
The time period (in milliseconds) to decide how often to collect data.
For example, if the time period is 60000
, the Edge Agent software collects data once every minute.