Show / Hide Table of Contents

Class CfnDashboard.KPIVisualProperty

A key performance indicator (KPI).

Inheritance
object
CfnDashboard.KPIVisualProperty
Implements
CfnDashboard.IKPIVisualProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDashboard.KPIVisualProperty : CfnDashboard.IKPIVisualProperty
Syntax (vb)
Public Class CfnDashboard.KPIVisualProperty Implements CfnDashboard.IKPIVisualProperty
Remarks

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

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

ExampleMetadata: fixture=_generated

Synopsis

Constructors

KPIVisualProperty()

A key performance indicator (KPI).

Properties

Actions

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

ChartConfiguration

The configuration of a KPI visual.

ColumnHierarchies

The column hierarchy that is used during drill-downs and drill-ups.

ConditionalFormatting

The conditional formatting of a KPI visual.

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

KPIVisualProperty()

A key performance indicator (KPI).

public KPIVisualProperty()
Remarks

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-kpivisual.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-kpivisual.html#cfn-quicksight-dashboard-kpivisual-actions

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

ChartConfiguration

The configuration of a KPI visual.

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

object

Remarks

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

Type union: either IResolvable or CfnDashboard.IKPIConfigurationProperty

ColumnHierarchies

The column hierarchy that is used during drill-downs and drill-ups.

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

object

Remarks

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

Type union: either IResolvable or (either IResolvable or CfnDashboard.IColumnHierarchyProperty)[]

ConditionalFormatting

The conditional formatting of a KPI visual.

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

object

Remarks

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

Type union: either IResolvable or CfnDashboard.IKPIConditionalFormattingProperty

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-kpivisual.html#cfn-quicksight-dashboard-kpivisual-subtitle

Type union: either IResolvable or CfnDashboard.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-kpivisual.html#cfn-quicksight-dashboard-kpivisual-title

Type union: either IResolvable or CfnDashboard.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-kpivisual.html#cfn-quicksight-dashboard-kpivisual-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-kpivisual.html#cfn-quicksight-dashboard-kpivisual-visualid

Implements

CfnDashboard.IKPIVisualProperty
Back to top Generated by DocFX