Class CfnDashboardPropsMixin.ParameterDropDownControlProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.ParameterDropDownControlProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboardPropsMixin.ParameterDropDownControlProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboardPropsMixin.ParameterDropDownControlProperty
@Stability(Stable)
@Internal
public static final class CfnDashboardPropsMixin.ParameterDropDownControlProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboardPropsMixin.ParameterDropDownControlProperty
An implementation for
CfnDashboardPropsMixin.ParameterDropDownControlProperty-
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.ParameterDropDownControlProperty
CfnDashboardPropsMixin.ParameterDropDownControlProperty.Builder, CfnDashboardPropsMixin.ParameterDropDownControlProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboardPropsMixin.ParameterDropDownControlProperty.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 values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.final StringThe visibility configuration of the Apply button on aParameterDropDownControl.final ObjectThe display options of a control.final StringThe ID of theParameterDropDownControl.final ObjectA list of selectable values that are used in a control.final StringThe source parameter name of theParameterDropDownControl.final StringgetTitle()The title of theParameterDropDownControl.final StringgetType()The type parameter name of theParameterDropDownControl.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.ParameterDropDownControlProperty.Builder.
-
-
Method Details
-
getCascadingControlConfiguration
Description copied from interface:CfnDashboardPropsMixin.ParameterDropDownControlPropertyThe values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.Returns union: either
IResolvableorCfnDashboardPropsMixin.CascadingControlConfigurationProperty- Specified by:
getCascadingControlConfigurationin interfaceCfnDashboardPropsMixin.ParameterDropDownControlProperty- See Also:
-
getCommitMode
Description copied from interface:CfnDashboardPropsMixin.ParameterDropDownControlPropertyThe visibility configuration of the Apply button on aParameterDropDownControl.- Specified by:
getCommitModein interfaceCfnDashboardPropsMixin.ParameterDropDownControlProperty- See Also:
-
getDisplayOptions
Description copied from interface:CfnDashboardPropsMixin.ParameterDropDownControlPropertyThe display options of a control.Returns union: either
IResolvableorCfnDashboardPropsMixin.DropDownControlDisplayOptionsProperty- Specified by:
getDisplayOptionsin interfaceCfnDashboardPropsMixin.ParameterDropDownControlProperty- See Also:
-
getParameterControlId
Description copied from interface:CfnDashboardPropsMixin.ParameterDropDownControlPropertyThe ID of theParameterDropDownControl.- Specified by:
getParameterControlIdin interfaceCfnDashboardPropsMixin.ParameterDropDownControlProperty- See Also:
-
getSelectableValues
Description copied from interface:CfnDashboardPropsMixin.ParameterDropDownControlPropertyA list of selectable values that are used in a control.Returns union: either
IResolvableorCfnDashboardPropsMixin.ParameterSelectableValuesProperty- Specified by:
getSelectableValuesin interfaceCfnDashboardPropsMixin.ParameterDropDownControlProperty- See Also:
-
getSourceParameterName
Description copied from interface:CfnDashboardPropsMixin.ParameterDropDownControlPropertyThe source parameter name of theParameterDropDownControl.- Specified by:
getSourceParameterNamein interfaceCfnDashboardPropsMixin.ParameterDropDownControlProperty- See Also:
-
getTitle
Description copied from interface:CfnDashboardPropsMixin.ParameterDropDownControlPropertyThe title of theParameterDropDownControl.- Specified by:
getTitlein interfaceCfnDashboardPropsMixin.ParameterDropDownControlProperty- See Also:
-
getType
Description copied from interface:CfnDashboardPropsMixin.ParameterDropDownControlPropertyThe type parameter name of theParameterDropDownControl.- Specified by:
getTypein interfaceCfnDashboardPropsMixin.ParameterDropDownControlProperty- 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()
-