interface SignalFetchConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTFleetWise.CfnCampaign.SignalFetchConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotfleetwise#CfnCampaign_SignalFetchConfigProperty |
![]() | software.amazon.awscdk.services.iotfleetwise.CfnCampaign.SignalFetchConfigProperty |
![]() | aws_cdk.aws_iotfleetwise.CfnCampaign.SignalFetchConfigProperty |
![]() | aws-cdk-lib » aws_iotfleetwise » CfnCampaign » SignalFetchConfigProperty |
The configuration of the signal fetch operation.
Access to certain AWS IoT FleetWise features is currently gated. For more information, see AWS Region and feature availability in the AWS IoT FleetWise Developer Guide .
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 signalFetchConfigProperty: iotfleetwise.CfnCampaign.SignalFetchConfigProperty = {
conditionBased: {
conditionExpression: 'conditionExpression',
triggerMode: 'triggerMode',
},
timeBased: {
executionFrequencyMs: 123,
},
};
Properties
Name | Type | Description |
---|---|---|
condition | IResolvable | Condition | The configuration of a condition-based signal fetch operation. |
time | IResolvable | Time | The configuration of a time-based signal fetch operation. |
conditionBased?
Type:
IResolvable
|
Condition
(optional)
The configuration of a condition-based signal fetch operation.
timeBased?
Type:
IResolvable
|
Time
(optional)
The configuration of a time-based signal fetch operation.