interface DimensionMappingProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Pipes.CfnPipe.DimensionMappingProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspipes#CfnPipe_DimensionMappingProperty |
![]() | software.amazon.awscdk.services.pipes.CfnPipe.DimensionMappingProperty |
![]() | aws_cdk.aws_pipes.CfnPipe.DimensionMappingProperty |
![]() | aws-cdk-lib » aws_pipes » CfnPipe » DimensionMappingProperty |
Maps source data to a dimension in the target Timestream for LiveAnalytics table.
For more information, see Amazon Timestream for LiveAnalytics concepts
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 dimensionMappingProperty: pipes.CfnPipe.DimensionMappingProperty = {
dimensionName: 'dimensionName',
dimensionValue: 'dimensionValue',
dimensionValueType: 'dimensionValueType',
};
Properties
Name | Type | Description |
---|---|---|
dimension | string | The metadata attributes of the time series. |
dimension | string | Dynamic path to the dimension value in the source event. |
dimension | string | The data type of the dimension for the time-series data. |
dimensionName
Type:
string
The metadata attributes of the time series.
For example, the name and Availability Zone of an Amazon EC2 instance or the name of the manufacturer of a wind turbine are dimensions.
dimensionValue
Type:
string
Dynamic path to the dimension value in the source event.
dimensionValueType
Type:
string
The data type of the dimension for the time-series data.