Show / Hide Table of Contents

Class CfnTemplatePropsMixin.ReferenceLineDynamicDataConfigurationProperty

The dynamic configuration of the reference line data configuration.

Inheritance
object
CfnTemplatePropsMixin.ReferenceLineDynamicDataConfigurationProperty
Implements
CfnTemplatePropsMixin.IReferenceLineDynamicDataConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.ReferenceLineDynamicDataConfigurationProperty : CfnTemplatePropsMixin.IReferenceLineDynamicDataConfigurationProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.ReferenceLineDynamicDataConfigurationProperty Implements CfnTemplatePropsMixin.IReferenceLineDynamicDataConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-referencelinedynamicdataconfiguration.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.CfnPropertyMixins.AWS.QuickSight;

             var referenceLineDynamicDataConfigurationProperty = new ReferenceLineDynamicDataConfigurationProperty {
                 Calculation = new NumericalAggregationFunctionProperty {
                     PercentileAggregation = new PercentileAggregationProperty {
                         PercentileValue = 123
                     },
                     SimpleNumericalAggregation = "simpleNumericalAggregation"
                 },
                 Column = new ColumnIdentifierProperty {
                     ColumnName = "columnName",
                     DataSetIdentifier = "dataSetIdentifier"
                 },
                 MeasureAggregationFunction = new AggregationFunctionProperty {
                     AttributeAggregationFunction = new AttributeAggregationFunctionProperty {
                         SimpleAttributeAggregation = "simpleAttributeAggregation",
                         ValueForMultipleValues = "valueForMultipleValues"
                     },
                     CategoricalAggregationFunction = "categoricalAggregationFunction",
                     DateAggregationFunction = "dateAggregationFunction",
                     NumericalAggregationFunction = new NumericalAggregationFunctionProperty {
                         PercentileAggregation = new PercentileAggregationProperty {
                             PercentileValue = 123
                         },
                         SimpleNumericalAggregation = "simpleNumericalAggregation"
                     }
                 }
             };

Synopsis

Constructors

ReferenceLineDynamicDataConfigurationProperty()

The dynamic configuration of the reference line data configuration.

Properties

Calculation

The calculation that is used in the dynamic data.

Column

The column that the dynamic data targets.

MeasureAggregationFunction

The aggregation function that is used in the dynamic data.

Constructors

ReferenceLineDynamicDataConfigurationProperty()

The dynamic configuration of the reference line data configuration.

public ReferenceLineDynamicDataConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-referencelinedynamicdataconfiguration.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.CfnPropertyMixins.AWS.QuickSight;

             var referenceLineDynamicDataConfigurationProperty = new ReferenceLineDynamicDataConfigurationProperty {
                 Calculation = new NumericalAggregationFunctionProperty {
                     PercentileAggregation = new PercentileAggregationProperty {
                         PercentileValue = 123
                     },
                     SimpleNumericalAggregation = "simpleNumericalAggregation"
                 },
                 Column = new ColumnIdentifierProperty {
                     ColumnName = "columnName",
                     DataSetIdentifier = "dataSetIdentifier"
                 },
                 MeasureAggregationFunction = new AggregationFunctionProperty {
                     AttributeAggregationFunction = new AttributeAggregationFunctionProperty {
                         SimpleAttributeAggregation = "simpleAttributeAggregation",
                         ValueForMultipleValues = "valueForMultipleValues"
                     },
                     CategoricalAggregationFunction = "categoricalAggregationFunction",
                     DateAggregationFunction = "dateAggregationFunction",
                     NumericalAggregationFunction = new NumericalAggregationFunctionProperty {
                         PercentileAggregation = new PercentileAggregationProperty {
                             PercentileValue = 123
                         },
                         SimpleNumericalAggregation = "simpleNumericalAggregation"
                     }
                 }
             };

Properties

Calculation

The calculation that is used in the dynamic data.

public object? Calculation { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-referencelinedynamicdataconfiguration.html#cfn-quicksight-template-referencelinedynamicdataconfiguration-calculation

Type union: either IResolvable or CfnTemplatePropsMixin.INumericalAggregationFunctionProperty

Column

The column that the dynamic data targets.

public object? Column { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-referencelinedynamicdataconfiguration.html#cfn-quicksight-template-referencelinedynamicdataconfiguration-column

Type union: either IResolvable or CfnTemplatePropsMixin.IColumnIdentifierProperty

MeasureAggregationFunction

The aggregation function that is used in the dynamic data.

public object? MeasureAggregationFunction { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-referencelinedynamicdataconfiguration.html#cfn-quicksight-template-referencelinedynamicdataconfiguration-measureaggregationfunction

Type union: either IResolvable or CfnTemplatePropsMixin.IAggregationFunctionProperty

Implements

CfnTemplatePropsMixin.IReferenceLineDynamicDataConfigurationProperty
Back to top Generated by DocFX