Show / Hide Table of Contents

Interface CfnAnalysis.ISheetControlInfoIconLabelOptionsProperty

A control to display info icons for filters and parameters.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAnalysis.ISheetControlInfoIconLabelOptionsProperty
Syntax (vb)
Public Interface CfnAnalysis.ISheetControlInfoIconLabelOptionsProperty
Remarks

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

             var sheetControlInfoIconLabelOptionsProperty = new SheetControlInfoIconLabelOptionsProperty {
                 InfoIconText = "infoIconText",
                 Visibility = "visibility"
             };

Synopsis

Properties

InfoIconText

The text content of info icon.

Visibility

The visibility configuration of info icon label options.

Properties

InfoIconText

The text content of info icon.

string? InfoIconText { get; }
Property Value

string

Remarks

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

Visibility

The visibility configuration of info icon label options.

string? Visibility { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX