Interface CfnPipe.IDimensionMappingProperty
Maps source data to a dimension in the target Timestream for LiveAnalytics table.
Namespace: Amazon.CDK.AWS.Pipes
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDimensionMappingProperty
Syntax (vb)
Public Interface IDimensionMappingProperty
Remarks
For more information, see Amazon Timestream for LiveAnalytics concepts
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Pipes;
var dimensionMappingProperty = new DimensionMappingProperty {
DimensionName = "dimensionName",
DimensionValue = "dimensionValue",
DimensionValueType = "dimensionValueType"
};
Synopsis
Properties
Dimension |
The metadata attributes of the time series. |
Dimension |
Dynamic path to the dimension value in the source event. |
Dimension |
The data type of the dimension for the time-series data. |
Properties
DimensionName
The metadata attributes of the time series.
string DimensionName { get; }
Property Value
System.
Remarks
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
Dynamic path to the dimension value in the source event.
string DimensionValue { get; }
Property Value
System.
Remarks
DimensionValueType
The data type of the dimension for the time-series data.
string DimensionValueType { get; }
Property Value
System.