interface DimensionMappingProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Timestream.CfnScheduledQuery.DimensionMappingProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awstimestream#CfnScheduledQuery_DimensionMappingProperty |
Java | software.amazon.awscdk.services.timestream.CfnScheduledQuery.DimensionMappingProperty |
Python | aws_cdk.aws_timestream.CfnScheduledQuery.DimensionMappingProperty |
TypeScript | aws-cdk-lib » aws_timestream » CfnScheduledQuery » DimensionMappingProperty |
This type is used to map column(s) from the query result to a dimension in the destination table.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_timestream as timestream } from 'aws-cdk-lib';
const dimensionMappingProperty: timestream.CfnScheduledQuery.DimensionMappingProperty = {
dimensionValueType: 'dimensionValueType',
name: 'name',
};
Properties
Name | Type | Description |
---|---|---|
dimension | string | Type for the dimension: VARCHAR. |
name | string | Column name from query result. |
dimensionValueType
Type:
string
Type for the dimension: VARCHAR.
name
Type:
string
Column name from query result.