aws-cdk-lib.aws_iotanalytics.CfnDataset.FilterProperty

interface FilterProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTAnalytics.CfnDataset.FilterProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotanalytics#CfnDataset_FilterProperty
Javasoftware.amazon.awscdk.services.iotanalytics.CfnDataset.FilterProperty
Pythonaws_cdk.aws_iotanalytics.CfnDataset.FilterProperty
TypeScript aws-cdk-lib » 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 { aws_iotanalytics as iotanalytics } from 'aws-cdk-lib';
const filterProperty: iotanalytics.CfnDataset.FilterProperty = {
  deltaTime: {
    offsetSeconds: 123,
    timeExpression: 'timeExpression',
  },
};

Properties

NameTypeDescription
deltaTime?IResolvable | DeltaTimePropertyUsed to limit data to that which has arrived since the last execution of the action.

deltaTime?

Type: IResolvable | DeltaTimeProperty (optional)

Used to limit data to that which has arrived since the last execution of the action.