Show / Hide Table of Contents

Interface CfnAnalysisPropsMixin.IInsightConfigurationProperty

The configuration of an insight visual.

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

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

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

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-analysis-insightconfiguration.html#cfn-quicksight-analysis-insightconfiguration-customnarrative

Type union: either IResolvable or CfnAnalysisPropsMixin.ICustomNarrativeOptionsProperty

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-analysis-insightconfiguration.html#cfn-quicksight-analysis-insightconfiguration-interactions

Type union: either IResolvable or CfnAnalysisPropsMixin.IVisualInteractionOptionsProperty

Back to top Generated by DocFX