Interface CfnTemplate.CustomContentConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.CustomContentConfigurationProperty.Jsii$Proxy
- Enclosing class:
- CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.CustomContentConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of a
CustomContentVisual .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.quicksight.*;
CustomContentConfigurationProperty customContentConfigurationProperty = CustomContentConfigurationProperty.builder()
.contentType("contentType")
.contentUrl("contentUrl")
.imageScaling("imageScaling")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTemplate.CustomContentConfigurationPropertystatic final classAn implementation forCfnTemplate.CustomContentConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getContentType
The content type of the custom content visual.You can use this to have the visual render as an image.
-
getContentUrl
The input URL that links to the custom content that you want in the custom visual. -
getImageScaling
The sizing options for the size of the custom content visual.This structure is required when the
ContentTypeof the visual is'IMAGE'. -
builder
-