Class CfnTemplate.SheetDefinitionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTemplate.SheetDefinitionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTemplate.SheetDefinitionProperty
CfnTemplate.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.CfnTemplate.SheetDefinitionProperty
CfnTemplate.SheetDefinitionProperty.Builder, CfnTemplate.SheetDefinitionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTemplate.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 theCfnTemplate.SheetDefinitionProperty.Builder.
-
-
Method Details
-
getSheetId
Description copied from interface:CfnTemplate.SheetDefinitionPropertyThe unique identifier of a sheet.- Specified by:
getSheetIdin interfaceCfnTemplate.SheetDefinitionProperty- See Also:
-
getContentType
Description copied from interface:CfnTemplate.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 interfaceCfnTemplate.SheetDefinitionProperty- See Also:
-
getDescription
Description copied from interface:CfnTemplate.SheetDefinitionPropertyA description of the sheet.- Specified by:
getDescriptionin interfaceCfnTemplate.SheetDefinitionProperty- See Also:
-
getFilterControls
Description copied from interface:CfnTemplate.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: '<'eitherIResolvableorCfnTemplate.FilterControlProperty>- Specified by:
getFilterControlsin interfaceCfnTemplate.SheetDefinitionProperty- See Also:
-
getImages
Description copied from interface:CfnTemplate.SheetDefinitionPropertyA list of images on a sheet.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTemplate.SheetImageProperty>- Specified by:
getImagesin interfaceCfnTemplate.SheetDefinitionProperty- See Also:
-
getLayouts
Description copied from interface:CfnTemplate.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: '<'eitherIResolvableorCfnTemplate.LayoutProperty>- Specified by:
getLayoutsin interfaceCfnTemplate.SheetDefinitionProperty- See Also:
-
getName
Description copied from interface:CfnTemplate.SheetDefinitionPropertyThe name of the sheet.This name is displayed on the sheet's tab in the Quick Suite console.
- Specified by:
getNamein interfaceCfnTemplate.SheetDefinitionProperty- See Also:
-
getParameterControls
Description copied from interface:CfnTemplate.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: '<'eitherIResolvableorCfnTemplate.ParameterControlProperty>- Specified by:
getParameterControlsin interfaceCfnTemplate.SheetDefinitionProperty- See Also:
-
getSheetControlLayouts
Description copied from interface:CfnTemplate.SheetDefinitionPropertyThe control layouts of the sheet.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTemplate.SheetControlLayoutProperty>- Specified by:
getSheetControlLayoutsin interfaceCfnTemplate.SheetDefinitionProperty- See Also:
-
getTextBoxes
Description copied from interface:CfnTemplate.SheetDefinitionPropertyThe text boxes that are on a sheet.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTemplate.SheetTextBoxProperty>- Specified by:
getTextBoxesin interfaceCfnTemplate.SheetDefinitionProperty- See Also:
-
getTitle
Description copied from interface:CfnTemplate.SheetDefinitionPropertyThe title of the sheet.- Specified by:
getTitlein interfaceCfnTemplate.SheetDefinitionProperty- See Also:
-
getVisuals
Description copied from interface:CfnTemplate.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: '<'eitherIResolvableorCfnTemplate.VisualProperty>- Specified by:
getVisualsin interfaceCfnTemplate.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()
-