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 CustomContentConfiguration
The configuration of a CustomContentVisual.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ContentType" :String, "ContentUrl" :String, "ImageScaling" :String, "Interactions" :VisualInteractionOptions}
YAML
ContentType:StringContentUrl:StringImageScaling:StringInteractions:VisualInteractionOptions
Properties
- ContentType
- 
                    The content type of the custom content visual. You can use this to have the visual render as an image. Required: No Type: String Allowed values: IMAGE | OTHER_EMBEDDED_CONTENTUpdate requires: No interruption 
- ContentUrl
- 
                    The input URL that links to the custom content that you want in the custom visual. Required: No Type: String Minimum: 1Maximum: 2048Update requires: No interruption 
- ImageScaling
- 
                    The sizing options for the size of the custom content visual. This structure is required when the ContentTypeof the visual is'IMAGE'.Required: No Type: String Allowed values: FIT_TO_HEIGHT | FIT_TO_WIDTH | DO_NOT_SCALE | SCALE_TO_VISUALUpdate requires: No interruption 
- Interactions
- 
                    The general visual interactions setup for a visual. Required: No Type: VisualInteractionOptions Update requires: No interruption