Show / Hide Table of Contents

Class CfnPipe.MultiMeasureMappingProperty

Maps multiple measures from the source event to the same Timestream for LiveAnalytics record.

Inheritance
object
CfnPipe.MultiMeasureMappingProperty
Implements
CfnPipe.IMultiMeasureMappingProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Pipes
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPipe.MultiMeasureMappingProperty : CfnPipe.IMultiMeasureMappingProperty
Syntax (vb)
Public Class CfnPipe.MultiMeasureMappingProperty Implements CfnPipe.IMultiMeasureMappingProperty
Remarks

For more information, see Amazon Timestream for LiveAnalytics concepts

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pipes-pipe-multimeasuremapping.html

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 multiMeasureMappingProperty = new MultiMeasureMappingProperty {
                 MultiMeasureAttributeMappings = new [] { new MultiMeasureAttributeMappingProperty {
                     MeasureValue = "measureValue",
                     MeasureValueType = "measureValueType",
                     MultiMeasureAttributeName = "multiMeasureAttributeName"
                 } },
                 MultiMeasureName = "multiMeasureName"
             };

Synopsis

Constructors

MultiMeasureMappingProperty()

Maps multiple measures from the source event to the same Timestream for LiveAnalytics record.

Properties

MultiMeasureAttributeMappings

Mappings that represent multiple source event fields mapped to measures in the same Timestream for LiveAnalytics record.

MultiMeasureName

The name of the multiple measurements per record (multi-measure).

Constructors

MultiMeasureMappingProperty()

Maps multiple measures from the source event to the same Timestream for LiveAnalytics record.

public MultiMeasureMappingProperty()
Remarks

For more information, see Amazon Timestream for LiveAnalytics concepts

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pipes-pipe-multimeasuremapping.html

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 multiMeasureMappingProperty = new MultiMeasureMappingProperty {
                 MultiMeasureAttributeMappings = new [] { new MultiMeasureAttributeMappingProperty {
                     MeasureValue = "measureValue",
                     MeasureValueType = "measureValueType",
                     MultiMeasureAttributeName = "multiMeasureAttributeName"
                 } },
                 MultiMeasureName = "multiMeasureName"
             };

Properties

MultiMeasureAttributeMappings

Mappings that represent multiple source event fields mapped to measures in the same Timestream for LiveAnalytics record.

public object MultiMeasureAttributeMappings { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pipes-pipe-multimeasuremapping.html#cfn-pipes-pipe-multimeasuremapping-multimeasureattributemappings

MultiMeasureName

The name of the multiple measurements per record (multi-measure).

public string MultiMeasureName { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pipes-pipe-multimeasuremapping.html#cfn-pipes-pipe-multimeasuremapping-multimeasurename

Implements

CfnPipe.IMultiMeasureMappingProperty
Back to top Generated by DocFX