Show / Hide Table of Contents

Class CfnDashboardPropsMixin.SankeyDiagramVisualProperty

A sankey diagram.

Inheritance
object
CfnDashboardPropsMixin.SankeyDiagramVisualProperty
Implements
CfnDashboardPropsMixin.ISankeyDiagramVisualProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.SankeyDiagramVisualProperty : CfnDashboardPropsMixin.ISankeyDiagramVisualProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.SankeyDiagramVisualProperty Implements CfnDashboardPropsMixin.ISankeyDiagramVisualProperty
Remarks

For more information, see Using Sankey diagrams in the Amazon Quick Suite User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sankeydiagramvisual.html

ExampleMetadata: fixture=_generated

Synopsis

Constructors

SankeyDiagramVisualProperty()

A sankey diagram.

Properties

Actions

The list of custom actions that are configured for a visual.

ChartConfiguration

The configuration of a sankey diagram.

Subtitle

The subtitle that is displayed on the visual.

Title

The title that is displayed on the visual.

VisualContentAltText

The alt text for the visual.

VisualId

The unique identifier of a visual.

Constructors

SankeyDiagramVisualProperty()

A sankey diagram.

public SankeyDiagramVisualProperty()
Remarks

For more information, see Using Sankey diagrams in the Amazon Quick Suite User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sankeydiagramvisual.html

ExampleMetadata: fixture=_generated

Properties

Actions

The list of custom actions that are configured for a visual.

public object? Actions { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.IVisualCustomActionProperty)[]

ChartConfiguration

The configuration of a sankey diagram.

public object? ChartConfiguration { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.ISankeyDiagramChartConfigurationProperty

Subtitle

The subtitle that is displayed on the visual.

public object? Subtitle { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IVisualSubtitleLabelOptionsProperty

Title

The title that is displayed on the visual.

public object? Title { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IVisualTitleLabelOptionsProperty

VisualContentAltText

The alt text for the visual.

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

string

Remarks

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

VisualId

The unique identifier of a visual.

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

string

Remarks

This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.

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

Implements

CfnDashboardPropsMixin.ISankeyDiagramVisualProperty
Back to top Generated by DocFX