Class CfnAnalysisPropsMixin.CustomContentConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.CustomContentConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysisPropsMixin.CustomContentConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysisPropsMixin.CustomContentConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysisPropsMixin.CustomContentConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysisPropsMixin.CustomContentConfigurationProperty
An implementation for
CfnAnalysisPropsMixin.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.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.CustomContentConfigurationProperty
CfnAnalysisPropsMixin.CustomContentConfigurationProperty.Builder, CfnAnalysisPropsMixin.CustomContentConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysisPropsMixin.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 theCfnAnalysisPropsMixin.CustomContentConfigurationProperty.Builder.
-
-
Method Details
-
getContentType
Description copied from interface:CfnAnalysisPropsMixin.CustomContentConfigurationPropertyThe content type of the custom content visual.You can use this to have the visual render as an image.
- Specified by:
getContentTypein interfaceCfnAnalysisPropsMixin.CustomContentConfigurationProperty- See Also:
-
getContentUrl
Description copied from interface:CfnAnalysisPropsMixin.CustomContentConfigurationPropertyThe input URL that links to the custom content that you want in the custom visual.- Specified by:
getContentUrlin interfaceCfnAnalysisPropsMixin.CustomContentConfigurationProperty- See Also:
-
getImageScaling
Description copied from interface:CfnAnalysisPropsMixin.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 interfaceCfnAnalysisPropsMixin.CustomContentConfigurationProperty- See Also:
-
getInteractions
Description copied from interface:CfnAnalysisPropsMixin.CustomContentConfigurationPropertyThe general visual interactions setup for a visual.Returns union: either
IResolvableorCfnAnalysisPropsMixin.VisualInteractionOptionsProperty- Specified by:
getInteractionsin interfaceCfnAnalysisPropsMixin.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()
-