Class CfnAnalysis.SheetDefinitionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalysis.SheetDefinitionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalysis.SheetDefinitionProperty
CfnAnalysis.SheetDefinitionProperty-
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.SheetDefinitionProperty
CfnAnalysis.SheetDefinitionProperty.Builder, CfnAnalysis.SheetDefinitionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalysis.SheetDefinitionProperty.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 StringThe layout content type of the sheet.final StringA description of the sheet.final ObjectThe list of filter controls that are on a sheet.final ObjectA list of images on a sheet.final ObjectLayouts define how the components of a sheet are arranged.final StringgetName()The name of the sheet.final ObjectThe list of parameter controls that are on a sheet.final ObjectThe control layouts of the sheet.final StringThe unique identifier of a sheet.final ObjectThe text boxes that are on a sheet.final StringgetTitle()The title of the sheet.final ObjectA list of the visuals that are on a sheet.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.SheetDefinitionProperty.Builder.
-
-
Method Details
-
getSheetId
Description copied from interface:CfnAnalysis.SheetDefinitionPropertyThe unique identifier of a sheet.- Specified by:
getSheetIdin interfaceCfnAnalysis.SheetDefinitionProperty- See Also:
-
getContentType
Description copied from interface:CfnAnalysis.SheetDefinitionPropertyThe layout content type of the sheet. Choose one of the following options:.PAGINATED: Creates a sheet for a paginated report.INTERACTIVE: Creates a sheet for an interactive dashboard.
- Specified by:
getContentTypein interfaceCfnAnalysis.SheetDefinitionProperty- See Also:
-
getDescription
Description copied from interface:CfnAnalysis.SheetDefinitionPropertyA description of the sheet.- Specified by:
getDescriptionin interfaceCfnAnalysis.SheetDefinitionProperty- See Also:
-
getFilterControls
Description copied from interface:CfnAnalysis.SheetDefinitionPropertyThe list of filter controls that are on a sheet.For more information, see Adding filter controls to analysis sheets in the Amazon Quick Suite User Guide .
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.FilterControlProperty>- Specified by:
getFilterControlsin interfaceCfnAnalysis.SheetDefinitionProperty- See Also:
-
getImages
Description copied from interface:CfnAnalysis.SheetDefinitionPropertyA list of images on a sheet.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.SheetImageProperty>- Specified by:
getImagesin interfaceCfnAnalysis.SheetDefinitionProperty- See Also:
-
getLayouts
Description copied from interface:CfnAnalysis.SheetDefinitionPropertyLayouts define how the components of a sheet are arranged.For more information, see Types of layout in the Amazon Quick Suite User Guide .
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.LayoutProperty>- Specified by:
getLayoutsin interfaceCfnAnalysis.SheetDefinitionProperty- See Also:
-
getName
Description copied from interface:CfnAnalysis.SheetDefinitionPropertyThe name of the sheet.This name is displayed on the sheet's tab in the Quick Suite console.
- Specified by:
getNamein interfaceCfnAnalysis.SheetDefinitionProperty- See Also:
-
getParameterControls
Description copied from interface:CfnAnalysis.SheetDefinitionPropertyThe list of parameter controls that are on a sheet.For more information, see Using a Control with a Parameter in Amazon Quick Sight in the Amazon Quick Suite User Guide .
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.ParameterControlProperty>- Specified by:
getParameterControlsin interfaceCfnAnalysis.SheetDefinitionProperty- See Also:
-
getSheetControlLayouts
Description copied from interface:CfnAnalysis.SheetDefinitionPropertyThe control layouts of the sheet.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.SheetControlLayoutProperty>- Specified by:
getSheetControlLayoutsin interfaceCfnAnalysis.SheetDefinitionProperty- See Also:
-
getTextBoxes
Description copied from interface:CfnAnalysis.SheetDefinitionPropertyThe text boxes that are on a sheet.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.SheetTextBoxProperty>- Specified by:
getTextBoxesin interfaceCfnAnalysis.SheetDefinitionProperty- See Also:
-
getTitle
Description copied from interface:CfnAnalysis.SheetDefinitionPropertyThe title of the sheet.- Specified by:
getTitlein interfaceCfnAnalysis.SheetDefinitionProperty- See Also:
-
getVisuals
Description copied from interface:CfnAnalysis.SheetDefinitionPropertyA list of the visuals that are on a sheet.Visual placement is determined by the layout of the sheet.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnalysis.VisualProperty>- Specified by:
getVisualsin interfaceCfnAnalysis.SheetDefinitionProperty- 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()
-