Class CfnDashboardPropsMixin.InsightVisualProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.InsightVisualProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboardPropsMixin.InsightVisualProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboardPropsMixin.InsightVisualProperty
@Stability(Stable)
@Internal
public static final class CfnDashboardPropsMixin.InsightVisualProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboardPropsMixin.InsightVisualProperty
An implementation for
CfnDashboardPropsMixin.InsightVisualProperty-
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.CfnDashboardPropsMixin.InsightVisualProperty
CfnDashboardPropsMixin.InsightVisualProperty.Builder, CfnDashboardPropsMixin.InsightVisualProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboardPropsMixin.InsightVisualProperty.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 ObjectThe list of custom actions that are configured for a visual.final StringThe dataset that is used in the insight visual.final ObjectThe configuration of an insight visual.final ObjectThe subtitle that is displayed on the visual.final ObjectgetTitle()The title that is displayed on the visual.final StringThe alt text for the visual.final StringThe unique identifier of 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 theCfnDashboardPropsMixin.InsightVisualProperty.Builder.
-
-
Method Details
-
getActions
Description copied from interface:CfnDashboardPropsMixin.InsightVisualPropertyThe list of custom actions that are configured for a visual.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboardPropsMixin.VisualCustomActionProperty>- Specified by:
getActionsin interfaceCfnDashboardPropsMixin.InsightVisualProperty- See Also:
-
getDataSetIdentifier
Description copied from interface:CfnDashboardPropsMixin.InsightVisualPropertyThe dataset that is used in the insight visual.- Specified by:
getDataSetIdentifierin interfaceCfnDashboardPropsMixin.InsightVisualProperty- See Also:
-
getInsightConfiguration
Description copied from interface:CfnDashboardPropsMixin.InsightVisualPropertyThe configuration of an insight visual.Returns union: either
IResolvableorCfnDashboardPropsMixin.InsightConfigurationProperty- Specified by:
getInsightConfigurationin interfaceCfnDashboardPropsMixin.InsightVisualProperty- See Also:
-
getSubtitle
Description copied from interface:CfnDashboardPropsMixin.InsightVisualPropertyThe subtitle that is displayed on the visual.Returns union: either
IResolvableorCfnDashboardPropsMixin.VisualSubtitleLabelOptionsProperty- Specified by:
getSubtitlein interfaceCfnDashboardPropsMixin.InsightVisualProperty- See Also:
-
getTitle
Description copied from interface:CfnDashboardPropsMixin.InsightVisualPropertyThe title that is displayed on the visual.Returns union: either
IResolvableorCfnDashboardPropsMixin.VisualTitleLabelOptionsProperty- Specified by:
getTitlein interfaceCfnDashboardPropsMixin.InsightVisualProperty- See Also:
-
getVisualContentAltText
Description copied from interface:CfnDashboardPropsMixin.InsightVisualPropertyThe alt text for the visual.- Specified by:
getVisualContentAltTextin interfaceCfnDashboardPropsMixin.InsightVisualProperty- See Also:
-
getVisualId
Description copied from interface:CfnDashboardPropsMixin.InsightVisualPropertyThe unique identifier of a visual.This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- Specified by:
getVisualIdin interfaceCfnDashboardPropsMixin.InsightVisualProperty- 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()
-