Show / Hide Table of Contents

Class CfnDashboardPropsMixin.ReferenceLineDataConfigurationProperty

The data configuration of the reference line.

Inheritance
object
CfnDashboardPropsMixin.ReferenceLineDataConfigurationProperty
Implements
CfnDashboardPropsMixin.IReferenceLineDataConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.ReferenceLineDataConfigurationProperty : CfnDashboardPropsMixin.IReferenceLineDataConfigurationProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.ReferenceLineDataConfigurationProperty Implements CfnDashboardPropsMixin.IReferenceLineDataConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-referencelinedataconfiguration.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var referenceLineDataConfigurationProperty = new ReferenceLineDataConfigurationProperty {
                 AxisBinding = "axisBinding",
                 DynamicConfiguration = 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"
                         }
                     }
                 },
                 SeriesType = "seriesType",
                 StaticConfiguration = new ReferenceLineStaticDataConfigurationProperty {
                     Value = 123
                 }
             };

Synopsis

Constructors

ReferenceLineDataConfigurationProperty()

The data configuration of the reference line.

Properties

AxisBinding

The axis binding type of the reference line. Choose one of the following options:.

DynamicConfiguration

The dynamic configuration of the reference line data configuration.

SeriesType

The series type of the reference line data configuration. Choose one of the following options:.

StaticConfiguration

The static data configuration of the reference line data configuration.

Constructors

ReferenceLineDataConfigurationProperty()

The data configuration of the reference line.

public ReferenceLineDataConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-referencelinedataconfiguration.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.Mixins.Preview.AWS.QuickSight.Mixins;

             var referenceLineDataConfigurationProperty = new ReferenceLineDataConfigurationProperty {
                 AxisBinding = "axisBinding",
                 DynamicConfiguration = 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"
                         }
                     }
                 },
                 SeriesType = "seriesType",
                 StaticConfiguration = new ReferenceLineStaticDataConfigurationProperty {
                     Value = 123
                 }
             };

Properties

AxisBinding

The axis binding type of the reference line. Choose one of the following options:.

public string? AxisBinding { get; set; }
Property Value

string

Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-referencelinedataconfiguration.html#cfn-quicksight-dashboard-referencelinedataconfiguration-axisbinding

    DynamicConfiguration

    The dynamic configuration of the reference line data configuration.

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

    object

    Remarks

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-referencelinedataconfiguration.html#cfn-quicksight-dashboard-referencelinedataconfiguration-dynamicconfiguration

    Type union: either IResolvable or CfnDashboardPropsMixin.IReferenceLineDynamicDataConfigurationProperty

    SeriesType

    The series type of the reference line data configuration. Choose one of the following options:.

    public string? SeriesType { get; set; }
    Property Value

    string

    Remarks

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-referencelinedataconfiguration.html#cfn-quicksight-dashboard-referencelinedataconfiguration-seriestype

      StaticConfiguration

      The static data configuration of the reference line data configuration.

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

      object

      Remarks

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-referencelinedataconfiguration.html#cfn-quicksight-dashboard-referencelinedataconfiguration-staticconfiguration

      Type union: either IResolvable or CfnDashboardPropsMixin.IReferenceLineStaticDataConfigurationProperty

      Implements

      CfnDashboardPropsMixin.IReferenceLineDataConfigurationProperty
      Back to top Generated by DocFX