Show / Hide Table of Contents

Class CfnDashboardPropsMixin.MissingDataConfigurationProperty

The configuration options that determine how missing data is treated during the rendering of a line chart.

Inheritance
object
CfnDashboardPropsMixin.MissingDataConfigurationProperty
Implements
CfnDashboardPropsMixin.IMissingDataConfigurationProperty
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.MissingDataConfigurationProperty : CfnDashboardPropsMixin.IMissingDataConfigurationProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.MissingDataConfigurationProperty Implements CfnDashboardPropsMixin.IMissingDataConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-missingdataconfiguration.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 missingDataConfigurationProperty = new MissingDataConfigurationProperty {
                 TreatmentOption = "treatmentOption"
             };

Synopsis

Constructors

MissingDataConfigurationProperty()

The configuration options that determine how missing data is treated during the rendering of a line chart.

Properties

TreatmentOption

The treatment option that determines how missing data should be rendered. Choose from the following options:.

Constructors

MissingDataConfigurationProperty()

The configuration options that determine how missing data is treated during the rendering of a line chart.

public MissingDataConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-missingdataconfiguration.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 missingDataConfigurationProperty = new MissingDataConfigurationProperty {
                 TreatmentOption = "treatmentOption"
             };

Properties

TreatmentOption

The treatment option that determines how missing data should be rendered. Choose from the following options:.

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

string

Remarks

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

    Implements

    CfnDashboardPropsMixin.IMissingDataConfigurationProperty
    Back to top Generated by DocFX