Class CfnAnalysis.LayoutConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnAnalysis.LayoutConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.LayoutConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.LayoutConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAnalysis.LayoutConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalysis.LayoutConfigurationProperty
An implementation for
CfnAnalysis.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.CfnAnalysis.LayoutConfigurationProperty
CfnAnalysis.LayoutConfigurationProperty.Builder, CfnAnalysis.LayoutConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysis.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 theCfnAnalysis.LayoutConfigurationProperty.Builder.
-
-
Method Details
-
getFreeFormLayout
Description copied from interface:CfnAnalysis.LayoutConfigurationPropertyA free-form is optimized for a fixed width and has more control over the exact placement of layout elements.Returns union: either
IResolvableorCfnAnalysis.FreeFormLayoutConfigurationProperty- Specified by:
getFreeFormLayoutin interfaceCfnAnalysis.LayoutConfigurationProperty- See Also:
-
getGridLayout
Description copied from interface:CfnAnalysis.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
IResolvableorCfnAnalysis.GridLayoutConfigurationProperty- Specified by:
getGridLayoutin interfaceCfnAnalysis.LayoutConfigurationProperty- See Also:
-
getSectionBasedLayout
Description copied from interface:CfnAnalysis.LayoutConfigurationPropertyA section based layout organizes visuals into multiple sections and has customized header, footer and page break.Returns union: either
IResolvableorCfnAnalysis.SectionBasedLayoutConfigurationProperty- Specified by:
getSectionBasedLayoutin interfaceCfnAnalysis.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()
-