Show / Hide Table of Contents

Interface CfnTemplatePropsMixin.IInsightVisualProperty

An insight visual.

Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.IInsightVisualProperty
Syntax (vb)
Public Interface CfnTemplatePropsMixin.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-template-insightvisual.html

ExampleMetadata: fixture=_generated

Synopsis

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.

Properties

Actions

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

object? Actions { get; }
Property Value

object

Remarks

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

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

DataSetIdentifier

The dataset that is used in the insight visual.

string? DataSetIdentifier { get; }
Property Value

string

Remarks

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

InsightConfiguration

The configuration of an insight visual.

object? InsightConfiguration { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnTemplatePropsMixin.IInsightConfigurationProperty

Subtitle

The subtitle that is displayed on the visual.

object? Subtitle { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnTemplatePropsMixin.IVisualSubtitleLabelOptionsProperty

Title

The title that is displayed on the visual.

object? Title { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnTemplatePropsMixin.IVisualTitleLabelOptionsProperty

VisualContentAltText

The alt text for the visual.

string? VisualContentAltText { get; }
Property Value

string

Remarks

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

VisualId

The unique identifier of a visual.

string? VisualId { get; }
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-template-insightvisual.html#cfn-quicksight-template-insightvisual-visualid

Back to top Generated by DocFX