Show / Hide Table of Contents

Interface CfnDashboard.IInsightConfigurationProperty

The configuration of an insight visual.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDashboard.IInsightConfigurationProperty
Syntax (vb)
Public Interface CfnDashboard.IInsightConfigurationProperty
Remarks

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

ExampleMetadata: fixture=_generated

Synopsis

Properties

Computations

The computations configurations of the insight visual.

CustomNarrative

The custom narrative of the insight visual.

Interactions

The general visual interactions setup for a visual.

Properties

Computations

The computations configurations of the insight visual.

object? Computations { get; }
Property Value

object

Remarks

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

CustomNarrative

The custom narrative of the insight visual.

object? CustomNarrative { get; }
Property Value

object

Remarks

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

Interactions

The general visual interactions setup for a visual.

object? Interactions { get; }
Property Value

object

Remarks

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

Back to top Generated by DocFX