Interface CfnAnalysis.SheetControlInfoIconLabelOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.SheetControlInfoIconLabelOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.SheetControlInfoIconLabelOptionsProperty
extends software.amazon.jsii.JsiiSerializable
A control to display info icons for filters and parameters.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.quicksight.*;
SheetControlInfoIconLabelOptionsProperty sheetControlInfoIconLabelOptionsProperty = SheetControlInfoIconLabelOptionsProperty.builder()
.infoIconText("infoIconText")
.visibility("visibility")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.SheetControlInfoIconLabelOptionsPropertystatic final classAn implementation forCfnAnalysis.SheetControlInfoIconLabelOptionsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInfoIconText
The text content of info icon.- See Also:
-
getVisibility
The visibility configuration of info icon label options.- See Also:
-
builder
-