aws-cdk-lib.aws_timestream.CfnScheduledQuery.DimensionMappingProperty

interface DimensionMappingProperty

LanguageType name
.NETAmazon.CDK.AWS.Timestream.CfnScheduledQuery.DimensionMappingProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awstimestream#CfnScheduledQuery_DimensionMappingProperty
Javasoftware.amazon.awscdk.services.timestream.CfnScheduledQuery.DimensionMappingProperty
Pythonaws_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

NameTypeDescription
dimensionValueTypestringType for the dimension: VARCHAR.
namestringColumn name from query result.

dimensionValueType

Type: string

Type for the dimension: VARCHAR.


name

Type: string

Column name from query result.