Class CfnDashboardPropsMixin.InsightConfigurationProperty
The configuration of an insight visual.
Inherited Members
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
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
ExampleMetadata: fixture=_generated
Properties
Computations
The computations configurations of the insight visual.
public object? Computations { get; set; }
Property Value
Remarks
CustomNarrative
The custom narrative of the insight visual.
public object? CustomNarrative { get; set; }
Property Value
Remarks
Interactions
The general visual interactions setup for a visual.
public object? Interactions { get; set; }