Interface CfnAnalysis.CustomContentConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.CustomContentConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAnalysis.CustomContentConfigurationProperty
static final class
An implementation forCfnAnalysis.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.
- See Also:
-
getContentUrl
The input URL that links to the custom content that you want in the custom visual.- See Also:
-
getImageScaling
The sizing options for the size of the custom content visual.This structure is required when the
ContentType
of the visual is'IMAGE'
.- See Also:
-
builder
-