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 SheetImage
An image that is located on a sheet.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Actions" :[ ImageCustomAction, ... ], "ImageContentAltText" :String, "Interactions" :ImageInteractionOptions, "Scaling" :SheetImageScalingConfiguration, "SheetImageId" :String, "Source" :SheetImageSource, "Tooltip" :SheetImageTooltipConfiguration}
YAML
Actions:- ImageCustomActionImageContentAltText:StringInteractions:ImageInteractionOptionsScaling:SheetImageScalingConfigurationSheetImageId:StringSource:SheetImageSourceTooltip:SheetImageTooltipConfiguration
Properties
- Actions
- 
                    A list of custom actions that are configured for an image. Required: No Type: Array of ImageCustomAction Minimum: 0Maximum: 10Update requires: No interruption 
- ImageContentAltText
- 
                    The alt text for the image. Required: No Type: String Minimum: 1Maximum: 1024Update requires: No interruption 
- Interactions
- 
                    The general image interactions setup for an image. Required: No Type: ImageInteractionOptions Update requires: No interruption 
- Scaling
- 
                    Determines how the image is scaled. Required: No Type: SheetImageScalingConfiguration Update requires: No interruption 
- SheetImageId
- 
                    The ID of the sheet image. Required: Yes Type: String Pattern: ^[\w\-]+$Minimum: 1Maximum: 512Update requires: No interruption 
- Source
- 
                    The source of the image. Required: Yes Type: SheetImageSource Update requires: No interruption 
- Tooltip
- 
                    The tooltip to be shown when hovering over the image. Required: No Type: SheetImageTooltipConfiguration Update requires: No interruption