Interface CfnDashboard.DashboardVersionDefinitionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDashboard.DashboardVersionDefinitionProperty.Jsii$Proxy
- Enclosing class:
CfnDashboard
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDashboard.DashboardVersionDefinitionPropertystatic final classAn implementation forCfnDashboard.DashboardVersionDefinitionProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnDashboard.AnalysisDefaultsPropertydefault ObjectAn array of calculated field definitions for the dashboard.default ObjectAn array of dashboard-level column configurations.An array of dataset identifier declarations.default ObjectThe filter definitions for a dashboard.default ObjectAn array of option definitions for a dashboard.default ObjectThe parameter declarations for a dashboard.default ObjectAn array of sheet definitions for a dashboard.default ObjectThe static files for the definition.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDataSetIdentifierDeclarations
An array of dataset identifier declarations.With this mapping,you can use dataset identifiers instead of dataset Amazon Resource Names (ARNs) throughout the dashboard's sub-structures.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboard.DataSetIdentifierDeclarationProperty>- See Also:
-
getAnalysisDefaults
Returns union: eitherIResolvableorCfnDashboard.AnalysisDefaultsProperty- See Also:
-
getCalculatedFields
An array of calculated field definitions for the dashboard.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboard.CalculatedFieldProperty>- See Also:
-
getColumnConfigurations
An array of dashboard-level column configurations.Column configurations are used to set the default formatting for a column that is used throughout a dashboard.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboard.ColumnConfigurationProperty>- See Also:
-
getFilterGroups
The filter definitions for a dashboard.For more information, see Filtering Data in Amazon Quick Sight in the Amazon Quick Suite User Guide .
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboard.FilterGroupProperty>- See Also:
-
getOptions
An array of option definitions for a dashboard.Returns union: either
IResolvableorCfnDashboard.AssetOptionsProperty- See Also:
-
getParameterDeclarations
The parameter declarations for a dashboard.Parameters are named variables that can transfer a value for use by an action or an object.
For more information, see Parameters in Amazon Quick Sight in the Amazon Quick Suite User Guide .
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboard.ParameterDeclarationProperty>- See Also:
-
getSheets
An array of sheet definitions for a dashboard.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboard.SheetDefinitionProperty>- See Also:
-
getStaticFiles
The static files for the definition.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDashboard.StaticFileProperty>- See Also:
-
builder
-