Interface CfnAnalysis.AnalysisDefinitionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnalysis.AnalysisDefinitionProperty.Jsii$Proxy
- Enclosing class:
CfnAnalysis
@Stability(Stable)
public static interface CfnAnalysis.AnalysisDefinitionProperty
extends software.amazon.jsii.JsiiSerializable
The definition of an analysis.
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnalysis.AnalysisDefinitionPropertystatic final classAn implementation forCfnAnalysis.AnalysisDefinitionProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default Objectdefault ObjectAn array of calculated field definitions for the analysis.default ObjectAn array of analysis-level column configurations.An array of dataset identifier declarations.default ObjectFilter definitions for an analysis.default ObjectAn array of option definitions for an analysis.default ObjectAn array of parameter declarations for an analysis.default Objectdefault ObjectAn array of sheet definitions for an analysis.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.This mapping allows the usage of dataset identifiers instead of dataset ARNs throughout analysis sub-structures.
- See Also:
-
getAnalysisDefaults
- See Also:
-
getCalculatedFields
An array of calculated field definitions for the analysis.- See Also:
-
getColumnConfigurations
An array of analysis-level column configurations.Column configurations can be used to set default formatting for a column to be used throughout an analysis.
- See Also:
-
getFilterGroups
Filter definitions for an analysis.For more information, see Filtering Data in Amazon QuickSight in the Amazon QuickSight User Guide .
- See Also:
-
getOptions
An array of option definitions for an analysis.- See Also:
-
getParameterDeclarations
An array of parameter declarations for an analysis.Parameters are named variables that can transfer a value for use by an action or an object.
For more information, see Parameters in Amazon QuickSight in the Amazon QuickSight User Guide .
- See Also:
-
getQueryExecutionOptions
- See Also:
-
getSheets
An array of sheet definitions for an analysis.Each
SheetDefinitionprovides detailed information about a sheet within this analysis.- See Also:
-
getStaticFiles
The static files for the definition.- See Also:
-
builder
-