Class CfnDashboard.LayoutConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnDashboard.LayoutConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDashboard.LayoutConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDashboard.LayoutConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDashboard.LayoutConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDashboard.LayoutConfigurationProperty
An implementation for
CfnDashboard.LayoutConfigurationProperty-
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.CfnDashboard.LayoutConfigurationProperty
CfnDashboard.LayoutConfigurationProperty.Builder, CfnDashboard.LayoutConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDashboard.LayoutConfigurationProperty.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 ObjectA free-form is optimized for a fixed width and has more control over the exact placement of layout elements.final ObjectA type of layout that can be used on a sheet.final ObjectA section based layout organizes visuals into multiple sections and has customized header, footer and page break.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 theCfnDashboard.LayoutConfigurationProperty.Builder.
-
-
Method Details
-
getFreeFormLayout
Description copied from interface:CfnDashboard.LayoutConfigurationPropertyA free-form is optimized for a fixed width and has more control over the exact placement of layout elements.Returns union: either
IResolvableorCfnDashboard.FreeFormLayoutConfigurationProperty- Specified by:
getFreeFormLayoutin interfaceCfnDashboard.LayoutConfigurationProperty- See Also:
-
getGridLayout
Description copied from interface:CfnDashboard.LayoutConfigurationPropertyA type of layout that can be used on a sheet.In a grid layout, visuals snap to a grid with standard spacing and alignment. Dashboards are displayed as designed, with options to fit to screen or view at actual size. A grid layout can be configured to behave in one of two ways when the viewport is resized:
FIXEDorRESPONSIVE.Returns union: either
IResolvableorCfnDashboard.GridLayoutConfigurationProperty- Specified by:
getGridLayoutin interfaceCfnDashboard.LayoutConfigurationProperty- See Also:
-
getSectionBasedLayout
Description copied from interface:CfnDashboard.LayoutConfigurationPropertyA section based layout organizes visuals into multiple sections and has customized header, footer and page break.Returns union: either
IResolvableorCfnDashboard.SectionBasedLayoutConfigurationProperty- Specified by:
getSectionBasedLayoutin interfaceCfnDashboard.LayoutConfigurationProperty- 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()
-