Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.PivotTableRowsLabelOptionsProperty

The options for the label thta is located above the row headers.

Inheritance
object
CfnAnalysisPropsMixin.PivotTableRowsLabelOptionsProperty
Implements
CfnAnalysisPropsMixin.IPivotTableRowsLabelOptionsProperty
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 CfnAnalysisPropsMixin.PivotTableRowsLabelOptionsProperty : CfnAnalysisPropsMixin.IPivotTableRowsLabelOptionsProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.PivotTableRowsLabelOptionsProperty Implements CfnAnalysisPropsMixin.IPivotTableRowsLabelOptionsProperty
Remarks

This option is only applicable when RowsLayout is set to HIERARCHY .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-pivottablerowslabeloptions.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 pivotTableRowsLabelOptionsProperty = new PivotTableRowsLabelOptionsProperty {
                 CustomLabel = "customLabel",
                 Visibility = "visibility"
             };

Synopsis

Constructors

PivotTableRowsLabelOptionsProperty()

The options for the label thta is located above the row headers.

Properties

CustomLabel

The custom label string for the rows label.

Visibility

The visibility of the rows label.

Constructors

PivotTableRowsLabelOptionsProperty()

The options for the label thta is located above the row headers.

public PivotTableRowsLabelOptionsProperty()
Remarks

This option is only applicable when RowsLayout is set to HIERARCHY .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-pivottablerowslabeloptions.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 pivotTableRowsLabelOptionsProperty = new PivotTableRowsLabelOptionsProperty {
                 CustomLabel = "customLabel",
                 Visibility = "visibility"
             };

Properties

CustomLabel

The custom label string for the rows label.

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

string

Remarks

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

Visibility

The visibility of the rows label.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-pivottablerowslabeloptions.html#cfn-quicksight-analysis-pivottablerowslabeloptions-visibility

Implements

CfnAnalysisPropsMixin.IPivotTableRowsLabelOptionsProperty
Back to top Generated by DocFX