Interface CfnAnalysis.ISheetImageTooltipTextProperty
The text that appears in the sheet image tooltip.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAnalysis.ISheetImageTooltipTextProperty
Syntax (vb)
Public Interface CfnAnalysis.ISheetImageTooltipTextProperty
Remarks
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 sheetImageTooltipTextProperty = new SheetImageTooltipTextProperty {
PlainText = "plainText"
};
Synopsis
Properties
PlainText | The plain text format. |
Properties
PlainText
The plain text format.
string? PlainText { get; }