Interface CfnDashboardPropsMixin.VisualSubtitleLabelOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboardPropsMixin.VisualSubtitleLabelOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnDashboardPropsMixin
@Stability(Stable)
public static interface CfnDashboardPropsMixin.VisualSubtitleLabelOptionsProperty
extends software.amazon.jsii.JsiiSerializable
The subtitle label options for a visual.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.quicksight.*;
VisualSubtitleLabelOptionsProperty visualSubtitleLabelOptionsProperty = VisualSubtitleLabelOptionsProperty.builder()
.formatText(LongFormatTextProperty.builder()
.plainText("plainText")
.richText("richText")
.build())
.visibility("visibility")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDashboardPropsMixin.VisualSubtitleLabelOptionsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFormatText
The long text format of the subtitle label, such as plain text or rich text.Returns union: either
IResolvableorCfnDashboardPropsMixin.LongFormatTextProperty- See Also:
-
getVisibility
The visibility of the subtitle label.- See Also:
-
builder
@Stability(Stable) static CfnDashboardPropsMixin.VisualSubtitleLabelOptionsProperty.Builder builder()
-