interface FilterProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.IoTAnalytics.CfnDataset.FilterProperty |
Java | software.amazon.awscdk.services.iotanalytics.CfnDataset.FilterProperty |
Python | aws_cdk.aws_iotanalytics.CfnDataset.FilterProperty |
TypeScript | @aws-cdk/aws-iotanalytics » CfnDataset » FilterProperty |
Information which is used to filter message data, to segregate it according to the time frame in which it arrives.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as iotanalytics from '@aws-cdk/aws-iotanalytics';
const filterProperty: iotanalytics.CfnDataset.FilterProperty = {
deltaTime: {
offsetSeconds: 123,
timeExpression: 'timeExpression',
},
};
Properties
Name | Type | Description |
---|---|---|
delta | IResolvable | Delta | Used to limit data to that which has arrived since the last execution of the action. |
deltaTime?
Type:
IResolvable
|
Delta
(optional)
Used to limit data to that which has arrived since the last execution of the action.