interface ConditionBasedSignalFetchConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTFleetWise.CfnCampaign.ConditionBasedSignalFetchConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotfleetwise#CfnCampaign_ConditionBasedSignalFetchConfigProperty |
![]() | software.amazon.awscdk.services.iotfleetwise.CfnCampaign.ConditionBasedSignalFetchConfigProperty |
![]() | aws_cdk.aws_iotfleetwise.CfnCampaign.ConditionBasedSignalFetchConfigProperty |
![]() | aws-cdk-lib » aws_iotfleetwise » CfnCampaign » ConditionBasedSignalFetchConfigProperty |
Specifies the condition under which a signal fetch occurs.
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 conditionBasedSignalFetchConfigProperty: iotfleetwise.CfnCampaign.ConditionBasedSignalFetchConfigProperty = {
conditionExpression: 'conditionExpression',
triggerMode: 'triggerMode',
};
Properties
Name | Type | Description |
---|---|---|
condition | string | The condition that must be satisfied to trigger a signal fetch. |
trigger | string | Indicates the mode in which the signal fetch is triggered. |
conditionExpression
Type:
string
The condition that must be satisfied to trigger a signal fetch.
triggerMode
Type:
string
Indicates the mode in which the signal fetch is triggered.