interface MultiMeasureAttributeMappingProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Pipes.CfnPipe.MultiMeasureAttributeMappingProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspipes#CfnPipe_MultiMeasureAttributeMappingProperty |
![]() | software.amazon.awscdk.services.pipes.CfnPipe.MultiMeasureAttributeMappingProperty |
![]() | aws_cdk.aws_pipes.CfnPipe.MultiMeasureAttributeMappingProperty |
![]() | aws-cdk-lib » aws_pipes » CfnPipe » MultiMeasureAttributeMappingProperty |
A mapping of a source event data field to a measure in a Timestream for LiveAnalytics record.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_pipes as pipes } from 'aws-cdk-lib';
const multiMeasureAttributeMappingProperty: pipes.CfnPipe.MultiMeasureAttributeMappingProperty = {
measureValue: 'measureValue',
measureValueType: 'measureValueType',
multiMeasureAttributeName: 'multiMeasureAttributeName',
};
Properties
Name | Type | Description |
---|---|---|
measure | string | Dynamic path to the measurement attribute in the source event. |
measure | string | Data type of the measurement attribute in the source event. |
multi | string | Target measure name to be used. |
measureValue
Type:
string
Dynamic path to the measurement attribute in the source event.
measureValueType
Type:
string
Data type of the measurement attribute in the source event.
multiMeasureAttributeName
Type:
string
Target measure name to be used.