Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.InsightVisualProperty

An insight visual.

Inheritance
object
CfnAnalysisPropsMixin.InsightVisualProperty
Implements
CfnAnalysisPropsMixin.IInsightVisualProperty
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 CfnAnalysisPropsMixin.InsightVisualProperty : CfnAnalysisPropsMixin.IInsightVisualProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.InsightVisualProperty Implements CfnAnalysisPropsMixin.IInsightVisualProperty
Remarks

For more information, see Working with insights in the Amazon Quick Suite User Guide .

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

ExampleMetadata: fixture=_generated

Synopsis

Constructors

InsightVisualProperty()

An insight visual.

Properties

Actions

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

DataSetIdentifier

The dataset that is used in the insight visual.

InsightConfiguration

The configuration of an insight 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

InsightVisualProperty()

An insight visual.

public InsightVisualProperty()
Remarks

For more information, see Working with insights in the Amazon Quick Suite User Guide .

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

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

DataSetIdentifier

The dataset that is used in the insight visual.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-insightvisual.html#cfn-quicksight-analysis-insightvisual-datasetidentifier

InsightConfiguration

The configuration of an insight visual.

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

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-insightvisual.html#cfn-quicksight-analysis-insightvisual-insightconfiguration

Type union: either IResolvable or CfnAnalysisPropsMixin.IInsightConfigurationProperty

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-analysis-insightvisual.html#cfn-quicksight-analysis-insightvisual-subtitle

Type union: either IResolvable or CfnAnalysisPropsMixin.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-analysis-insightvisual.html#cfn-quicksight-analysis-insightvisual-title

Type union: either IResolvable or CfnAnalysisPropsMixin.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-analysis-insightvisual.html#cfn-quicksight-analysis-insightvisual-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-analysis-insightvisual.html#cfn-quicksight-analysis-insightvisual-visualid

Implements

CfnAnalysisPropsMixin.IInsightVisualProperty
Back to top Generated by DocFX