AWS::QuickSight::Dashboard CustomContentConfiguration
The configuration of a CustomContentVisual.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ContentType" :String, "ContentUrl" :String, "ImageScaling" :String}
YAML
ContentType:StringContentUrl:StringImageScaling:String
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:
DO_NOT_SCALE | FIT_TO_HEIGHT | FIT_TO_WIDTH | SCALE_TO_VISUALUpdate requires: No interruption