This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::QuickSight::Template InsightConfiguration
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:- ComputationCustomNarrative:CustomNarrativeOptionsInteractions:VisualInteractionOptions
Properties
- Computations
- 
                    The computations configurations of the insight visual Required: No Type: Array of Computation Minimum: 0Maximum: 100Update 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