Show / Hide Table of Contents

Class CfnDashboardPropsMixin.FieldTooltipItemProperty

The tooltip item for the fields.

Inheritance
object
CfnDashboardPropsMixin.FieldTooltipItemProperty
Implements
CfnDashboardPropsMixin.IFieldTooltipItemProperty
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.FieldTooltipItemProperty : CfnDashboardPropsMixin.IFieldTooltipItemProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.FieldTooltipItemProperty Implements CfnDashboardPropsMixin.IFieldTooltipItemProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-fieldtooltipitem.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 fieldTooltipItemProperty = new FieldTooltipItemProperty {
                 FieldId = "fieldId",
                 Label = "label",
                 TooltipTarget = "tooltipTarget",
                 Visibility = "visibility"
             };

Synopsis

Constructors

FieldTooltipItemProperty()

The tooltip item for the fields.

Properties

FieldId

The unique ID of the field that is targeted by the tooltip.

Label

The label of the tooltip item.

TooltipTarget

Determines the target of the field tooltip item in a combo chart visual.

Visibility

The visibility of the tooltip item.

Constructors

FieldTooltipItemProperty()

The tooltip item for the fields.

public FieldTooltipItemProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-fieldtooltipitem.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 fieldTooltipItemProperty = new FieldTooltipItemProperty {
                 FieldId = "fieldId",
                 Label = "label",
                 TooltipTarget = "tooltipTarget",
                 Visibility = "visibility"
             };

Properties

FieldId

The unique ID of the field that is targeted by the tooltip.

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

string

Remarks

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

Label

The label of the tooltip item.

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

string

Remarks

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

TooltipTarget

Determines the target of the field tooltip item in a combo chart visual.

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

string

Remarks

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

Visibility

The visibility of the tooltip item.

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

string

Remarks

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

Implements

CfnDashboardPropsMixin.IFieldTooltipItemProperty
Back to top Generated by DocFX