interface MetricWindowProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTSiteWise.CfnAssetModel.MetricWindowProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotsitewise#CfnAssetModel_MetricWindowProperty |
![]() | software.amazon.awscdk.services.iotsitewise.CfnAssetModel.MetricWindowProperty |
![]() | aws_cdk.aws_iotsitewise.CfnAssetModel.MetricWindowProperty |
![]() | aws-cdk-lib » aws_iotsitewise » CfnAssetModel » MetricWindowProperty |
Contains a time interval window used for data aggregate computations (for example, average, sum, count, and so on).
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotsitewise as iotsitewise } from 'aws-cdk-lib';
const metricWindowProperty: iotsitewise.CfnAssetModel.MetricWindowProperty = {
tumbling: {
interval: 'interval',
// the properties below are optional
offset: 'offset',
},
};
Properties
Name | Type | Description |
---|---|---|
tumbling? | IResolvable | Tumbling | The tumbling time interval window. |
tumbling?
Type:
IResolvable
|
Tumbling
(optional)
The tumbling time interval window.