Class CfnAnalysis.CustomContentConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.CustomContentConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.CustomContentConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.CustomContentConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.CustomContentConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.CustomContentConfigurationProperty
An implementation for
CfnAnalysis.CustomContentConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnAnalysis.CustomContentConfigurationProperty
CfnAnalysis.CustomContentConfigurationProperty.Builder, CfnAnalysis.CustomContentConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysis.CustomContentConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe content type of the custom content visual.final StringThe input URL that links to the custom content that you want in the custom visual.final StringThe sizing options for the size of the custom content visual.final ObjectThe general visual interactions setup for a visual.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnAnalysis.CustomContentConfigurationProperty.Builder.
-
-
Method Details
-
getContentType
Description copied from interface:CfnAnalysis.CustomContentConfigurationPropertyThe content type of the custom content visual.You can use this to have the visual render as an image.
- Specified by:
getContentTypein interfaceCfnAnalysis.CustomContentConfigurationProperty- See Also:
-
getContentUrl
Description copied from interface:CfnAnalysis.CustomContentConfigurationPropertyThe input URL that links to the custom content that you want in the custom visual.- Specified by:
getContentUrlin interfaceCfnAnalysis.CustomContentConfigurationProperty- See Also:
-
getImageScaling
Description copied from interface:CfnAnalysis.CustomContentConfigurationPropertyThe sizing options for the size of the custom content visual.This structure is required when the
ContentTypeof the visual is'IMAGE'.- Specified by:
getImageScalingin interfaceCfnAnalysis.CustomContentConfigurationProperty- See Also:
-
getInteractions
Description copied from interface:CfnAnalysis.CustomContentConfigurationPropertyThe general visual interactions setup for a visual.Returns union: either
IResolvableorCfnAnalysis.VisualInteractionOptionsProperty- Specified by:
getInteractionsin interfaceCfnAnalysis.CustomContentConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-