interface SignalFetchInformationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.IoTFleetWise.CfnCampaign.SignalFetchInformationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsiotfleetwise#CfnCampaign_SignalFetchInformationProperty |
Java | software.amazon.awscdk.services.iotfleetwise.CfnCampaign.SignalFetchInformationProperty |
Python | aws_cdk.aws_iotfleetwise.CfnCampaign.SignalFetchInformationProperty |
TypeScript | aws-cdk-lib » aws_iotfleetwise » CfnCampaign » SignalFetchInformationProperty |
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 signalFetchInformationProperty: iotfleetwise.CfnCampaign.SignalFetchInformationProperty = {
actions: ['actions'],
fullyQualifiedName: 'fullyQualifiedName',
signalFetchConfig: {
conditionBased: {
conditionExpression: 'conditionExpression',
triggerMode: 'triggerMode',
},
timeBased: {
executionFrequencyMs: 123,
},
},
// the properties below are optional
conditionLanguageVersion: 123,
};
Properties
Name | Type | Description |
---|---|---|
actions | string[] | |
fully | string | |
signal | IResolvable | Signal | |
condition | number |
actions
Type:
string[]
fullyQualifiedName
Type:
string
signalFetchConfig
Type:
IResolvable
|
Signal
conditionLanguageVersion?
Type:
number
(optional)