Interface CfnTemplate.TemplateVersionDefinitionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.TemplateVersionDefinitionProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
Example:
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTemplate.TemplateVersionDefinitionPropertystatic final classAn implementation forCfnTemplate.TemplateVersionDefinitionProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnTemplate.AnalysisDefaultsPropertydefault ObjectAn array of calculated field definitions for the template.default ObjectAn array of template-level column configurations.An array of dataset configurations.default ObjectFilter definitions for a template.default ObjectAn array of option definitions for a template.default ObjectAn array of parameter declarations for a template.default ObjectReturns union: eitherIResolvableorCfnTemplate.QueryExecutionOptionsPropertydefault ObjectAn array of sheet definitions for a template.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDataSetConfigurations
An array of dataset configurations.These configurations define the required columns for each dataset used within a template.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTemplate.DataSetConfigurationProperty>- See Also:
-
getAnalysisDefaults
Returns union: eitherIResolvableorCfnTemplate.AnalysisDefaultsProperty- See Also:
-
getCalculatedFields
An array of calculated field definitions for the template.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTemplate.CalculatedFieldProperty>- See Also:
-
getColumnConfigurations
An array of template-level column configurations.Column configurations are used to set default formatting for a column that's used throughout a template.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTemplate.ColumnConfigurationProperty>- See Also:
-
getFilterGroups
Filter definitions for a template.For more information, see Filtering Data in the Amazon Quick Suite User Guide .
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTemplate.FilterGroupProperty>- See Also:
-
getOptions
An array of option definitions for a template.Returns union: either
IResolvableorCfnTemplate.AssetOptionsProperty- See Also:
-
getParameterDeclarations
An array of parameter declarations for a template.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: '<'eitherIResolvableorCfnTemplate.ParameterDeclarationProperty>- See Also:
-
getQueryExecutionOptions
Returns union: eitherIResolvableorCfnTemplate.QueryExecutionOptionsProperty- See Also:
-
getSheets
An array of sheet definitions for a template.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnTemplate.SheetDefinitionProperty>- See Also:
-
builder
-