Show / Hide Table of Contents

Class CfnDashboardPropsMixin.SheetImageTooltipConfigurationProperty

The tooltip configuration for a sheet image.

Inheritance
object
CfnDashboardPropsMixin.SheetImageTooltipConfigurationProperty
Implements
CfnDashboardPropsMixin.ISheetImageTooltipConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.SheetImageTooltipConfigurationProperty : CfnDashboardPropsMixin.ISheetImageTooltipConfigurationProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.SheetImageTooltipConfigurationProperty Implements 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.Mixins.Preview.AWS.QuickSight.Mixins;

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

Synopsis

Constructors

SheetImageTooltipConfigurationProperty()

The tooltip configuration for a sheet image.

Properties

TooltipText

The text that appears in the tooltip.

Visibility

The visibility of the tooltip.

Constructors

SheetImageTooltipConfigurationProperty()

The tooltip configuration for a sheet image.

public SheetImageTooltipConfigurationProperty()
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.Mixins.Preview.AWS.QuickSight.Mixins;

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

Properties

TooltipText

The text that appears in the tooltip.

public object? TooltipText { get; set; }
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.

public string? Visibility { get; set; }
Property Value

string

Remarks

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

Implements

CfnDashboardPropsMixin.ISheetImageTooltipConfigurationProperty
Back to top Generated by DocFX