Show / Hide Table of Contents

Class CfnDashboardPropsMixin.InsightConfigurationProperty

The configuration of an insight visual.

Inheritance
object
CfnDashboardPropsMixin.InsightConfigurationProperty
Implements
CfnDashboardPropsMixin.IInsightConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.InsightConfigurationProperty : CfnDashboardPropsMixin.IInsightConfigurationProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.InsightConfigurationProperty Implements CfnDashboardPropsMixin.IInsightConfigurationProperty
Remarks

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

ExampleMetadata: fixture=_generated

Synopsis

Constructors

InsightConfigurationProperty()

The configuration of an insight visual.

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.

Constructors

InsightConfigurationProperty()

The configuration of an insight visual.

public InsightConfigurationProperty()
Remarks

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

ExampleMetadata: fixture=_generated

Properties

Computations

The computations configurations of the insight visual.

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

object

Remarks

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

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

CustomNarrative

The custom narrative of the insight visual.

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

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.ICustomNarrativeOptionsProperty

Interactions

The general visual interactions setup for a visual.

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

object

Remarks

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

Type union: either IResolvable or CfnDashboardPropsMixin.IVisualInteractionOptionsProperty

Implements

CfnDashboardPropsMixin.IInsightConfigurationProperty
Back to top Generated by DocFX