Show / Hide Table of Contents

Interface CfnDashboardPropsMixin.ISheetImageTooltipConfigurationProperty

The tooltip configuration for a sheet image.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDashboardPropsMixin.ISheetImageTooltipConfigurationProperty
Syntax (vb)
Public Interface CfnDashboardPropsMixin.ISheetImageTooltipConfigurationProperty
Remarks

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

             var sheetImageTooltipConfigurationProperty = new SheetImageTooltipConfigurationProperty {
                 TooltipText = new SheetImageTooltipTextProperty {
                     PlainText = "plainText"
                 },
                 Visibility = "visibility"
             };

Synopsis

Properties

TooltipText

The text that appears in the tooltip.

Visibility

The visibility of the tooltip.

Properties

TooltipText

The text that appears in the tooltip.

object? TooltipText { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sheetimagetooltipconfiguration.html#cfn-quicksight-dashboard-sheetimagetooltipconfiguration-tooltiptext

Type union: either IResolvable or CfnDashboardPropsMixin.ISheetImageTooltipTextProperty

Visibility

The visibility of the tooltip.

string? Visibility { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX