Class CfnDashboardPropsMixin.GridLayoutElementProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.GridLayoutElementProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboardPropsMixin.GridLayoutElementProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboardPropsMixin.GridLayoutElementProperty
@Stability(Stable)
@Internal
public static final class CfnDashboardPropsMixin.GridLayoutElementProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboardPropsMixin.GridLayoutElementProperty
An implementation for
CfnDashboardPropsMixin.GridLayoutElementProperty-
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.GridLayoutElementProperty
CfnDashboardPropsMixin.GridLayoutElementProperty.Builder, CfnDashboardPropsMixin.GridLayoutElementProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboardPropsMixin.GridLayoutElementProperty.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 background style configuration of a grid layout element.final StringThe border radius of a grid layout element.final ObjectThe border style configuration of a grid layout element.final NumberThe column index for the upper left corner of an element.final NumberThe width of a grid element expressed as a number of grid columns.final StringA unique identifier for an element within a grid layout.final StringThe type of element.final ObjectReturns union: eitherIResolvableorCfnDashboardPropsMixin.LoadingAnimationPropertyfinal StringThe padding of a grid layout element.final NumberThe row index for the upper left corner of an element.final NumberThe height of a grid element expressed as a number of grid rows.final ObjectThe border style configuration of a grid layout element.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.GridLayoutElementProperty.Builder.
-
-
Method Details
-
getBackgroundStyle
Description copied from interface:CfnDashboardPropsMixin.GridLayoutElementPropertyThe background style configuration of a grid layout element.Returns union: either
IResolvableorCfnDashboardPropsMixin.GridLayoutElementBackgroundStyleProperty- Specified by:
getBackgroundStylein interfaceCfnDashboardPropsMixin.GridLayoutElementProperty- See Also:
-
getBorderRadius
Description copied from interface:CfnDashboardPropsMixin.GridLayoutElementPropertyThe border radius of a grid layout element.- Specified by:
getBorderRadiusin interfaceCfnDashboardPropsMixin.GridLayoutElementProperty- See Also:
-
getBorderStyle
Description copied from interface:CfnDashboardPropsMixin.GridLayoutElementPropertyThe border style configuration of a grid layout element.Returns union: either
IResolvableorCfnDashboardPropsMixin.GridLayoutElementBorderStyleProperty- Specified by:
getBorderStylein interfaceCfnDashboardPropsMixin.GridLayoutElementProperty- See Also:
-
getColumnIndex
Description copied from interface:CfnDashboardPropsMixin.GridLayoutElementPropertyThe column index for the upper left corner of an element.- Specified by:
getColumnIndexin interfaceCfnDashboardPropsMixin.GridLayoutElementProperty- See Also:
-
getColumnSpan
Description copied from interface:CfnDashboardPropsMixin.GridLayoutElementPropertyThe width of a grid element expressed as a number of grid columns.- Specified by:
getColumnSpanin interfaceCfnDashboardPropsMixin.GridLayoutElementProperty- See Also:
-
getElementId
Description copied from interface:CfnDashboardPropsMixin.GridLayoutElementPropertyA unique identifier for an element within a grid layout.- Specified by:
getElementIdin interfaceCfnDashboardPropsMixin.GridLayoutElementProperty- See Also:
-
getElementType
Description copied from interface:CfnDashboardPropsMixin.GridLayoutElementPropertyThe type of element.- Specified by:
getElementTypein interfaceCfnDashboardPropsMixin.GridLayoutElementProperty- See Also:
-
getLoadingAnimation
Description copied from interface:CfnDashboardPropsMixin.GridLayoutElementPropertyReturns union: eitherIResolvableorCfnDashboardPropsMixin.LoadingAnimationProperty- Specified by:
getLoadingAnimationin interfaceCfnDashboardPropsMixin.GridLayoutElementProperty- See Also:
-
getPadding
Description copied from interface:CfnDashboardPropsMixin.GridLayoutElementPropertyThe padding of a grid layout element.- Specified by:
getPaddingin interfaceCfnDashboardPropsMixin.GridLayoutElementProperty- See Also:
-
getRowIndex
Description copied from interface:CfnDashboardPropsMixin.GridLayoutElementPropertyThe row index for the upper left corner of an element.- Specified by:
getRowIndexin interfaceCfnDashboardPropsMixin.GridLayoutElementProperty- See Also:
-
getRowSpan
Description copied from interface:CfnDashboardPropsMixin.GridLayoutElementPropertyThe height of a grid element expressed as a number of grid rows.- Specified by:
getRowSpanin interfaceCfnDashboardPropsMixin.GridLayoutElementProperty- See Also:
-
getSelectedBorderStyle
Description copied from interface:CfnDashboardPropsMixin.GridLayoutElementPropertyThe border style configuration of a grid layout element.This border style is used when the element is selected.
Returns union: either
IResolvableorCfnDashboardPropsMixin.GridLayoutElementBorderStyleProperty- Specified by:
getSelectedBorderStylein interfaceCfnDashboardPropsMixin.GridLayoutElementProperty- 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()
-