Interface CfnAnalysis.IInsightConfigurationProperty
The configuration of an insight visual.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnAnalysis.IInsightConfigurationProperty
Syntax (vb)
Public Interface CfnAnalysis.IInsightConfigurationProperty
Remarks
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
Remarks
CustomNarrative
The custom narrative of the insight visual.
object? CustomNarrative { get; }
Property Value
Remarks
Interactions
The general visual interactions setup for a visual.
object? Interactions { get; }