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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.quicksight.CfnDashboard.LayoutConfigurationProperty
CfnDashboard.LayoutConfigurationProperty.Builder, CfnDashboard.LayoutConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDashboard.LayoutConfigurationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
A free-form is optimized for a fixed width and has more control over the exact placement of layout elements.final Object
A type of layout that can be used on a sheet.final Object
A section based layout organizes visuals into multiple sections and has customized header, footer and page break.final int
hashCode()
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.LayoutConfigurationProperty
A free-form is optimized for a fixed width and has more control over the exact placement of layout elements.- Specified by:
getFreeFormLayout
in interfaceCfnDashboard.LayoutConfigurationProperty
- See Also:
-
getGridLayout
Description copied from interface:CfnDashboard.LayoutConfigurationProperty
A 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:
FIXED
orRESPONSIVE
.- Specified by:
getGridLayout
in interfaceCfnDashboard.LayoutConfigurationProperty
- See Also:
-
getSectionBasedLayout
Description copied from interface:CfnDashboard.LayoutConfigurationProperty
A section based layout organizes visuals into multiple sections and has customized header, footer and page break.- Specified by:
getSectionBasedLayout
in interfaceCfnDashboard.LayoutConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-