Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheetimagetooltiptext.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 sheetImageTooltipTextProperty = new SheetImageTooltipTextProperty {
                 PlainText = "plainText"
             };

Synopsis

Properties

PlainText

The plain text format.

Properties

PlainText

The plain text format.

string? PlainText { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX