AWS::QuickSight::Analysis CustomContentConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::QuickSight::Analysis 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: String ContentUrl: String ImageScaling: 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_CONTENT

Update 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: 1

Maximum: 2048

Update requires: No interruption

ImageScaling

The sizing options for the size of the custom content visual. This structure is required when the ContentType of the visual is 'IMAGE'.

Required: No

Type: String

Allowed values: FIT_TO_HEIGHT | FIT_TO_WIDTH | DO_NOT_SCALE | SCALE_TO_VISUAL

Update requires: No interruption