Show / Hide Table of Contents

Class CfnDashboardPropsMixin.ReferenceLineCustomLabelConfigurationProperty

The configuration for a custom label on a ReferenceLine .

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-referencelinecustomlabelconfiguration.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 referenceLineCustomLabelConfigurationProperty = new ReferenceLineCustomLabelConfigurationProperty {
                 CustomLabel = "customLabel"
             };

Synopsis

Constructors

ReferenceLineCustomLabelConfigurationProperty()

The configuration for a custom label on a ReferenceLine .

Properties

CustomLabel

The string text of the custom label.

Constructors

ReferenceLineCustomLabelConfigurationProperty()

The configuration for a custom label on a ReferenceLine .

public ReferenceLineCustomLabelConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-referencelinecustomlabelconfiguration.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 referenceLineCustomLabelConfigurationProperty = new ReferenceLineCustomLabelConfigurationProperty {
                 CustomLabel = "customLabel"
             };

Properties

CustomLabel

The string text of the custom label.

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

string

Remarks

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

Implements

CfnDashboardPropsMixin.IReferenceLineCustomLabelConfigurationProperty
Back to top Generated by DocFX