Show / Hide Table of Contents

Interface CfnTemplate.ISheetImageTooltipConfigurationProperty

The tooltip configuration for a sheet image.

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

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

             var visibility;

             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-template-sheetimagetooltipconfiguration.html#cfn-quicksight-template-sheetimagetooltipconfiguration-tooltiptext

Visibility

The visibility of the tooltip.

object? Visibility { get; }
Property Value

object

Remarks

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

Back to top Generated by DocFX