The configuration of an insight visual.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{
"Computations" : [ Computation, ... ]
,
"CustomNarrative" : CustomNarrativeOptions
,
"Interactions" : VisualInteractionOptions
}
YAML
Computations:
- Computation
CustomNarrative:
CustomNarrativeOptions
Interactions:
VisualInteractionOptions
Properties
Computations
-
The computations configurations of the insight visual
Required: No
Type: Array of Computation
Minimum:
0
Maximum:
100
Update requires: No interruption
CustomNarrative
-
The custom narrative of the insight visual.
Required: No
Type: CustomNarrativeOptions
Update requires: No interruption
Interactions
-
The general visual interactions setup for a visual.
Required: No
Type: VisualInteractionOptions
Update requires: No interruption