Show / Hide Table of Contents

Interface CfnTemplatePropsMixin.IInsightConfigurationProperty

The configuration of an insight visual.

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

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

Type union: either IResolvable or (either IResolvable or CfnTemplatePropsMixin.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-template-insightconfiguration.html#cfn-quicksight-template-insightconfiguration-customnarrative

Type union: either IResolvable or CfnTemplatePropsMixin.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-template-insightconfiguration.html#cfn-quicksight-template-insightconfiguration-interactions

Type union: either IResolvable or CfnTemplatePropsMixin.IVisualInteractionOptionsProperty

Back to top Generated by DocFX