We recommend new projects start with resources from the AWS provider.
aws-native.quicksight.Template
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Definition of the AWS::QuickSight::Template Resource Type.
Create Template Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Template(name: string, args: TemplateArgs, opts?: CustomResourceOptions);@overload
def Template(resource_name: str,
             args: TemplateArgs,
             opts: Optional[ResourceOptions] = None)
@overload
def Template(resource_name: str,
             opts: Optional[ResourceOptions] = None,
             aws_account_id: Optional[str] = None,
             template_id: Optional[str] = None,
             definition: Optional[TemplateVersionDefinitionArgs] = None,
             name: Optional[str] = None,
             permissions: Optional[Sequence[TemplateResourcePermissionArgs]] = None,
             source_entity: Optional[TemplateSourceEntityArgs] = None,
             tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
             validation_strategy: Optional[TemplateValidationStrategyArgs] = None,
             version_description: Optional[str] = None)func NewTemplate(ctx *Context, name string, args TemplateArgs, opts ...ResourceOption) (*Template, error)public Template(string name, TemplateArgs args, CustomResourceOptions? opts = null)
public Template(String name, TemplateArgs args)
public Template(String name, TemplateArgs args, CustomResourceOptions options)
type: aws-native:quicksight:Template
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args TemplateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args TemplateArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args TemplateArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TemplateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args TemplateArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Template Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Template resource accepts the following input properties:
- AwsAccount stringId 
- The ID for the AWS account that the group is in. You use the ID for the AWS account that contains your Amazon QuickSight account.
- TemplateId string
- An ID for the template that you want to create. This template is unique per AWS Region ; in each AWS account.
- Definition
Pulumi.Aws Native. Quick Sight. Inputs. Template Version Definition 
- Name string
- A display name for the template.
- Permissions
List<Pulumi.Aws Native. Quick Sight. Inputs. Template Resource Permission> 
- A list of resource permissions to be set on the template.
- SourceEntity Pulumi.Aws Native. Quick Sight. Inputs. Template Source Entity 
- The entity that you are using as a source when you create the template. In - SourceEntity, you specify the type of object you're using as source:- SourceTemplatefor a template or- SourceAnalysisfor an analysis. Both of these require an Amazon Resource Name (ARN). For- SourceTemplate, specify the ARN of the source template. For- SourceAnalysis, specify the ARN of the source analysis. The- SourceTemplateARN can contain any AWS account and any Amazon QuickSight-supported AWS Region .- Use the - DataSetReferencesentity within- SourceTemplateor- SourceAnalysisto list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.- Either a - SourceEntityor a- Definitionmust be provided in order for the request to be valid.
- 
List<Pulumi.Aws Native. Inputs. Tag> 
- Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
- ValidationStrategy Pulumi.Aws Native. Quick Sight. Inputs. Template Validation Strategy 
- The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to LENIENT, validation is skipped for specific errors.
- VersionDescription string
- A description of the current template version being created. This API operation creates the first version of the template. Every time UpdateTemplateis called, a new version is created. Each version of the template maintains a description of the version in theVersionDescriptionfield.
- AwsAccount stringId 
- The ID for the AWS account that the group is in. You use the ID for the AWS account that contains your Amazon QuickSight account.
- TemplateId string
- An ID for the template that you want to create. This template is unique per AWS Region ; in each AWS account.
- Definition
TemplateVersion Definition Args 
- Name string
- A display name for the template.
- Permissions
[]TemplateResource Permission Args 
- A list of resource permissions to be set on the template.
- SourceEntity TemplateSource Entity Args 
- The entity that you are using as a source when you create the template. In - SourceEntity, you specify the type of object you're using as source:- SourceTemplatefor a template or- SourceAnalysisfor an analysis. Both of these require an Amazon Resource Name (ARN). For- SourceTemplate, specify the ARN of the source template. For- SourceAnalysis, specify the ARN of the source analysis. The- SourceTemplateARN can contain any AWS account and any Amazon QuickSight-supported AWS Region .- Use the - DataSetReferencesentity within- SourceTemplateor- SourceAnalysisto list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.- Either a - SourceEntityor a- Definitionmust be provided in order for the request to be valid.
- 
TagArgs 
- Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
- ValidationStrategy TemplateValidation Strategy Args 
- The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to LENIENT, validation is skipped for specific errors.
- VersionDescription string
- A description of the current template version being created. This API operation creates the first version of the template. Every time UpdateTemplateis called, a new version is created. Each version of the template maintains a description of the version in theVersionDescriptionfield.
- awsAccount StringId 
- The ID for the AWS account that the group is in. You use the ID for the AWS account that contains your Amazon QuickSight account.
- templateId String
- An ID for the template that you want to create. This template is unique per AWS Region ; in each AWS account.
- definition
TemplateVersion Definition 
- name String
- A display name for the template.
- permissions
List<TemplateResource Permission> 
- A list of resource permissions to be set on the template.
- sourceEntity TemplateSource Entity 
- The entity that you are using as a source when you create the template. In - SourceEntity, you specify the type of object you're using as source:- SourceTemplatefor a template or- SourceAnalysisfor an analysis. Both of these require an Amazon Resource Name (ARN). For- SourceTemplate, specify the ARN of the source template. For- SourceAnalysis, specify the ARN of the source analysis. The- SourceTemplateARN can contain any AWS account and any Amazon QuickSight-supported AWS Region .- Use the - DataSetReferencesentity within- SourceTemplateor- SourceAnalysisto list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.- Either a - SourceEntityor a- Definitionmust be provided in order for the request to be valid.
- List<Tag>
- Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
- validationStrategy TemplateValidation Strategy 
- The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to LENIENT, validation is skipped for specific errors.
- versionDescription String
- A description of the current template version being created. This API operation creates the first version of the template. Every time UpdateTemplateis called, a new version is created. Each version of the template maintains a description of the version in theVersionDescriptionfield.
- awsAccount stringId 
- The ID for the AWS account that the group is in. You use the ID for the AWS account that contains your Amazon QuickSight account.
- templateId string
- An ID for the template that you want to create. This template is unique per AWS Region ; in each AWS account.
- definition
TemplateVersion Definition 
- name string
- A display name for the template.
- permissions
TemplateResource Permission[] 
- A list of resource permissions to be set on the template.
- sourceEntity TemplateSource Entity 
- The entity that you are using as a source when you create the template. In - SourceEntity, you specify the type of object you're using as source:- SourceTemplatefor a template or- SourceAnalysisfor an analysis. Both of these require an Amazon Resource Name (ARN). For- SourceTemplate, specify the ARN of the source template. For- SourceAnalysis, specify the ARN of the source analysis. The- SourceTemplateARN can contain any AWS account and any Amazon QuickSight-supported AWS Region .- Use the - DataSetReferencesentity within- SourceTemplateor- SourceAnalysisto list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.- Either a - SourceEntityor a- Definitionmust be provided in order for the request to be valid.
- Tag[]
- Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
- validationStrategy TemplateValidation Strategy 
- The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to LENIENT, validation is skipped for specific errors.
- versionDescription string
- A description of the current template version being created. This API operation creates the first version of the template. Every time UpdateTemplateis called, a new version is created. Each version of the template maintains a description of the version in theVersionDescriptionfield.
- aws_account_ strid 
- The ID for the AWS account that the group is in. You use the ID for the AWS account that contains your Amazon QuickSight account.
- template_id str
- An ID for the template that you want to create. This template is unique per AWS Region ; in each AWS account.
- definition
TemplateVersion Definition Args 
- name str
- A display name for the template.
- permissions
Sequence[TemplateResource Permission Args] 
- A list of resource permissions to be set on the template.
- source_entity TemplateSource Entity Args 
- The entity that you are using as a source when you create the template. In - SourceEntity, you specify the type of object you're using as source:- SourceTemplatefor a template or- SourceAnalysisfor an analysis. Both of these require an Amazon Resource Name (ARN). For- SourceTemplate, specify the ARN of the source template. For- SourceAnalysis, specify the ARN of the source analysis. The- SourceTemplateARN can contain any AWS account and any Amazon QuickSight-supported AWS Region .- Use the - DataSetReferencesentity within- SourceTemplateor- SourceAnalysisto list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.- Either a - SourceEntityor a- Definitionmust be provided in order for the request to be valid.
- 
Sequence[TagArgs] 
- Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
- validation_strategy TemplateValidation Strategy Args 
- The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to LENIENT, validation is skipped for specific errors.
- version_description str
- A description of the current template version being created. This API operation creates the first version of the template. Every time UpdateTemplateis called, a new version is created. Each version of the template maintains a description of the version in theVersionDescriptionfield.
- awsAccount StringId 
- The ID for the AWS account that the group is in. You use the ID for the AWS account that contains your Amazon QuickSight account.
- templateId String
- An ID for the template that you want to create. This template is unique per AWS Region ; in each AWS account.
- definition Property Map
- name String
- A display name for the template.
- permissions List<Property Map>
- A list of resource permissions to be set on the template.
- sourceEntity Property Map
- The entity that you are using as a source when you create the template. In - SourceEntity, you specify the type of object you're using as source:- SourceTemplatefor a template or- SourceAnalysisfor an analysis. Both of these require an Amazon Resource Name (ARN). For- SourceTemplate, specify the ARN of the source template. For- SourceAnalysis, specify the ARN of the source analysis. The- SourceTemplateARN can contain any AWS account and any Amazon QuickSight-supported AWS Region .- Use the - DataSetReferencesentity within- SourceTemplateor- SourceAnalysisto list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.- Either a - SourceEntityor a- Definitionmust be provided in order for the request to be valid.
- List<Property Map>
- Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
- validationStrategy Property Map
- The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to LENIENT, validation is skipped for specific errors.
- versionDescription String
- A description of the current template version being created. This API operation creates the first version of the template. Every time UpdateTemplateis called, a new version is created. Each version of the template maintains a description of the version in theVersionDescriptionfield.
Outputs
All input properties are implicitly available as output properties. Additionally, the Template resource produces the following output properties:
- Arn string
- CreatedTime string
- Id string
- The provider-assigned unique ID for this managed resource.
- LastUpdated stringTime 
- Version
Pulumi.Aws Native. Quick Sight. Outputs. Template Version 
- Arn string
- CreatedTime string
- Id string
- The provider-assigned unique ID for this managed resource.
- LastUpdated stringTime 
- Version
TemplateVersion 
- arn String
- createdTime String
- id String
- The provider-assigned unique ID for this managed resource.
- lastUpdated StringTime 
- version
TemplateVersion 
- arn string
- createdTime string
- id string
- The provider-assigned unique ID for this managed resource.
- lastUpdated stringTime 
- version
TemplateVersion 
- arn str
- created_time str
- id str
- The provider-assigned unique ID for this managed resource.
- last_updated_ strtime 
- version
TemplateVersion 
- arn String
- createdTime String
- id String
- The provider-assigned unique ID for this managed resource.
- lastUpdated StringTime 
- version Property Map
Supporting Types
Note: There are over 200 nested types for this resource. Only the first 200 types are included in this documentation.
Tag, TagArgs  
TemplateAggregationFunction, TemplateAggregationFunctionArgs      
- AttributeAggregation Pulumi.Function Aws Native. Quick Sight. Inputs. Template Attribute Aggregation Function 
- Aggregation for attributes.
- CategoricalAggregation Pulumi.Function Aws Native. Quick Sight. Template Categorical Aggregation Function 
- Aggregation for categorical values.- COUNT: Aggregate by the total number of values, including duplicates.
- DISTINCT_COUNT: Aggregate by the total number of distinct values.
 
- DateAggregation Pulumi.Function Aws Native. Quick Sight. Template Date Aggregation Function 
- Aggregation for date values.- COUNT: Aggregate by the total number of values, including duplicates.
- DISTINCT_COUNT: Aggregate by the total number of distinct values.
- MIN: Select the smallest date value.
- MAX: Select the largest date value.
 
- NumericalAggregation Pulumi.Function Aws Native. Quick Sight. Inputs. Template Numerical Aggregation Function 
- Aggregation for numerical values.
- AttributeAggregation TemplateFunction Attribute Aggregation Function 
- Aggregation for attributes.
- CategoricalAggregation TemplateFunction Categorical Aggregation Function 
- Aggregation for categorical values.- COUNT: Aggregate by the total number of values, including duplicates.
- DISTINCT_COUNT: Aggregate by the total number of distinct values.
 
- DateAggregation TemplateFunction Date Aggregation Function 
- Aggregation for date values.- COUNT: Aggregate by the total number of values, including duplicates.
- DISTINCT_COUNT: Aggregate by the total number of distinct values.
- MIN: Select the smallest date value.
- MAX: Select the largest date value.
 
- NumericalAggregation TemplateFunction Numerical Aggregation Function 
- Aggregation for numerical values.
- attributeAggregation TemplateFunction Attribute Aggregation Function 
- Aggregation for attributes.
- categoricalAggregation TemplateFunction Categorical Aggregation Function 
- Aggregation for categorical values.- COUNT: Aggregate by the total number of values, including duplicates.
- DISTINCT_COUNT: Aggregate by the total number of distinct values.
 
- dateAggregation TemplateFunction Date Aggregation Function 
- Aggregation for date values.- COUNT: Aggregate by the total number of values, including duplicates.
- DISTINCT_COUNT: Aggregate by the total number of distinct values.
- MIN: Select the smallest date value.
- MAX: Select the largest date value.
 
- numericalAggregation TemplateFunction Numerical Aggregation Function 
- Aggregation for numerical values.
- attributeAggregation TemplateFunction Attribute Aggregation Function 
- Aggregation for attributes.
- categoricalAggregation TemplateFunction Categorical Aggregation Function 
- Aggregation for categorical values.- COUNT: Aggregate by the total number of values, including duplicates.
- DISTINCT_COUNT: Aggregate by the total number of distinct values.
 
- dateAggregation TemplateFunction Date Aggregation Function 
- Aggregation for date values.- COUNT: Aggregate by the total number of values, including duplicates.
- DISTINCT_COUNT: Aggregate by the total number of distinct values.
- MIN: Select the smallest date value.
- MAX: Select the largest date value.
 
- numericalAggregation TemplateFunction Numerical Aggregation Function 
- Aggregation for numerical values.
- attribute_aggregation_ Templatefunction Attribute Aggregation Function 
- Aggregation for attributes.
- categorical_aggregation_ Templatefunction Categorical Aggregation Function 
- Aggregation for categorical values.- COUNT: Aggregate by the total number of values, including duplicates.
- DISTINCT_COUNT: Aggregate by the total number of distinct values.
 
- date_aggregation_ Templatefunction Date Aggregation Function 
- Aggregation for date values.- COUNT: Aggregate by the total number of values, including duplicates.
- DISTINCT_COUNT: Aggregate by the total number of distinct values.
- MIN: Select the smallest date value.
- MAX: Select the largest date value.
 
- numerical_aggregation_ Templatefunction Numerical Aggregation Function 
- Aggregation for numerical values.
- attributeAggregation Property MapFunction 
- Aggregation for attributes.
- categoricalAggregation "COUNT" | "DISTINCT_COUNT"Function 
- Aggregation for categorical values.- COUNT: Aggregate by the total number of values, including duplicates.
- DISTINCT_COUNT: Aggregate by the total number of distinct values.
 
- dateAggregation "COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX"Function 
- Aggregation for date values.- COUNT: Aggregate by the total number of values, including duplicates.
- DISTINCT_COUNT: Aggregate by the total number of distinct values.
- MIN: Select the smallest date value.
- MAX: Select the largest date value.
 
- numericalAggregation Property MapFunction 
- Aggregation for numerical values.
TemplateAggregationSortConfiguration, TemplateAggregationSortConfigurationArgs        
- Column
Pulumi.Aws Native. Quick Sight. Inputs. Template Column Identifier 
- The column that determines the sort order of aggregated values.
- SortDirection Pulumi.Aws Native. Quick Sight. Template Sort Direction 
- The sort direction of values.- ASC: Sort in ascending order.
- DESC: Sort in descending order.
 
- AggregationFunction Pulumi.Aws Native. Quick Sight. Inputs. Template Aggregation Function 
- The function that aggregates the values in Column.
- Column
TemplateColumn Identifier 
- The column that determines the sort order of aggregated values.
- SortDirection TemplateSort Direction 
- The sort direction of values.- ASC: Sort in ascending order.
- DESC: Sort in descending order.
 
- AggregationFunction TemplateAggregation Function 
- The function that aggregates the values in Column.
- column
TemplateColumn Identifier 
- The column that determines the sort order of aggregated values.
- sortDirection TemplateSort Direction 
- The sort direction of values.- ASC: Sort in ascending order.
- DESC: Sort in descending order.
 
- aggregationFunction TemplateAggregation Function 
- The function that aggregates the values in Column.
- column
TemplateColumn Identifier 
- The column that determines the sort order of aggregated values.
- sortDirection TemplateSort Direction 
- The sort direction of values.- ASC: Sort in ascending order.
- DESC: Sort in descending order.
 
- aggregationFunction TemplateAggregation Function 
- The function that aggregates the values in Column.
- column
TemplateColumn Identifier 
- The column that determines the sort order of aggregated values.
- sort_direction TemplateSort Direction 
- The sort direction of values.- ASC: Sort in ascending order.
- DESC: Sort in descending order.
 
- aggregation_function TemplateAggregation Function 
- The function that aggregates the values in Column.
- column Property Map
- The column that determines the sort order of aggregated values.
- sortDirection "ASC" | "DESC"
- The sort direction of values.- ASC: Sort in ascending order.
- DESC: Sort in descending order.
 
- aggregationFunction Property Map
- The function that aggregates the values in Column.
TemplateAnalysisDefaults, TemplateAnalysisDefaultsArgs      
- DefaultNew Pulumi.Sheet Configuration Aws Native. Quick Sight. Inputs. Template Default New Sheet Configuration 
- The configuration for default new sheet settings.
- DefaultNew TemplateSheet Configuration Default New Sheet Configuration 
- The configuration for default new sheet settings.
- defaultNew TemplateSheet Configuration Default New Sheet Configuration 
- The configuration for default new sheet settings.
- defaultNew TemplateSheet Configuration Default New Sheet Configuration 
- The configuration for default new sheet settings.
- default_new_ Templatesheet_ configuration Default New Sheet Configuration 
- The configuration for default new sheet settings.
- defaultNew Property MapSheet Configuration 
- The configuration for default new sheet settings.
TemplateAnchorDateConfiguration, TemplateAnchorDateConfigurationArgs        
- AnchorOption Pulumi.Aws Native. Quick Sight. Template Anchor Option 
- The options for the date configuration. Choose one of the options below:- NOW
 
- ParameterName string
- The name of the parameter that is used for the anchor date configuration.
- AnchorOption TemplateAnchor Option 
- The options for the date configuration. Choose one of the options below:- NOW
 
- ParameterName string
- The name of the parameter that is used for the anchor date configuration.
- anchorOption TemplateAnchor Option 
- The options for the date configuration. Choose one of the options below:- NOW
 
- parameterName String
- The name of the parameter that is used for the anchor date configuration.
- anchorOption TemplateAnchor Option 
- The options for the date configuration. Choose one of the options below:- NOW
 
- parameterName string
- The name of the parameter that is used for the anchor date configuration.
- anchor_option TemplateAnchor Option 
- The options for the date configuration. Choose one of the options below:- NOW
 
- parameter_name str
- The name of the parameter that is used for the anchor date configuration.
- anchorOption "NOW"
- The options for the date configuration. Choose one of the options below:- NOW
 
- parameterName String
- The name of the parameter that is used for the anchor date configuration.
TemplateAnchorOption, TemplateAnchorOptionArgs      
- Now
- NOW
- TemplateAnchor Option Now 
- NOW
- Now
- NOW
- Now
- NOW
- NOW
- NOW
- "NOW"
- NOW
TemplateArcAxisConfiguration, TemplateArcAxisConfigurationArgs        
- Range
Pulumi.Aws Native. Quick Sight. Inputs. Template Arc Axis Display Range 
- The arc axis range of a GaugeChartVisual.
- ReserveRange double
- The reserved range of the arc axis.
- Range
TemplateArc Axis Display Range 
- The arc axis range of a GaugeChartVisual.
- ReserveRange float64
- The reserved range of the arc axis.
- range
TemplateArc Axis Display Range 
- The arc axis range of a GaugeChartVisual.
- reserveRange Double
- The reserved range of the arc axis.
- range
TemplateArc Axis Display Range 
- The arc axis range of a GaugeChartVisual.
- reserveRange number
- The reserved range of the arc axis.
- range
TemplateArc Axis Display Range 
- The arc axis range of a GaugeChartVisual.
- reserve_range float
- The reserved range of the arc axis.
- range Property Map
- The arc axis range of a GaugeChartVisual.
- reserveRange Number
- The reserved range of the arc axis.
TemplateArcAxisDisplayRange, TemplateArcAxisDisplayRangeArgs          
TemplateArcConfiguration, TemplateArcConfigurationArgs      
- ArcAngle double
- The option that determines the arc angle of a GaugeChartVisual.
- ArcThickness Pulumi.Aws Native. Quick Sight. Template Arc Thickness Options 
- The options that determine the arc thickness of a GaugeChartVisual.
- ArcAngle float64
- The option that determines the arc angle of a GaugeChartVisual.
- ArcThickness TemplateArc Thickness Options 
- The options that determine the arc thickness of a GaugeChartVisual.
- arcAngle Double
- The option that determines the arc angle of a GaugeChartVisual.
- arcThickness TemplateArc Thickness Options 
- The options that determine the arc thickness of a GaugeChartVisual.
- arcAngle number
- The option that determines the arc angle of a GaugeChartVisual.
- arcThickness TemplateArc Thickness Options 
- The options that determine the arc thickness of a GaugeChartVisual.
- arc_angle float
- The option that determines the arc angle of a GaugeChartVisual.
- arc_thickness TemplateArc Thickness Options 
- The options that determine the arc thickness of a GaugeChartVisual.
- arcAngle Number
- The option that determines the arc angle of a GaugeChartVisual.
- arcThickness "SMALL" | "MEDIUM" | "LARGE"
- The options that determine the arc thickness of a GaugeChartVisual.
TemplateArcOptions, TemplateArcOptionsArgs      
- ArcThickness Pulumi.Aws Native. Quick Sight. Template Arc Thickness 
- The arc thickness of a GaugeChartVisual.
- ArcThickness TemplateArc Thickness 
- The arc thickness of a GaugeChartVisual.
- arcThickness TemplateArc Thickness 
- The arc thickness of a GaugeChartVisual.
- arcThickness TemplateArc Thickness 
- The arc thickness of a GaugeChartVisual.
- arc_thickness TemplateArc Thickness 
- The arc thickness of a GaugeChartVisual.
- arcThickness "SMALL" | "MEDIUM" | "LARGE" | "WHOLE"
- The arc thickness of a GaugeChartVisual.
TemplateArcThickness, TemplateArcThicknessArgs      
- Small
- SMALL
- Medium
- MEDIUM
- Large
- LARGE
- Whole
- WHOLE
- TemplateArc Thickness Small 
- SMALL
- TemplateArc Thickness Medium 
- MEDIUM
- TemplateArc Thickness Large 
- LARGE
- TemplateArc Thickness Whole 
- WHOLE
- Small
- SMALL
- Medium
- MEDIUM
- Large
- LARGE
- Whole
- WHOLE
- Small
- SMALL
- Medium
- MEDIUM
- Large
- LARGE
- Whole
- WHOLE
- SMALL
- SMALL
- MEDIUM
- MEDIUM
- LARGE
- LARGE
- WHOLE
- WHOLE
- "SMALL"
- SMALL
- "MEDIUM"
- MEDIUM
- "LARGE"
- LARGE
- "WHOLE"
- WHOLE
TemplateArcThicknessOptions, TemplateArcThicknessOptionsArgs        
- Small
- SMALL
- Medium
- MEDIUM
- Large
- LARGE
- TemplateArc Thickness Options Small 
- SMALL
- TemplateArc Thickness Options Medium 
- MEDIUM
- TemplateArc Thickness Options Large 
- LARGE
- Small
- SMALL
- Medium
- MEDIUM
- Large
- LARGE
- Small
- SMALL
- Medium
- MEDIUM
- Large
- LARGE
- SMALL
- SMALL
- MEDIUM
- MEDIUM
- LARGE
- LARGE
- "SMALL"
- SMALL
- "MEDIUM"
- MEDIUM
- "LARGE"
- LARGE
TemplateAssetOptions, TemplateAssetOptionsArgs      
- Timezone string
- Determines the timezone for the analysis.
- WeekStart Pulumi.Aws Native. Quick Sight. Template Day Of The Week 
- Determines the week start day for an analysis.
- Timezone string
- Determines the timezone for the analysis.
- WeekStart TemplateDay Of The Week 
- Determines the week start day for an analysis.
- timezone String
- Determines the timezone for the analysis.
- weekStart TemplateDay Of The Week 
- Determines the week start day for an analysis.
- timezone string
- Determines the timezone for the analysis.
- weekStart TemplateDay Of The Week 
- Determines the week start day for an analysis.
- timezone str
- Determines the timezone for the analysis.
- week_start TemplateDay Of The Week 
- Determines the week start day for an analysis.
- timezone String
- Determines the timezone for the analysis.
- weekStart "SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY"
- Determines the week start day for an analysis.
TemplateAttributeAggregationFunction, TemplateAttributeAggregationFunctionArgs        
- SimpleAttribute Pulumi.Aggregation Aws Native. Quick Sight. Template Simple Attribute Aggregation Function 
- The built-in aggregation functions for attributes.- UNIQUE_VALUE: Returns the unique value for a field, aggregated by the dimension fields.
 
- ValueFor stringMultiple Values 
- Used by the UNIQUE_VALUEaggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.
- SimpleAttribute TemplateAggregation Simple Attribute Aggregation Function 
- The built-in aggregation functions for attributes.- UNIQUE_VALUE: Returns the unique value for a field, aggregated by the dimension fields.
 
- ValueFor stringMultiple Values 
- Used by the UNIQUE_VALUEaggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.
- simpleAttribute TemplateAggregation Simple Attribute Aggregation Function 
- The built-in aggregation functions for attributes.- UNIQUE_VALUE: Returns the unique value for a field, aggregated by the dimension fields.
 
- valueFor StringMultiple Values 
- Used by the UNIQUE_VALUEaggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.
- simpleAttribute TemplateAggregation Simple Attribute Aggregation Function 
- The built-in aggregation functions for attributes.- UNIQUE_VALUE: Returns the unique value for a field, aggregated by the dimension fields.
 
- valueFor stringMultiple Values 
- Used by the UNIQUE_VALUEaggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.
- simple_attribute_ Templateaggregation Simple Attribute Aggregation Function 
- The built-in aggregation functions for attributes.- UNIQUE_VALUE: Returns the unique value for a field, aggregated by the dimension fields.
 
- value_for_ strmultiple_ values 
- Used by the UNIQUE_VALUEaggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.
- simpleAttribute "UNIQUE_VALUE"Aggregation 
- The built-in aggregation functions for attributes.- UNIQUE_VALUE: Returns the unique value for a field, aggregated by the dimension fields.
 
- valueFor StringMultiple Values 
- Used by the UNIQUE_VALUEaggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.
TemplateAxisBinding, TemplateAxisBindingArgs      
- PrimaryYaxis 
- PRIMARY_YAXIS
- SecondaryYaxis 
- SECONDARY_YAXIS
- TemplateAxis Binding Primary Yaxis 
- PRIMARY_YAXIS
- TemplateAxis Binding Secondary Yaxis 
- SECONDARY_YAXIS
- PrimaryYaxis 
- PRIMARY_YAXIS
- SecondaryYaxis 
- SECONDARY_YAXIS
- PrimaryYaxis 
- PRIMARY_YAXIS
- SecondaryYaxis 
- SECONDARY_YAXIS
- PRIMARY_YAXIS
- PRIMARY_YAXIS
- SECONDARY_YAXIS
- SECONDARY_YAXIS
- "PRIMARY_YAXIS"
- PRIMARY_YAXIS
- "SECONDARY_YAXIS"
- SECONDARY_YAXIS
TemplateAxisDataOptions, TemplateAxisDataOptionsArgs        
- DateAxis Pulumi.Options Aws Native. Quick Sight. Inputs. Template Date Axis Options 
- The options for an axis with a date field.
- NumericAxis Pulumi.Options Aws Native. Quick Sight. Inputs. Template Numeric Axis Options 
- The options for an axis with a numeric field.
- DateAxis TemplateOptions Date Axis Options 
- The options for an axis with a date field.
- NumericAxis TemplateOptions Numeric Axis Options 
- The options for an axis with a numeric field.
- dateAxis TemplateOptions Date Axis Options 
- The options for an axis with a date field.
- numericAxis TemplateOptions Numeric Axis Options 
- The options for an axis with a numeric field.
- dateAxis TemplateOptions Date Axis Options 
- The options for an axis with a date field.
- numericAxis TemplateOptions Numeric Axis Options 
- The options for an axis with a numeric field.
- date_axis_ Templateoptions Date Axis Options 
- The options for an axis with a date field.
- numeric_axis_ Templateoptions Numeric Axis Options 
- The options for an axis with a numeric field.
- dateAxis Property MapOptions 
- The options for an axis with a date field.
- numericAxis Property MapOptions 
- The options for an axis with a numeric field.
TemplateAxisDisplayMinMaxRange, TemplateAxisDisplayMinMaxRangeArgs            
TemplateAxisDisplayOptions, TemplateAxisDisplayOptionsArgs        
- AxisLine objectVisibility 
- Determines whether or not the axis line is visible.
- AxisOffset string
- String based length that is composed of value and unit in px
- DataOptions Pulumi.Aws Native. Quick Sight. Inputs. Template Axis Data Options 
- The data options for an axis.
- GridLine objectVisibility 
- Determines whether or not the grid line is visible.
- ScrollbarOptions Pulumi.Aws Native. Quick Sight. Inputs. Template Scroll Bar Options 
- The scroll bar options for an axis.
- TickLabel Pulumi.Options Aws Native. Quick Sight. Inputs. Template Axis Tick Label Options 
- The tick label options of an axis.
- AxisLine interface{}Visibility 
- Determines whether or not the axis line is visible.
- AxisOffset string
- String based length that is composed of value and unit in px
- DataOptions TemplateAxis Data Options 
- The data options for an axis.
- GridLine interface{}Visibility 
- Determines whether or not the grid line is visible.
- ScrollbarOptions TemplateScroll Bar Options 
- The scroll bar options for an axis.
- TickLabel TemplateOptions Axis Tick Label Options 
- The tick label options of an axis.
- axisLine ObjectVisibility 
- Determines whether or not the axis line is visible.
- axisOffset String
- String based length that is composed of value and unit in px
- dataOptions TemplateAxis Data Options 
- The data options for an axis.
- gridLine ObjectVisibility 
- Determines whether or not the grid line is visible.
- scrollbarOptions TemplateScroll Bar Options 
- The scroll bar options for an axis.
- tickLabel TemplateOptions Axis Tick Label Options 
- The tick label options of an axis.
- axisLine anyVisibility 
- Determines whether or not the axis line is visible.
- axisOffset string
- String based length that is composed of value and unit in px
- dataOptions TemplateAxis Data Options 
- The data options for an axis.
- gridLine anyVisibility 
- Determines whether or not the grid line is visible.
- scrollbarOptions TemplateScroll Bar Options 
- The scroll bar options for an axis.
- tickLabel TemplateOptions Axis Tick Label Options 
- The tick label options of an axis.
- axis_line_ Anyvisibility 
- Determines whether or not the axis line is visible.
- axis_offset str
- String based length that is composed of value and unit in px
- data_options TemplateAxis Data Options 
- The data options for an axis.
- grid_line_ Anyvisibility 
- Determines whether or not the grid line is visible.
- scrollbar_options TemplateScroll Bar Options 
- The scroll bar options for an axis.
- tick_label_ Templateoptions Axis Tick Label Options 
- The tick label options of an axis.
- axisLine AnyVisibility 
- Determines whether or not the axis line is visible.
- axisOffset String
- String based length that is composed of value and unit in px
- dataOptions Property Map
- The data options for an axis.
- gridLine AnyVisibility 
- Determines whether or not the grid line is visible.
- scrollbarOptions Property Map
- The scroll bar options for an axis.
- tickLabel Property MapOptions 
- The tick label options of an axis.
TemplateAxisDisplayRange, TemplateAxisDisplayRangeArgs        
- DataDriven Pulumi.Aws Native. Quick Sight. Inputs. Template Axis Display Data Driven Range 
- The data-driven setup of an axis display range.
- MinMax Pulumi.Aws Native. Quick Sight. Inputs. Template Axis Display Min Max Range 
- The minimum and maximum setup of an axis display range.
- DataDriven TemplateAxis Display Data Driven Range 
- The data-driven setup of an axis display range.
- MinMax TemplateAxis Display Min Max Range 
- The minimum and maximum setup of an axis display range.
- dataDriven TemplateAxis Display Data Driven Range 
- The data-driven setup of an axis display range.
- minMax TemplateAxis Display Min Max Range 
- The minimum and maximum setup of an axis display range.
- dataDriven TemplateAxis Display Data Driven Range 
- The data-driven setup of an axis display range.
- minMax TemplateAxis Display Min Max Range 
- The minimum and maximum setup of an axis display range.
- data_driven TemplateAxis Display Data Driven Range 
- The data-driven setup of an axis display range.
- min_max TemplateAxis Display Min Max Range 
- The minimum and maximum setup of an axis display range.
- dataDriven Property Map
- The data-driven setup of an axis display range.
- minMax Property Map
- The minimum and maximum setup of an axis display range.
TemplateAxisLabelOptions, TemplateAxisLabelOptionsArgs        
- ApplyTo Pulumi.Aws Native. Quick Sight. Inputs. Template Axis Label Reference Options 
- The options that indicate which field the label belongs to.
- CustomLabel string
- The text for the axis label.
- FontConfiguration Pulumi.Aws Native. Quick Sight. Inputs. Template Font Configuration 
- The font configuration of the axis label.
- ApplyTo TemplateAxis Label Reference Options 
- The options that indicate which field the label belongs to.
- CustomLabel string
- The text for the axis label.
- FontConfiguration TemplateFont Configuration 
- The font configuration of the axis label.
- applyTo TemplateAxis Label Reference Options 
- The options that indicate which field the label belongs to.
- customLabel String
- The text for the axis label.
- fontConfiguration TemplateFont Configuration 
- The font configuration of the axis label.
- applyTo TemplateAxis Label Reference Options 
- The options that indicate which field the label belongs to.
- customLabel string
- The text for the axis label.
- fontConfiguration TemplateFont Configuration 
- The font configuration of the axis label.
- apply_to TemplateAxis Label Reference Options 
- The options that indicate which field the label belongs to.
- custom_label str
- The text for the axis label.
- font_configuration TemplateFont Configuration 
- The font configuration of the axis label.
- applyTo Property Map
- The options that indicate which field the label belongs to.
- customLabel String
- The text for the axis label.
- fontConfiguration Property Map
- The font configuration of the axis label.
TemplateAxisLabelReferenceOptions, TemplateAxisLabelReferenceOptionsArgs          
- Column
Pulumi.Aws Native. Quick Sight. Inputs. Template Column Identifier 
- The column that the axis label is targeted to.
- FieldId string
- The field that the axis label is targeted to.
- Column
TemplateColumn Identifier 
- The column that the axis label is targeted to.
- FieldId string
- The field that the axis label is targeted to.
- column
TemplateColumn Identifier 
- The column that the axis label is targeted to.
- fieldId String
- The field that the axis label is targeted to.
- column
TemplateColumn Identifier 
- The column that the axis label is targeted to.
- fieldId string
- The field that the axis label is targeted to.
- column
TemplateColumn Identifier 
- The column that the axis label is targeted to.
- field_id str
- The field that the axis label is targeted to.
- column Property Map
- The column that the axis label is targeted to.
- fieldId String
- The field that the axis label is targeted to.
TemplateAxisLinearScale, TemplateAxisLinearScaleArgs        
- step_count float
- The step count setup of a linear axis.
- step_size float
- The step size setup of a linear axis.
TemplateAxisLogarithmicScale, TemplateAxisLogarithmicScaleArgs        
- Base double
- The base setup of a logarithmic axis scale.
- Base float64
- The base setup of a logarithmic axis scale.
- base Double
- The base setup of a logarithmic axis scale.
- base number
- The base setup of a logarithmic axis scale.
- base float
- The base setup of a logarithmic axis scale.
- base Number
- The base setup of a logarithmic axis scale.
TemplateAxisScale, TemplateAxisScaleArgs      
- Linear
Pulumi.Aws Native. Quick Sight. Inputs. Template Axis Linear Scale 
- The linear axis scale setup.
- Logarithmic
Pulumi.Aws Native. Quick Sight. Inputs. Template Axis Logarithmic Scale 
- The logarithmic axis scale setup.
- Linear
TemplateAxis Linear Scale 
- The linear axis scale setup.
- Logarithmic
TemplateAxis Logarithmic Scale 
- The logarithmic axis scale setup.
- linear
TemplateAxis Linear Scale 
- The linear axis scale setup.
- logarithmic
TemplateAxis Logarithmic Scale 
- The logarithmic axis scale setup.
- linear
TemplateAxis Linear Scale 
- The linear axis scale setup.
- logarithmic
TemplateAxis Logarithmic Scale 
- The logarithmic axis scale setup.
- linear
TemplateAxis Linear Scale 
- The linear axis scale setup.
- logarithmic
TemplateAxis Logarithmic Scale 
- The logarithmic axis scale setup.
- linear Property Map
- The linear axis scale setup.
- logarithmic Property Map
- The logarithmic axis scale setup.
TemplateAxisTickLabelOptions, TemplateAxisTickLabelOptionsArgs          
- LabelOptions Pulumi.Aws Native. Quick Sight. Inputs. Template Label Options 
- Determines whether or not the axis ticks are visible.
- RotationAngle double
- The rotation angle of the axis tick labels.
- LabelOptions TemplateLabel Options 
- Determines whether or not the axis ticks are visible.
- RotationAngle float64
- The rotation angle of the axis tick labels.
- labelOptions TemplateLabel Options 
- Determines whether or not the axis ticks are visible.
- rotationAngle Double
- The rotation angle of the axis tick labels.
- labelOptions TemplateLabel Options 
- Determines whether or not the axis ticks are visible.
- rotationAngle number
- The rotation angle of the axis tick labels.
- label_options TemplateLabel Options 
- Determines whether or not the axis ticks are visible.
- rotation_angle float
- The rotation angle of the axis tick labels.
- labelOptions Property Map
- Determines whether or not the axis ticks are visible.
- rotationAngle Number
- The rotation angle of the axis tick labels.
TemplateBarChartAggregatedFieldWells, TemplateBarChartAggregatedFieldWellsArgs            
- Category
List<Pulumi.Aws Native. Quick Sight. Inputs. Template Dimension Field> 
- The category (y-axis) field well of a bar chart.
- Colors
List<Pulumi.Aws Native. Quick Sight. Inputs. Template Dimension Field> 
- The color (group/color) field well of a bar chart.
- SmallMultiples List<Pulumi.Aws Native. Quick Sight. Inputs. Template Dimension Field> 
- The small multiples field well of a bar chart.
- Values
List<Pulumi.Aws Native. Quick Sight. Inputs. Template Measure Field> 
- The value field wells of a bar chart. Values are aggregated by category.
- Category
[]TemplateDimension Field 
- The category (y-axis) field well of a bar chart.
- Colors
[]TemplateDimension Field 
- The color (group/color) field well of a bar chart.
- SmallMultiples []TemplateDimension Field 
- The small multiples field well of a bar chart.
- Values
[]TemplateMeasure Field 
- The value field wells of a bar chart. Values are aggregated by category.
- category
List<TemplateDimension Field> 
- The category (y-axis) field well of a bar chart.
- colors
List<TemplateDimension Field> 
- The color (group/color) field well of a bar chart.
- smallMultiples List<TemplateDimension Field> 
- The small multiples field well of a bar chart.
- values
List<TemplateMeasure Field> 
- The value field wells of a bar chart. Values are aggregated by category.
- category
TemplateDimension Field[] 
- The category (y-axis) field well of a bar chart.
- colors
TemplateDimension Field[] 
- The color (group/color) field well of a bar chart.
- smallMultiples TemplateDimension Field[] 
- The small multiples field well of a bar chart.
- values
TemplateMeasure Field[] 
- The value field wells of a bar chart. Values are aggregated by category.
- category
Sequence[TemplateDimension Field] 
- The category (y-axis) field well of a bar chart.
- colors
Sequence[TemplateDimension Field] 
- The color (group/color) field well of a bar chart.
- small_multiples Sequence[TemplateDimension Field] 
- The small multiples field well of a bar chart.
- values
Sequence[TemplateMeasure Field] 
- The value field wells of a bar chart. Values are aggregated by category.
- category List<Property Map>
- The category (y-axis) field well of a bar chart.
- colors List<Property Map>
- The color (group/color) field well of a bar chart.
- smallMultiples List<Property Map>
- The small multiples field well of a bar chart.
- values List<Property Map>
- The value field wells of a bar chart. Values are aggregated by category.
TemplateBarChartConfiguration, TemplateBarChartConfigurationArgs        
- BarsArrangement Pulumi.Aws Native. Quick Sight. Template Bars Arrangement 
- Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.
- CategoryAxis Pulumi.Aws Native. Quick Sight. Inputs. Template Axis Display Options 
- The label display options (grid line, range, scale, axis step) for bar chart category.
- CategoryLabel Pulumi.Options Aws Native. Quick Sight. Inputs. Template Chart Axis Label Options 
- The label options (label text, label visibility and sort icon visibility) for a bar chart.
- ColorLabel Pulumi.Options Aws Native. Quick Sight. Inputs. Template Chart Axis Label Options 
- The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
- ContributionAnalysis List<Pulumi.Defaults Aws Native. Quick Sight. Inputs. Template Contribution Analysis Default> 
- The contribution analysis (anomaly configuration) setup of the visual.
- DataLabels Pulumi.Aws Native. Quick Sight. Inputs. Template Data Label Options 
- The options that determine if visual data labels are displayed.
- FieldWells Pulumi.Aws Native. Quick Sight. Inputs. Template Bar Chart Field Wells 
- The field wells of the visual.
- Interactions
Pulumi.Aws Native. Quick Sight. Inputs. Template Visual Interaction Options 
- The general visual interactions setup for a visual.
- Legend
Pulumi.Aws Native. Quick Sight. Inputs. Template Legend Options 
- The legend display setup of the visual.
- Orientation
Pulumi.Aws Native. Quick Sight. Template Bar Chart Orientation 
- The orientation of the bars in a bar chart visual. There are two valid values in this structure:- HORIZONTAL: Used for charts that have horizontal bars. Visuals that use this value are horizontal bar charts, horizontal stacked bar charts, and horizontal stacked 100% bar charts.
- VERTICAL: Used for charts that have vertical bars. Visuals that use this value are vertical bar charts, vertical stacked bar charts, and vertical stacked 100% bar charts.
 
- ReferenceLines List<Pulumi.Aws Native. Quick Sight. Inputs. Template Reference Line> 
- The reference line setup of the visual.
- SmallMultiples Pulumi.Options Aws Native. Quick Sight. Inputs. Template Small Multiples Options 
- The small multiples setup for the visual.
- SortConfiguration Pulumi.Aws Native. Quick Sight. Inputs. Template Bar Chart Sort Configuration 
- The sort configuration of a BarChartVisual.
- Tooltip
Pulumi.Aws Native. Quick Sight. Inputs. Template Tooltip Options 
- The tooltip display setup of the visual.
- ValueAxis Pulumi.Aws Native. Quick Sight. Inputs. Template Axis Display Options 
- The label display options (grid line, range, scale, axis step) for a bar chart value.
- ValueLabel Pulumi.Options Aws Native. Quick Sight. Inputs. Template Chart Axis Label Options 
- The label options (label text, label visibility and sort icon visibility) for a bar chart value.
- VisualPalette Pulumi.Aws Native. Quick Sight. Inputs. Template Visual Palette 
- The palette (chart color) display setup of the visual.
- BarsArrangement TemplateBars Arrangement 
- Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.
- CategoryAxis TemplateAxis Display Options 
- The label display options (grid line, range, scale, axis step) for bar chart category.
- CategoryLabel TemplateOptions Chart Axis Label Options 
- The label options (label text, label visibility and sort icon visibility) for a bar chart.
- ColorLabel TemplateOptions Chart Axis Label Options 
- The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
- ContributionAnalysis []TemplateDefaults Contribution Analysis Default 
- The contribution analysis (anomaly configuration) setup of the visual.
- DataLabels TemplateData Label Options 
- The options that determine if visual data labels are displayed.
- FieldWells TemplateBar Chart Field Wells 
- The field wells of the visual.
- Interactions
TemplateVisual Interaction Options 
- The general visual interactions setup for a visual.
- Legend
TemplateLegend Options 
- The legend display setup of the visual.
- Orientation
TemplateBar Chart Orientation 
- The orientation of the bars in a bar chart visual. There are two valid values in this structure:- HORIZONTAL: Used for charts that have horizontal bars. Visuals that use this value are horizontal bar charts, horizontal stacked bar charts, and horizontal stacked 100% bar charts.
- VERTICAL: Used for charts that have vertical bars. Visuals that use this value are vertical bar charts, vertical stacked bar charts, and vertical stacked 100% bar charts.
 
- ReferenceLines []TemplateReference Line 
- The reference line setup of the visual.
- SmallMultiples TemplateOptions Small Multiples Options 
- The small multiples setup for the visual.
- SortConfiguration TemplateBar Chart Sort Configuration 
- The sort configuration of a BarChartVisual.
- Tooltip
TemplateTooltip Options 
- The tooltip display setup of the visual.
- ValueAxis TemplateAxis Display Options 
- The label display options (grid line, range, scale, axis step) for a bar chart value.
- ValueLabel TemplateOptions Chart Axis Label Options 
- The label options (label text, label visibility and sort icon visibility) for a bar chart value.
- VisualPalette TemplateVisual Palette 
- The palette (chart color) display setup of the visual.
- barsArrangement TemplateBars Arrangement 
- Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.
- categoryAxis TemplateAxis Display Options 
- The label display options (grid line, range, scale, axis step) for bar chart category.
- categoryLabel TemplateOptions Chart Axis Label Options 
- The label options (label text, label visibility and sort icon visibility) for a bar chart.
- colorLabel TemplateOptions Chart Axis Label Options 
- The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
- contributionAnalysis List<TemplateDefaults Contribution Analysis Default> 
- The contribution analysis (anomaly configuration) setup of the visual.
- dataLabels TemplateData Label Options 
- The options that determine if visual data labels are displayed.
- fieldWells TemplateBar Chart Field Wells 
- The field wells of the visual.
- interactions
TemplateVisual Interaction Options 
- The general visual interactions setup for a visual.
- legend
TemplateLegend Options 
- The legend display setup of the visual.
- orientation
TemplateBar Chart Orientation 
- The orientation of the bars in a bar chart visual. There are two valid values in this structure:- HORIZONTAL: Used for charts that have horizontal bars. Visuals that use this value are horizontal bar charts, horizontal stacked bar charts, and horizontal stacked 100% bar charts.
- VERTICAL: Used for charts that have vertical bars. Visuals that use this value are vertical bar charts, vertical stacked bar charts, and vertical stacked 100% bar charts.
 
- referenceLines List<TemplateReference Line> 
- The reference line setup of the visual.
- smallMultiples TemplateOptions Small Multiples Options 
- The small multiples setup for the visual.
- sortConfiguration TemplateBar Chart Sort Configuration 
- The sort configuration of a BarChartVisual.
- tooltip
TemplateTooltip Options 
- The tooltip display setup of the visual.
- valueAxis TemplateAxis Display Options 
- The label display options (grid line, range, scale, axis step) for a bar chart value.
- valueLabel TemplateOptions Chart Axis Label Options 
- The label options (label text, label visibility and sort icon visibility) for a bar chart value.
- visualPalette TemplateVisual Palette 
- The palette (chart color) display setup of the visual.
- barsArrangement TemplateBars Arrangement 
- Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.
- categoryAxis TemplateAxis Display Options 
- The label display options (grid line, range, scale, axis step) for bar chart category.
- categoryLabel TemplateOptions Chart Axis Label Options 
- The label options (label text, label visibility and sort icon visibility) for a bar chart.
- colorLabel TemplateOptions Chart Axis Label Options 
- The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
- contributionAnalysis TemplateDefaults Contribution Analysis Default[] 
- The contribution analysis (anomaly configuration) setup of the visual.
- dataLabels TemplateData Label Options 
- The options that determine if visual data labels are displayed.
- fieldWells TemplateBar Chart Field Wells 
- The field wells of the visual.
- interactions
TemplateVisual Interaction Options 
- The general visual interactions setup for a visual.
- legend
TemplateLegend Options 
- The legend display setup of the visual.
- orientation
TemplateBar Chart Orientation 
- The orientation of the bars in a bar chart visual. There are two valid values in this structure:- HORIZONTAL: Used for charts that have horizontal bars. Visuals that use this value are horizontal bar charts, horizontal stacked bar charts, and horizontal stacked 100% bar charts.
- VERTICAL: Used for charts that have vertical bars. Visuals that use this value are vertical bar charts, vertical stacked bar charts, and vertical stacked 100% bar charts.
 
- referenceLines TemplateReference Line[] 
- The reference line setup of the visual.
- smallMultiples TemplateOptions Small Multiples Options 
- The small multiples setup for the visual.
- sortConfiguration TemplateBar Chart Sort Configuration 
- The sort configuration of a BarChartVisual.
- tooltip
TemplateTooltip Options 
- The tooltip display setup of the visual.
- valueAxis TemplateAxis Display Options 
- The label display options (grid line, range, scale, axis step) for a bar chart value.
- valueLabel TemplateOptions Chart Axis Label Options 
- The label options (label text, label visibility and sort icon visibility) for a bar chart value.
- visualPalette TemplateVisual Palette 
- The palette (chart color) display setup of the visual.
- bars_arrangement TemplateBars Arrangement 
- Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.
- category_axis TemplateAxis Display Options 
- The label display options (grid line, range, scale, axis step) for bar chart category.
- category_label_ Templateoptions Chart Axis Label Options 
- The label options (label text, label visibility and sort icon visibility) for a bar chart.
- color_label_ Templateoptions Chart Axis Label Options 
- The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
- contribution_analysis_ Sequence[Templatedefaults Contribution Analysis Default] 
- The contribution analysis (anomaly configuration) setup of the visual.
- data_labels TemplateData Label Options 
- The options that determine if visual data labels are displayed.
- field_wells TemplateBar Chart Field Wells 
- The field wells of the visual.
- interactions
TemplateVisual Interaction Options 
- The general visual interactions setup for a visual.
- legend
TemplateLegend Options 
- The legend display setup of the visual.
- orientation
TemplateBar Chart Orientation 
- The orientation of the bars in a bar chart visual. There are two valid values in this structure:- HORIZONTAL: Used for charts that have horizontal bars. Visuals that use this value are horizontal bar charts, horizontal stacked bar charts, and horizontal stacked 100% bar charts.
- VERTICAL: Used for charts that have vertical bars. Visuals that use this value are vertical bar charts, vertical stacked bar charts, and vertical stacked 100% bar charts.
 
- reference_lines Sequence[TemplateReference Line] 
- The reference line setup of the visual.
- small_multiples_ Templateoptions Small Multiples Options 
- The small multiples setup for the visual.
- sort_configuration TemplateBar Chart Sort Configuration 
- The sort configuration of a BarChartVisual.
- tooltip
TemplateTooltip Options 
- The tooltip display setup of the visual.
- value_axis TemplateAxis Display Options 
- The label display options (grid line, range, scale, axis step) for a bar chart value.
- value_label_ Templateoptions Chart Axis Label Options 
- The label options (label text, label visibility and sort icon visibility) for a bar chart value.
- visual_palette TemplateVisual Palette 
- The palette (chart color) display setup of the visual.
- barsArrangement "CLUSTERED" | "STACKED" | "STACKED_PERCENT"
- Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.
- categoryAxis Property Map
- The label display options (grid line, range, scale, axis step) for bar chart category.
- categoryLabel Property MapOptions 
- The label options (label text, label visibility and sort icon visibility) for a bar chart.
- colorLabel Property MapOptions 
- The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
- contributionAnalysis List<Property Map>Defaults 
- The contribution analysis (anomaly configuration) setup of the visual.
- dataLabels Property Map
- The options that determine if visual data labels are displayed.
- fieldWells Property Map
- The field wells of the visual.
- interactions Property Map
- The general visual interactions setup for a visual.
- legend Property Map
- The legend display setup of the visual.
- orientation "HORIZONTAL" | "VERTICAL"
- The orientation of the bars in a bar chart visual. There are two valid values in this structure:- HORIZONTAL: Used for charts that have horizontal bars. Visuals that use this value are horizontal bar charts, horizontal stacked bar charts, and horizontal stacked 100% bar charts.
- VERTICAL: Used for charts that have vertical bars. Visuals that use this value are vertical bar charts, vertical stacked bar charts, and vertical stacked 100% bar charts.
 
- referenceLines List<Property Map>
- The reference line setup of the visual.
- smallMultiples Property MapOptions 
- The small multiples setup for the visual.
- sortConfiguration Property Map
- The sort configuration of a BarChartVisual.
- tooltip Property Map
- The tooltip display setup of the visual.
- valueAxis Property Map
- The label display options (grid line, range, scale, axis step) for a bar chart value.
- valueLabel Property MapOptions 
- The label options (label text, label visibility and sort icon visibility) for a bar chart value.
- visualPalette Property Map
- The palette (chart color) display setup of the visual.
TemplateBarChartFieldWells, TemplateBarChartFieldWellsArgs          
- BarChart Pulumi.Aggregated Field Wells Aws Native. Quick Sight. Inputs. Template Bar Chart Aggregated Field Wells 
- The aggregated field wells of a bar chart.
- BarChart TemplateAggregated Field Wells Bar Chart Aggregated Field Wells 
- The aggregated field wells of a bar chart.
- barChart TemplateAggregated Field Wells Bar Chart Aggregated Field Wells 
- The aggregated field wells of a bar chart.
- barChart TemplateAggregated Field Wells Bar Chart Aggregated Field Wells 
- The aggregated field wells of a bar chart.
- bar_chart_ Templateaggregated_ field_ wells Bar Chart Aggregated Field Wells 
- The aggregated field wells of a bar chart.
- barChart Property MapAggregated Field Wells 
- The aggregated field wells of a bar chart.
TemplateBarChartOrientation, TemplateBarChartOrientationArgs        
- Horizontal
- HORIZONTAL
- Vertical
- VERTICAL
- TemplateBar Chart Orientation Horizontal 
- HORIZONTAL
- TemplateBar Chart Orientation Vertical 
- VERTICAL
- Horizontal
- HORIZONTAL
- Vertical
- VERTICAL
- Horizontal
- HORIZONTAL
- Vertical
- VERTICAL
- HORIZONTAL
- HORIZONTAL
- VERTICAL
- VERTICAL
- "HORIZONTAL"
- HORIZONTAL
- "VERTICAL"
- VERTICAL
TemplateBarChartSortConfiguration, TemplateBarChartSortConfigurationArgs          
- CategoryItems Pulumi.Limit Aws Native. Quick Sight. Inputs. Template Items Limit Configuration 
- The limit on the number of categories displayed in a bar chart.
- CategorySort List<Pulumi.Aws Native. Quick Sight. Inputs. Template Field Sort Options> 
- The sort configuration of category fields.
- ColorItems Pulumi.Limit Aws Native. Quick Sight. Inputs. Template Items Limit Configuration 
- The limit on the number of values displayed in a bar chart.
- ColorSort List<Pulumi.Aws Native. Quick Sight. Inputs. Template Field Sort Options> 
- The sort configuration of color fields in a bar chart.
- SmallMultiples Pulumi.Limit Configuration Aws Native. Quick Sight. Inputs. Template Items Limit Configuration 
- The limit on the number of small multiples panels that are displayed.
- SmallMultiples List<Pulumi.Sort Aws Native. Quick Sight. Inputs. Template Field Sort Options> 
- The sort configuration of the small multiples field.
- CategoryItems TemplateLimit Items Limit Configuration 
- The limit on the number of categories displayed in a bar chart.
- CategorySort []TemplateField Sort Options 
- The sort configuration of category fields.
- ColorItems TemplateLimit Items Limit Configuration 
- The limit on the number of values displayed in a bar chart.
- ColorSort []TemplateField Sort Options 
- The sort configuration of color fields in a bar chart.
- SmallMultiples TemplateLimit Configuration Items Limit Configuration 
- The limit on the number of small multiples panels that are displayed.
- SmallMultiples []TemplateSort Field Sort Options 
- The sort configuration of the small multiples field.
- categoryItems TemplateLimit Items Limit Configuration 
- The limit on the number of categories displayed in a bar chart.
- categorySort List<TemplateField Sort Options> 
- The sort configuration of category fields.
- colorItems TemplateLimit Items Limit Configuration 
- The limit on the number of values displayed in a bar chart.
- colorSort List<TemplateField Sort Options> 
- The sort configuration of color fields in a bar chart.
- smallMultiples TemplateLimit Configuration Items Limit Configuration 
- The limit on the number of small multiples panels that are displayed.
- smallMultiples List<TemplateSort Field Sort Options> 
- The sort configuration of the small multiples field.
- categoryItems TemplateLimit Items Limit Configuration 
- The limit on the number of categories displayed in a bar chart.
- categorySort TemplateField Sort Options[] 
- The sort configuration of category fields.
- colorItems TemplateLimit Items Limit Configuration 
- The limit on the number of values displayed in a bar chart.
- colorSort TemplateField Sort Options[] 
- The sort configuration of color fields in a bar chart.
- smallMultiples TemplateLimit Configuration Items Limit Configuration 
- The limit on the number of small multiples panels that are displayed.
- smallMultiples TemplateSort Field Sort Options[] 
- The sort configuration of the small multiples field.
- category_items_ Templatelimit Items Limit Configuration 
- The limit on the number of categories displayed in a bar chart.
- category_sort Sequence[TemplateField Sort Options] 
- The sort configuration of category fields.
- color_items_ Templatelimit Items Limit Configuration 
- The limit on the number of values displayed in a bar chart.
- color_sort Sequence[TemplateField Sort Options] 
- The sort configuration of color fields in a bar chart.
- small_multiples_ Templatelimit_ configuration Items Limit Configuration 
- The limit on the number of small multiples panels that are displayed.
- small_multiples_ Sequence[Templatesort Field Sort Options] 
- The sort configuration of the small multiples field.
- categoryItems Property MapLimit 
- The limit on the number of categories displayed in a bar chart.
- categorySort List<Property Map>
- The sort configuration of category fields.
- colorItems Property MapLimit 
- The limit on the number of values displayed in a bar chart.
- colorSort List<Property Map>
- The sort configuration of color fields in a bar chart.
- smallMultiples Property MapLimit Configuration 
- The limit on the number of small multiples panels that are displayed.
- smallMultiples List<Property Map>Sort 
- The sort configuration of the small multiples field.
TemplateBarChartVisual, TemplateBarChartVisualArgs        
- VisualId string
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- Actions
List<Pulumi.Aws Native. Quick Sight. Inputs. Template Visual Custom Action> 
- The list of custom actions that are configured for a visual.
- ChartConfiguration Pulumi.Aws Native. Quick Sight. Inputs. Template Bar Chart Configuration 
- The configuration settings of the visual.
- ColumnHierarchies List<Pulumi.Aws Native. Quick Sight. Inputs. Template Column Hierarchy> 
- The column hierarchy that is used during drill-downs and drill-ups.
- Subtitle
Pulumi.Aws Native. Quick Sight. Inputs. Template Visual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- Title
Pulumi.Aws Native. Quick Sight. Inputs. Template Visual Title Label Options 
- The title that is displayed on the visual.
- VisualContent stringAlt Text 
- The alt text for the visual.
- VisualId string
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- Actions
[]TemplateVisual Custom Action 
- The list of custom actions that are configured for a visual.
- ChartConfiguration TemplateBar Chart Configuration 
- The configuration settings of the visual.
- ColumnHierarchies []TemplateColumn Hierarchy 
- The column hierarchy that is used during drill-downs and drill-ups.
- Subtitle
TemplateVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- Title
TemplateVisual Title Label Options 
- The title that is displayed on the visual.
- VisualContent stringAlt Text 
- The alt text for the visual.
- visualId String
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions
List<TemplateVisual Custom Action> 
- The list of custom actions that are configured for a visual.
- chartConfiguration TemplateBar Chart Configuration 
- The configuration settings of the visual.
- columnHierarchies List<TemplateColumn Hierarchy> 
- The column hierarchy that is used during drill-downs and drill-ups.
- subtitle
TemplateVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- title
TemplateVisual Title Label Options 
- The title that is displayed on the visual.
- visualContent StringAlt Text 
- The alt text for the visual.
- visualId string
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions
TemplateVisual Custom Action[] 
- The list of custom actions that are configured for a visual.
- chartConfiguration TemplateBar Chart Configuration 
- The configuration settings of the visual.
- columnHierarchies TemplateColumn Hierarchy[] 
- The column hierarchy that is used during drill-downs and drill-ups.
- subtitle
TemplateVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- title
TemplateVisual Title Label Options 
- The title that is displayed on the visual.
- visualContent stringAlt Text 
- The alt text for the visual.
- visual_id str
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions
Sequence[TemplateVisual Custom Action] 
- The list of custom actions that are configured for a visual.
- chart_configuration TemplateBar Chart Configuration 
- The configuration settings of the visual.
- column_hierarchies Sequence[TemplateColumn Hierarchy] 
- The column hierarchy that is used during drill-downs and drill-ups.
- subtitle
TemplateVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- title
TemplateVisual Title Label Options 
- The title that is displayed on the visual.
- visual_content_ stralt_ text 
- The alt text for the visual.
- visualId String
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions List<Property Map>
- The list of custom actions that are configured for a visual.
- chartConfiguration Property Map
- The configuration settings of the visual.
- columnHierarchies List<Property Map>
- The column hierarchy that is used during drill-downs and drill-ups.
- subtitle Property Map
- The subtitle that is displayed on the visual.
- title Property Map
- The title that is displayed on the visual.
- visualContent StringAlt Text 
- The alt text for the visual.
TemplateBarsArrangement, TemplateBarsArrangementArgs      
- Clustered
- CLUSTERED
- Stacked
- STACKED
- StackedPercent 
- STACKED_PERCENT
- TemplateBars Arrangement Clustered 
- CLUSTERED
- TemplateBars Arrangement Stacked 
- STACKED
- TemplateBars Arrangement Stacked Percent 
- STACKED_PERCENT
- Clustered
- CLUSTERED
- Stacked
- STACKED
- StackedPercent 
- STACKED_PERCENT
- Clustered
- CLUSTERED
- Stacked
- STACKED
- StackedPercent 
- STACKED_PERCENT
- CLUSTERED
- CLUSTERED
- STACKED
- STACKED
- STACKED_PERCENT
- STACKED_PERCENT
- "CLUSTERED"
- CLUSTERED
- "STACKED"
- STACKED
- "STACKED_PERCENT"
- STACKED_PERCENT
TemplateBaseMapStyleType, TemplateBaseMapStyleTypeArgs          
- LightGray 
- LIGHT_GRAY
- DarkGray 
- DARK_GRAY
- Street
- STREET
- Imagery
- IMAGERY
- TemplateBase Map Style Type Light Gray 
- LIGHT_GRAY
- TemplateBase Map Style Type Dark Gray 
- DARK_GRAY
- TemplateBase Map Style Type Street 
- STREET
- TemplateBase Map Style Type Imagery 
- IMAGERY
- LightGray 
- LIGHT_GRAY
- DarkGray 
- DARK_GRAY
- Street
- STREET
- Imagery
- IMAGERY
- LightGray 
- LIGHT_GRAY
- DarkGray 
- DARK_GRAY
- Street
- STREET
- Imagery
- IMAGERY
- LIGHT_GRAY
- LIGHT_GRAY
- DARK_GRAY
- DARK_GRAY
- STREET
- STREET
- IMAGERY
- IMAGERY
- "LIGHT_GRAY"
- LIGHT_GRAY
- "DARK_GRAY"
- DARK_GRAY
- "STREET"
- STREET
- "IMAGERY"
- IMAGERY
TemplateBinCountOptions, TemplateBinCountOptionsArgs        
- Value double
- The options that determine the bin count value.
- Value float64
- The options that determine the bin count value.
- value Double
- The options that determine the bin count value.
- value number
- The options that determine the bin count value.
- value float
- The options that determine the bin count value.
- value Number
- The options that determine the bin count value.
TemplateBinWidthOptions, TemplateBinWidthOptionsArgs        
- BinCount doubleLimit 
- The options that determine the bin count limit.
- Value double
- The options that determine the bin width value.
- BinCount float64Limit 
- The options that determine the bin count limit.
- Value float64
- The options that determine the bin width value.
- binCount DoubleLimit 
- The options that determine the bin count limit.
- value Double
- The options that determine the bin width value.
- binCount numberLimit 
- The options that determine the bin count limit.
- value number
- The options that determine the bin width value.
- bin_count_ floatlimit 
- The options that determine the bin count limit.
- value float
- The options that determine the bin width value.
- binCount NumberLimit 
- The options that determine the bin count limit.
- value Number
- The options that determine the bin width value.
TemplateBodySectionConfiguration, TemplateBodySectionConfigurationArgs        
- Content
Pulumi.Aws Native. Quick Sight. Inputs. Template Body Section Content 
- The configuration of content in a body section.
- SectionId string
- The unique identifier of a body section.
- PageBreak Pulumi.Configuration Aws Native. Quick Sight. Inputs. Template Section Page Break Configuration 
- The configuration of a page break for a section.
- RepeatConfiguration Pulumi.Aws Native. Quick Sight. Inputs. Template Body Section Repeat Configuration 
- Describes the configurations that are required to declare a section as repeating.
- Style
Pulumi.Aws Native. Quick Sight. Inputs. Template Section Style 
- The style options of a body section.
- Content
TemplateBody Section Content 
- The configuration of content in a body section.
- SectionId string
- The unique identifier of a body section.
- PageBreak TemplateConfiguration Section Page Break Configuration 
- The configuration of a page break for a section.
- RepeatConfiguration TemplateBody Section Repeat Configuration 
- Describes the configurations that are required to declare a section as repeating.
- Style
TemplateSection Style 
- The style options of a body section.
- content
TemplateBody Section Content 
- The configuration of content in a body section.
- sectionId String
- The unique identifier of a body section.
- pageBreak TemplateConfiguration Section Page Break Configuration 
- The configuration of a page break for a section.
- repeatConfiguration TemplateBody Section Repeat Configuration 
- Describes the configurations that are required to declare a section as repeating.
- style
TemplateSection Style 
- The style options of a body section.
- content
TemplateBody Section Content 
- The configuration of content in a body section.
- sectionId string
- The unique identifier of a body section.
- pageBreak TemplateConfiguration Section Page Break Configuration 
- The configuration of a page break for a section.
- repeatConfiguration TemplateBody Section Repeat Configuration 
- Describes the configurations that are required to declare a section as repeating.
- style
TemplateSection Style 
- The style options of a body section.
- content
TemplateBody Section Content 
- The configuration of content in a body section.
- section_id str
- The unique identifier of a body section.
- page_break_ Templateconfiguration Section Page Break Configuration 
- The configuration of a page break for a section.
- repeat_configuration TemplateBody Section Repeat Configuration 
- Describes the configurations that are required to declare a section as repeating.
- style
TemplateSection Style 
- The style options of a body section.
- content Property Map
- The configuration of content in a body section.
- sectionId String
- The unique identifier of a body section.
- pageBreak Property MapConfiguration 
- The configuration of a page break for a section.
- repeatConfiguration Property Map
- Describes the configurations that are required to declare a section as repeating.
- style Property Map
- The style options of a body section.
TemplateBodySectionContent, TemplateBodySectionContentArgs        
- Layout
Pulumi.Aws Native. Quick Sight. Inputs. Template Section Layout Configuration 
- The layout configuration of a body section.
- Layout
TemplateSection Layout Configuration 
- The layout configuration of a body section.
- layout
TemplateSection Layout Configuration 
- The layout configuration of a body section.
- layout
TemplateSection Layout Configuration 
- The layout configuration of a body section.
- layout
TemplateSection Layout Configuration 
- The layout configuration of a body section.
- layout Property Map
- The layout configuration of a body section.
TemplateBodySectionDynamicCategoryDimensionConfiguration, TemplateBodySectionDynamicCategoryDimensionConfigurationArgs              
- Column
Pulumi.Aws Native. Quick Sight. Inputs. Template Column Identifier 
- Limit double
- Number of values to use from the column for repetition.
- SortBy List<Pulumi.Metrics Aws Native. Quick Sight. Inputs. Template Column Sort> 
- Sort criteria on the column values that you use for repetition.
- Column
TemplateColumn Identifier 
- Limit float64
- Number of values to use from the column for repetition.
- SortBy []TemplateMetrics Column Sort 
- Sort criteria on the column values that you use for repetition.
- column
TemplateColumn Identifier 
- limit Double
- Number of values to use from the column for repetition.
- sortBy List<TemplateMetrics Column Sort> 
- Sort criteria on the column values that you use for repetition.
- column
TemplateColumn Identifier 
- limit number
- Number of values to use from the column for repetition.
- sortBy TemplateMetrics Column Sort[] 
- Sort criteria on the column values that you use for repetition.
- column
TemplateColumn Identifier 
- limit float
- Number of values to use from the column for repetition.
- sort_by_ Sequence[Templatemetrics Column Sort] 
- Sort criteria on the column values that you use for repetition.
- column Property Map
- limit Number
- Number of values to use from the column for repetition.
- sortBy List<Property Map>Metrics 
- Sort criteria on the column values that you use for repetition.
TemplateBodySectionDynamicNumericDimensionConfiguration, TemplateBodySectionDynamicNumericDimensionConfigurationArgs              
- Column
Pulumi.Aws Native. Quick Sight. Inputs. Template Column Identifier 
- Limit double
- Number of values to use from the column for repetition.
- SortBy List<Pulumi.Metrics Aws Native. Quick Sight. Inputs. Template Column Sort> 
- Sort criteria on the column values that you use for repetition.
- Column
TemplateColumn Identifier 
- Limit float64
- Number of values to use from the column for repetition.
- SortBy []TemplateMetrics Column Sort 
- Sort criteria on the column values that you use for repetition.
- column
TemplateColumn Identifier 
- limit Double
- Number of values to use from the column for repetition.
- sortBy List<TemplateMetrics Column Sort> 
- Sort criteria on the column values that you use for repetition.
- column
TemplateColumn Identifier 
- limit number
- Number of values to use from the column for repetition.
- sortBy TemplateMetrics Column Sort[] 
- Sort criteria on the column values that you use for repetition.
- column
TemplateColumn Identifier 
- limit float
- Number of values to use from the column for repetition.
- sort_by_ Sequence[Templatemetrics Column Sort] 
- Sort criteria on the column values that you use for repetition.
- column Property Map
- limit Number
- Number of values to use from the column for repetition.
- sortBy List<Property Map>Metrics 
- Sort criteria on the column values that you use for repetition.
TemplateBodySectionRepeatConfiguration, TemplateBodySectionRepeatConfigurationArgs          
- DimensionConfigurations List<Pulumi.Aws Native. Quick Sight. Inputs. Template Body Section Repeat Dimension Configuration> 
- List of BodySectionRepeatDimensionConfigurationvalues that describe the dataset column and constraints for the column used to repeat the contents of a section.
- NonRepeating List<string>Visuals 
- List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.
- PageBreak Pulumi.Configuration Aws Native. Quick Sight. Inputs. Template Body Section Repeat Page Break Configuration 
- Page break configuration to apply for each repeating instance.
- DimensionConfigurations []TemplateBody Section Repeat Dimension Configuration 
- List of BodySectionRepeatDimensionConfigurationvalues that describe the dataset column and constraints for the column used to repeat the contents of a section.
- NonRepeating []stringVisuals 
- List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.
- PageBreak TemplateConfiguration Body Section Repeat Page Break Configuration 
- Page break configuration to apply for each repeating instance.
- dimensionConfigurations List<TemplateBody Section Repeat Dimension Configuration> 
- List of BodySectionRepeatDimensionConfigurationvalues that describe the dataset column and constraints for the column used to repeat the contents of a section.
- nonRepeating List<String>Visuals 
- List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.
- pageBreak TemplateConfiguration Body Section Repeat Page Break Configuration 
- Page break configuration to apply for each repeating instance.
- dimensionConfigurations TemplateBody Section Repeat Dimension Configuration[] 
- List of BodySectionRepeatDimensionConfigurationvalues that describe the dataset column and constraints for the column used to repeat the contents of a section.
- nonRepeating string[]Visuals 
- List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.
- pageBreak TemplateConfiguration Body Section Repeat Page Break Configuration 
- Page break configuration to apply for each repeating instance.
- dimension_configurations Sequence[TemplateBody Section Repeat Dimension Configuration] 
- List of BodySectionRepeatDimensionConfigurationvalues that describe the dataset column and constraints for the column used to repeat the contents of a section.
- non_repeating_ Sequence[str]visuals 
- List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.
- page_break_ Templateconfiguration Body Section Repeat Page Break Configuration 
- Page break configuration to apply for each repeating instance.
- dimensionConfigurations List<Property Map>
- List of BodySectionRepeatDimensionConfigurationvalues that describe the dataset column and constraints for the column used to repeat the contents of a section.
- nonRepeating List<String>Visuals 
- List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.
- pageBreak Property MapConfiguration 
- Page break configuration to apply for each repeating instance.
TemplateBodySectionRepeatDimensionConfiguration, TemplateBodySectionRepeatDimensionConfigurationArgs            
- DynamicCategory Pulumi.Dimension Configuration Aws Native. Quick Sight. Inputs. Template Body Section Dynamic Category Dimension Configuration 
- Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.
- DynamicNumeric Pulumi.Dimension Configuration Aws Native. Quick Sight. Inputs. Template Body Section Dynamic Numeric Dimension Configuration 
- Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.
- DynamicCategory TemplateDimension Configuration Body Section Dynamic Category Dimension Configuration 
- Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.
- DynamicNumeric TemplateDimension Configuration Body Section Dynamic Numeric Dimension Configuration 
- Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.
- dynamicCategory TemplateDimension Configuration Body Section Dynamic Category Dimension Configuration 
- Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.
- dynamicNumeric TemplateDimension Configuration Body Section Dynamic Numeric Dimension Configuration 
- Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.
- dynamicCategory TemplateDimension Configuration Body Section Dynamic Category Dimension Configuration 
- Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.
- dynamicNumeric TemplateDimension Configuration Body Section Dynamic Numeric Dimension Configuration 
- Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.
- dynamic_category_ Templatedimension_ configuration Body Section Dynamic Category Dimension Configuration 
- Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.
- dynamic_numeric_ Templatedimension_ configuration Body Section Dynamic Numeric Dimension Configuration 
- Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.
- dynamicCategory Property MapDimension Configuration 
- Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.
- dynamicNumeric Property MapDimension Configuration 
- Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.
TemplateBodySectionRepeatPageBreakConfiguration, TemplateBodySectionRepeatPageBreakConfigurationArgs              
TemplateBoxPlotAggregatedFieldWells, TemplateBoxPlotAggregatedFieldWellsArgs            
- GroupBy List<Pulumi.Aws Native. Quick Sight. Inputs. Template Dimension Field> 
- The group by field well of a box plot chart. Values are grouped based on group by fields.
- Values
List<Pulumi.Aws Native. Quick Sight. Inputs. Template Measure Field> 
- The value field well of a box plot chart. Values are aggregated based on group by fields.
- GroupBy []TemplateDimension Field 
- The group by field well of a box plot chart. Values are grouped based on group by fields.
- Values
[]TemplateMeasure Field 
- The value field well of a box plot chart. Values are aggregated based on group by fields.
- groupBy List<TemplateDimension Field> 
- The group by field well of a box plot chart. Values are grouped based on group by fields.
- values
List<TemplateMeasure Field> 
- The value field well of a box plot chart. Values are aggregated based on group by fields.
- groupBy TemplateDimension Field[] 
- The group by field well of a box plot chart. Values are grouped based on group by fields.
- values
TemplateMeasure Field[] 
- The value field well of a box plot chart. Values are aggregated based on group by fields.
- group_by Sequence[TemplateDimension Field] 
- The group by field well of a box plot chart. Values are grouped based on group by fields.
- values
Sequence[TemplateMeasure Field] 
- The value field well of a box plot chart. Values are aggregated based on group by fields.
- groupBy List<Property Map>
- The group by field well of a box plot chart. Values are grouped based on group by fields.
- values List<Property Map>
- The value field well of a box plot chart. Values are aggregated based on group by fields.
TemplateBoxPlotChartConfiguration, TemplateBoxPlotChartConfigurationArgs          
- BoxPlot Pulumi.Options Aws Native. Quick Sight. Inputs. Template Box Plot Options 
- The box plot chart options for a box plot visual
- CategoryAxis Pulumi.Aws Native. Quick Sight. Inputs. Template Axis Display Options 
- The label display options (grid line, range, scale, axis step) of a box plot category.
- CategoryLabel Pulumi.Options Aws Native. Quick Sight. Inputs. Template Chart Axis Label Options 
- The label options (label text, label visibility and sort Icon visibility) of a box plot category.
- FieldWells Pulumi.Aws Native. Quick Sight. Inputs. Template Box Plot Field Wells 
- The field wells of the visual.
- Interactions
Pulumi.Aws Native. Quick Sight. Inputs. Template Visual Interaction Options 
- The general visual interactions setup for a visual.
- Legend
Pulumi.Aws Native. Quick Sight. Inputs. Template Legend Options 
- PrimaryYAxis Pulumi.Display Options Aws Native. Quick Sight. Inputs. Template Axis Display Options 
- The label display options (grid line, range, scale, axis step) of a box plot category.
- PrimaryYAxis Pulumi.Label Options Aws Native. Quick Sight. Inputs. Template Chart Axis Label Options 
- The label options (label text, label visibility and sort icon visibility) of a box plot value.
- ReferenceLines List<Pulumi.Aws Native. Quick Sight. Inputs. Template Reference Line> 
- The reference line setup of the visual.
- SortConfiguration Pulumi.Aws Native. Quick Sight. Inputs. Template Box Plot Sort Configuration 
- The sort configuration of a BoxPlotVisual.
- Tooltip
Pulumi.Aws Native. Quick Sight. Inputs. Template Tooltip Options 
- The tooltip display setup of the visual.
- VisualPalette Pulumi.Aws Native. Quick Sight. Inputs. Template Visual Palette 
- The palette (chart color) display setup of the visual.
- BoxPlot TemplateOptions Box Plot Options 
- The box plot chart options for a box plot visual
- CategoryAxis TemplateAxis Display Options 
- The label display options (grid line, range, scale, axis step) of a box plot category.
- CategoryLabel TemplateOptions Chart Axis Label Options 
- The label options (label text, label visibility and sort Icon visibility) of a box plot category.
- FieldWells TemplateBox Plot Field Wells 
- The field wells of the visual.
- Interactions
TemplateVisual Interaction Options 
- The general visual interactions setup for a visual.
- Legend
TemplateLegend Options 
- PrimaryYAxis TemplateDisplay Options Axis Display Options 
- The label display options (grid line, range, scale, axis step) of a box plot category.
- PrimaryYAxis TemplateLabel Options Chart Axis Label Options 
- The label options (label text, label visibility and sort icon visibility) of a box plot value.
- ReferenceLines []TemplateReference Line 
- The reference line setup of the visual.
- SortConfiguration TemplateBox Plot Sort Configuration 
- The sort configuration of a BoxPlotVisual.
- Tooltip
TemplateTooltip Options 
- The tooltip display setup of the visual.
- VisualPalette TemplateVisual Palette 
- The palette (chart color) display setup of the visual.
- boxPlot TemplateOptions Box Plot Options 
- The box plot chart options for a box plot visual
- categoryAxis TemplateAxis Display Options 
- The label display options (grid line, range, scale, axis step) of a box plot category.
- categoryLabel TemplateOptions Chart Axis Label Options 
- The label options (label text, label visibility and sort Icon visibility) of a box plot category.
- fieldWells TemplateBox Plot Field Wells 
- The field wells of the visual.
- interactions
TemplateVisual Interaction Options 
- The general visual interactions setup for a visual.
- legend
TemplateLegend Options 
- primaryYAxis TemplateDisplay Options Axis Display Options 
- The label display options (grid line, range, scale, axis step) of a box plot category.
- primaryYAxis TemplateLabel Options Chart Axis Label Options 
- The label options (label text, label visibility and sort icon visibility) of a box plot value.
- referenceLines List<TemplateReference Line> 
- The reference line setup of the visual.
- sortConfiguration TemplateBox Plot Sort Configuration 
- The sort configuration of a BoxPlotVisual.
- tooltip
TemplateTooltip Options 
- The tooltip display setup of the visual.
- visualPalette TemplateVisual Palette 
- The palette (chart color) display setup of the visual.
- boxPlot TemplateOptions Box Plot Options 
- The box plot chart options for a box plot visual
- categoryAxis TemplateAxis Display Options 
- The label display options (grid line, range, scale, axis step) of a box plot category.
- categoryLabel TemplateOptions Chart Axis Label Options 
- The label options (label text, label visibility and sort Icon visibility) of a box plot category.
- fieldWells TemplateBox Plot Field Wells 
- The field wells of the visual.
- interactions
TemplateVisual Interaction Options 
- The general visual interactions setup for a visual.
- legend
TemplateLegend Options 
- primaryYAxis TemplateDisplay Options Axis Display Options 
- The label display options (grid line, range, scale, axis step) of a box plot category.
- primaryYAxis TemplateLabel Options Chart Axis Label Options 
- The label options (label text, label visibility and sort icon visibility) of a box plot value.
- referenceLines TemplateReference Line[] 
- The reference line setup of the visual.
- sortConfiguration TemplateBox Plot Sort Configuration 
- The sort configuration of a BoxPlotVisual.
- tooltip
TemplateTooltip Options 
- The tooltip display setup of the visual.
- visualPalette TemplateVisual Palette 
- The palette (chart color) display setup of the visual.
- box_plot_ Templateoptions Box Plot Options 
- The box plot chart options for a box plot visual
- category_axis TemplateAxis Display Options 
- The label display options (grid line, range, scale, axis step) of a box plot category.
- category_label_ Templateoptions Chart Axis Label Options 
- The label options (label text, label visibility and sort Icon visibility) of a box plot category.
- field_wells TemplateBox Plot Field Wells 
- The field wells of the visual.
- interactions
TemplateVisual Interaction Options 
- The general visual interactions setup for a visual.
- legend
TemplateLegend Options 
- primary_y_ Templateaxis_ display_ options Axis Display Options 
- The label display options (grid line, range, scale, axis step) of a box plot category.
- primary_y_ Templateaxis_ label_ options Chart Axis Label Options 
- The label options (label text, label visibility and sort icon visibility) of a box plot value.
- reference_lines Sequence[TemplateReference Line] 
- The reference line setup of the visual.
- sort_configuration TemplateBox Plot Sort Configuration 
- The sort configuration of a BoxPlotVisual.
- tooltip
TemplateTooltip Options 
- The tooltip display setup of the visual.
- visual_palette TemplateVisual Palette 
- The palette (chart color) display setup of the visual.
- boxPlot Property MapOptions 
- The box plot chart options for a box plot visual
- categoryAxis Property Map
- The label display options (grid line, range, scale, axis step) of a box plot category.
- categoryLabel Property MapOptions 
- The label options (label text, label visibility and sort Icon visibility) of a box plot category.
- fieldWells Property Map
- The field wells of the visual.
- interactions Property Map
- The general visual interactions setup for a visual.
- legend Property Map
- primaryYAxis Property MapDisplay Options 
- The label display options (grid line, range, scale, axis step) of a box plot category.
- primaryYAxis Property MapLabel Options 
- The label options (label text, label visibility and sort icon visibility) of a box plot value.
- referenceLines List<Property Map>
- The reference line setup of the visual.
- sortConfiguration Property Map
- The sort configuration of a BoxPlotVisual.
- tooltip Property Map
- The tooltip display setup of the visual.
- visualPalette Property Map
- The palette (chart color) display setup of the visual.
TemplateBoxPlotFieldWells, TemplateBoxPlotFieldWellsArgs          
- BoxPlot Pulumi.Aggregated Field Wells Aws Native. Quick Sight. Inputs. Template Box Plot Aggregated Field Wells 
- The aggregated field wells of a box plot.
- BoxPlot TemplateAggregated Field Wells Box Plot Aggregated Field Wells 
- The aggregated field wells of a box plot.
- boxPlot TemplateAggregated Field Wells Box Plot Aggregated Field Wells 
- The aggregated field wells of a box plot.
- boxPlot TemplateAggregated Field Wells Box Plot Aggregated Field Wells 
- The aggregated field wells of a box plot.
- box_plot_ Templateaggregated_ field_ wells Box Plot Aggregated Field Wells 
- The aggregated field wells of a box plot.
- boxPlot Property MapAggregated Field Wells 
- The aggregated field wells of a box plot.
TemplateBoxPlotFillStyle, TemplateBoxPlotFillStyleArgs          
- Solid
- SOLID
- Transparent
- TRANSPARENT
- TemplateBox Plot Fill Style Solid 
- SOLID
- TemplateBox Plot Fill Style Transparent 
- TRANSPARENT
- Solid
- SOLID
- Transparent
- TRANSPARENT
- Solid
- SOLID
- Transparent
- TRANSPARENT
- SOLID
- SOLID
- TRANSPARENT
- TRANSPARENT
- "SOLID"
- SOLID
- "TRANSPARENT"
- TRANSPARENT
TemplateBoxPlotOptions, TemplateBoxPlotOptionsArgs        
- AllData objectPoints Visibility 
- Determines the visibility of all data points of the box plot.
- OutlierVisibility object
- Determines the visibility of the outlier in a box plot.
- StyleOptions Pulumi.Aws Native. Quick Sight. Inputs. Template Box Plot Style Options 
- The style options of the box plot.
- AllData interface{}Points Visibility 
- Determines the visibility of all data points of the box plot.
- OutlierVisibility interface{}
- Determines the visibility of the outlier in a box plot.
- StyleOptions TemplateBox Plot Style Options 
- The style options of the box plot.
- allData ObjectPoints Visibility 
- Determines the visibility of all data points of the box plot.
- outlierVisibility Object
- Determines the visibility of the outlier in a box plot.
- styleOptions TemplateBox Plot Style Options 
- The style options of the box plot.
- allData anyPoints Visibility 
- Determines the visibility of all data points of the box plot.
- outlierVisibility any
- Determines the visibility of the outlier in a box plot.
- styleOptions TemplateBox Plot Style Options 
- The style options of the box plot.
- all_data_ Anypoints_ visibility 
- Determines the visibility of all data points of the box plot.
- outlier_visibility Any
- Determines the visibility of the outlier in a box plot.
- style_options TemplateBox Plot Style Options 
- The style options of the box plot.
- allData AnyPoints Visibility 
- Determines the visibility of all data points of the box plot.
- outlierVisibility Any
- Determines the visibility of the outlier in a box plot.
- styleOptions Property Map
- The style options of the box plot.
TemplateBoxPlotSortConfiguration, TemplateBoxPlotSortConfigurationArgs          
- CategorySort List<Pulumi.Aws Native. Quick Sight. Inputs. Template Field Sort Options> 
- The sort configuration of a group by fields.
- PaginationConfiguration Pulumi.Aws Native. Quick Sight. Inputs. Template Pagination Configuration 
- The pagination configuration of a table visual or box plot.
- CategorySort []TemplateField Sort Options 
- The sort configuration of a group by fields.
- PaginationConfiguration TemplatePagination Configuration 
- The pagination configuration of a table visual or box plot.
- categorySort List<TemplateField Sort Options> 
- The sort configuration of a group by fields.
- paginationConfiguration TemplatePagination Configuration 
- The pagination configuration of a table visual or box plot.
- categorySort TemplateField Sort Options[] 
- The sort configuration of a group by fields.
- paginationConfiguration TemplatePagination Configuration 
- The pagination configuration of a table visual or box plot.
- category_sort Sequence[TemplateField Sort Options] 
- The sort configuration of a group by fields.
- pagination_configuration TemplatePagination Configuration 
- The pagination configuration of a table visual or box plot.
- categorySort List<Property Map>
- The sort configuration of a group by fields.
- paginationConfiguration Property Map
- The pagination configuration of a table visual or box plot.
TemplateBoxPlotStyleOptions, TemplateBoxPlotStyleOptionsArgs          
- FillStyle Pulumi.Aws Native. Quick Sight. Template Box Plot Fill Style 
- The fill styles (solid, transparent) of the box plot.
- FillStyle TemplateBox Plot Fill Style 
- The fill styles (solid, transparent) of the box plot.
- fillStyle TemplateBox Plot Fill Style 
- The fill styles (solid, transparent) of the box plot.
- fillStyle TemplateBox Plot Fill Style 
- The fill styles (solid, transparent) of the box plot.
- fill_style TemplateBox Plot Fill Style 
- The fill styles (solid, transparent) of the box plot.
- fillStyle "SOLID" | "TRANSPARENT"
- The fill styles (solid, transparent) of the box plot.
TemplateBoxPlotVisual, TemplateBoxPlotVisualArgs        
- VisualId string
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- Actions
List<Pulumi.Aws Native. Quick Sight. Inputs. Template Visual Custom Action> 
- The list of custom actions that are configured for a visual.
- ChartConfiguration Pulumi.Aws Native. Quick Sight. Inputs. Template Box Plot Chart Configuration 
- The configuration settings of the visual.
- ColumnHierarchies List<Pulumi.Aws Native. Quick Sight. Inputs. Template Column Hierarchy> 
- The column hierarchy that is used during drill-downs and drill-ups.
- Subtitle
Pulumi.Aws Native. Quick Sight. Inputs. Template Visual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- Title
Pulumi.Aws Native. Quick Sight. Inputs. Template Visual Title Label Options 
- The title that is displayed on the visual.
- VisualContent stringAlt Text 
- The alt text for the visual.
- VisualId string
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- Actions
[]TemplateVisual Custom Action 
- The list of custom actions that are configured for a visual.
- ChartConfiguration TemplateBox Plot Chart Configuration 
- The configuration settings of the visual.
- ColumnHierarchies []TemplateColumn Hierarchy 
- The column hierarchy that is used during drill-downs and drill-ups.
- Subtitle
TemplateVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- Title
TemplateVisual Title Label Options 
- The title that is displayed on the visual.
- VisualContent stringAlt Text 
- The alt text for the visual.
- visualId String
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- actions
List<TemplateVisual Custom Action> 
- The list of custom actions that are configured for a visual.
- chartConfiguration TemplateBox Plot Chart Configuration 
- The configuration settings of the visual.
- columnHierarchies List<TemplateColumn Hierarchy> 
- The column hierarchy that is used during drill-downs and drill-ups.
- subtitle
TemplateVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- title
TemplateVisual Title Label Options 
- The title that is displayed on the visual.
- visualContent StringAlt Text 
- The alt text for the visual.
- visualId string
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- actions
TemplateVisual Custom Action[] 
- The list of custom actions that are configured for a visual.
- chartConfiguration TemplateBox Plot Chart Configuration 
- The configuration settings of the visual.
- columnHierarchies TemplateColumn Hierarchy[] 
- The column hierarchy that is used during drill-downs and drill-ups.
- subtitle
TemplateVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- title
TemplateVisual Title Label Options 
- The title that is displayed on the visual.
- visualContent stringAlt Text 
- The alt text for the visual.
- visual_id str
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- actions
Sequence[TemplateVisual Custom Action] 
- The list of custom actions that are configured for a visual.
- chart_configuration TemplateBox Plot Chart Configuration 
- The configuration settings of the visual.
- column_hierarchies Sequence[TemplateColumn Hierarchy] 
- The column hierarchy that is used during drill-downs and drill-ups.
- subtitle
TemplateVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- title
TemplateVisual Title Label Options 
- The title that is displayed on the visual.
- visual_content_ stralt_ text 
- The alt text for the visual.
- visualId String
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- actions List<Property Map>
- The list of custom actions that are configured for a visual.
- chartConfiguration Property Map
- The configuration settings of the visual.
- columnHierarchies List<Property Map>
- The column hierarchy that is used during drill-downs and drill-ups.
- subtitle Property Map
- The subtitle that is displayed on the visual.
- title Property Map
- The title that is displayed on the visual.
- visualContent StringAlt Text 
- The alt text for the visual.
TemplateCalculatedField, TemplateCalculatedFieldArgs      
- DataSet stringIdentifier 
- The data set that is used in this calculated field.
- Expression string
- The expression of the calculated field.
- Name string
- The name of the calculated field.
- DataSet stringIdentifier 
- The data set that is used in this calculated field.
- Expression string
- The expression of the calculated field.
- Name string
- The name of the calculated field.
- dataSet StringIdentifier 
- The data set that is used in this calculated field.
- expression String
- The expression of the calculated field.
- name String
- The name of the calculated field.
- dataSet stringIdentifier 
- The data set that is used in this calculated field.
- expression string
- The expression of the calculated field.
- name string
- The name of the calculated field.
- data_set_ stridentifier 
- The data set that is used in this calculated field.
- expression str
- The expression of the calculated field.
- name str
- The name of the calculated field.
- dataSet StringIdentifier 
- The data set that is used in this calculated field.
- expression String
- The expression of the calculated field.
- name String
- The name of the calculated field.
TemplateCalculatedMeasureField, TemplateCalculatedMeasureFieldArgs        
- Expression string
- The expression in the table calculation.
- FieldId string
- The custom field ID.
- Expression string
- The expression in the table calculation.
- FieldId string
- The custom field ID.
- expression String
- The expression in the table calculation.
- fieldId String
- The custom field ID.
- expression string
- The expression in the table calculation.
- fieldId string
- The custom field ID.
- expression str
- The expression in the table calculation.
- field_id str
- The custom field ID.
- expression String
- The expression in the table calculation.
- fieldId String
- The custom field ID.
TemplateCascadingControlConfiguration, TemplateCascadingControlConfigurationArgs        
- SourceControls List<Pulumi.Aws Native. Quick Sight. Inputs. Template Cascading Control Source> 
- A list of source controls that determine the values that are used in the current control.
- SourceControls []TemplateCascading Control Source 
- A list of source controls that determine the values that are used in the current control.
- sourceControls List<TemplateCascading Control Source> 
- A list of source controls that determine the values that are used in the current control.
- sourceControls TemplateCascading Control Source[] 
- A list of source controls that determine the values that are used in the current control.
- source_controls Sequence[TemplateCascading Control Source] 
- A list of source controls that determine the values that are used in the current control.
- sourceControls List<Property Map>
- A list of source controls that determine the values that are used in the current control.
TemplateCascadingControlSource, TemplateCascadingControlSourceArgs        
- ColumnTo Pulumi.Match Aws Native. Quick Sight. Inputs. Template Column Identifier 
- The column identifier that determines which column to look up for the source sheet control.
- SourceSheet stringControl Id 
- The source sheet control ID of a CascadingControlSource.
- ColumnTo TemplateMatch Column Identifier 
- The column identifier that determines which column to look up for the source sheet control.
- SourceSheet stringControl Id 
- The source sheet control ID of a CascadingControlSource.
- columnTo TemplateMatch Column Identifier 
- The column identifier that determines which column to look up for the source sheet control.
- sourceSheet StringControl Id 
- The source sheet control ID of a CascadingControlSource.
- columnTo TemplateMatch Column Identifier 
- The column identifier that determines which column to look up for the source sheet control.
- sourceSheet stringControl Id 
- The source sheet control ID of a CascadingControlSource.
- column_to_ Templatematch Column Identifier 
- The column identifier that determines which column to look up for the source sheet control.
- source_sheet_ strcontrol_ id 
- The source sheet control ID of a CascadingControlSource.
- columnTo Property MapMatch 
- The column identifier that determines which column to look up for the source sheet control.
- sourceSheet StringControl Id 
- The source sheet control ID of a CascadingControlSource.
TemplateCategoricalAggregationFunction, TemplateCategoricalAggregationFunctionArgs        
- Count
- COUNT
- DistinctCount 
- DISTINCT_COUNT
- TemplateCategorical Aggregation Function Count 
- COUNT
- TemplateCategorical Aggregation Function Distinct Count 
- DISTINCT_COUNT
- Count
- COUNT
- DistinctCount 
- DISTINCT_COUNT
- Count
- COUNT
- DistinctCount 
- DISTINCT_COUNT
- COUNT
- COUNT
- DISTINCT_COUNT
- DISTINCT_COUNT
- "COUNT"
- COUNT
- "DISTINCT_COUNT"
- DISTINCT_COUNT
TemplateCategoricalDimensionField, TemplateCategoricalDimensionFieldArgs        
- Column
Pulumi.Aws Native. Quick Sight. Inputs. Template Column Identifier 
- The column that is used in the CategoricalDimensionField.
- FieldId string
- The custom field ID.
- FormatConfiguration Pulumi.Aws Native. Quick Sight. Inputs. Template String Format Configuration 
- The format configuration of the field.
- HierarchyId string
- The custom hierarchy ID.
- Column
TemplateColumn Identifier 
- The column that is used in the CategoricalDimensionField.
- FieldId string
- The custom field ID.
- FormatConfiguration TemplateString Format Configuration 
- The format configuration of the field.
- HierarchyId string
- The custom hierarchy ID.
- column
TemplateColumn Identifier 
- The column that is used in the CategoricalDimensionField.
- fieldId String
- The custom field ID.
- formatConfiguration TemplateString Format Configuration 
- The format configuration of the field.
- hierarchyId String
- The custom hierarchy ID.
- column
TemplateColumn Identifier 
- The column that is used in the CategoricalDimensionField.
- fieldId string
- The custom field ID.
- formatConfiguration TemplateString Format Configuration 
- The format configuration of the field.
- hierarchyId string
- The custom hierarchy ID.
- column
TemplateColumn Identifier 
- The column that is used in the CategoricalDimensionField.
- field_id str
- The custom field ID.
- format_configuration TemplateString Format Configuration 
- The format configuration of the field.
- hierarchy_id str
- The custom hierarchy ID.
- column Property Map
- The column that is used in the CategoricalDimensionField.
- fieldId String
- The custom field ID.
- formatConfiguration Property Map
- The format configuration of the field.
- hierarchyId String
- The custom hierarchy ID.
TemplateCategoricalMeasureField, TemplateCategoricalMeasureFieldArgs        
- Column
Pulumi.Aws Native. Quick Sight. Inputs. Template Column Identifier 
- The column that is used in the CategoricalMeasureField.
- FieldId string
- The custom field ID.
- AggregationFunction Pulumi.Aws Native. Quick Sight. Template Categorical Aggregation Function 
- The aggregation function of the measure field.
- FormatConfiguration Pulumi.Aws Native. Quick Sight. Inputs. Template String Format Configuration 
- The format configuration of the field.
- Column
TemplateColumn Identifier 
- The column that is used in the CategoricalMeasureField.
- FieldId string
- The custom field ID.
- AggregationFunction TemplateCategorical Aggregation Function 
- The aggregation function of the measure field.
- FormatConfiguration TemplateString Format Configuration 
- The format configuration of the field.
- column
TemplateColumn Identifier 
- The column that is used in the CategoricalMeasureField.
- fieldId String
- The custom field ID.
- aggregationFunction TemplateCategorical Aggregation Function 
- The aggregation function of the measure field.
- formatConfiguration TemplateString Format Configuration 
- The format configuration of the field.
- column
TemplateColumn Identifier 
- The column that is used in the CategoricalMeasureField.
- fieldId string
- The custom field ID.
- aggregationFunction TemplateCategorical Aggregation Function 
- The aggregation function of the measure field.
- formatConfiguration TemplateString Format Configuration 
- The format configuration of the field.
- column
TemplateColumn Identifier 
- The column that is used in the CategoricalMeasureField.
- field_id str
- The custom field ID.
- aggregation_function TemplateCategorical Aggregation Function 
- The aggregation function of the measure field.
- format_configuration TemplateString Format Configuration 
- The format configuration of the field.
- column Property Map
- The column that is used in the CategoricalMeasureField.
- fieldId String
- The custom field ID.
- aggregationFunction "COUNT" | "DISTINCT_COUNT"
- The aggregation function of the measure field.
- formatConfiguration Property Map
- The format configuration of the field.
TemplateCategoryDrillDownFilter, TemplateCategoryDrillDownFilterArgs          
- CategoryValues List<string>
- A list of the string inputs that are the values of the category drill down filter.
- Column
Pulumi.Aws Native. Quick Sight. Inputs. Template Column Identifier 
- The column that the filter is applied to.
- CategoryValues []string
- A list of the string inputs that are the values of the category drill down filter.
- Column
TemplateColumn Identifier 
- The column that the filter is applied to.
- categoryValues List<String>
- A list of the string inputs that are the values of the category drill down filter.
- column
TemplateColumn Identifier 
- The column that the filter is applied to.
- categoryValues string[]
- A list of the string inputs that are the values of the category drill down filter.
- column
TemplateColumn Identifier 
- The column that the filter is applied to.
- category_values Sequence[str]
- A list of the string inputs that are the values of the category drill down filter.
- column
TemplateColumn Identifier 
- The column that the filter is applied to.
- categoryValues List<String>
- A list of the string inputs that are the values of the category drill down filter.
- column Property Map
- The column that the filter is applied to.
TemplateCategoryFilter, TemplateCategoryFilterArgs      
- Column
Pulumi.Aws Native. Quick Sight. Inputs. Template Column Identifier 
- The column that the filter is applied to.
- Configuration
Pulumi.Aws Native. Quick Sight. Inputs. Template Category Filter Configuration 
- The configuration for a CategoryFilter.
- FilterId string
- An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
- DefaultFilter Pulumi.Control Configuration Aws Native. Quick Sight. Inputs. Template Default Filter Control Configuration 
- The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
- Column
TemplateColumn Identifier 
- The column that the filter is applied to.
- Configuration
TemplateCategory Filter Configuration 
- The configuration for a CategoryFilter.
- FilterId string
- An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
- DefaultFilter TemplateControl Configuration Default Filter Control Configuration 
- The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
- column
TemplateColumn Identifier 
- The column that the filter is applied to.
- configuration
TemplateCategory Filter Configuration 
- The configuration for a CategoryFilter.
- filterId String
- An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
- defaultFilter TemplateControl Configuration Default Filter Control Configuration 
- The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
- column
TemplateColumn Identifier 
- The column that the filter is applied to.
- configuration
TemplateCategory Filter Configuration 
- The configuration for a CategoryFilter.
- filterId string
- An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
- defaultFilter TemplateControl Configuration Default Filter Control Configuration 
- The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
- column
TemplateColumn Identifier 
- The column that the filter is applied to.
- configuration
TemplateCategory Filter Configuration 
- The configuration for a CategoryFilter.
- filter_id str
- An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
- default_filter_ Templatecontrol_ configuration Default Filter Control Configuration 
- The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
- column Property Map
- The column that the filter is applied to.
- configuration Property Map
- The configuration for a CategoryFilter.
- filterId String
- An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
- defaultFilter Property MapControl Configuration 
- The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
TemplateCategoryFilterConfiguration, TemplateCategoryFilterConfigurationArgs        
- CustomFilter Pulumi.Configuration Aws Native. Quick Sight. Inputs. Template Custom Filter Configuration 
- A custom filter that filters based on a single value. This filter can be partially matched.
- CustomFilter Pulumi.List Configuration Aws Native. Quick Sight. Inputs. Template Custom Filter List Configuration 
- A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.
- FilterList Pulumi.Configuration Aws Native. Quick Sight. Inputs. Template Filter List Configuration 
- A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.
- CustomFilter TemplateConfiguration Custom Filter Configuration 
- A custom filter that filters based on a single value. This filter can be partially matched.
- CustomFilter TemplateList Configuration Custom Filter List Configuration 
- A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.
- FilterList TemplateConfiguration Filter List Configuration 
- A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.
- customFilter TemplateConfiguration Custom Filter Configuration 
- A custom filter that filters based on a single value. This filter can be partially matched.
- customFilter TemplateList Configuration Custom Filter List Configuration 
- A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.
- filterList TemplateConfiguration Filter List Configuration 
- A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.
- customFilter TemplateConfiguration Custom Filter Configuration 
- A custom filter that filters based on a single value. This filter can be partially matched.
- customFilter TemplateList Configuration Custom Filter List Configuration 
- A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.
- filterList TemplateConfiguration Filter List Configuration 
- A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.
- custom_filter_ Templateconfiguration Custom Filter Configuration 
- A custom filter that filters based on a single value. This filter can be partially matched.
- custom_filter_ Templatelist_ configuration Custom Filter List Configuration 
- A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.
- filter_list_ Templateconfiguration Filter List Configuration 
- A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.
- customFilter Property MapConfiguration 
- A custom filter that filters based on a single value. This filter can be partially matched.
- customFilter Property MapList Configuration 
- A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.
- filterList Property MapConfiguration 
- A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.
TemplateCategoryFilterMatchOperator, TemplateCategoryFilterMatchOperatorArgs          
- EqualsValue 
- EQUALS
- DoesNot Equal 
- DOES_NOT_EQUAL
- Contains
- CONTAINS
- DoesNot Contain 
- DOES_NOT_CONTAIN
- StartsWith 
- STARTS_WITH
- EndsWith 
- ENDS_WITH
- TemplateCategory Filter Match Operator Equals 
- EQUALS
- TemplateCategory Filter Match Operator Does Not Equal 
- DOES_NOT_EQUAL
- TemplateCategory Filter Match Operator Contains 
- CONTAINS
- TemplateCategory Filter Match Operator Does Not Contain 
- DOES_NOT_CONTAIN
- TemplateCategory Filter Match Operator Starts With 
- STARTS_WITH
- TemplateCategory Filter Match Operator Ends With 
- ENDS_WITH
- Equals
- EQUALS
- DoesNot Equal 
- DOES_NOT_EQUAL
- Contains
- CONTAINS
- DoesNot Contain 
- DOES_NOT_CONTAIN
- StartsWith 
- STARTS_WITH
- EndsWith 
- ENDS_WITH
- Equals
- EQUALS
- DoesNot Equal 
- DOES_NOT_EQUAL
- Contains
- CONTAINS
- DoesNot Contain 
- DOES_NOT_CONTAIN
- StartsWith 
- STARTS_WITH
- EndsWith 
- ENDS_WITH
- EQUALS
- EQUALS
- DOES_NOT_EQUAL
- DOES_NOT_EQUAL
- CONTAINS
- CONTAINS
- DOES_NOT_CONTAIN
- DOES_NOT_CONTAIN
- STARTS_WITH
- STARTS_WITH
- ENDS_WITH
- ENDS_WITH
- "EQUALS"
- EQUALS
- "DOES_NOT_EQUAL"
- DOES_NOT_EQUAL
- "CONTAINS"
- CONTAINS
- "DOES_NOT_CONTAIN"
- DOES_NOT_CONTAIN
- "STARTS_WITH"
- STARTS_WITH
- "ENDS_WITH"
- ENDS_WITH
TemplateCategoryFilterSelectAllOptions, TemplateCategoryFilterSelectAllOptionsArgs            
- FilterAll Values 
- FILTER_ALL_VALUES
- TemplateCategory Filter Select All Options Filter All Values 
- FILTER_ALL_VALUES
- FilterAll Values 
- FILTER_ALL_VALUES
- FilterAll Values 
- FILTER_ALL_VALUES
- FILTER_ALL_VALUES
- FILTER_ALL_VALUES
- "FILTER_ALL_VALUES"
- FILTER_ALL_VALUES
TemplateCategoryInnerFilter, TemplateCategoryInnerFilterArgs        
TemplateChartAxisLabelOptions, TemplateChartAxisLabelOptionsArgs          
- AxisLabel List<Pulumi.Options Aws Native. Quick Sight. Inputs. Template Axis Label Options> 
- The label options for a chart axis.
- SortIcon objectVisibility 
- The visibility configuration of the sort icon on a chart's axis label.
- Visibility object
- The visibility of an axis label on a chart. Choose one of the following options:- VISIBLE: Shows the axis.
- HIDDEN: Hides the axis.
 
- AxisLabel []TemplateOptions Axis Label Options 
- The label options for a chart axis.
- SortIcon interface{}Visibility 
- The visibility configuration of the sort icon on a chart's axis label.
- Visibility interface{}
- The visibility of an axis label on a chart. Choose one of the following options:- VISIBLE: Shows the axis.
- HIDDEN: Hides the axis.
 
- axisLabel List<TemplateOptions Axis Label Options> 
- The label options for a chart axis.
- sortIcon ObjectVisibility 
- The visibility configuration of the sort icon on a chart's axis label.
- visibility Object
- The visibility of an axis label on a chart. Choose one of the following options:- VISIBLE: Shows the axis.
- HIDDEN: Hides the axis.
 
- axisLabel TemplateOptions Axis Label Options[] 
- The label options for a chart axis.
- sortIcon anyVisibility 
- The visibility configuration of the sort icon on a chart's axis label.
- visibility any
- The visibility of an axis label on a chart. Choose one of the following options:- VISIBLE: Shows the axis.
- HIDDEN: Hides the axis.
 
- axis_label_ Sequence[Templateoptions Axis Label Options] 
- The label options for a chart axis.
- sort_icon_ Anyvisibility 
- The visibility configuration of the sort icon on a chart's axis label.
- visibility Any
- The visibility of an axis label on a chart. Choose one of the following options:- VISIBLE: Shows the axis.
- HIDDEN: Hides the axis.
 
- axisLabel List<Property Map>Options 
- The label options for a chart axis.
- sortIcon AnyVisibility 
- The visibility configuration of the sort icon on a chart's axis label.
- visibility Any
- The visibility of an axis label on a chart. Choose one of the following options:- VISIBLE: Shows the axis.
- HIDDEN: Hides the axis.
 
TemplateClusterMarker, TemplateClusterMarkerArgs      
- SimpleCluster Pulumi.Marker Aws Native. Quick Sight. Inputs. Template Simple Cluster Marker 
- The simple cluster marker of the cluster marker.
- SimpleCluster TemplateMarker Simple Cluster Marker 
- The simple cluster marker of the cluster marker.
- simpleCluster TemplateMarker Simple Cluster Marker 
- The simple cluster marker of the cluster marker.
- simpleCluster TemplateMarker Simple Cluster Marker 
- The simple cluster marker of the cluster marker.
- simple_cluster_ Templatemarker Simple Cluster Marker 
- The simple cluster marker of the cluster marker.
- simpleCluster Property MapMarker 
- The simple cluster marker of the cluster marker.
TemplateClusterMarkerConfiguration, TemplateClusterMarkerConfigurationArgs        
- ClusterMarker Pulumi.Aws Native. Quick Sight. Inputs. Template Cluster Marker 
- The cluster marker that is a part of the cluster marker configuration.
- ClusterMarker TemplateCluster Marker 
- The cluster marker that is a part of the cluster marker configuration.
- clusterMarker TemplateCluster Marker 
- The cluster marker that is a part of the cluster marker configuration.
- clusterMarker TemplateCluster Marker 
- The cluster marker that is a part of the cluster marker configuration.
- cluster_marker TemplateCluster Marker 
- The cluster marker that is a part of the cluster marker configuration.
- clusterMarker Property Map
- The cluster marker that is a part of the cluster marker configuration.
TemplateColorFillType, TemplateColorFillTypeArgs        
- Discrete
- DISCRETE
- Gradient
- GRADIENT
- TemplateColor Fill Type Discrete 
- DISCRETE
- TemplateColor Fill Type Gradient 
- GRADIENT
- Discrete
- DISCRETE
- Gradient
- GRADIENT
- Discrete
- DISCRETE
- Gradient
- GRADIENT
- DISCRETE
- DISCRETE
- GRADIENT
- GRADIENT
- "DISCRETE"
- DISCRETE
- "GRADIENT"
- GRADIENT
TemplateColorScale, TemplateColorScaleArgs      
- ColorFill Pulumi.Type Aws Native. Quick Sight. Template Color Fill Type 
- Determines the color fill type.
- Colors
List<Pulumi.Aws Native. Quick Sight. Inputs. Template Data Color> 
- Determines the list of colors that are applied to the visual.
- NullValue Pulumi.Color Aws Native. Quick Sight. Inputs. Template Data Color 
- Determines the color that is applied to null values.
- ColorFill TemplateType Color Fill Type 
- Determines the color fill type.
- Colors
[]TemplateData Color 
- Determines the list of colors that are applied to the visual.
- NullValue TemplateColor Data Color 
- Determines the color that is applied to null values.
- colorFill TemplateType Color Fill Type 
- Determines the color fill type.
- colors
List<TemplateData Color> 
- Determines the list of colors that are applied to the visual.
- nullValue TemplateColor Data Color 
- Determines the color that is applied to null values.
- colorFill TemplateType Color Fill Type 
- Determines the color fill type.
- colors
TemplateData Color[] 
- Determines the list of colors that are applied to the visual.
- nullValue TemplateColor Data Color 
- Determines the color that is applied to null values.
- color_fill_ Templatetype Color Fill Type 
- Determines the color fill type.
- colors
Sequence[TemplateData Color] 
- Determines the list of colors that are applied to the visual.
- null_value_ Templatecolor Data Color 
- Determines the color that is applied to null values.
- colorFill "DISCRETE" | "GRADIENT"Type 
- Determines the color fill type.
- colors List<Property Map>
- Determines the list of colors that are applied to the visual.
- nullValue Property MapColor 
- Determines the color that is applied to null values.
TemplateColorsConfiguration, TemplateColorsConfigurationArgs      
- CustomColors List<Pulumi.Aws Native. Quick Sight. Inputs. Template Custom Color> 
- A list of up to 50 custom colors.
- CustomColors []TemplateCustom Color 
- A list of up to 50 custom colors.
- customColors List<TemplateCustom Color> 
- A list of up to 50 custom colors.
- customColors TemplateCustom Color[] 
- A list of up to 50 custom colors.
- custom_colors Sequence[TemplateCustom Color] 
- A list of up to 50 custom colors.
- customColors List<Property Map>
- A list of up to 50 custom colors.
TemplateColumnConfiguration, TemplateColumnConfigurationArgs      
- Column
Pulumi.Aws Native. Quick Sight. Inputs. Template Column Identifier 
- The column.
- ColorsConfiguration Pulumi.Aws Native. Quick Sight. Inputs. Template Colors Configuration 
- The color configurations of the column.
- FormatConfiguration Pulumi.Aws Native. Quick Sight. Inputs. Template Format Configuration 
- The format configuration of a column.
- Role
Pulumi.Aws Native. Quick Sight. Template Column Role 
- The role of the column.
- Column
TemplateColumn Identifier 
- The column.
- ColorsConfiguration TemplateColors Configuration 
- The color configurations of the column.
- FormatConfiguration TemplateFormat Configuration 
- The format configuration of a column.
- Role
TemplateColumn Role 
- The role of the column.
- column
TemplateColumn Identifier 
- The column.
- colorsConfiguration TemplateColors Configuration 
- The color configurations of the column.
- formatConfiguration TemplateFormat Configuration 
- The format configuration of a column.
- role
TemplateColumn Role 
- The role of the column.
- column
TemplateColumn Identifier 
- The column.
- colorsConfiguration TemplateColors Configuration 
- The color configurations of the column.
- formatConfiguration TemplateFormat Configuration 
- The format configuration of a column.
- role
TemplateColumn Role 
- The role of the column.
- column
TemplateColumn Identifier 
- The column.
- colors_configuration TemplateColors Configuration 
- The color configurations of the column.
- format_configuration TemplateFormat Configuration 
- The format configuration of a column.
- role
TemplateColumn Role 
- The role of the column.
- column Property Map
- The column.
- colorsConfiguration Property Map
- The color configurations of the column.
- formatConfiguration Property Map
- The format configuration of a column.
- role "DIMENSION" | "MEASURE"
- The role of the column.
TemplateColumnGroupColumnSchema, TemplateColumnGroupColumnSchemaArgs          
- Name string
- Name string
- name String
- name string
- name str
- name String
TemplateColumnGroupSchema, TemplateColumnGroupSchemaArgs        
TemplateColumnHierarchy, TemplateColumnHierarchyArgs      
- DateTime Pulumi.Hierarchy Aws Native. Quick Sight. Inputs. Template Date Time Hierarchy 
- The option that determines the hierarchy of any DateTimefields.
- ExplicitHierarchy Pulumi.Aws Native. Quick Sight. Inputs. Template Explicit Hierarchy 
- The option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.
- PredefinedHierarchy Pulumi.Aws Native. Quick Sight. Inputs. Template Predefined Hierarchy 
- The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.
- DateTime TemplateHierarchy Date Time Hierarchy 
- The option that determines the hierarchy of any DateTimefields.
- ExplicitHierarchy TemplateExplicit Hierarchy 
- The option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.
- PredefinedHierarchy TemplatePredefined Hierarchy 
- The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.
- dateTime TemplateHierarchy Date Time Hierarchy 
- The option that determines the hierarchy of any DateTimefields.
- explicitHierarchy TemplateExplicit Hierarchy 
- The option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.
- predefinedHierarchy TemplatePredefined Hierarchy 
- The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.
- dateTime TemplateHierarchy Date Time Hierarchy 
- The option that determines the hierarchy of any DateTimefields.
- explicitHierarchy TemplateExplicit Hierarchy 
- The option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.
- predefinedHierarchy TemplatePredefined Hierarchy 
- The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.
- date_time_ Templatehierarchy Date Time Hierarchy 
- The option that determines the hierarchy of any DateTimefields.
- explicit_hierarchy TemplateExplicit Hierarchy 
- The option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.
- predefined_hierarchy TemplatePredefined Hierarchy 
- The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.
- dateTime Property MapHierarchy 
- The option that determines the hierarchy of any DateTimefields.
- explicitHierarchy Property Map
- The option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.
- predefinedHierarchy Property Map
- The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.
TemplateColumnIdentifier, TemplateColumnIdentifierArgs      
- ColumnName string
- The name of the column.
- DataSet stringIdentifier 
- The data set that the column belongs to.
- ColumnName string
- The name of the column.
- DataSet stringIdentifier 
- The data set that the column belongs to.
- columnName String
- The name of the column.
- dataSet StringIdentifier 
- The data set that the column belongs to.
- columnName string
- The name of the column.
- dataSet stringIdentifier 
- The data set that the column belongs to.
- column_name str
- The name of the column.
- data_set_ stridentifier 
- The data set that the column belongs to.
- columnName String
- The name of the column.
- dataSet StringIdentifier 
- The data set that the column belongs to.
TemplateColumnRole, TemplateColumnRoleArgs      
- Dimension
- DIMENSION
- Measure
- MEASURE
- TemplateColumn Role Dimension 
- DIMENSION
- TemplateColumn Role Measure 
- MEASURE
- Dimension
- DIMENSION
- Measure
- MEASURE
- Dimension
- DIMENSION
- Measure
- MEASURE
- DIMENSION
- DIMENSION
- MEASURE
- MEASURE
- "DIMENSION"
- DIMENSION
- "MEASURE"
- MEASURE
TemplateColumnSchema, TemplateColumnSchemaArgs      
- DataType string
- GeographicRole string
- Name string
- DataType string
- GeographicRole string
- Name string
- dataType String
- geographicRole String
- name String
- dataType string
- geographicRole string
- name string
- data_type str
- geographic_role str
- name str
- dataType String
- geographicRole String
- name String
TemplateColumnSort, TemplateColumnSortArgs      
- Direction
Pulumi.Aws Native. Quick Sight. Template Sort Direction 
- The sort direction.
- SortBy Pulumi.Aws Native. Quick Sight. Inputs. Template Column Identifier 
- AggregationFunction Pulumi.Aws Native. Quick Sight. Inputs. Template Aggregation Function 
- The aggregation function that is defined in the column sort.
- Direction
TemplateSort Direction 
- The sort direction.
- SortBy TemplateColumn Identifier 
- AggregationFunction TemplateAggregation Function 
- The aggregation function that is defined in the column sort.
- direction
TemplateSort Direction 
- The sort direction.
- sortBy TemplateColumn Identifier 
- aggregationFunction TemplateAggregation Function 
- The aggregation function that is defined in the column sort.
- direction
TemplateSort Direction 
- The sort direction.
- sortBy TemplateColumn Identifier 
- aggregationFunction TemplateAggregation Function 
- The aggregation function that is defined in the column sort.
- direction
TemplateSort Direction 
- The sort direction.
- sort_by TemplateColumn Identifier 
- aggregation_function TemplateAggregation Function 
- The aggregation function that is defined in the column sort.
- direction "ASC" | "DESC"
- The sort direction.
- sortBy Property Map
- aggregationFunction Property Map
- The aggregation function that is defined in the column sort.
TemplateColumnTooltipItem, TemplateColumnTooltipItemArgs        
- Column
Pulumi.Aws Native. Quick Sight. Inputs. Template Column Identifier 
- The target column of the tooltip item.
- Aggregation
Pulumi.Aws Native. Quick Sight. Inputs. Template Aggregation Function 
- The aggregation function of the column tooltip item.
- Label string
- The label of the tooltip item.
- TooltipTarget Pulumi.Aws Native. Quick Sight. Template Tooltip Target 
- Determines the target of the column tooltip item in a combo chart visual.
- Visibility object
- The visibility of the tooltip item.
- Column
TemplateColumn Identifier 
- The target column of the tooltip item.
- Aggregation
TemplateAggregation Function 
- The aggregation function of the column tooltip item.
- Label string
- The label of the tooltip item.
- TooltipTarget TemplateTooltip Target 
- Determines the target of the column tooltip item in a combo chart visual.
- Visibility interface{}
- The visibility of the tooltip item.
- column
TemplateColumn Identifier 
- The target column of the tooltip item.
- aggregation
TemplateAggregation Function 
- The aggregation function of the column tooltip item.
- label String
- The label of the tooltip item.
- tooltipTarget TemplateTooltip Target 
- Determines the target of the column tooltip item in a combo chart visual.
- visibility Object
- The visibility of the tooltip item.
- column
TemplateColumn Identifier 
- The target column of the tooltip item.
- aggregation
TemplateAggregation Function 
- The aggregation function of the column tooltip item.
- label string
- The label of the tooltip item.
- tooltipTarget TemplateTooltip Target 
- Determines the target of the column tooltip item in a combo chart visual.
- visibility any
- The visibility of the tooltip item.
- column
TemplateColumn Identifier 
- The target column of the tooltip item.
- aggregation
TemplateAggregation Function 
- The aggregation function of the column tooltip item.
- label str
- The label of the tooltip item.
- tooltip_target TemplateTooltip Target 
- Determines the target of the column tooltip item in a combo chart visual.
- visibility Any
- The visibility of the tooltip item.
- column Property Map
- The target column of the tooltip item.
- aggregation Property Map
- The aggregation function of the column tooltip item.
- label String
- The label of the tooltip item.
- tooltipTarget "BOTH" | "BAR" | "LINE"
- Determines the target of the column tooltip item in a combo chart visual.
- visibility Any
- The visibility of the tooltip item.
TemplateComboChartAggregatedFieldWells, TemplateComboChartAggregatedFieldWellsArgs            
- BarValues List<Pulumi.Aws Native. Quick Sight. Inputs. Template Measure Field> 
- The aggregated BarValuesfield well of a combo chart.
- Category
List<Pulumi.Aws Native. Quick Sight. Inputs. Template Dimension Field> 
- The aggregated category field wells of a combo chart.
- Colors
List<Pulumi.Aws Native. Quick Sight. Inputs. Template Dimension Field> 
- The aggregated colors field well of a combo chart.
- LineValues List<Pulumi.Aws Native. Quick Sight. Inputs. Template Measure Field> 
- The aggregated LineValuesfield well of a combo chart.
- BarValues []TemplateMeasure Field 
- The aggregated BarValuesfield well of a combo chart.
- Category
[]TemplateDimension Field 
- The aggregated category field wells of a combo chart.
- Colors
[]TemplateDimension Field 
- The aggregated colors field well of a combo chart.
- LineValues []TemplateMeasure Field 
- The aggregated LineValuesfield well of a combo chart.
- barValues List<TemplateMeasure Field> 
- The aggregated BarValuesfield well of a combo chart.
- category
List<TemplateDimension Field> 
- The aggregated category field wells of a combo chart.
- colors
List<TemplateDimension Field> 
- The aggregated colors field well of a combo chart.
- lineValues List<TemplateMeasure Field> 
- The aggregated LineValuesfield well of a combo chart.
- barValues TemplateMeasure Field[] 
- The aggregated BarValuesfield well of a combo chart.
- category
TemplateDimension Field[] 
- The aggregated category field wells of a combo chart.
- colors
TemplateDimension Field[] 
- The aggregated colors field well of a combo chart.
- lineValues TemplateMeasure Field[] 
- The aggregated LineValuesfield well of a combo chart.
- bar_values Sequence[TemplateMeasure Field] 
- The aggregated BarValuesfield well of a combo chart.
- category
Sequence[TemplateDimension Field] 
- The aggregated category field wells of a combo chart.
- colors
Sequence[TemplateDimension Field] 
- The aggregated colors field well of a combo chart.
- line_values Sequence[TemplateMeasure Field] 
- The aggregated LineValuesfield well of a combo chart.
- barValues List<Property Map>
- The aggregated BarValuesfield well of a combo chart.
- category List<Property Map>
- The aggregated category field wells of a combo chart.
- colors List<Property Map>
- The aggregated colors field well of a combo chart.
- lineValues List<Property Map>
- The aggregated LineValuesfield well of a combo chart.
TemplateComboChartConfiguration, TemplateComboChartConfigurationArgs        
- BarData Pulumi.Labels Aws Native. Quick Sight. Inputs. Template Data Label Options 
- The options that determine if visual data labels are displayed. - The data label options for a bar in a combo chart. 
- BarsArrangement Pulumi.Aws Native. Quick Sight. Template Bars Arrangement 
- Determines the bar arrangement in a combo chart. The following are valid values in this structure:- CLUSTERED: For clustered bar combo charts.
- STACKED: For stacked bar combo charts.
- STACKED_PERCENT: Do not use. If you use this value, the operation returns a validation error.
 
- CategoryAxis Pulumi.Aws Native. Quick Sight. Inputs. Template Axis Display Options 
- The category axis of a combo chart.
- CategoryLabel Pulumi.Options Aws Native. Quick Sight. Inputs. Template Chart Axis Label Options 
- The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
- ColorLabel Pulumi.Options Aws Native. Quick Sight. Inputs. Template Chart Axis Label Options 
- The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
- FieldWells Pulumi.Aws Native. Quick Sight. Inputs. Template Combo Chart Field Wells 
- The field wells of the visual.
- Interactions
Pulumi.Aws Native. Quick Sight. Inputs. Template Visual Interaction Options 
- The general visual interactions setup for a visual.
- Legend
Pulumi.Aws Native. Quick Sight. Inputs. Template Legend Options 
- The legend display setup of the visual.
- LineData Pulumi.Labels Aws Native. Quick Sight. Inputs. Template Data Label Options 
- The options that determine if visual data labels are displayed. - The data label options for a line in a combo chart. 
- PrimaryYAxis Pulumi.Display Options Aws Native. Quick Sight. Inputs. Template Axis Display Options 
- The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.
- PrimaryYAxis Pulumi.Label Options Aws Native. Quick Sight. Inputs. Template Chart Axis Label Options 
- The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.
- ReferenceLines List<Pulumi.Aws Native. Quick Sight. Inputs. Template Reference Line> 
- The reference line setup of the visual.
- SecondaryYAxis Pulumi.Display Options Aws Native. Quick Sight. Inputs. Template Axis Display Options 
- The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
- SecondaryYAxis Pulumi.Label Options Aws Native. Quick Sight. Inputs. Template Chart Axis Label Options 
- The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
- SingleAxis Pulumi.Options Aws Native. Quick Sight. Inputs. Template Single Axis Options 
- SortConfiguration Pulumi.Aws Native. Quick Sight. Inputs. Template Combo Chart Sort Configuration 
- The sort configuration of a ComboChartVisual.
- Tooltip
Pulumi.Aws Native. Quick Sight. Inputs. Template Tooltip Options 
- The legend display setup of the visual.
- VisualPalette Pulumi.Aws Native. Quick Sight. Inputs. Template Visual Palette 
- The palette (chart color) display setup of the visual.
- BarData TemplateLabels Data Label Options 
- The options that determine if visual data labels are displayed. - The data label options for a bar in a combo chart. 
- BarsArrangement TemplateBars Arrangement 
- Determines the bar arrangement in a combo chart. The following are valid values in this structure:- CLUSTERED: For clustered bar combo charts.
- STACKED: For stacked bar combo charts.
- STACKED_PERCENT: Do not use. If you use this value, the operation returns a validation error.
 
- CategoryAxis TemplateAxis Display Options 
- The category axis of a combo chart.
- CategoryLabel TemplateOptions Chart Axis Label Options 
- The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
- ColorLabel TemplateOptions Chart Axis Label Options 
- The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
- FieldWells TemplateCombo Chart Field Wells 
- The field wells of the visual.
- Interactions
TemplateVisual Interaction Options 
- The general visual interactions setup for a visual.
- Legend
TemplateLegend Options 
- The legend display setup of the visual.
- LineData TemplateLabels Data Label Options 
- The options that determine if visual data labels are displayed. - The data label options for a line in a combo chart. 
- PrimaryYAxis TemplateDisplay Options Axis Display Options 
- The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.
- PrimaryYAxis TemplateLabel Options Chart Axis Label Options 
- The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.
- ReferenceLines []TemplateReference Line 
- The reference line setup of the visual.
- SecondaryYAxis TemplateDisplay Options Axis Display Options 
- The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
- SecondaryYAxis TemplateLabel Options Chart Axis Label Options 
- The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
- SingleAxis TemplateOptions Single Axis Options 
- SortConfiguration TemplateCombo Chart Sort Configuration 
- The sort configuration of a ComboChartVisual.
- Tooltip
TemplateTooltip Options 
- The legend display setup of the visual.
- VisualPalette TemplateVisual Palette 
- The palette (chart color) display setup of the visual.
- barData TemplateLabels Data Label Options 
- The options that determine if visual data labels are displayed. - The data label options for a bar in a combo chart. 
- barsArrangement TemplateBars Arrangement 
- Determines the bar arrangement in a combo chart. The following are valid values in this structure:- CLUSTERED: For clustered bar combo charts.
- STACKED: For stacked bar combo charts.
- STACKED_PERCENT: Do not use. If you use this value, the operation returns a validation error.
 
- categoryAxis TemplateAxis Display Options 
- The category axis of a combo chart.
- categoryLabel TemplateOptions Chart Axis Label Options 
- The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
- colorLabel TemplateOptions Chart Axis Label Options 
- The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
- fieldWells TemplateCombo Chart Field Wells 
- The field wells of the visual.
- interactions
TemplateVisual Interaction Options 
- The general visual interactions setup for a visual.
- legend
TemplateLegend Options 
- The legend display setup of the visual.
- lineData TemplateLabels Data Label Options 
- The options that determine if visual data labels are displayed. - The data label options for a line in a combo chart. 
- primaryYAxis TemplateDisplay Options Axis Display Options 
- The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.
- primaryYAxis TemplateLabel Options Chart Axis Label Options 
- The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.
- referenceLines List<TemplateReference Line> 
- The reference line setup of the visual.
- secondaryYAxis TemplateDisplay Options Axis Display Options 
- The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
- secondaryYAxis TemplateLabel Options Chart Axis Label Options 
- The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
- singleAxis TemplateOptions Single Axis Options 
- sortConfiguration TemplateCombo Chart Sort Configuration 
- The sort configuration of a ComboChartVisual.
- tooltip
TemplateTooltip Options 
- The legend display setup of the visual.
- visualPalette TemplateVisual Palette 
- The palette (chart color) display setup of the visual.
- barData TemplateLabels Data Label Options 
- The options that determine if visual data labels are displayed. - The data label options for a bar in a combo chart. 
- barsArrangement TemplateBars Arrangement 
- Determines the bar arrangement in a combo chart. The following are valid values in this structure:- CLUSTERED: For clustered bar combo charts.
- STACKED: For stacked bar combo charts.
- STACKED_PERCENT: Do not use. If you use this value, the operation returns a validation error.
 
- categoryAxis TemplateAxis Display Options 
- The category axis of a combo chart.
- categoryLabel TemplateOptions Chart Axis Label Options 
- The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
- colorLabel TemplateOptions Chart Axis Label Options 
- The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
- fieldWells TemplateCombo Chart Field Wells 
- The field wells of the visual.
- interactions
TemplateVisual Interaction Options 
- The general visual interactions setup for a visual.
- legend
TemplateLegend Options 
- The legend display setup of the visual.
- lineData TemplateLabels Data Label Options 
- The options that determine if visual data labels are displayed. - The data label options for a line in a combo chart. 
- primaryYAxis TemplateDisplay Options Axis Display Options 
- The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.
- primaryYAxis TemplateLabel Options Chart Axis Label Options 
- The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.
- referenceLines TemplateReference Line[] 
- The reference line setup of the visual.
- secondaryYAxis TemplateDisplay Options Axis Display Options 
- The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
- secondaryYAxis TemplateLabel Options Chart Axis Label Options 
- The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
- singleAxis TemplateOptions Single Axis Options 
- sortConfiguration TemplateCombo Chart Sort Configuration 
- The sort configuration of a ComboChartVisual.
- tooltip
TemplateTooltip Options 
- The legend display setup of the visual.
- visualPalette TemplateVisual Palette 
- The palette (chart color) display setup of the visual.
- bar_data_ Templatelabels Data Label Options 
- The options that determine if visual data labels are displayed. - The data label options for a bar in a combo chart. 
- bars_arrangement TemplateBars Arrangement 
- Determines the bar arrangement in a combo chart. The following are valid values in this structure:- CLUSTERED: For clustered bar combo charts.
- STACKED: For stacked bar combo charts.
- STACKED_PERCENT: Do not use. If you use this value, the operation returns a validation error.
 
- category_axis TemplateAxis Display Options 
- The category axis of a combo chart.
- category_label_ Templateoptions Chart Axis Label Options 
- The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
- color_label_ Templateoptions Chart Axis Label Options 
- The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
- field_wells TemplateCombo Chart Field Wells 
- The field wells of the visual.
- interactions
TemplateVisual Interaction Options 
- The general visual interactions setup for a visual.
- legend
TemplateLegend Options 
- The legend display setup of the visual.
- line_data_ Templatelabels Data Label Options 
- The options that determine if visual data labels are displayed. - The data label options for a line in a combo chart. 
- primary_y_ Templateaxis_ display_ options Axis Display Options 
- The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.
- primary_y_ Templateaxis_ label_ options Chart Axis Label Options 
- The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.
- reference_lines Sequence[TemplateReference Line] 
- The reference line setup of the visual.
- secondary_y_ Templateaxis_ display_ options Axis Display Options 
- The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
- secondary_y_ Templateaxis_ label_ options Chart Axis Label Options 
- The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
- single_axis_ Templateoptions Single Axis Options 
- sort_configuration TemplateCombo Chart Sort Configuration 
- The sort configuration of a ComboChartVisual.
- tooltip
TemplateTooltip Options 
- The legend display setup of the visual.
- visual_palette TemplateVisual Palette 
- The palette (chart color) display setup of the visual.
- barData Property MapLabels 
- The options that determine if visual data labels are displayed. - The data label options for a bar in a combo chart. 
- barsArrangement "CLUSTERED" | "STACKED" | "STACKED_PERCENT"
- Determines the bar arrangement in a combo chart. The following are valid values in this structure:- CLUSTERED: For clustered bar combo charts.
- STACKED: For stacked bar combo charts.
- STACKED_PERCENT: Do not use. If you use this value, the operation returns a validation error.
 
- categoryAxis Property Map
- The category axis of a combo chart.
- categoryLabel Property MapOptions 
- The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
- colorLabel Property MapOptions 
- The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
- fieldWells Property Map
- The field wells of the visual.
- interactions Property Map
- The general visual interactions setup for a visual.
- legend Property Map
- The legend display setup of the visual.
- lineData Property MapLabels 
- The options that determine if visual data labels are displayed. - The data label options for a line in a combo chart. 
- primaryYAxis Property MapDisplay Options 
- The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.
- primaryYAxis Property MapLabel Options 
- The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.
- referenceLines List<Property Map>
- The reference line setup of the visual.
- secondaryYAxis Property MapDisplay Options 
- The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
- secondaryYAxis Property MapLabel Options 
- The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
- singleAxis Property MapOptions 
- sortConfiguration Property Map
- The sort configuration of a ComboChartVisual.
- tooltip Property Map
- The legend display setup of the visual.
- visualPalette Property Map
- The palette (chart color) display setup of the visual.
TemplateComboChartFieldWells, TemplateComboChartFieldWellsArgs          
- ComboChart Pulumi.Aggregated Field Wells Aws Native. Quick Sight. Inputs. Template Combo Chart Aggregated Field Wells 
- The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.
- ComboChart TemplateAggregated Field Wells Combo Chart Aggregated Field Wells 
- The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.
- comboChart TemplateAggregated Field Wells Combo Chart Aggregated Field Wells 
- The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.
- comboChart TemplateAggregated Field Wells Combo Chart Aggregated Field Wells 
- The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.
- combo_chart_ Templateaggregated_ field_ wells Combo Chart Aggregated Field Wells 
- The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.
- comboChart Property MapAggregated Field Wells 
- The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.
TemplateComboChartSortConfiguration, TemplateComboChartSortConfigurationArgs          
- CategoryItems Pulumi.Limit Aws Native. Quick Sight. Inputs. Template Items Limit Configuration 
- The item limit configuration for the category field well of a combo chart.
- CategorySort List<Pulumi.Aws Native. Quick Sight. Inputs. Template Field Sort Options> 
- The sort configuration of the category field well in a combo chart.
- ColorItems Pulumi.Limit Aws Native. Quick Sight. Inputs. Template Items Limit Configuration 
- The item limit configuration of the color field well in a combo chart.
- ColorSort List<Pulumi.Aws Native. Quick Sight. Inputs. Template Field Sort Options> 
- The sort configuration of the color field well in a combo chart.
- CategoryItems TemplateLimit Items Limit Configuration 
- The item limit configuration for the category field well of a combo chart.
- CategorySort []TemplateField Sort Options 
- The sort configuration of the category field well in a combo chart.
- ColorItems TemplateLimit Items Limit Configuration 
- The item limit configuration of the color field well in a combo chart.
- ColorSort []TemplateField Sort Options 
- The sort configuration of the color field well in a combo chart.
- categoryItems TemplateLimit Items Limit Configuration 
- The item limit configuration for the category field well of a combo chart.
- categorySort List<TemplateField Sort Options> 
- The sort configuration of the category field well in a combo chart.
- colorItems TemplateLimit Items Limit Configuration 
- The item limit configuration of the color field well in a combo chart.
- colorSort List<TemplateField Sort Options> 
- The sort configuration of the color field well in a combo chart.
- categoryItems TemplateLimit Items Limit Configuration 
- The item limit configuration for the category field well of a combo chart.
- categorySort TemplateField Sort Options[] 
- The sort configuration of the category field well in a combo chart.
- colorItems TemplateLimit Items Limit Configuration 
- The item limit configuration of the color field well in a combo chart.
- colorSort TemplateField Sort Options[] 
- The sort configuration of the color field well in a combo chart.
- category_items_ Templatelimit Items Limit Configuration 
- The item limit configuration for the category field well of a combo chart.
- category_sort Sequence[TemplateField Sort Options] 
- The sort configuration of the category field well in a combo chart.
- color_items_ Templatelimit Items Limit Configuration 
- The item limit configuration of the color field well in a combo chart.
- color_sort Sequence[TemplateField Sort Options] 
- The sort configuration of the color field well in a combo chart.
- categoryItems Property MapLimit 
- The item limit configuration for the category field well of a combo chart.
- categorySort List<Property Map>
- The sort configuration of the category field well in a combo chart.
- colorItems Property MapLimit 
- The item limit configuration of the color field well in a combo chart.
- colorSort List<Property Map>
- The sort configuration of the color field well in a combo chart.
TemplateComboChartVisual, TemplateComboChartVisualArgs        
- VisualId string
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- Actions
List<Pulumi.Aws Native. Quick Sight. Inputs. Template Visual Custom Action> 
- The list of custom actions that are configured for a visual.
- ChartConfiguration Pulumi.Aws Native. Quick Sight. Inputs. Template Combo Chart Configuration 
- The configuration settings of the visual.
- ColumnHierarchies List<Pulumi.Aws Native. Quick Sight. Inputs. Template Column Hierarchy> 
- The column hierarchy that is used during drill-downs and drill-ups.
- Subtitle
Pulumi.Aws Native. Quick Sight. Inputs. Template Visual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- Title
Pulumi.Aws Native. Quick Sight. Inputs. Template Visual Title Label Options 
- The title that is displayed on the visual.
- VisualContent stringAlt Text 
- The alt text for the visual.
- VisualId string
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- Actions
[]TemplateVisual Custom Action 
- The list of custom actions that are configured for a visual.
- ChartConfiguration TemplateCombo Chart Configuration 
- The configuration settings of the visual.
- ColumnHierarchies []TemplateColumn Hierarchy 
- The column hierarchy that is used during drill-downs and drill-ups.
- Subtitle
TemplateVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- Title
TemplateVisual Title Label Options 
- The title that is displayed on the visual.
- VisualContent stringAlt Text 
- The alt text for the visual.
- visualId String
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions
List<TemplateVisual Custom Action> 
- The list of custom actions that are configured for a visual.
- chartConfiguration TemplateCombo Chart Configuration 
- The configuration settings of the visual.
- columnHierarchies List<TemplateColumn Hierarchy> 
- The column hierarchy that is used during drill-downs and drill-ups.
- subtitle
TemplateVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- title
TemplateVisual Title Label Options 
- The title that is displayed on the visual.
- visualContent StringAlt Text 
- The alt text for the visual.
- visualId string
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions
TemplateVisual Custom Action[] 
- The list of custom actions that are configured for a visual.
- chartConfiguration TemplateCombo Chart Configuration 
- The configuration settings of the visual.
- columnHierarchies TemplateColumn Hierarchy[] 
- The column hierarchy that is used during drill-downs and drill-ups.
- subtitle
TemplateVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- title
TemplateVisual Title Label Options 
- The title that is displayed on the visual.
- visualContent stringAlt Text 
- The alt text for the visual.
- visual_id str
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions
Sequence[TemplateVisual Custom Action] 
- The list of custom actions that are configured for a visual.
- chart_configuration TemplateCombo Chart Configuration 
- The configuration settings of the visual.
- column_hierarchies Sequence[TemplateColumn Hierarchy] 
- The column hierarchy that is used during drill-downs and drill-ups.
- subtitle
TemplateVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- title
TemplateVisual Title Label Options 
- The title that is displayed on the visual.
- visual_content_ stralt_ text 
- The alt text for the visual.
- visualId String
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions List<Property Map>
- The list of custom actions that are configured for a visual.
- chartConfiguration Property Map
- The configuration settings of the visual.
- columnHierarchies List<Property Map>
- The column hierarchy that is used during drill-downs and drill-ups.
- subtitle Property Map
- The subtitle that is displayed on the visual.
- title Property Map
- The title that is displayed on the visual.
- visualContent StringAlt Text 
- The alt text for the visual.
TemplateCommitMode, TemplateCommitModeArgs      
- Auto
- AUTO
- Manual
- MANUAL
- TemplateCommit Mode Auto 
- AUTO
- TemplateCommit Mode Manual 
- MANUAL
- Auto
- AUTO
- Manual
- MANUAL
- Auto
- AUTO
- Manual
- MANUAL
- AUTO
- AUTO
- MANUAL
- MANUAL
- "AUTO"
- AUTO
- "MANUAL"
- MANUAL
TemplateComparisonConfiguration, TemplateComparisonConfigurationArgs      
- ComparisonFormat Pulumi.Aws Native. Quick Sight. Inputs. Template Comparison Format Configuration 
- The format of the comparison.
- ComparisonMethod Pulumi.Aws Native. Quick Sight. Template Comparison Method 
- The method of the comparison. Choose from the following options:- DIFFERENCE
- PERCENT_DIFFERENCE
- PERCENT
 
- ComparisonFormat TemplateComparison Format Configuration 
- The format of the comparison.
- ComparisonMethod TemplateComparison Method 
- The method of the comparison. Choose from the following options:- DIFFERENCE
- PERCENT_DIFFERENCE
- PERCENT
 
- comparisonFormat TemplateComparison Format Configuration 
- The format of the comparison.
- comparisonMethod TemplateComparison Method 
- The method of the comparison. Choose from the following options:- DIFFERENCE
- PERCENT_DIFFERENCE
- PERCENT
 
- comparisonFormat TemplateComparison Format Configuration 
- The format of the comparison.
- comparisonMethod TemplateComparison Method 
- The method of the comparison. Choose from the following options:- DIFFERENCE
- PERCENT_DIFFERENCE
- PERCENT
 
- comparison_format TemplateComparison Format Configuration 
- The format of the comparison.
- comparison_method TemplateComparison Method 
- The method of the comparison. Choose from the following options:- DIFFERENCE
- PERCENT_DIFFERENCE
- PERCENT
 
- comparisonFormat Property Map
- The format of the comparison.
- comparisonMethod "DIFFERENCE" | "PERCENT_DIFFERENCE" | "PERCENT"
- The method of the comparison. Choose from the following options:- DIFFERENCE
- PERCENT_DIFFERENCE
- PERCENT
 
TemplateComparisonFormatConfiguration, TemplateComparisonFormatConfigurationArgs        
- NumberDisplay Pulumi.Format Configuration Aws Native. Quick Sight. Inputs. Template Number Display Format Configuration 
- The number display format.
- PercentageDisplay Pulumi.Format Configuration Aws Native. Quick Sight. Inputs. Template Percentage Display Format Configuration 
- The percentage display format.
- NumberDisplay TemplateFormat Configuration Number Display Format Configuration 
- The number display format.
- PercentageDisplay TemplateFormat Configuration Percentage Display Format Configuration 
- The percentage display format.
- numberDisplay TemplateFormat Configuration Number Display Format Configuration 
- The number display format.
- percentageDisplay TemplateFormat Configuration Percentage Display Format Configuration 
- The percentage display format.
- numberDisplay TemplateFormat Configuration Number Display Format Configuration 
- The number display format.
- percentageDisplay TemplateFormat Configuration Percentage Display Format Configuration 
- The percentage display format.
- number_display_ Templateformat_ configuration Number Display Format Configuration 
- The number display format.
- percentage_display_ Templateformat_ configuration Percentage Display Format Configuration 
- The percentage display format.
- numberDisplay Property MapFormat Configuration 
- The number display format.
- percentageDisplay Property MapFormat Configuration 
- The percentage display format.
TemplateComparisonMethod, TemplateComparisonMethodArgs      
- Difference
- DIFFERENCE
- PercentDifference 
- PERCENT_DIFFERENCE
- Percent
- PERCENT
- TemplateComparison Method Difference 
- DIFFERENCE
- TemplateComparison Method Percent Difference 
- PERCENT_DIFFERENCE
- TemplateComparison Method Percent 
- PERCENT
- Difference
- DIFFERENCE
- PercentDifference 
- PERCENT_DIFFERENCE
- Percent
- PERCENT
- Difference
- DIFFERENCE
- PercentDifference 
- PERCENT_DIFFERENCE
- Percent
- PERCENT
- DIFFERENCE
- DIFFERENCE
- PERCENT_DIFFERENCE
- PERCENT_DIFFERENCE
- PERCENT
- PERCENT
- "DIFFERENCE"
- DIFFERENCE
- "PERCENT_DIFFERENCE"
- PERCENT_DIFFERENCE
- "PERCENT"
- PERCENT
TemplateComputation, TemplateComputationArgs    
- Forecast
Pulumi.Aws Native. Quick Sight. Inputs. Template Forecast Computation 
- The forecast computation configuration.
- GrowthRate Pulumi.Aws Native. Quick Sight. Inputs. Template Growth Rate Computation 
- The growth rate computation configuration.
- MaximumMinimum Pulumi.Aws Native. Quick Sight. Inputs. Template Maximum Minimum Computation 
- The maximum and minimum computation configuration.
- MetricComparison Pulumi.Aws Native. Quick Sight. Inputs. Template Metric Comparison Computation 
- The metric comparison computation configuration.
- PeriodOver Pulumi.Period Aws Native. Quick Sight. Inputs. Template Period Over Period Computation 
- The period over period computation configuration.
- PeriodTo Pulumi.Date Aws Native. Quick Sight. Inputs. Template Period To Date Computation 
- The period to DataSetIdentifiercomputation configuration.
- TopBottom Pulumi.Movers Aws Native. Quick Sight. Inputs. Template Top Bottom Movers Computation 
- The top movers and bottom movers computation configuration.
- TopBottom Pulumi.Ranked Aws Native. Quick Sight. Inputs. Template Top Bottom Ranked Computation 
- The top ranked and bottom ranked computation configuration.
- TotalAggregation Pulumi.Aws Native. Quick Sight. Inputs. Template Total Aggregation Computation 
- The total aggregation computation configuration.
- UniqueValues Pulumi.Aws Native. Quick Sight. Inputs. Template Unique Values Computation 
- The unique values computation configuration.
- Forecast
TemplateForecast Computation 
- The forecast computation configuration.
- GrowthRate TemplateGrowth Rate Computation 
- The growth rate computation configuration.
- MaximumMinimum TemplateMaximum Minimum Computation 
- The maximum and minimum computation configuration.
- MetricComparison TemplateMetric Comparison Computation 
- The metric comparison computation configuration.
- PeriodOver TemplatePeriod Period Over Period Computation 
- The period over period computation configuration.
- PeriodTo TemplateDate Period To Date Computation 
- The period to DataSetIdentifiercomputation configuration.
- TopBottom TemplateMovers Top Bottom Movers Computation 
- The top movers and bottom movers computation configuration.
- TopBottom TemplateRanked Top Bottom Ranked Computation 
- The top ranked and bottom ranked computation configuration.
- TotalAggregation TemplateTotal Aggregation Computation 
- The total aggregation computation configuration.
- UniqueValues TemplateUnique Values Computation 
- The unique values computation configuration.
- forecast
TemplateForecast Computation 
- The forecast computation configuration.
- growthRate TemplateGrowth Rate Computation 
- The growth rate computation configuration.
- maximumMinimum TemplateMaximum Minimum Computation 
- The maximum and minimum computation configuration.
- metricComparison TemplateMetric Comparison Computation 
- The metric comparison computation configuration.
- periodOver TemplatePeriod Period Over Period Computation 
- The period over period computation configuration.
- periodTo TemplateDate Period To Date Computation 
- The period to DataSetIdentifiercomputation configuration.
- topBottom TemplateMovers Top Bottom Movers Computation 
- The top movers and bottom movers computation configuration.
- topBottom TemplateRanked Top Bottom Ranked Computation 
- The top ranked and bottom ranked computation configuration.
- totalAggregation TemplateTotal Aggregation Computation 
- The total aggregation computation configuration.
- uniqueValues TemplateUnique Values Computation 
- The unique values computation configuration.
- forecast
TemplateForecast Computation 
- The forecast computation configuration.
- growthRate TemplateGrowth Rate Computation 
- The growth rate computation configuration.
- maximumMinimum TemplateMaximum Minimum Computation 
- The maximum and minimum computation configuration.
- metricComparison TemplateMetric Comparison Computation 
- The metric comparison computation configuration.
- periodOver TemplatePeriod Period Over Period Computation 
- The period over period computation configuration.
- periodTo TemplateDate Period To Date Computation 
- The period to DataSetIdentifiercomputation configuration.
- topBottom TemplateMovers Top Bottom Movers Computation 
- The top movers and bottom movers computation configuration.
- topBottom TemplateRanked Top Bottom Ranked Computation 
- The top ranked and bottom ranked computation configuration.
- totalAggregation TemplateTotal Aggregation Computation 
- The total aggregation computation configuration.
- uniqueValues TemplateUnique Values Computation 
- The unique values computation configuration.
- forecast
TemplateForecast Computation 
- The forecast computation configuration.
- growth_rate TemplateGrowth Rate Computation 
- The growth rate computation configuration.
- maximum_minimum TemplateMaximum Minimum Computation 
- The maximum and minimum computation configuration.
- metric_comparison TemplateMetric Comparison Computation 
- The metric comparison computation configuration.
- period_over_ Templateperiod Period Over Period Computation 
- The period over period computation configuration.
- period_to_ Templatedate Period To Date Computation 
- The period to DataSetIdentifiercomputation configuration.
- top_bottom_ Templatemovers Top Bottom Movers Computation 
- The top movers and bottom movers computation configuration.
- top_bottom_ Templateranked Top Bottom Ranked Computation 
- The top ranked and bottom ranked computation configuration.
- total_aggregation TemplateTotal Aggregation Computation 
- The total aggregation computation configuration.
- unique_values TemplateUnique Values Computation 
- The unique values computation configuration.
- forecast Property Map
- The forecast computation configuration.
- growthRate Property Map
- The growth rate computation configuration.
- maximumMinimum Property Map
- The maximum and minimum computation configuration.
- metricComparison Property Map
- The metric comparison computation configuration.
- periodOver Property MapPeriod 
- The period over period computation configuration.
- periodTo Property MapDate 
- The period to DataSetIdentifiercomputation configuration.
- topBottom Property MapMovers 
- The top movers and bottom movers computation configuration.
- topBottom Property MapRanked 
- The top ranked and bottom ranked computation configuration.
- totalAggregation Property Map
- The total aggregation computation configuration.
- uniqueValues Property Map
- The unique values computation configuration.
TemplateConditionalFormattingColor, TemplateConditionalFormattingColorArgs        
- Gradient
Pulumi.Aws Native. Quick Sight. Inputs. Template Conditional Formatting Gradient Color 
- Formatting configuration for gradient color.
- Solid
Pulumi.Aws Native. Quick Sight. Inputs. Template Conditional Formatting Solid Color 
- Formatting configuration for solid color.
- Gradient
TemplateConditional Formatting Gradient Color 
- Formatting configuration for gradient color.
- Solid
TemplateConditional Formatting Solid Color 
- Formatting configuration for solid color.
- gradient
TemplateConditional Formatting Gradient Color 
- Formatting configuration for gradient color.
- solid
TemplateConditional Formatting Solid Color 
- Formatting configuration for solid color.
- gradient
TemplateConditional Formatting Gradient Color 
- Formatting configuration for gradient color.
- solid
TemplateConditional Formatting Solid Color 
- Formatting configuration for solid color.
- gradient
TemplateConditional Formatting Gradient Color 
- Formatting configuration for gradient color.
- solid
TemplateConditional Formatting Solid Color 
- Formatting configuration for solid color.
- gradient Property Map
- Formatting configuration for gradient color.
- solid Property Map
- Formatting configuration for solid color.
TemplateConditionalFormattingCustomIconCondition, TemplateConditionalFormattingCustomIconConditionArgs            
- Expression string
- The expression that determines the condition of the icon set.
- IconOptions Pulumi.Aws Native. Quick Sight. Inputs. Template Conditional Formatting Custom Icon Options 
- Custom icon options for an icon set.
- Color string
- Determines the color of the icon.
- DisplayConfiguration Pulumi.Aws Native. Quick Sight. Inputs. Template Conditional Formatting Icon Display Configuration 
- Determines the icon display configuration.
- Expression string
- The expression that determines the condition of the icon set.
- IconOptions TemplateConditional Formatting Custom Icon Options 
- Custom icon options for an icon set.
- Color string
- Determines the color of the icon.
- DisplayConfiguration TemplateConditional Formatting Icon Display Configuration 
- Determines the icon display configuration.
- expression String
- The expression that determines the condition of the icon set.
- iconOptions TemplateConditional Formatting Custom Icon Options 
- Custom icon options for an icon set.
- color String
- Determines the color of the icon.
- displayConfiguration TemplateConditional Formatting Icon Display Configuration 
- Determines the icon display configuration.
- expression string
- The expression that determines the condition of the icon set.
- iconOptions TemplateConditional Formatting Custom Icon Options 
- Custom icon options for an icon set.
- color string
- Determines the color of the icon.
- displayConfiguration TemplateConditional Formatting Icon Display Configuration 
- Determines the icon display configuration.
- expression str
- The expression that determines the condition of the icon set.
- icon_options TemplateConditional Formatting Custom Icon Options 
- Custom icon options for an icon set.
- color str
- Determines the color of the icon.
- display_configuration TemplateConditional Formatting Icon Display Configuration 
- Determines the icon display configuration.
- expression String
- The expression that determines the condition of the icon set.
- iconOptions Property Map
- Custom icon options for an icon set.
- color String
- Determines the color of the icon.
- displayConfiguration Property Map
- Determines the icon display configuration.
TemplateConditionalFormattingCustomIconOptions, TemplateConditionalFormattingCustomIconOptionsArgs            
- Icon
Pulumi.Aws Native. Quick Sight. Template Icon 
- Determines the type of icon.
- UnicodeIcon string
- Determines the Unicode icon type.
- Icon
TemplateIcon 
- Determines the type of icon.
- UnicodeIcon string
- Determines the Unicode icon type.
- icon
TemplateIcon 
- Determines the type of icon.
- unicodeIcon String
- Determines the Unicode icon type.
- icon
TemplateIcon 
- Determines the type of icon.
- unicodeIcon string
- Determines the Unicode icon type.
- icon
TemplateIcon 
- Determines the type of icon.
- unicode_icon str
- Determines the Unicode icon type.
- icon "CARET_UP" | "CARET_DOWN" | "PLUS" | "MINUS" | "ARROW_UP" | "ARROW_DOWN" | "ARROW_LEFT" | "ARROW_UP_LEFT" | "ARROW_DOWN_LEFT" | "ARROW_RIGHT" | "ARROW_UP_RIGHT" | "ARROW_DOWN_RIGHT" | "FACE_UP" | "FACE_DOWN" | "FACE_FLAT" | "ONE_BAR" | "TWO_BAR" | "THREE_BAR" | "CIRCLE" | "TRIANGLE" | "SQUARE" | "FLAG" | "THUMBS_UP" | "THUMBS_DOWN" | "CHECKMARK" | "X"
- Determines the type of icon.
- unicodeIcon String
- Determines the Unicode icon type.
TemplateConditionalFormattingGradientColor, TemplateConditionalFormattingGradientColorArgs          
- Color
Pulumi.Aws Native. Quick Sight. Inputs. Template Gradient Color 
- Determines the color.
- Expression string
- The expression that determines the formatting configuration for gradient color.
- Color
TemplateGradient Color 
- Determines the color.
- Expression string
- The expression that determines the formatting configuration for gradient color.
- color
TemplateGradient Color 
- Determines the color.
- expression String
- The expression that determines the formatting configuration for gradient color.
- color
TemplateGradient Color 
- Determines the color.
- expression string
- The expression that determines the formatting configuration for gradient color.
- color
TemplateGradient Color 
- Determines the color.
- expression str
- The expression that determines the formatting configuration for gradient color.
- color Property Map
- Determines the color.
- expression String
- The expression that determines the formatting configuration for gradient color.
TemplateConditionalFormattingIcon, TemplateConditionalFormattingIconArgs        
- CustomCondition Pulumi.Aws Native. Quick Sight. Inputs. Template Conditional Formatting Custom Icon Condition 
- Determines the custom condition for an icon set.
- IconSet Pulumi.Aws Native. Quick Sight. Inputs. Template Conditional Formatting Icon Set 
- Formatting configuration for icon set.
- CustomCondition TemplateConditional Formatting Custom Icon Condition 
- Determines the custom condition for an icon set.
- IconSet TemplateConditional Formatting Icon Set 
- Formatting configuration for icon set.
- customCondition TemplateConditional Formatting Custom Icon Condition 
- Determines the custom condition for an icon set.
- iconSet TemplateConditional Formatting Icon Set 
- Formatting configuration for icon set.
- customCondition TemplateConditional Formatting Custom Icon Condition 
- Determines the custom condition for an icon set.
- iconSet TemplateConditional Formatting Icon Set 
- Formatting configuration for icon set.
- custom_condition TemplateConditional Formatting Custom Icon Condition 
- Determines the custom condition for an icon set.
- icon_set TemplateConditional Formatting Icon Set 
- Formatting configuration for icon set.
- customCondition Property Map
- Determines the custom condition for an icon set.
- iconSet Property Map
- Formatting configuration for icon set.
TemplateConditionalFormattingIconDisplayConfiguration, TemplateConditionalFormattingIconDisplayConfigurationArgs            
- IconDisplay Pulumi.Option Aws Native. Quick Sight. Template Conditional Formatting Icon Display Option 
- Determines the icon display configuration.
- IconDisplay TemplateOption Conditional Formatting Icon Display Option 
- Determines the icon display configuration.
- iconDisplay TemplateOption Conditional Formatting Icon Display Option 
- Determines the icon display configuration.
- iconDisplay TemplateOption Conditional Formatting Icon Display Option 
- Determines the icon display configuration.
- icon_display_ Templateoption Conditional Formatting Icon Display Option 
- Determines the icon display configuration.
- iconDisplay "ICON_ONLY"Option 
- Determines the icon display configuration.
TemplateConditionalFormattingIconDisplayOption, TemplateConditionalFormattingIconDisplayOptionArgs            
- IconOnly 
- ICON_ONLY
- TemplateConditional Formatting Icon Display Option Icon Only 
- ICON_ONLY
- IconOnly 
- ICON_ONLY
- IconOnly 
- ICON_ONLY
- ICON_ONLY
- ICON_ONLY
- "ICON_ONLY"
- ICON_ONLY
TemplateConditionalFormattingIconSet, TemplateConditionalFormattingIconSetArgs          
- Expression string
- The expression that determines the formatting configuration for the icon set.
- IconSet Pulumi.Type Aws Native. Quick Sight. Template Conditional Formatting Icon Set Type 
- Determines the icon set type.
- Expression string
- The expression that determines the formatting configuration for the icon set.
- IconSet TemplateType Conditional Formatting Icon Set Type 
- Determines the icon set type.
- expression String
- The expression that determines the formatting configuration for the icon set.
- iconSet TemplateType Conditional Formatting Icon Set Type 
- Determines the icon set type.
- expression string
- The expression that determines the formatting configuration for the icon set.
- iconSet TemplateType Conditional Formatting Icon Set Type 
- Determines the icon set type.
- expression str
- The expression that determines the formatting configuration for the icon set.
- icon_set_ Templatetype Conditional Formatting Icon Set Type 
- Determines the icon set type.
- expression String
- The expression that determines the formatting configuration for the icon set.
- iconSet "PLUS_MINUS" | "CHECK_X" | "THREE_COLOR_ARROW" | "THREE_GRAY_ARROW" | "CARET_UP_MINUS_DOWN" | "THREE_SHAPE" | "THREE_CIRCLE" | "FLAGS" | "BARS" | "FOUR_COLOR_ARROW" | "FOUR_GRAY_ARROW"Type 
- Determines the icon set type.
TemplateConditionalFormattingIconSetType, TemplateConditionalFormattingIconSetTypeArgs            
- PlusMinus 
- PLUS_MINUS
- CheckX 
- CHECK_X
- ThreeColor Arrow 
- THREE_COLOR_ARROW
- ThreeGray Arrow 
- THREE_GRAY_ARROW
- CaretUp Minus Down 
- CARET_UP_MINUS_DOWN
- ThreeShape 
- THREE_SHAPE
- ThreeCircle 
- THREE_CIRCLE
- Flags
- FLAGS
- Bars
- BARS
- FourColor Arrow 
- FOUR_COLOR_ARROW
- FourGray Arrow 
- FOUR_GRAY_ARROW
- TemplateConditional Formatting Icon Set Type Plus Minus 
- PLUS_MINUS
- TemplateConditional Formatting Icon Set Type Check X 
- CHECK_X
- TemplateConditional Formatting Icon Set Type Three Color Arrow 
- THREE_COLOR_ARROW
- TemplateConditional Formatting Icon Set Type Three Gray Arrow 
- THREE_GRAY_ARROW
- TemplateConditional Formatting Icon Set Type Caret Up Minus Down 
- CARET_UP_MINUS_DOWN
- TemplateConditional Formatting Icon Set Type Three Shape 
- THREE_SHAPE
- TemplateConditional Formatting Icon Set Type Three Circle 
- THREE_CIRCLE
- TemplateConditional Formatting Icon Set Type Flags 
- FLAGS
- TemplateConditional Formatting Icon Set Type Bars 
- BARS
- TemplateConditional Formatting Icon Set Type Four Color Arrow 
- FOUR_COLOR_ARROW
- TemplateConditional Formatting Icon Set Type Four Gray Arrow 
- FOUR_GRAY_ARROW
- PlusMinus 
- PLUS_MINUS
- CheckX 
- CHECK_X
- ThreeColor Arrow 
- THREE_COLOR_ARROW
- ThreeGray Arrow 
- THREE_GRAY_ARROW
- CaretUp Minus Down 
- CARET_UP_MINUS_DOWN
- ThreeShape 
- THREE_SHAPE
- ThreeCircle 
- THREE_CIRCLE
- Flags
- FLAGS
- Bars
- BARS
- FourColor Arrow 
- FOUR_COLOR_ARROW
- FourGray Arrow 
- FOUR_GRAY_ARROW
- PlusMinus 
- PLUS_MINUS
- CheckX 
- CHECK_X
- ThreeColor Arrow 
- THREE_COLOR_ARROW
- ThreeGray Arrow 
- THREE_GRAY_ARROW
- CaretUp Minus Down 
- CARET_UP_MINUS_DOWN
- ThreeShape 
- THREE_SHAPE
- ThreeCircle 
- THREE_CIRCLE
- Flags
- FLAGS
- Bars
- BARS
- FourColor Arrow 
- FOUR_COLOR_ARROW
- FourGray Arrow 
- FOUR_GRAY_ARROW
- PLUS_MINUS
- PLUS_MINUS
- CHECK_X
- CHECK_X
- THREE_COLOR_ARROW
- THREE_COLOR_ARROW
- THREE_GRAY_ARROW
- THREE_GRAY_ARROW
- CARET_UP_MINUS_DOWN
- CARET_UP_MINUS_DOWN
- THREE_SHAPE
- THREE_SHAPE
- THREE_CIRCLE
- THREE_CIRCLE
- FLAGS
- FLAGS
- BARS
- BARS
- FOUR_COLOR_ARROW
- FOUR_COLOR_ARROW
- FOUR_GRAY_ARROW
- FOUR_GRAY_ARROW
- "PLUS_MINUS"
- PLUS_MINUS
- "CHECK_X"
- CHECK_X
- "THREE_COLOR_ARROW"
- THREE_COLOR_ARROW
- "THREE_GRAY_ARROW"
- THREE_GRAY_ARROW
- "CARET_UP_MINUS_DOWN"
- CARET_UP_MINUS_DOWN
- "THREE_SHAPE"
- THREE_SHAPE
- "THREE_CIRCLE"
- THREE_CIRCLE
- "FLAGS"
- FLAGS
- "BARS"
- BARS
- "FOUR_COLOR_ARROW"
- FOUR_COLOR_ARROW
- "FOUR_GRAY_ARROW"
- FOUR_GRAY_ARROW
TemplateConditionalFormattingSolidColor, TemplateConditionalFormattingSolidColorArgs          
- Expression string
- The expression that determines the formatting configuration for solid color.
- Color string
- Determines the color.
- Expression string
- The expression that determines the formatting configuration for solid color.
- Color string
- Determines the color.
- expression String
- The expression that determines the formatting configuration for solid color.
- color String
- Determines the color.
- expression string
- The expression that determines the formatting configuration for solid color.
- color string
- Determines the color.
- expression str
- The expression that determines the formatting configuration for solid color.
- color str
- Determines the color.
- expression String
- The expression that determines the formatting configuration for solid color.
- color String
- Determines the color.
TemplateContextMenuOption, TemplateContextMenuOptionArgs        
- AvailabilityStatus Pulumi.Aws Native. Quick Sight. Template Dashboard Behavior 
- The availability status of the context menu options. If the value of this property is set to ENABLED, dashboard readers can interact with the context menu.
- AvailabilityStatus TemplateDashboard Behavior 
- The availability status of the context menu options. If the value of this property is set to ENABLED, dashboard readers can interact with the context menu.
- availabilityStatus TemplateDashboard Behavior 
- The availability status of the context menu options. If the value of this property is set to ENABLED, dashboard readers can interact with the context menu.
- availabilityStatus TemplateDashboard Behavior 
- The availability status of the context menu options. If the value of this property is set to ENABLED, dashboard readers can interact with the context menu.
- availability_status TemplateDashboard Behavior 
- The availability status of the context menu options. If the value of this property is set to ENABLED, dashboard readers can interact with the context menu.
- availabilityStatus "ENABLED" | "DISABLED"
- The availability status of the context menu options. If the value of this property is set to ENABLED, dashboard readers can interact with the context menu.
TemplateContributionAnalysisDefault, TemplateContributionAnalysisDefaultArgs        
- ContributorDimensions List<Pulumi.Aws Native. Quick Sight. Inputs. Template Column Identifier> 
- The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers.
- MeasureField stringId 
- The measure field that is used in the contribution analysis.
- ContributorDimensions []TemplateColumn Identifier 
- The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers.
- MeasureField stringId 
- The measure field that is used in the contribution analysis.
- contributorDimensions List<TemplateColumn Identifier> 
- The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers.
- measureField StringId 
- The measure field that is used in the contribution analysis.
- contributorDimensions TemplateColumn Identifier[] 
- The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers.
- measureField stringId 
- The measure field that is used in the contribution analysis.
- contributor_dimensions Sequence[TemplateColumn Identifier] 
- The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers.
- measure_field_ strid 
- The measure field that is used in the contribution analysis.
- contributorDimensions List<Property Map>
- The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers.
- measureField StringId 
- The measure field that is used in the contribution analysis.
TemplateCrossDatasetTypes, TemplateCrossDatasetTypesArgs        
- AllDatasets 
- ALL_DATASETS
- SingleDataset 
- SINGLE_DATASET
- TemplateCross Dataset Types All Datasets 
- ALL_DATASETS
- TemplateCross Dataset Types Single Dataset 
- SINGLE_DATASET
- AllDatasets 
- ALL_DATASETS
- SingleDataset 
- SINGLE_DATASET
- AllDatasets 
- ALL_DATASETS
- SingleDataset 
- SINGLE_DATASET
- ALL_DATASETS
- ALL_DATASETS
- SINGLE_DATASET
- SINGLE_DATASET
- "ALL_DATASETS"
- ALL_DATASETS
- "SINGLE_DATASET"
- SINGLE_DATASET
TemplateCurrencyDisplayFormatConfiguration, TemplateCurrencyDisplayFormatConfigurationArgs          
- DecimalPlaces Pulumi.Configuration Aws Native. Quick Sight. Inputs. Template Decimal Places Configuration 
- The option that determines the decimal places configuration.
- NegativeValue Pulumi.Configuration Aws Native. Quick Sight. Inputs. Template Negative Value Configuration 
- The options that determine the negative value configuration.
- NullValue Pulumi.Format Configuration Aws Native. Quick Sight. Inputs. Template Null Value Format Configuration 
- The options that determine the null value format configuration.
- NumberScale Pulumi.Aws Native. Quick Sight. Template Number Scale 
- Determines the number scale value for the currency format.
- Prefix string
- Determines the prefix value of the currency format.
- SeparatorConfiguration Pulumi.Aws Native. Quick Sight. Inputs. Template Numeric Separator Configuration 
- The options that determine the numeric separator configuration.
- Suffix string
- Determines the suffix value of the currency format.
- Symbol string
- Determines the symbol for the currency format.
- DecimalPlaces TemplateConfiguration Decimal Places Configuration 
- The option that determines the decimal places configuration.
- NegativeValue TemplateConfiguration Negative Value Configuration 
- The options that determine the negative value configuration.
- NullValue TemplateFormat Configuration Null Value Format Configuration 
- The options that determine the null value format configuration.
- NumberScale TemplateNumber Scale 
- Determines the number scale value for the currency format.
- Prefix string
- Determines the prefix value of the currency format.
- SeparatorConfiguration TemplateNumeric Separator Configuration 
- The options that determine the numeric separator configuration.
- Suffix string
- Determines the suffix value of the currency format.
- Symbol string
- Determines the symbol for the currency format.
- decimalPlaces TemplateConfiguration Decimal Places Configuration 
- The option that determines the decimal places configuration.
- negativeValue TemplateConfiguration Negative Value Configuration 
- The options that determine the negative value configuration.
- nullValue TemplateFormat Configuration Null Value Format Configuration 
- The options that determine the null value format configuration.
- numberScale TemplateNumber Scale 
- Determines the number scale value for the currency format.
- prefix String
- Determines the prefix value of the currency format.
- separatorConfiguration TemplateNumeric Separator Configuration 
- The options that determine the numeric separator configuration.
- suffix String
- Determines the suffix value of the currency format.
- symbol String
- Determines the symbol for the currency format.
- decimalPlaces TemplateConfiguration Decimal Places Configuration 
- The option that determines the decimal places configuration.
- negativeValue TemplateConfiguration Negative Value Configuration 
- The options that determine the negative value configuration.
- nullValue TemplateFormat Configuration Null Value Format Configuration 
- The options that determine the null value format configuration.
- numberScale TemplateNumber Scale 
- Determines the number scale value for the currency format.
- prefix string
- Determines the prefix value of the currency format.
- separatorConfiguration TemplateNumeric Separator Configuration 
- The options that determine the numeric separator configuration.
- suffix string
- Determines the suffix value of the currency format.
- symbol string
- Determines the symbol for the currency format.
- decimal_places_ Templateconfiguration Decimal Places Configuration 
- The option that determines the decimal places configuration.
- negative_value_ Templateconfiguration Negative Value Configuration 
- The options that determine the negative value configuration.
- null_value_ Templateformat_ configuration Null Value Format Configuration 
- The options that determine the null value format configuration.
- number_scale TemplateNumber Scale 
- Determines the number scale value for the currency format.
- prefix str
- Determines the prefix value of the currency format.
- separator_configuration TemplateNumeric Separator Configuration 
- The options that determine the numeric separator configuration.
- suffix str
- Determines the suffix value of the currency format.
- symbol str
- Determines the symbol for the currency format.
- decimalPlaces Property MapConfiguration 
- The option that determines the decimal places configuration.
- negativeValue Property MapConfiguration 
- The options that determine the negative value configuration.
- nullValue Property MapFormat Configuration 
- The options that determine the null value format configuration.
- numberScale "NONE" | "AUTO" | "THOUSANDS" | "MILLIONS" | "BILLIONS" | "TRILLIONS" | "LAKHS" | "CRORES"
- Determines the number scale value for the currency format.
- prefix String
- Determines the prefix value of the currency format.
- separatorConfiguration Property Map
- The options that determine the numeric separator configuration.
- suffix String
- Determines the suffix value of the currency format.
- symbol String
- Determines the symbol for the currency format.
TemplateCustomActionFilterOperation, TemplateCustomActionFilterOperationArgs          
- SelectedFields Pulumi.Configuration Aws Native. Quick Sight. Inputs. Template Filter Operation Selected Fields Configuration 
- The configuration that chooses the fields to be filtered.
- TargetVisuals Pulumi.Configuration Aws Native. Quick Sight. Inputs. Template Filter Operation Target Visuals Configuration 
- The configuration that chooses the target visuals to be filtered.
- SelectedFields TemplateConfiguration Filter Operation Selected Fields Configuration 
- The configuration that chooses the fields to be filtered.
- TargetVisuals TemplateConfiguration Filter Operation Target Visuals Configuration 
- The configuration that chooses the target visuals to be filtered.
- selectedFields TemplateConfiguration Filter Operation Selected Fields Configuration 
- The configuration that chooses the fields to be filtered.
- targetVisuals TemplateConfiguration Filter Operation Target Visuals Configuration 
- The configuration that chooses the target visuals to be filtered.
- selectedFields TemplateConfiguration Filter Operation Selected Fields Configuration 
- The configuration that chooses the fields to be filtered.
- targetVisuals TemplateConfiguration Filter Operation Target Visuals Configuration 
- The configuration that chooses the target visuals to be filtered.
- selected_fields_ Templateconfiguration Filter Operation Selected Fields Configuration 
- The configuration that chooses the fields to be filtered.
- target_visuals_ Templateconfiguration Filter Operation Target Visuals Configuration 
- The configuration that chooses the target visuals to be filtered.
- selectedFields Property MapConfiguration 
- The configuration that chooses the fields to be filtered.
- targetVisuals Property MapConfiguration 
- The configuration that chooses the target visuals to be filtered.
TemplateCustomActionNavigationOperation, TemplateCustomActionNavigationOperationArgs          
- 
Pulumi.Aws Native. Quick Sight. Inputs. Template Local Navigation Configuration 
- The configuration that chooses the navigation target.
- 
TemplateLocal Navigation Configuration 
- The configuration that chooses the navigation target.
- 
TemplateLocal Navigation Configuration 
- The configuration that chooses the navigation target.
- 
TemplateLocal Navigation Configuration 
- The configuration that chooses the navigation target.
- 
TemplateLocal Navigation Configuration 
- The configuration that chooses the navigation target.
- Property Map
- The configuration that chooses the navigation target.
TemplateCustomActionSetParametersOperation, TemplateCustomActionSetParametersOperationArgs            
- ParameterValue List<Pulumi.Configurations Aws Native. Quick Sight. Inputs. Template Set Parameter Value Configuration> 
- The parameter that determines the value configuration.
- ParameterValue []TemplateConfigurations Set Parameter Value Configuration 
- The parameter that determines the value configuration.
- parameterValue List<TemplateConfigurations Set Parameter Value Configuration> 
- The parameter that determines the value configuration.
- parameterValue TemplateConfigurations Set Parameter Value Configuration[] 
- The parameter that determines the value configuration.
- parameter_value_ Sequence[Templateconfigurations Set Parameter Value Configuration] 
- The parameter that determines the value configuration.
- parameterValue List<Property Map>Configurations 
- The parameter that determines the value configuration.
TemplateCustomActionUrlOperation, TemplateCustomActionUrlOperationArgs          
- UrlTarget Pulumi.Aws Native. Quick Sight. Template Url Target Configuration 
- The target of the - CustomActionURLOperation.- Valid values are defined as follows: - NEW_TAB: Opens the target URL in a new browser tab.
- NEW_WINDOW: Opens the target URL in a new browser window.
- SAME_TAB: Opens the target URL in the same browser tab.
 
- UrlTemplate string
- THe URL link of the CustomActionURLOperation.
- UrlTarget TemplateUrl Target Configuration 
- The target of the - CustomActionURLOperation.- Valid values are defined as follows: - NEW_TAB: Opens the target URL in a new browser tab.
- NEW_WINDOW: Opens the target URL in a new browser window.
- SAME_TAB: Opens the target URL in the same browser tab.
 
- UrlTemplate string
- THe URL link of the CustomActionURLOperation.
- urlTarget TemplateUrl Target Configuration 
- The target of the - CustomActionURLOperation.- Valid values are defined as follows: - NEW_TAB: Opens the target URL in a new browser tab.
- NEW_WINDOW: Opens the target URL in a new browser window.
- SAME_TAB: Opens the target URL in the same browser tab.
 
- urlTemplate String
- THe URL link of the CustomActionURLOperation.
- urlTarget TemplateUrl Target Configuration 
- The target of the - CustomActionURLOperation.- Valid values are defined as follows: - NEW_TAB: Opens the target URL in a new browser tab.
- NEW_WINDOW: Opens the target URL in a new browser window.
- SAME_TAB: Opens the target URL in the same browser tab.
 
- urlTemplate string
- THe URL link of the CustomActionURLOperation.
- url_target TemplateUrl Target Configuration 
- The target of the - CustomActionURLOperation.- Valid values are defined as follows: - NEW_TAB: Opens the target URL in a new browser tab.
- NEW_WINDOW: Opens the target URL in a new browser window.
- SAME_TAB: Opens the target URL in the same browser tab.
 
- url_template str
- THe URL link of the CustomActionURLOperation.
- urlTarget "NEW_TAB" | "NEW_WINDOW" | "SAME_TAB"
- The target of the - CustomActionURLOperation.- Valid values are defined as follows: - NEW_TAB: Opens the target URL in a new browser tab.
- NEW_WINDOW: Opens the target URL in a new browser window.
- SAME_TAB: Opens the target URL in the same browser tab.
 
- urlTemplate String
- THe URL link of the CustomActionURLOperation.
TemplateCustomColor, TemplateCustomColorArgs      
- Color string
- The color that is applied to the data value.
- FieldValue string
- The data value that the color is applied to.
- SpecialValue Pulumi.Aws Native. Quick Sight. Template Special Value 
- The value of a special data value.
- Color string
- The color that is applied to the data value.
- FieldValue string
- The data value that the color is applied to.
- SpecialValue TemplateSpecial Value 
- The value of a special data value.
- color String
- The color that is applied to the data value.
- fieldValue String
- The data value that the color is applied to.
- specialValue TemplateSpecial Value 
- The value of a special data value.
- color string
- The color that is applied to the data value.
- fieldValue string
- The data value that the color is applied to.
- specialValue TemplateSpecial Value 
- The value of a special data value.
- color str
- The color that is applied to the data value.
- field_value str
- The data value that the color is applied to.
- special_value TemplateSpecial Value 
- The value of a special data value.
- color String
- The color that is applied to the data value.
- fieldValue String
- The data value that the color is applied to.
- specialValue "EMPTY" | "NULL" | "OTHER"
- The value of a special data value.
TemplateCustomContentConfiguration, TemplateCustomContentConfigurationArgs        
- ContentType Pulumi.Aws Native. Quick Sight. Template Custom Content Type 
- The content type of the custom content visual. You can use this to have the visual render as an image.
- ContentUrl string
- The input URL that links to the custom content that you want in the custom visual.
- ImageScaling Pulumi.Aws Native. Quick Sight. Template Custom Content Image Scaling Configuration 
- The sizing options for the size of the custom content visual. This structure is required when the ContentTypeof the visual is'IMAGE'.
- Interactions
Pulumi.Aws Native. Quick Sight. Inputs. Template Visual Interaction Options 
- The general visual interactions setup for a visual.
- ContentType TemplateCustom Content Type 
- The content type of the custom content visual. You can use this to have the visual render as an image.
- ContentUrl string
- The input URL that links to the custom content that you want in the custom visual.
- ImageScaling TemplateCustom Content Image Scaling Configuration 
- The sizing options for the size of the custom content visual. This structure is required when the ContentTypeof the visual is'IMAGE'.
- Interactions
TemplateVisual Interaction Options 
- The general visual interactions setup for a visual.
- contentType TemplateCustom Content Type 
- The content type of the custom content visual. You can use this to have the visual render as an image.
- contentUrl String
- The input URL that links to the custom content that you want in the custom visual.
- imageScaling TemplateCustom Content Image Scaling Configuration 
- The sizing options for the size of the custom content visual. This structure is required when the ContentTypeof the visual is'IMAGE'.
- interactions
TemplateVisual Interaction Options 
- The general visual interactions setup for a visual.
- contentType TemplateCustom Content Type 
- The content type of the custom content visual. You can use this to have the visual render as an image.
- contentUrl string
- The input URL that links to the custom content that you want in the custom visual.
- imageScaling TemplateCustom Content Image Scaling Configuration 
- The sizing options for the size of the custom content visual. This structure is required when the ContentTypeof the visual is'IMAGE'.
- interactions
TemplateVisual Interaction Options 
- The general visual interactions setup for a visual.
- content_type TemplateCustom Content Type 
- The content type of the custom content visual. You can use this to have the visual render as an image.
- content_url str
- The input URL that links to the custom content that you want in the custom visual.
- image_scaling TemplateCustom Content Image Scaling Configuration 
- The sizing options for the size of the custom content visual. This structure is required when the ContentTypeof the visual is'IMAGE'.
- interactions
TemplateVisual Interaction Options 
- The general visual interactions setup for a visual.
- contentType "IMAGE" | "OTHER_EMBEDDED_CONTENT"
- The content type of the custom content visual. You can use this to have the visual render as an image.
- contentUrl String
- The input URL that links to the custom content that you want in the custom visual.
- imageScaling "FIT_TO_HEIGHT" | "FIT_TO_WIDTH" | "DO_NOT_SCALE" | "SCALE_TO_VISUAL"
- The sizing options for the size of the custom content visual. This structure is required when the ContentTypeof the visual is'IMAGE'.
- interactions Property Map
- The general visual interactions setup for a visual.
TemplateCustomContentImageScalingConfiguration, TemplateCustomContentImageScalingConfigurationArgs            
- FitTo Height 
- FIT_TO_HEIGHT
- FitTo Width 
- FIT_TO_WIDTH
- DoNot Scale 
- DO_NOT_SCALE
- ScaleTo Visual 
- SCALE_TO_VISUAL
- TemplateCustom Content Image Scaling Configuration Fit To Height 
- FIT_TO_HEIGHT
- TemplateCustom Content Image Scaling Configuration Fit To Width 
- FIT_TO_WIDTH
- TemplateCustom Content Image Scaling Configuration Do Not Scale 
- DO_NOT_SCALE
- TemplateCustom Content Image Scaling Configuration Scale To Visual 
- SCALE_TO_VISUAL
- FitTo Height 
- FIT_TO_HEIGHT
- FitTo Width 
- FIT_TO_WIDTH
- DoNot Scale 
- DO_NOT_SCALE
- ScaleTo Visual 
- SCALE_TO_VISUAL
- FitTo Height 
- FIT_TO_HEIGHT
- FitTo Width 
- FIT_TO_WIDTH
- DoNot Scale 
- DO_NOT_SCALE
- ScaleTo Visual 
- SCALE_TO_VISUAL
- FIT_TO_HEIGHT
- FIT_TO_HEIGHT
- FIT_TO_WIDTH
- FIT_TO_WIDTH
- DO_NOT_SCALE
- DO_NOT_SCALE
- SCALE_TO_VISUAL
- SCALE_TO_VISUAL
- "FIT_TO_HEIGHT"
- FIT_TO_HEIGHT
- "FIT_TO_WIDTH"
- FIT_TO_WIDTH
- "DO_NOT_SCALE"
- DO_NOT_SCALE
- "SCALE_TO_VISUAL"
- SCALE_TO_VISUAL
TemplateCustomContentType, TemplateCustomContentTypeArgs        
- Image
- IMAGE
- OtherEmbedded Content 
- OTHER_EMBEDDED_CONTENT
- TemplateCustom Content Type Image 
- IMAGE
- TemplateCustom Content Type Other Embedded Content 
- OTHER_EMBEDDED_CONTENT
- Image
- IMAGE
- OtherEmbedded Content 
- OTHER_EMBEDDED_CONTENT
- Image
- IMAGE
- OtherEmbedded Content 
- OTHER_EMBEDDED_CONTENT
- IMAGE
- IMAGE
- OTHER_EMBEDDED_CONTENT
- OTHER_EMBEDDED_CONTENT
- "IMAGE"
- IMAGE
- "OTHER_EMBEDDED_CONTENT"
- OTHER_EMBEDDED_CONTENT
TemplateCustomContentVisual, TemplateCustomContentVisualArgs        
- DataSet stringIdentifier 
- The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
- VisualId string
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- Actions
List<Pulumi.Aws Native. Quick Sight. Inputs. Template Visual Custom Action> 
- The list of custom actions that are configured for a visual.
- ChartConfiguration Pulumi.Aws Native. Quick Sight. Inputs. Template Custom Content Configuration 
- The configuration of a CustomContentVisual.
- Subtitle
Pulumi.Aws Native. Quick Sight. Inputs. Template Visual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- Title
Pulumi.Aws Native. Quick Sight. Inputs. Template Visual Title Label Options 
- The title that is displayed on the visual.
- VisualContent stringAlt Text 
- The alt text for the visual.
- DataSet stringIdentifier 
- The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
- VisualId string
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- Actions
[]TemplateVisual Custom Action 
- The list of custom actions that are configured for a visual.
- ChartConfiguration TemplateCustom Content Configuration 
- The configuration of a CustomContentVisual.
- Subtitle
TemplateVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- Title
TemplateVisual Title Label Options 
- The title that is displayed on the visual.
- VisualContent stringAlt Text 
- The alt text for the visual.
- dataSet StringIdentifier 
- The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
- visualId String
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions
List<TemplateVisual Custom Action> 
- The list of custom actions that are configured for a visual.
- chartConfiguration TemplateCustom Content Configuration 
- The configuration of a CustomContentVisual.
- subtitle
TemplateVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- title
TemplateVisual Title Label Options 
- The title that is displayed on the visual.
- visualContent StringAlt Text 
- The alt text for the visual.
- dataSet stringIdentifier 
- The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
- visualId string
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions
TemplateVisual Custom Action[] 
- The list of custom actions that are configured for a visual.
- chartConfiguration TemplateCustom Content Configuration 
- The configuration of a CustomContentVisual.
- subtitle
TemplateVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- title
TemplateVisual Title Label Options 
- The title that is displayed on the visual.
- visualContent stringAlt Text 
- The alt text for the visual.
- data_set_ stridentifier 
- The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
- visual_id str
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions
Sequence[TemplateVisual Custom Action] 
- The list of custom actions that are configured for a visual.
- chart_configuration TemplateCustom Content Configuration 
- The configuration of a CustomContentVisual.
- subtitle
TemplateVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- title
TemplateVisual Title Label Options 
- The title that is displayed on the visual.
- visual_content_ stralt_ text 
- The alt text for the visual.
- dataSet StringIdentifier 
- The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
- visualId String
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions List<Property Map>
- The list of custom actions that are configured for a visual.
- chartConfiguration Property Map
- The configuration of a CustomContentVisual.
- subtitle Property Map
- The subtitle that is displayed on the visual.
- title Property Map
- The title that is displayed on the visual.
- visualContent StringAlt Text 
- The alt text for the visual.
TemplateCustomFilterConfiguration, TemplateCustomFilterConfigurationArgs        
- MatchOperator Pulumi.Aws Native. Quick Sight. Template Category Filter Match Operator 
- The match operator that is used to determine if a filter should be applied.
- NullOption Pulumi.Aws Native. Quick Sight. Template Filter Null Option 
- This option determines how null values should be treated when filtering data.- ALL_VALUES: Include null values in filtered results.
- NULLS_ONLY: Only include null values in filtered results.
- NON_NULLS_ONLY: Exclude null values from filtered results.
 
- CategoryValue string
- The category value for the filter. - This field is mutually exclusive to - ParameterName.
- ParameterName string
- The parameter whose value should be used for the filter value. - This field is mutually exclusive to - CategoryValue.
- SelectAll Pulumi.Options Aws Native. Quick Sight. Template Category Filter Select All Options 
- Select all of the values. Null is not the assigned value of select all.- FILTER_ALL_VALUES
 
- MatchOperator TemplateCategory Filter Match Operator 
- The match operator that is used to determine if a filter should be applied.
- NullOption TemplateFilter Null Option 
- This option determines how null values should be treated when filtering data.- ALL_VALUES: Include null values in filtered results.
- NULLS_ONLY: Only include null values in filtered results.
- NON_NULLS_ONLY: Exclude null values from filtered results.
 
- CategoryValue string
- The category value for the filter. - This field is mutually exclusive to - ParameterName.
- ParameterName string
- The parameter whose value should be used for the filter value. - This field is mutually exclusive to - CategoryValue.
- SelectAll TemplateOptions Category Filter Select All Options 
- Select all of the values. Null is not the assigned value of select all.- FILTER_ALL_VALUES
 
- matchOperator TemplateCategory Filter Match Operator 
- The match operator that is used to determine if a filter should be applied.
- nullOption TemplateFilter Null Option 
- This option determines how null values should be treated when filtering data.- ALL_VALUES: Include null values in filtered results.
- NULLS_ONLY: Only include null values in filtered results.
- NON_NULLS_ONLY: Exclude null values from filtered results.
 
- categoryValue String
- The category value for the filter. - This field is mutually exclusive to - ParameterName.
- parameterName String
- The parameter whose value should be used for the filter value. - This field is mutually exclusive to - CategoryValue.
- selectAll TemplateOptions Category Filter Select All Options 
- Select all of the values. Null is not the assigned value of select all.- FILTER_ALL_VALUES
 
- matchOperator TemplateCategory Filter Match Operator 
- The match operator that is used to determine if a filter should be applied.
- nullOption TemplateFilter Null Option 
- This option determines how null values should be treated when filtering data.- ALL_VALUES: Include null values in filtered results.
- NULLS_ONLY: Only include null values in filtered results.
- NON_NULLS_ONLY: Exclude null values from filtered results.
 
- categoryValue string
- The category value for the filter. - This field is mutually exclusive to - ParameterName.
- parameterName string
- The parameter whose value should be used for the filter value. - This field is mutually exclusive to - CategoryValue.
- selectAll TemplateOptions Category Filter Select All Options 
- Select all of the values. Null is not the assigned value of select all.- FILTER_ALL_VALUES
 
- match_operator TemplateCategory Filter Match Operator 
- The match operator that is used to determine if a filter should be applied.
- null_option TemplateFilter Null Option 
- This option determines how null values should be treated when filtering data.- ALL_VALUES: Include null values in filtered results.
- NULLS_ONLY: Only include null values in filtered results.
- NON_NULLS_ONLY: Exclude null values from filtered results.
 
- category_value str
- The category value for the filter. - This field is mutually exclusive to - ParameterName.
- parameter_name str
- The parameter whose value should be used for the filter value. - This field is mutually exclusive to - CategoryValue.
- select_all_ Templateoptions Category Filter Select All Options 
- Select all of the values. Null is not the assigned value of select all.- FILTER_ALL_VALUES
 
- matchOperator "EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH"
- The match operator that is used to determine if a filter should be applied.
- nullOption "ALL_VALUES" | "NULLS_ONLY" | "NON_NULLS_ONLY"
- This option determines how null values should be treated when filtering data.- ALL_VALUES: Include null values in filtered results.
- NULLS_ONLY: Only include null values in filtered results.
- NON_NULLS_ONLY: Exclude null values from filtered results.
 
- categoryValue String
- The category value for the filter. - This field is mutually exclusive to - ParameterName.
- parameterName String
- The parameter whose value should be used for the filter value. - This field is mutually exclusive to - CategoryValue.
- selectAll "FILTER_ALL_VALUES"Options 
- Select all of the values. Null is not the assigned value of select all.- FILTER_ALL_VALUES
 
TemplateCustomFilterListConfiguration, TemplateCustomFilterListConfigurationArgs          
- MatchOperator Pulumi.Aws Native. Quick Sight. Template Category Filter Match Operator 
- The match operator that is used to determine if a filter should be applied.
- NullOption Pulumi.Aws Native. Quick Sight. Template Filter Null Option 
- This option determines how null values should be treated when filtering data.- ALL_VALUES: Include null values in filtered results.
- NULLS_ONLY: Only include null values in filtered results.
- NON_NULLS_ONLY: Exclude null values from filtered results.
 
- CategoryValues List<string>
- The list of category values for the filter.
- SelectAll Pulumi.Options Aws Native. Quick Sight. Template Category Filter Select All Options 
- Select all of the values. Null is not the assigned value of select all.- FILTER_ALL_VALUES
 
- MatchOperator TemplateCategory Filter Match Operator 
- The match operator that is used to determine if a filter should be applied.
- NullOption TemplateFilter Null Option 
- This option determines how null values should be treated when filtering data.- ALL_VALUES: Include null values in filtered results.
- NULLS_ONLY: Only include null values in filtered results.
- NON_NULLS_ONLY: Exclude null values from filtered results.
 
- CategoryValues []string
- The list of category values for the filter.
- SelectAll TemplateOptions Category Filter Select All Options 
- Select all of the values. Null is not the assigned value of select all.- FILTER_ALL_VALUES
 
- matchOperator TemplateCategory Filter Match Operator 
- The match operator that is used to determine if a filter should be applied.
- nullOption TemplateFilter Null Option 
- This option determines how null values should be treated when filtering data.- ALL_VALUES: Include null values in filtered results.
- NULLS_ONLY: Only include null values in filtered results.
- NON_NULLS_ONLY: Exclude null values from filtered results.
 
- categoryValues List<String>
- The list of category values for the filter.
- selectAll TemplateOptions Category Filter Select All Options 
- Select all of the values. Null is not the assigned value of select all.- FILTER_ALL_VALUES
 
- matchOperator TemplateCategory Filter Match Operator 
- The match operator that is used to determine if a filter should be applied.
- nullOption TemplateFilter Null Option 
- This option determines how null values should be treated when filtering data.- ALL_VALUES: Include null values in filtered results.
- NULLS_ONLY: Only include null values in filtered results.
- NON_NULLS_ONLY: Exclude null values from filtered results.
 
- categoryValues string[]
- The list of category values for the filter.
- selectAll TemplateOptions Category Filter Select All Options 
- Select all of the values. Null is not the assigned value of select all.- FILTER_ALL_VALUES
 
- match_operator TemplateCategory Filter Match Operator 
- The match operator that is used to determine if a filter should be applied.
- null_option TemplateFilter Null Option 
- This option determines how null values should be treated when filtering data.- ALL_VALUES: Include null values in filtered results.
- NULLS_ONLY: Only include null values in filtered results.
- NON_NULLS_ONLY: Exclude null values from filtered results.
 
- category_values Sequence[str]
- The list of category values for the filter.
- select_all_ Templateoptions Category Filter Select All Options 
- Select all of the values. Null is not the assigned value of select all.- FILTER_ALL_VALUES
 
- matchOperator "EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH"
- The match operator that is used to determine if a filter should be applied.
- nullOption "ALL_VALUES" | "NULLS_ONLY" | "NON_NULLS_ONLY"
- This option determines how null values should be treated when filtering data.- ALL_VALUES: Include null values in filtered results.
- NULLS_ONLY: Only include null values in filtered results.
- NON_NULLS_ONLY: Exclude null values from filtered results.
 
- categoryValues List<String>
- The list of category values for the filter.
- selectAll "FILTER_ALL_VALUES"Options 
- Select all of the values. Null is not the assigned value of select all.- FILTER_ALL_VALUES
 
TemplateCustomNarrativeOptions, TemplateCustomNarrativeOptionsArgs        
- Narrative string
- The string input of custom narrative.
- Narrative string
- The string input of custom narrative.
- narrative String
- The string input of custom narrative.
- narrative string
- The string input of custom narrative.
- narrative str
- The string input of custom narrative.
- narrative String
- The string input of custom narrative.
TemplateCustomParameterValues, TemplateCustomParameterValuesArgs        
- DateTime List<string>Values 
- A list of datetime-type parameter values.
- DecimalValues List<double>
- A list of decimal-type parameter values.
- IntegerValues List<double>
- A list of integer-type parameter values.
- StringValues List<string>
- A list of string-type parameter values.
- DateTime []stringValues 
- A list of datetime-type parameter values.
- DecimalValues []float64
- A list of decimal-type parameter values.
- IntegerValues []float64
- A list of integer-type parameter values.
- StringValues []string
- A list of string-type parameter values.
- dateTime List<String>Values 
- A list of datetime-type parameter values.
- decimalValues List<Double>
- A list of decimal-type parameter values.
- integerValues List<Double>
- A list of integer-type parameter values.
- stringValues List<String>
- A list of string-type parameter values.
- dateTime string[]Values 
- A list of datetime-type parameter values.
- decimalValues number[]
- A list of decimal-type parameter values.
- integerValues number[]
- A list of integer-type parameter values.
- stringValues string[]
- A list of string-type parameter values.
- date_time_ Sequence[str]values 
- A list of datetime-type parameter values.
- decimal_values Sequence[float]
- A list of decimal-type parameter values.
- integer_values Sequence[float]
- A list of integer-type parameter values.
- string_values Sequence[str]
- A list of string-type parameter values.
- dateTime List<String>Values 
- A list of datetime-type parameter values.
- decimalValues List<Number>
- A list of decimal-type parameter values.
- integerValues List<Number>
- A list of integer-type parameter values.
- stringValues List<String>
- A list of string-type parameter values.
TemplateCustomValuesConfiguration, TemplateCustomValuesConfigurationArgs        
- CustomValues Pulumi.Aws Native. Quick Sight. Inputs. Template Custom Parameter Values 
- IncludeNull boolValue 
- Includes the null value in custom action parameter values.
- CustomValues TemplateCustom Parameter Values 
- IncludeNull boolValue 
- Includes the null value in custom action parameter values.
- customValues TemplateCustom Parameter Values 
- includeNull BooleanValue 
- Includes the null value in custom action parameter values.
- customValues TemplateCustom Parameter Values 
- includeNull booleanValue 
- Includes the null value in custom action parameter values.
- custom_values TemplateCustom Parameter Values 
- include_null_ boolvalue 
- Includes the null value in custom action parameter values.
- customValues Property Map
- includeNull BooleanValue 
- Includes the null value in custom action parameter values.
TemplateDashboardBehavior, TemplateDashboardBehaviorArgs      
- Enabled
- ENABLED
- Disabled
- DISABLED
- TemplateDashboard Behavior Enabled 
- ENABLED
- TemplateDashboard Behavior Disabled 
- DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- ENABLED
- ENABLED
- DISABLED
- DISABLED
- "ENABLED"
- ENABLED
- "DISABLED"
- DISABLED
TemplateDataBarsOptions, TemplateDataBarsOptionsArgs        
- FieldId string
- The field ID for the data bars options.
- NegativeColor string
- The color of the negative data bar.
- PositiveColor string
- The color of the positive data bar.
- FieldId string
- The field ID for the data bars options.
- NegativeColor string
- The color of the negative data bar.
- PositiveColor string
- The color of the positive data bar.
- fieldId String
- The field ID for the data bars options.
- negativeColor String
- The color of the negative data bar.
- positiveColor String
- The color of the positive data bar.
- fieldId string
- The field ID for the data bars options.
- negativeColor string
- The color of the negative data bar.
- positiveColor string
- The color of the positive data bar.
- field_id str
- The field ID for the data bars options.
- negative_color str
- The color of the negative data bar.
- positive_color str
- The color of the positive data bar.
- fieldId String
- The field ID for the data bars options.
- negativeColor String
- The color of the negative data bar.
- positiveColor String
- The color of the positive data bar.
TemplateDataColor, TemplateDataColorArgs      
- color str
- The color that is applied to the data value.
- data_value float
- The data value that the color is applied to.
TemplateDataFieldSeriesItem, TemplateDataFieldSeriesItemArgs          
- AxisBinding Pulumi.Aws Native. Quick Sight. Template Axis Binding 
- The axis that you are binding the field to.
- FieldId string
- The field ID of the field that you are setting the axis binding to.
- FieldValue string
- The field value of the field that you are setting the axis binding to.
- Settings
Pulumi.Aws Native. Quick Sight. Inputs. Template Line Chart Series Settings 
- The options that determine the presentation of line series associated to the field.
- AxisBinding TemplateAxis Binding 
- The axis that you are binding the field to.
- FieldId string
- The field ID of the field that you are setting the axis binding to.
- FieldValue string
- The field value of the field that you are setting the axis binding to.
- Settings
TemplateLine Chart Series Settings 
- The options that determine the presentation of line series associated to the field.
- axisBinding TemplateAxis Binding 
- The axis that you are binding the field to.
- fieldId String
- The field ID of the field that you are setting the axis binding to.
- fieldValue String
- The field value of the field that you are setting the axis binding to.
- settings
TemplateLine Chart Series Settings 
- The options that determine the presentation of line series associated to the field.
- axisBinding TemplateAxis Binding 
- The axis that you are binding the field to.
- fieldId string
- The field ID of the field that you are setting the axis binding to.
- fieldValue string
- The field value of the field that you are setting the axis binding to.
- settings
TemplateLine Chart Series Settings 
- The options that determine the presentation of line series associated to the field.
- axis_binding TemplateAxis Binding 
- The axis that you are binding the field to.
- field_id str
- The field ID of the field that you are setting the axis binding to.
- field_value str
- The field value of the field that you are setting the axis binding to.
- settings
TemplateLine Chart Series Settings 
- The options that determine the presentation of line series associated to the field.
- axisBinding "PRIMARY_YAXIS" | "SECONDARY_YAXIS"
- The axis that you are binding the field to.
- fieldId String
- The field ID of the field that you are setting the axis binding to.
- fieldValue String
- The field value of the field that you are setting the axis binding to.
- settings Property Map
- The options that determine the presentation of line series associated to the field.
TemplateDataLabelContent, TemplateDataLabelContentArgs        
- Value
- VALUE
- Percent
- PERCENT
- ValueAnd Percent 
- VALUE_AND_PERCENT
- TemplateData Label Content Value 
- VALUE
- TemplateData Label Content Percent 
- PERCENT
- TemplateData Label Content Value And Percent 
- VALUE_AND_PERCENT
- Value
- VALUE
- Percent
- PERCENT
- ValueAnd Percent 
- VALUE_AND_PERCENT
- Value
- VALUE
- Percent
- PERCENT
- ValueAnd Percent 
- VALUE_AND_PERCENT
- VALUE
- VALUE
- PERCENT
- PERCENT
- VALUE_AND_PERCENT
- VALUE_AND_PERCENT
- "VALUE"
- VALUE
- "PERCENT"
- PERCENT
- "VALUE_AND_PERCENT"
- VALUE_AND_PERCENT
TemplateDataLabelOptions, TemplateDataLabelOptionsArgs        
- CategoryLabel objectVisibility 
- Determines the visibility of the category field labels.
- DataLabel List<Pulumi.Types Aws Native. Quick Sight. Inputs. Template Data Label Type> 
- The option that determines the data label type.
- LabelColor string
- Determines the color of the data labels.
- LabelContent Pulumi.Aws Native. Quick Sight. Template Data Label Content 
- Determines the content of the data labels.
- LabelFont Pulumi.Configuration Aws Native. Quick Sight. Inputs. Template Font Configuration 
- Determines the font configuration of the data labels.
- MeasureLabel objectVisibility 
- Determines the visibility of the measure field labels.
- Overlap
Pulumi.Aws Native. Quick Sight. Template Data Label Overlap 
- Determines whether overlap is enabled or disabled for the data labels.
- Position
Pulumi.Aws Native. Quick Sight. Template Data Label Position 
- Determines the position of the data labels.
- TotalsVisibility object
- Determines the visibility of the total.
- Visibility object
- Determines the visibility of the data labels.
- CategoryLabel interface{}Visibility 
- Determines the visibility of the category field labels.
- DataLabel []TemplateTypes Data Label Type 
- The option that determines the data label type.
- LabelColor string
- Determines the color of the data labels.
- LabelContent TemplateData Label Content 
- Determines the content of the data labels.
- LabelFont TemplateConfiguration Font Configuration 
- Determines the font configuration of the data labels.
- MeasureLabel interface{}Visibility 
- Determines the visibility of the measure field labels.
- Overlap
TemplateData Label Overlap 
- Determines whether overlap is enabled or disabled for the data labels.
- Position
TemplateData Label Position 
- Determines the position of the data labels.
- TotalsVisibility interface{}
- Determines the visibility of the total.
- Visibility interface{}
- Determines the visibility of the data labels.
- categoryLabel ObjectVisibility 
- Determines the visibility of the category field labels.
- dataLabel List<TemplateTypes Data Label Type> 
- The option that determines the data label type.
- labelColor String
- Determines the color of the data labels.
- labelContent TemplateData Label Content 
- Determines the content of the data labels.
- labelFont TemplateConfiguration Font Configuration 
- Determines the font configuration of the data labels.
- measureLabel ObjectVisibility 
- Determines the visibility of the measure field labels.
- overlap
TemplateData Label Overlap 
- Determines whether overlap is enabled or disabled for the data labels.
- position
TemplateData Label Position 
- Determines the position of the data labels.
- totalsVisibility Object
- Determines the visibility of the total.
- visibility Object
- Determines the visibility of the data labels.
- categoryLabel anyVisibility 
- Determines the visibility of the category field labels.
- dataLabel TemplateTypes Data Label Type[] 
- The option that determines the data label type.
- labelColor string
- Determines the color of the data labels.
- labelContent TemplateData Label Content 
- Determines the content of the data labels.
- labelFont TemplateConfiguration Font Configuration 
- Determines the font configuration of the data labels.
- measureLabel anyVisibility 
- Determines the visibility of the measure field labels.
- overlap
TemplateData Label Overlap 
- Determines whether overlap is enabled or disabled for the data labels.
- position
TemplateData Label Position 
- Determines the position of the data labels.
- totalsVisibility any
- Determines the visibility of the total.
- visibility any
- Determines the visibility of the data labels.
- category_label_ Anyvisibility 
- Determines the visibility of the category field labels.
- data_label_ Sequence[Templatetypes Data Label Type] 
- The option that determines the data label type.
- label_color str
- Determines the color of the data labels.
- label_content TemplateData Label Content 
- Determines the content of the data labels.
- label_font_ Templateconfiguration Font Configuration 
- Determines the font configuration of the data labels.
- measure_label_ Anyvisibility 
- Determines the visibility of the measure field labels.
- overlap
TemplateData Label Overlap 
- Determines whether overlap is enabled or disabled for the data labels.
- position
TemplateData Label Position 
- Determines the position of the data labels.
- totals_visibility Any
- Determines the visibility of the total.
- visibility Any
- Determines the visibility of the data labels.
- categoryLabel AnyVisibility 
- Determines the visibility of the category field labels.
- dataLabel List<Property Map>Types 
- The option that determines the data label type.
- labelColor String
- Determines the color of the data labels.
- labelContent "VALUE" | "PERCENT" | "VALUE_AND_PERCENT"
- Determines the content of the data labels.
- labelFont Property MapConfiguration 
- Determines the font configuration of the data labels.
- measureLabel AnyVisibility 
- Determines the visibility of the measure field labels.
- overlap "DISABLE_OVERLAP" | "ENABLE_OVERLAP"
- Determines whether overlap is enabled or disabled for the data labels.
- position "INSIDE" | "OUTSIDE" | "LEFT" | "TOP" | "BOTTOM" | "RIGHT"
- Determines the position of the data labels.
- totalsVisibility Any
- Determines the visibility of the total.
- visibility Any
- Determines the visibility of the data labels.
TemplateDataLabelOverlap, TemplateDataLabelOverlapArgs        
- DisableOverlap 
- DISABLE_OVERLAP
- EnableOverlap 
- ENABLE_OVERLAP
- TemplateData Label Overlap Disable Overlap 
- DISABLE_OVERLAP
- TemplateData Label Overlap Enable Overlap 
- ENABLE_OVERLAP
- DisableOverlap 
- DISABLE_OVERLAP
- EnableOverlap 
- ENABLE_OVERLAP
- DisableOverlap 
- DISABLE_OVERLAP
- EnableOverlap 
- ENABLE_OVERLAP
- DISABLE_OVERLAP
- DISABLE_OVERLAP
- ENABLE_OVERLAP
- ENABLE_OVERLAP
- "DISABLE_OVERLAP"
- DISABLE_OVERLAP
- "ENABLE_OVERLAP"
- ENABLE_OVERLAP
TemplateDataLabelPosition, TemplateDataLabelPositionArgs        
- Inside
- INSIDE
- Outside
- OUTSIDE
- Left
- LEFT
- Top
- TOP
- Bottom
- BOTTOM
- Right
- RIGHT
- TemplateData Label Position Inside 
- INSIDE
- TemplateData Label Position Outside 
- OUTSIDE
- TemplateData Label Position Left 
- LEFT
- TemplateData Label Position Top 
- TOP
- TemplateData Label Position Bottom 
- BOTTOM
- TemplateData Label Position Right 
- RIGHT
- Inside
- INSIDE
- Outside
- OUTSIDE
- Left
- LEFT
- Top
- TOP
- Bottom
- BOTTOM
- Right
- RIGHT
- Inside
- INSIDE
- Outside
- OUTSIDE
- Left
- LEFT
- Top
- TOP
- Bottom
- BOTTOM
- Right
- RIGHT
- INSIDE
- INSIDE
- OUTSIDE
- OUTSIDE
- LEFT
- LEFT
- TOP
- TOP
- BOTTOM
- BOTTOM
- RIGHT
- RIGHT
- "INSIDE"
- INSIDE
- "OUTSIDE"
- OUTSIDE
- "LEFT"
- LEFT
- "TOP"
- TOP
- "BOTTOM"
- BOTTOM
- "RIGHT"
- RIGHT
TemplateDataLabelType, TemplateDataLabelTypeArgs        
- DataPath Pulumi.Label Type Aws Native. Quick Sight. Inputs. Template Data Path Label Type 
- The option that specifies individual data values for labels.
- FieldLabel Pulumi.Type Aws Native. Quick Sight. Inputs. Template Field Label Type 
- Determines the label configuration for the entire field.
- MaximumLabel Pulumi.Type Aws Native. Quick Sight. Inputs. Template Maximum Label Type 
- Determines the label configuration for the maximum value in a visual.
- MinimumLabel Pulumi.Type Aws Native. Quick Sight. Inputs. Template Minimum Label Type 
- Determines the label configuration for the minimum value in a visual.
- RangeEnds Pulumi.Label Type Aws Native. Quick Sight. Inputs. Template Range Ends Label Type 
- Determines the label configuration for range end value in a visual.
- DataPath TemplateLabel Type Data Path Label Type 
- The option that specifies individual data values for labels.
- FieldLabel TemplateType Field Label Type 
- Determines the label configuration for the entire field.
- MaximumLabel TemplateType Maximum Label Type 
- Determines the label configuration for the maximum value in a visual.
- MinimumLabel TemplateType Minimum Label Type 
- Determines the label configuration for the minimum value in a visual.
- RangeEnds TemplateLabel Type Range Ends Label Type 
- Determines the label configuration for range end value in a visual.
- dataPath TemplateLabel Type Data Path Label Type 
- The option that specifies individual data values for labels.
- fieldLabel TemplateType Field Label Type 
- Determines the label configuration for the entire field.
- maximumLabel TemplateType Maximum Label Type 
- Determines the label configuration for the maximum value in a visual.
- minimumLabel TemplateType Minimum Label Type 
- Determines the label configuration for the minimum value in a visual.
- rangeEnds TemplateLabel Type Range Ends Label Type 
- Determines the label configuration for range end value in a visual.
- dataPath TemplateLabel Type Data Path Label Type 
- The option that specifies individual data values for labels.
- fieldLabel TemplateType Field Label Type 
- Determines the label configuration for the entire field.
- maximumLabel TemplateType Maximum Label Type 
- Determines the label configuration for the maximum value in a visual.
- minimumLabel TemplateType Minimum Label Type 
- Determines the label configuration for the minimum value in a visual.
- rangeEnds TemplateLabel Type Range Ends Label Type 
- Determines the label configuration for range end value in a visual.
- data_path_ Templatelabel_ type Data Path Label Type 
- The option that specifies individual data values for labels.
- field_label_ Templatetype Field Label Type 
- Determines the label configuration for the entire field.
- maximum_label_ Templatetype Maximum Label Type 
- Determines the label configuration for the maximum value in a visual.
- minimum_label_ Templatetype Minimum Label Type 
- Determines the label configuration for the minimum value in a visual.
- range_ends_ Templatelabel_ type Range Ends Label Type 
- Determines the label configuration for range end value in a visual.
- dataPath Property MapLabel Type 
- The option that specifies individual data values for labels.
- fieldLabel Property MapType 
- Determines the label configuration for the entire field.
- maximumLabel Property MapType 
- Determines the label configuration for the maximum value in a visual.
- minimumLabel Property MapType 
- Determines the label configuration for the minimum value in a visual.
- rangeEnds Property MapLabel Type 
- Determines the label configuration for range end value in a visual.
TemplateDataPathColor, TemplateDataPathColorArgs        
- Color string
- The color that needs to be applied to the element.
- Element
Pulumi.Aws Native. Quick Sight. Inputs. Template Data Path Value 
- The element that the color needs to be applied to.
- TimeGranularity Pulumi.Aws Native. Quick Sight. Template Time Granularity 
- The time granularity of the field that the color needs to be applied to.
- Color string
- The color that needs to be applied to the element.
- Element
TemplateData Path Value 
- The element that the color needs to be applied to.
- TimeGranularity TemplateTime Granularity 
- The time granularity of the field that the color needs to be applied to.
- color String
- The color that needs to be applied to the element.
- element
TemplateData Path Value 
- The element that the color needs to be applied to.
- timeGranularity TemplateTime Granularity 
- The time granularity of the field that the color needs to be applied to.
- color string
- The color that needs to be applied to the element.
- element
TemplateData Path Value 
- The element that the color needs to be applied to.
- timeGranularity TemplateTime Granularity 
- The time granularity of the field that the color needs to be applied to.
- color str
- The color that needs to be applied to the element.
- element
TemplateData Path Value 
- The element that the color needs to be applied to.
- time_granularity TemplateTime Granularity 
- The time granularity of the field that the color needs to be applied to.
- color String
- The color that needs to be applied to the element.
- element Property Map
- The element that the color needs to be applied to.
- timeGranularity "YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND"
- The time granularity of the field that the color needs to be applied to.
TemplateDataPathLabelType, TemplateDataPathLabelTypeArgs          
- FieldId string
- The field ID of the field that the data label needs to be applied to.
- FieldValue string
- The actual value of the field that is labeled.
- Visibility object
- The visibility of the data label.
- FieldId string
- The field ID of the field that the data label needs to be applied to.
- FieldValue string
- The actual value of the field that is labeled.
- Visibility interface{}
- The visibility of the data label.
- fieldId String
- The field ID of the field that the data label needs to be applied to.
- fieldValue String
- The actual value of the field that is labeled.
- visibility Object
- The visibility of the data label.
- fieldId string
- The field ID of the field that the data label needs to be applied to.
- fieldValue string
- The actual value of the field that is labeled.
- visibility any
- The visibility of the data label.
- field_id str
- The field ID of the field that the data label needs to be applied to.
- field_value str
- The actual value of the field that is labeled.
- visibility Any
- The visibility of the data label.
- fieldId String
- The field ID of the field that the data label needs to be applied to.
- fieldValue String
- The actual value of the field that is labeled.
- visibility Any
- The visibility of the data label.
TemplateDataPathSort, TemplateDataPathSortArgs        
- Direction
Pulumi.Aws Native. Quick Sight. Template Sort Direction 
- Determines the sort direction.
- SortPaths List<Pulumi.Aws Native. Quick Sight. Inputs. Template Data Path Value> 
- The list of data paths that need to be sorted.
- Direction
TemplateSort Direction 
- Determines the sort direction.
- SortPaths []TemplateData Path Value 
- The list of data paths that need to be sorted.
- direction
TemplateSort Direction 
- Determines the sort direction.
- sortPaths List<TemplateData Path Value> 
- The list of data paths that need to be sorted.
- direction
TemplateSort Direction 
- Determines the sort direction.
- sortPaths TemplateData Path Value[] 
- The list of data paths that need to be sorted.
- direction
TemplateSort Direction 
- Determines the sort direction.
- sort_paths Sequence[TemplateData Path Value] 
- The list of data paths that need to be sorted.
- direction "ASC" | "DESC"
- Determines the sort direction.
- sortPaths List<Property Map>
- The list of data paths that need to be sorted.
TemplateDataPathType, TemplateDataPathTypeArgs        
- PivotTable Pulumi.Data Path Type Aws Native. Quick Sight. Template Pivot Table Data Path Type 
- The type of data path value utilized in a pivot table. Choose one of the following options:- HIERARCHY_ROWS_LAYOUT_COLUMN- The type of data path for the rows layout column, when- RowsLayoutis set to- HIERARCHY.
- MULTIPLE_ROW_METRICS_COLUMN- The type of data path for the metric column when the row is set to Metric Placement.
- EMPTY_COLUMN_HEADER- The type of data path for the column with empty column header, when there is no field in- ColumnsFieldWelland the row is set to Metric Placement.
- COUNT_METRIC_COLUMN- The type of data path for the column with- COUNTas the metric, when there is no field in the- ValuesFieldWell.
 
- PivotTable TemplateData Path Type Pivot Table Data Path Type 
- The type of data path value utilized in a pivot table. Choose one of the following options:- HIERARCHY_ROWS_LAYOUT_COLUMN- The type of data path for the rows layout column, when- RowsLayoutis set to- HIERARCHY.
- MULTIPLE_ROW_METRICS_COLUMN- The type of data path for the metric column when the row is set to Metric Placement.
- EMPTY_COLUMN_HEADER- The type of data path for the column with empty column header, when there is no field in- ColumnsFieldWelland the row is set to Metric Placement.
- COUNT_METRIC_COLUMN- The type of data path for the column with- COUNTas the metric, when there is no field in the- ValuesFieldWell.
 
- pivotTable TemplateData Path Type Pivot Table Data Path Type 
- The type of data path value utilized in a pivot table. Choose one of the following options:- HIERARCHY_ROWS_LAYOUT_COLUMN- The type of data path for the rows layout column, when- RowsLayoutis set to- HIERARCHY.
- MULTIPLE_ROW_METRICS_COLUMN- The type of data path for the metric column when the row is set to Metric Placement.
- EMPTY_COLUMN_HEADER- The type of data path for the column with empty column header, when there is no field in- ColumnsFieldWelland the row is set to Metric Placement.
- COUNT_METRIC_COLUMN- The type of data path for the column with- COUNTas the metric, when there is no field in the- ValuesFieldWell.
 
- pivotTable TemplateData Path Type Pivot Table Data Path Type 
- The type of data path value utilized in a pivot table. Choose one of the following options:- HIERARCHY_ROWS_LAYOUT_COLUMN- The type of data path for the rows layout column, when- RowsLayoutis set to- HIERARCHY.
- MULTIPLE_ROW_METRICS_COLUMN- The type of data path for the metric column when the row is set to Metric Placement.
- EMPTY_COLUMN_HEADER- The type of data path for the column with empty column header, when there is no field in- ColumnsFieldWelland the row is set to Metric Placement.
- COUNT_METRIC_COLUMN- The type of data path for the column with- COUNTas the metric, when there is no field in the- ValuesFieldWell.
 
- pivot_table_ Templatedata_ path_ type Pivot Table Data Path Type 
- The type of data path value utilized in a pivot table. Choose one of the following options:- HIERARCHY_ROWS_LAYOUT_COLUMN- The type of data path for the rows layout column, when- RowsLayoutis set to- HIERARCHY.
- MULTIPLE_ROW_METRICS_COLUMN- The type of data path for the metric column when the row is set to Metric Placement.
- EMPTY_COLUMN_HEADER- The type of data path for the column with empty column header, when there is no field in- ColumnsFieldWelland the row is set to Metric Placement.
- COUNT_METRIC_COLUMN- The type of data path for the column with- COUNTas the metric, when there is no field in the- ValuesFieldWell.
 
- pivotTable "HIERARCHY_ROWS_LAYOUT_COLUMN" | "MULTIPLE_ROW_METRICS_COLUMN" | "EMPTY_COLUMN_HEADER" | "COUNT_METRIC_COLUMN"Data Path Type 
- The type of data path value utilized in a pivot table. Choose one of the following options:- HIERARCHY_ROWS_LAYOUT_COLUMN- The type of data path for the rows layout column, when- RowsLayoutis set to- HIERARCHY.
- MULTIPLE_ROW_METRICS_COLUMN- The type of data path for the metric column when the row is set to Metric Placement.
- EMPTY_COLUMN_HEADER- The type of data path for the column with empty column header, when there is no field in- ColumnsFieldWelland the row is set to Metric Placement.
- COUNT_METRIC_COLUMN- The type of data path for the column with- COUNTas the metric, when there is no field in the- ValuesFieldWell.
 
TemplateDataPathValue, TemplateDataPathValueArgs        
- DataPath Pulumi.Type Aws Native. Quick Sight. Inputs. Template Data Path Type 
- The type configuration of the field.
- FieldId string
- The field ID of the field that needs to be sorted.
- FieldValue string
- The actual value of the field that needs to be sorted.
- DataPath TemplateType Data Path Type 
- The type configuration of the field.
- FieldId string
- The field ID of the field that needs to be sorted.
- FieldValue string
- The actual value of the field that needs to be sorted.
- dataPath TemplateType Data Path Type 
- The type configuration of the field.
- fieldId String
- The field ID of the field that needs to be sorted.
- fieldValue String
- The actual value of the field that needs to be sorted.
- dataPath TemplateType Data Path Type 
- The type configuration of the field.
- fieldId string
- The field ID of the field that needs to be sorted.
- fieldValue string
- The actual value of the field that needs to be sorted.
- data_path_ Templatetype Data Path Type 
- The type configuration of the field.
- field_id str
- The field ID of the field that needs to be sorted.
- field_value str
- The actual value of the field that needs to be sorted.
- dataPath Property MapType 
- The type configuration of the field.
- fieldId String
- The field ID of the field that needs to be sorted.
- fieldValue String
- The actual value of the field that needs to be sorted.
TemplateDataSetConfiguration, TemplateDataSetConfigurationArgs        
- ColumnGroup []TemplateSchema List Column Group Schema 
- DataSet TemplateSchema Data Set Schema 
- Dataset schema.
- Placeholder string
- columnGroup TemplateSchema List Column Group Schema[] 
- dataSet TemplateSchema Data Set Schema 
- Dataset schema.
- placeholder string
- columnGroup List<Property Map>Schema List 
- dataSet Property MapSchema 
- Dataset schema.
- placeholder String
TemplateDataSetReference, TemplateDataSetReferenceArgs        
- DataSet stringArn 
- DataSet stringPlaceholder 
- DataSet stringArn 
- DataSet stringPlaceholder 
- dataSet StringArn 
- dataSet StringPlaceholder 
- dataSet stringArn 
- dataSet stringPlaceholder 
- data_set_ strarn 
- data_set_ strplaceholder 
- dataSet StringArn 
- dataSet StringPlaceholder 
TemplateDataSetSchema, TemplateDataSetSchemaArgs        
TemplateDateAggregationFunction, TemplateDateAggregationFunctionArgs        
- Count
- COUNT
- DistinctCount 
- DISTINCT_COUNT
- Min
- MIN
- Max
- MAX
- TemplateDate Aggregation Function Count 
- COUNT
- TemplateDate Aggregation Function Distinct Count 
- DISTINCT_COUNT
- TemplateDate Aggregation Function Min 
- MIN
- TemplateDate Aggregation Function Max 
- MAX
- Count
- COUNT
- DistinctCount 
- DISTINCT_COUNT
- Min
- MIN
- Max
- MAX
- Count
- COUNT
- DistinctCount 
- DISTINCT_COUNT
- Min
- MIN
- Max
- MAX
- COUNT
- COUNT
- DISTINCT_COUNT
- DISTINCT_COUNT
- MIN
- MIN
- MAX
- MAX
- "COUNT"
- COUNT
- "DISTINCT_COUNT"
- DISTINCT_COUNT
- "MIN"
- MIN
- "MAX"
- MAX
TemplateDateAxisOptions, TemplateDateAxisOptionsArgs        
- MissingDate objectVisibility 
- Determines whether or not missing dates are displayed.
- MissingDate interface{}Visibility 
- Determines whether or not missing dates are displayed.
- missingDate ObjectVisibility 
- Determines whether or not missing dates are displayed.
- missingDate anyVisibility 
- Determines whether or not missing dates are displayed.
- missing_date_ Anyvisibility 
- Determines whether or not missing dates are displayed.
- missingDate AnyVisibility 
- Determines whether or not missing dates are displayed.
TemplateDateDimensionField, TemplateDateDimensionFieldArgs        
- Column
Pulumi.Aws Native. Quick Sight. Inputs. Template Column Identifier 
- The column that is used in the DateDimensionField.
- FieldId string
- The custom field ID.
- DateGranularity Pulumi.Aws Native. Quick Sight. Template Time Granularity 
- The date granularity of the DateDimensionField. Choose one of the following options:- YEAR
- QUARTER
- MONTH
- WEEK
- DAY
- HOUR
- MINUTE
- SECOND
- MILLISECOND
 
- FormatConfiguration Pulumi.Aws Native. Quick Sight. Inputs. Template Date Time Format Configuration 
- The format configuration of the field.
- HierarchyId string
- The custom hierarchy ID.
- Column
TemplateColumn Identifier 
- The column that is used in the DateDimensionField.
- FieldId string
- The custom field ID.
- DateGranularity TemplateTime Granularity 
- The date granularity of the DateDimensionField. Choose one of the following options:- YEAR
- QUARTER
- MONTH
- WEEK
- DAY
- HOUR
- MINUTE
- SECOND
- MILLISECOND
 
- FormatConfiguration TemplateDate Time Format Configuration 
- The format configuration of the field.
- HierarchyId string
- The custom hierarchy ID.
- column
TemplateColumn Identifier 
- The column that is used in the DateDimensionField.
- fieldId String
- The custom field ID.
- dateGranularity TemplateTime Granularity 
- The date granularity of the DateDimensionField. Choose one of the following options:- YEAR
- QUARTER
- MONTH
- WEEK
- DAY
- HOUR
- MINUTE
- SECOND
- MILLISECOND
 
- formatConfiguration TemplateDate Time Format Configuration 
- The format configuration of the field.
- hierarchyId String
- The custom hierarchy ID.
- column
TemplateColumn Identifier 
- The column that is used in the DateDimensionField.
- fieldId string
- The custom field ID.
- dateGranularity TemplateTime Granularity 
- The date granularity of the DateDimensionField. Choose one of the following options:- YEAR
- QUARTER
- MONTH
- WEEK
- DAY
- HOUR
- MINUTE
- SECOND
- MILLISECOND
 
- formatConfiguration TemplateDate Time Format Configuration 
- The format configuration of the field.
- hierarchyId string
- The custom hierarchy ID.
- column
TemplateColumn Identifier 
- The column that is used in the DateDimensionField.
- field_id str
- The custom field ID.
- date_granularity TemplateTime Granularity 
- The date granularity of the DateDimensionField. Choose one of the following options:- YEAR
- QUARTER
- MONTH
- WEEK
- DAY
- HOUR
- MINUTE
- SECOND
- MILLISECOND
 
- format_configuration TemplateDate Time Format Configuration 
- The format configuration of the field.
- hierarchy_id str
- The custom hierarchy ID.
- column Property Map
- The column that is used in the DateDimensionField.
- fieldId String
- The custom field ID.
- dateGranularity "YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND"
- The date granularity of the DateDimensionField. Choose one of the following options:- YEAR
- QUARTER
- MONTH
- WEEK
- DAY
- HOUR
- MINUTE
- SECOND
- MILLISECOND
 
- formatConfiguration Property Map
- The format configuration of the field.
- hierarchyId String
- The custom hierarchy ID.
TemplateDateMeasureField, TemplateDateMeasureFieldArgs        
- Column
Pulumi.Aws Native. Quick Sight. Inputs. Template Column Identifier 
- The column that is used in the DateMeasureField.
- FieldId string
- The custom field ID.
- AggregationFunction Pulumi.Aws Native. Quick Sight. Template Date Aggregation Function 
- The aggregation function of the measure field.
- FormatConfiguration Pulumi.Aws Native. Quick Sight. Inputs. Template Date Time Format Configuration 
- The format configuration of the field.
- Column
TemplateColumn Identifier 
- The column that is used in the DateMeasureField.
- FieldId string
- The custom field ID.
- AggregationFunction TemplateDate Aggregation Function 
- The aggregation function of the measure field.
- FormatConfiguration TemplateDate Time Format Configuration 
- The format configuration of the field.
- column
TemplateColumn Identifier 
- The column that is used in the DateMeasureField.
- fieldId String
- The custom field ID.
- aggregationFunction TemplateDate Aggregation Function 
- The aggregation function of the measure field.
- formatConfiguration TemplateDate Time Format Configuration 
- The format configuration of the field.
- column
TemplateColumn Identifier 
- The column that is used in the DateMeasureField.
- fieldId string
- The custom field ID.
- aggregationFunction TemplateDate Aggregation Function 
- The aggregation function of the measure field.
- formatConfiguration TemplateDate Time Format Configuration 
- The format configuration of the field.
- column
TemplateColumn Identifier 
- The column that is used in the DateMeasureField.
- field_id str
- The custom field ID.
- aggregation_function TemplateDate Aggregation Function 
- The aggregation function of the measure field.
- format_configuration TemplateDate Time Format Configuration 
- The format configuration of the field.
- column Property Map
- The column that is used in the DateMeasureField.
- fieldId String
- The custom field ID.
- aggregationFunction "COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX"
- The aggregation function of the measure field.
- formatConfiguration Property Map
- The format configuration of the field.
TemplateDateTimeDefaultValues, TemplateDateTimeDefaultValuesArgs          
- DynamicValue Pulumi.Aws Native. Quick Sight. Inputs. Template Dynamic Default Value 
- The dynamic value of the DataTimeDefaultValues. Different defaults are displayed according to users, groups, and values mapping.
- RollingDate Pulumi.Aws Native. Quick Sight. Inputs. Template Rolling Date Configuration 
- The rolling date of the DataTimeDefaultValues. The date is determined from the dataset based on input expression.
- StaticValues List<string>
- The static values of the DataTimeDefaultValues.
- DynamicValue TemplateDynamic Default Value 
- The dynamic value of the DataTimeDefaultValues. Different defaults are displayed according to users, groups, and values mapping.
- RollingDate TemplateRolling Date Configuration 
- The rolling date of the DataTimeDefaultValues. The date is determined from the dataset based on input expression.
- StaticValues []string
- The static values of the DataTimeDefaultValues.
- dynamicValue TemplateDynamic Default Value 
- The dynamic value of the DataTimeDefaultValues. Different defaults are displayed according to users, groups, and values mapping.
- rollingDate TemplateRolling Date Configuration 
- The rolling date of the DataTimeDefaultValues. The date is determined from the dataset based on input expression.
- staticValues List<String>
- The static values of the DataTimeDefaultValues.
- dynamicValue TemplateDynamic Default Value 
- The dynamic value of the DataTimeDefaultValues. Different defaults are displayed according to users, groups, and values mapping.
- rollingDate TemplateRolling Date Configuration 
- The rolling date of the DataTimeDefaultValues. The date is determined from the dataset based on input expression.
- staticValues string[]
- The static values of the DataTimeDefaultValues.
- dynamic_value TemplateDynamic Default Value 
- The dynamic value of the DataTimeDefaultValues. Different defaults are displayed according to users, groups, and values mapping.
- rolling_date TemplateRolling Date Configuration 
- The rolling date of the DataTimeDefaultValues. The date is determined from the dataset based on input expression.
- static_values Sequence[str]
- The static values of the DataTimeDefaultValues.
- dynamicValue Property Map
- The dynamic value of the DataTimeDefaultValues. Different defaults are displayed according to users, groups, and values mapping.
- rollingDate Property Map
- The rolling date of the DataTimeDefaultValues. The date is determined from the dataset based on input expression.
- staticValues List<String>
- The static values of the DataTimeDefaultValues.
TemplateDateTimeFormatConfiguration, TemplateDateTimeFormatConfigurationArgs          
- DateTime stringFormat 
- Determines the DateTimeformat.
- NullValue Pulumi.Format Configuration Aws Native. Quick Sight. Inputs. Template Null Value Format Configuration 
- The options that determine the null value format configuration.
- NumericFormat Pulumi.Configuration Aws Native. Quick Sight. Inputs. Template Numeric Format Configuration 
- The formatting configuration for numeric DateTimefields.
- DateTime stringFormat 
- Determines the DateTimeformat.
- NullValue TemplateFormat Configuration Null Value Format Configuration 
- The options that determine the null value format configuration.
- NumericFormat TemplateConfiguration Numeric Format Configuration 
- The formatting configuration for numeric DateTimefields.
- dateTime StringFormat 
- Determines the DateTimeformat.
- nullValue TemplateFormat Configuration Null Value Format Configuration 
- The options that determine the null value format configuration.
- numericFormat TemplateConfiguration Numeric Format Configuration 
- The formatting configuration for numeric DateTimefields.
- dateTime stringFormat 
- Determines the DateTimeformat.
- nullValue TemplateFormat Configuration Null Value Format Configuration 
- The options that determine the null value format configuration.
- numericFormat TemplateConfiguration Numeric Format Configuration 
- The formatting configuration for numeric DateTimefields.
- date_time_ strformat 
- Determines the DateTimeformat.
- null_value_ Templateformat_ configuration Null Value Format Configuration 
- The options that determine the null value format configuration.
- numeric_format_ Templateconfiguration Numeric Format Configuration 
- The formatting configuration for numeric DateTimefields.
- dateTime StringFormat 
- Determines the DateTimeformat.
- nullValue Property MapFormat Configuration 
- The options that determine the null value format configuration.
- numericFormat Property MapConfiguration 
- The formatting configuration for numeric DateTimefields.
TemplateDateTimeHierarchy, TemplateDateTimeHierarchyArgs        
- HierarchyId string
- The hierarchy ID of the DateTimehierarchy.
- DrillDown List<Pulumi.Filters Aws Native. Quick Sight. Inputs. Template Drill Down Filter> 
- The option that determines the drill down filters for the DateTimehierarchy.
- HierarchyId string
- The hierarchy ID of the DateTimehierarchy.
- DrillDown []TemplateFilters Drill Down Filter 
- The option that determines the drill down filters for the DateTimehierarchy.
- hierarchyId String
- The hierarchy ID of the DateTimehierarchy.
- drillDown List<TemplateFilters Drill Down Filter> 
- The option that determines the drill down filters for the DateTimehierarchy.
- hierarchyId string
- The hierarchy ID of the DateTimehierarchy.
- drillDown TemplateFilters Drill Down Filter[] 
- The option that determines the drill down filters for the DateTimehierarchy.
- hierarchy_id str
- The hierarchy ID of the DateTimehierarchy.
- drill_down_ Sequence[Templatefilters Drill Down Filter] 
- The option that determines the drill down filters for the DateTimehierarchy.
- hierarchyId String
- The hierarchy ID of the DateTimehierarchy.
- drillDown List<Property Map>Filters 
- The option that determines the drill down filters for the DateTimehierarchy.
TemplateDateTimeParameterDeclaration, TemplateDateTimeParameterDeclarationArgs          
- Name string
- The name of the parameter that is being declared.
- DefaultValues Pulumi.Aws Native. Quick Sight. Inputs. Template Date Time Default Values 
- The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
- MappedData List<Pulumi.Set Parameters Aws Native. Quick Sight. Inputs. Template Mapped Data Set Parameter> 
- TimeGranularity Pulumi.Aws Native. Quick Sight. Template Time Granularity 
- The level of time precision that is used to aggregate DateTimevalues.
- ValueWhen Pulumi.Unset Aws Native. Quick Sight. Inputs. Template Date Time Value When Unset Configuration 
- The configuration that defines the default value of a DateTimeparameter when a value has not been set.
- Name string
- The name of the parameter that is being declared.
- DefaultValues TemplateDate Time Default Values 
- The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
- MappedData []TemplateSet Parameters Mapped Data Set Parameter 
- TimeGranularity TemplateTime Granularity 
- The level of time precision that is used to aggregate DateTimevalues.
- ValueWhen TemplateUnset Date Time Value When Unset Configuration 
- The configuration that defines the default value of a DateTimeparameter when a value has not been set.
- name String
- The name of the parameter that is being declared.
- defaultValues TemplateDate Time Default Values 
- The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
- mappedData List<TemplateSet Parameters Mapped Data Set Parameter> 
- timeGranularity TemplateTime Granularity 
- The level of time precision that is used to aggregate DateTimevalues.
- valueWhen TemplateUnset Date Time Value When Unset Configuration 
- The configuration that defines the default value of a DateTimeparameter when a value has not been set.
- name string
- The name of the parameter that is being declared.
- defaultValues TemplateDate Time Default Values 
- The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
- mappedData TemplateSet Parameters Mapped Data Set Parameter[] 
- timeGranularity TemplateTime Granularity 
- The level of time precision that is used to aggregate DateTimevalues.
- valueWhen TemplateUnset Date Time Value When Unset Configuration 
- The configuration that defines the default value of a DateTimeparameter when a value has not been set.
- name str
- The name of the parameter that is being declared.
- default_values TemplateDate Time Default Values 
- The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
- mapped_data_ Sequence[Templateset_ parameters Mapped Data Set Parameter] 
- time_granularity TemplateTime Granularity 
- The level of time precision that is used to aggregate DateTimevalues.
- value_when_ Templateunset Date Time Value When Unset Configuration 
- The configuration that defines the default value of a DateTimeparameter when a value has not been set.
- name String
- The name of the parameter that is being declared.
- defaultValues Property Map
- The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
- mappedData List<Property Map>Set Parameters 
- timeGranularity "YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND"
- The level of time precision that is used to aggregate DateTimevalues.
- valueWhen Property MapUnset 
- The configuration that defines the default value of a DateTimeparameter when a value has not been set.
TemplateDateTimePickerControlDisplayOptions, TemplateDateTimePickerControlDisplayOptionsArgs              
- DateIcon objectVisibility 
- The date icon visibility of the DateTimePickerControlDisplayOptions.
- DateTime stringFormat 
- Customize how dates are formatted in controls.
- HelperText objectVisibility 
- The helper text visibility of the DateTimePickerControlDisplayOptions.
- InfoIcon Pulumi.Label Options Aws Native. Quick Sight. Inputs. Template Sheet Control Info Icon Label Options 
- The configuration of info icon label options.
- TitleOptions Pulumi.Aws Native. Quick Sight. Inputs. Template Label Options 
- The options to configure the title visibility, name, and font size.
- DateIcon interface{}Visibility 
- The date icon visibility of the DateTimePickerControlDisplayOptions.
- DateTime stringFormat 
- Customize how dates are formatted in controls.
- HelperText interface{}Visibility 
- The helper text visibility of the DateTimePickerControlDisplayOptions.
- InfoIcon TemplateLabel Options Sheet Control Info Icon Label Options 
- The configuration of info icon label options.
- TitleOptions TemplateLabel Options 
- The options to configure the title visibility, name, and font size.
- dateIcon ObjectVisibility 
- The date icon visibility of the DateTimePickerControlDisplayOptions.
- dateTime StringFormat 
- Customize how dates are formatted in controls.
- helperText ObjectVisibility 
- The helper text visibility of the DateTimePickerControlDisplayOptions.
- infoIcon TemplateLabel Options Sheet Control Info Icon Label Options 
- The configuration of info icon label options.
- titleOptions TemplateLabel Options 
- The options to configure the title visibility, name, and font size.
- dateIcon anyVisibility 
- The date icon visibility of the DateTimePickerControlDisplayOptions.
- dateTime stringFormat 
- Customize how dates are formatted in controls.
- helperText anyVisibility 
- The helper text visibility of the DateTimePickerControlDisplayOptions.
- infoIcon TemplateLabel Options Sheet Control Info Icon Label Options 
- The configuration of info icon label options.
- titleOptions TemplateLabel Options 
- The options to configure the title visibility, name, and font size.
- date_icon_ Anyvisibility 
- The date icon visibility of the DateTimePickerControlDisplayOptions.
- date_time_ strformat 
- Customize how dates are formatted in controls.
- helper_text_ Anyvisibility 
- The helper text visibility of the DateTimePickerControlDisplayOptions.
- info_icon_ Templatelabel_ options Sheet Control Info Icon Label Options 
- The configuration of info icon label options.
- title_options TemplateLabel Options 
- The options to configure the title visibility, name, and font size.
- dateIcon AnyVisibility 
- The date icon visibility of the DateTimePickerControlDisplayOptions.
- dateTime StringFormat 
- Customize how dates are formatted in controls.
- helperText AnyVisibility 
- The helper text visibility of the DateTimePickerControlDisplayOptions.
- infoIcon Property MapLabel Options 
- The configuration of info icon label options.
- titleOptions Property Map
- The options to configure the title visibility, name, and font size.
TemplateDateTimeValueWhenUnsetConfiguration, TemplateDateTimeValueWhenUnsetConfigurationArgs              
- CustomValue string
- A custom value that's used when the value of a parameter isn't set.
- ValueWhen Pulumi.Unset Option Aws Native. Quick Sight. Template Value When Unset Option 
- The built-in options for default values. The value can be one of the following:- RECOMMENDED: The recommended value.
- NULL: The- NULLvalue.
 
- CustomValue string
- A custom value that's used when the value of a parameter isn't set.
- ValueWhen TemplateUnset Option Value When Unset Option 
- The built-in options for default values. The value can be one of the following:- RECOMMENDED: The recommended value.
- NULL: The- NULLvalue.
 
- customValue String
- A custom value that's used when the value of a parameter isn't set.
- valueWhen TemplateUnset Option Value When Unset Option 
- The built-in options for default values. The value can be one of the following:- RECOMMENDED: The recommended value.
- NULL: The- NULLvalue.
 
- customValue string
- A custom value that's used when the value of a parameter isn't set.
- valueWhen TemplateUnset Option Value When Unset Option 
- The built-in options for default values. The value can be one of the following:- RECOMMENDED: The recommended value.
- NULL: The- NULLvalue.
 
- custom_value str
- A custom value that's used when the value of a parameter isn't set.
- value_when_ Templateunset_ option Value When Unset Option 
- The built-in options for default values. The value can be one of the following:- RECOMMENDED: The recommended value.
- NULL: The- NULLvalue.
 
- customValue String
- A custom value that's used when the value of a parameter isn't set.
- valueWhen "RECOMMENDED_VALUE" | "NULL"Unset Option 
- The built-in options for default values. The value can be one of the following:- RECOMMENDED: The recommended value.
- NULL: The- NULLvalue.
 
TemplateDayOfTheWeek, TemplateDayOfTheWeekArgs          
- Sunday
- SUNDAY
- Monday
- MONDAY
- Tuesday
- TUESDAY
- Wednesday
- WEDNESDAY
- Thursday
- THURSDAY
- Friday
- FRIDAY
- Saturday
- SATURDAY
- TemplateDay Of The Week Sunday 
- SUNDAY
- TemplateDay Of The Week Monday 
- MONDAY
- TemplateDay Of The Week Tuesday 
- TUESDAY
- TemplateDay Of The Week Wednesday 
- WEDNESDAY
- TemplateDay Of The Week Thursday 
- THURSDAY
- TemplateDay Of The Week Friday 
- FRIDAY
- TemplateDay Of The Week Saturday 
- SATURDAY
- Sunday
- SUNDAY
- Monday
- MONDAY
- Tuesday
- TUESDAY
- Wednesday
- WEDNESDAY
- Thursday
- THURSDAY
- Friday
- FRIDAY
- Saturday
- SATURDAY
- Sunday
- SUNDAY
- Monday
- MONDAY
- Tuesday
- TUESDAY
- Wednesday
- WEDNESDAY
- Thursday
- THURSDAY
- Friday
- FRIDAY
- Saturday
- SATURDAY
- SUNDAY
- SUNDAY
- MONDAY
- MONDAY
- TUESDAY
- TUESDAY
- WEDNESDAY
- WEDNESDAY
- THURSDAY
- THURSDAY
- FRIDAY
- FRIDAY
- SATURDAY
- SATURDAY
- "SUNDAY"
- SUNDAY
- "MONDAY"
- MONDAY
- "TUESDAY"
- TUESDAY
- "WEDNESDAY"
- WEDNESDAY
- "THURSDAY"
- THURSDAY
- "FRIDAY"
- FRIDAY
- "SATURDAY"
- SATURDAY
TemplateDecimalDefaultValues, TemplateDecimalDefaultValuesArgs        
- DynamicValue Pulumi.Aws Native. Quick Sight. Inputs. Template Dynamic Default Value 
- The dynamic value of the DecimalDefaultValues. Different defaults are displayed according to users, groups, and values mapping.
- StaticValues List<double>
- The static values of the DecimalDefaultValues.
- DynamicValue TemplateDynamic Default Value 
- The dynamic value of the DecimalDefaultValues. Different defaults are displayed according to users, groups, and values mapping.
- StaticValues []float64
- The static values of the DecimalDefaultValues.
- dynamicValue TemplateDynamic Default Value 
- The dynamic value of the DecimalDefaultValues. Different defaults are displayed according to users, groups, and values mapping.
- staticValues List<Double>
- The static values of the DecimalDefaultValues.
- dynamicValue TemplateDynamic Default Value 
- The dynamic value of the DecimalDefaultValues. Different defaults are displayed according to users, groups, and values mapping.
- staticValues number[]
- The static values of the DecimalDefaultValues.
- dynamic_value TemplateDynamic Default Value 
- The dynamic value of the DecimalDefaultValues. Different defaults are displayed according to users, groups, and values mapping.
- static_values Sequence[float]
- The static values of the DecimalDefaultValues.
- dynamicValue Property Map
- The dynamic value of the DecimalDefaultValues. Different defaults are displayed according to users, groups, and values mapping.
- staticValues List<Number>
- The static values of the DecimalDefaultValues.
TemplateDecimalParameterDeclaration, TemplateDecimalParameterDeclarationArgs        
- Name string
- The name of the parameter that is being declared.
- ParameterValue Pulumi.Type Aws Native. Quick Sight. Template Parameter Value Type 
- The value type determines whether the parameter is a single-value or multi-value parameter.
- DefaultValues Pulumi.Aws Native. Quick Sight. Inputs. Template Decimal Default Values 
- The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
- MappedData List<Pulumi.Set Parameters Aws Native. Quick Sight. Inputs. Template Mapped Data Set Parameter> 
- ValueWhen Pulumi.Unset Aws Native. Quick Sight. Inputs. Template Decimal Value When Unset Configuration 
- The configuration that defines the default value of a Decimalparameter when a value has not been set.
- Name string
- The name of the parameter that is being declared.
- ParameterValue TemplateType Parameter Value Type 
- The value type determines whether the parameter is a single-value or multi-value parameter.
- DefaultValues TemplateDecimal Default Values 
- The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
- MappedData []TemplateSet Parameters Mapped Data Set Parameter 
- ValueWhen TemplateUnset Decimal Value When Unset Configuration 
- The configuration that defines the default value of a Decimalparameter when a value has not been set.
- name String
- The name of the parameter that is being declared.
- parameterValue TemplateType Parameter Value Type 
- The value type determines whether the parameter is a single-value or multi-value parameter.
- defaultValues TemplateDecimal Default Values 
- The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
- mappedData List<TemplateSet Parameters Mapped Data Set Parameter> 
- valueWhen TemplateUnset Decimal Value When Unset Configuration 
- The configuration that defines the default value of a Decimalparameter when a value has not been set.
- name string
- The name of the parameter that is being declared.
- parameterValue TemplateType Parameter Value Type 
- The value type determines whether the parameter is a single-value or multi-value parameter.
- defaultValues TemplateDecimal Default Values 
- The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
- mappedData TemplateSet Parameters Mapped Data Set Parameter[] 
- valueWhen TemplateUnset Decimal Value When Unset Configuration 
- The configuration that defines the default value of a Decimalparameter when a value has not been set.
- name str
- The name of the parameter that is being declared.
- parameter_value_ Templatetype Parameter Value Type 
- The value type determines whether the parameter is a single-value or multi-value parameter.
- default_values TemplateDecimal Default Values 
- The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
- mapped_data_ Sequence[Templateset_ parameters Mapped Data Set Parameter] 
- value_when_ Templateunset Decimal Value When Unset Configuration 
- The configuration that defines the default value of a Decimalparameter when a value has not been set.
- name String
- The name of the parameter that is being declared.
- parameterValue "MULTI_VALUED" | "SINGLE_VALUED"Type 
- The value type determines whether the parameter is a single-value or multi-value parameter.
- defaultValues Property Map
- The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
- mappedData List<Property Map>Set Parameters 
- valueWhen Property MapUnset 
- The configuration that defines the default value of a Decimalparameter when a value has not been set.
TemplateDecimalPlacesConfiguration, TemplateDecimalPlacesConfigurationArgs        
- DecimalPlaces double
- The values of the decimal places.
- DecimalPlaces float64
- The values of the decimal places.
- decimalPlaces Double
- The values of the decimal places.
- decimalPlaces number
- The values of the decimal places.
- decimal_places float
- The values of the decimal places.
- decimalPlaces Number
- The values of the decimal places.
TemplateDecimalValueWhenUnsetConfiguration, TemplateDecimalValueWhenUnsetConfigurationArgs            
- CustomValue double
- A custom value that's used when the value of a parameter isn't set.
- ValueWhen Pulumi.Unset Option Aws Native. Quick Sight. Template Value When Unset Option 
- The built-in options for default values. The value can be one of the following:- RECOMMENDED: The recommended value.
- NULL: The- NULLvalue.
 
- CustomValue float64
- A custom value that's used when the value of a parameter isn't set.
- ValueWhen TemplateUnset Option Value When Unset Option 
- The built-in options for default values. The value can be one of the following:- RECOMMENDED: The recommended value.
- NULL: The- NULLvalue.
 
- customValue Double
- A custom value that's used when the value of a parameter isn't set.
- valueWhen TemplateUnset Option Value When Unset Option 
- The built-in options for default values. The value can be one of the following:- RECOMMENDED: The recommended value.
- NULL: The- NULLvalue.
 
- customValue number
- A custom value that's used when the value of a parameter isn't set.
- valueWhen TemplateUnset Option Value When Unset Option 
- The built-in options for default values. The value can be one of the following:- RECOMMENDED: The recommended value.
- NULL: The- NULLvalue.
 
- custom_value float
- A custom value that's used when the value of a parameter isn't set.
- value_when_ Templateunset_ option Value When Unset Option 
- The built-in options for default values. The value can be one of the following:- RECOMMENDED: The recommended value.
- NULL: The- NULLvalue.
 
- customValue Number
- A custom value that's used when the value of a parameter isn't set.
- valueWhen "RECOMMENDED_VALUE" | "NULL"Unset Option 
- The built-in options for default values. The value can be one of the following:- RECOMMENDED: The recommended value.
- NULL: The- NULLvalue.
 
TemplateDefaultDateTimePickerControlOptions, TemplateDefaultDateTimePickerControlOptionsArgs              
- CommitMode Pulumi.Aws Native. Quick Sight. Template Commit Mode 
- The visibility configuration of the Apply button on a DateTimePickerControl.
- DisplayOptions Pulumi.Aws Native. Quick Sight. Inputs. Template Date Time Picker Control Display Options 
- The display options of a control.
- Type
Pulumi.Aws Native. Quick Sight. Template Sheet Control Date Time Picker Type 
- The date time picker type of the DefaultDateTimePickerControlOptions. Choose one of the following options:- SINGLE_VALUED: The filter condition is a fixed date.
- DATE_RANGE: The filter condition is a date time range.
 
- CommitMode TemplateCommit Mode 
- The visibility configuration of the Apply button on a DateTimePickerControl.
- DisplayOptions TemplateDate Time Picker Control Display Options 
- The display options of a control.
- Type
TemplateSheet Control Date Time Picker Type 
- The date time picker type of the DefaultDateTimePickerControlOptions. Choose one of the following options:- SINGLE_VALUED: The filter condition is a fixed date.
- DATE_RANGE: The filter condition is a date time range.
 
- commitMode TemplateCommit Mode 
- The visibility configuration of the Apply button on a DateTimePickerControl.
- displayOptions TemplateDate Time Picker Control Display Options 
- The display options of a control.
- type
TemplateSheet Control Date Time Picker Type 
- The date time picker type of the DefaultDateTimePickerControlOptions. Choose one of the following options:- SINGLE_VALUED: The filter condition is a fixed date.
- DATE_RANGE: The filter condition is a date time range.
 
- commitMode TemplateCommit Mode 
- The visibility configuration of the Apply button on a DateTimePickerControl.
- displayOptions TemplateDate Time Picker Control Display Options 
- The display options of a control.
- type
TemplateSheet Control Date Time Picker Type 
- The date time picker type of the DefaultDateTimePickerControlOptions. Choose one of the following options:- SINGLE_VALUED: The filter condition is a fixed date.
- DATE_RANGE: The filter condition is a date time range.
 
- commit_mode TemplateCommit Mode 
- The visibility configuration of the Apply button on a DateTimePickerControl.
- display_options TemplateDate Time Picker Control Display Options 
- The display options of a control.
- type
TemplateSheet Control Date Time Picker Type 
- The date time picker type of the DefaultDateTimePickerControlOptions. Choose one of the following options:- SINGLE_VALUED: The filter condition is a fixed date.
- DATE_RANGE: The filter condition is a date time range.
 
- commitMode "AUTO" | "MANUAL"
- The visibility configuration of the Apply button on a DateTimePickerControl.
- displayOptions Property Map
- The display options of a control.
- type "SINGLE_VALUED" | "DATE_RANGE"
- The date time picker type of the DefaultDateTimePickerControlOptions. Choose one of the following options:- SINGLE_VALUED: The filter condition is a fixed date.
- DATE_RANGE: The filter condition is a date time range.
 
TemplateDefaultFilterControlConfiguration, TemplateDefaultFilterControlConfigurationArgs          
- ControlOptions Pulumi.Aws Native. Quick Sight. Inputs. Template Default Filter Control Options 
- The control option for the DefaultFilterControlConfiguration.
- Title string
- The title of the DefaultFilterControlConfiguration. This title is shared by all controls that are tied to this filter.
- ControlOptions TemplateDefault Filter Control Options 
- The control option for the DefaultFilterControlConfiguration.
- Title string
- The title of the DefaultFilterControlConfiguration. This title is shared by all controls that are tied to this filter.
- controlOptions TemplateDefault Filter Control Options 
- The control option for the DefaultFilterControlConfiguration.
- title String
- The title of the DefaultFilterControlConfiguration. This title is shared by all controls that are tied to this filter.
- controlOptions TemplateDefault Filter Control Options 
- The control option for the DefaultFilterControlConfiguration.
- title string
- The title of the DefaultFilterControlConfiguration. This title is shared by all controls that are tied to this filter.
- control_options TemplateDefault Filter Control Options 
- The control option for the DefaultFilterControlConfiguration.
- title str
- The title of the DefaultFilterControlConfiguration. This title is shared by all controls that are tied to this filter.
- controlOptions Property Map
- The control option for the DefaultFilterControlConfiguration.
- title String
- The title of the DefaultFilterControlConfiguration. This title is shared by all controls that are tied to this filter.
TemplateDefaultFilterControlOptions, TemplateDefaultFilterControlOptionsArgs          
- DefaultDate Pulumi.Time Picker Options Aws Native. Quick Sight. Inputs. Template Default Date Time Picker Control Options 
- The default options that correspond to the filter control type of a DateTimePicker.
- DefaultDropdown Pulumi.Options Aws Native. Quick Sight. Inputs. Template Default Filter Drop Down Control Options 
- The default options that correspond to the Dropdownfilter control type.
- DefaultList Pulumi.Options Aws Native. Quick Sight. Inputs. Template Default Filter List Control Options 
- The default options that correspond to the Listfilter control type.
- DefaultRelative Pulumi.Date Time Options Aws Native. Quick Sight. Inputs. Template Default Relative Date Time Control Options 
- The default options that correspond to the RelativeDateTimefilter control type.
- DefaultSlider Pulumi.Options Aws Native. Quick Sight. Inputs. Template Default Slider Control Options 
- The default options that correspond to the Sliderfilter control type.
- DefaultText Pulumi.Area Options Aws Native. Quick Sight. Inputs. Template Default Text Area Control Options 
- The default options that correspond to the TextAreafilter control type.
- DefaultText Pulumi.Field Options Aws Native. Quick Sight. Inputs. Template Default Text Field Control Options 
- The default options that correspond to the TextFieldfilter control type.
- DefaultDate TemplateTime Picker Options Default Date Time Picker Control Options 
- The default options that correspond to the filter control type of a DateTimePicker.
- DefaultDropdown TemplateOptions Default Filter Drop Down Control Options 
- The default options that correspond to the Dropdownfilter control type.
- DefaultList TemplateOptions Default Filter List Control Options 
- The default options that correspond to the Listfilter control type.
- DefaultRelative TemplateDate Time Options Default Relative Date Time Control Options 
- The default options that correspond to the RelativeDateTimefilter control type.
- DefaultSlider TemplateOptions Default Slider Control Options 
- The default options that correspond to the Sliderfilter control type.
- DefaultText TemplateArea Options Default Text Area Control Options 
- The default options that correspond to the TextAreafilter control type.
- DefaultText TemplateField Options Default Text Field Control Options 
- The default options that correspond to the TextFieldfilter control type.
- defaultDate TemplateTime Picker Options Default Date Time Picker Control Options 
- The default options that correspond to the filter control type of a DateTimePicker.
- defaultDropdown TemplateOptions Default Filter Drop Down Control Options 
- The default options that correspond to the Dropdownfilter control type.
- defaultList TemplateOptions Default Filter List Control Options 
- The default options that correspond to the Listfilter control type.
- defaultRelative TemplateDate Time Options Default Relative Date Time Control Options 
- The default options that correspond to the RelativeDateTimefilter control type.
- defaultSlider TemplateOptions Default Slider Control Options 
- The default options that correspond to the Sliderfilter control type.
- defaultText TemplateArea Options Default Text Area Control Options 
- The default options that correspond to the TextAreafilter control type.
- defaultText TemplateField Options Default Text Field Control Options 
- The default options that correspond to the TextFieldfilter control type.
- defaultDate TemplateTime Picker Options Default Date Time Picker Control Options 
- The default options that correspond to the filter control type of a DateTimePicker.
- defaultDropdown TemplateOptions Default Filter Drop Down Control Options 
- The default options that correspond to the Dropdownfilter control type.
- defaultList TemplateOptions Default Filter List Control Options 
- The default options that correspond to the Listfilter control type.
- defaultRelative TemplateDate Time Options Default Relative Date Time Control Options 
- The default options that correspond to the RelativeDateTimefilter control type.
- defaultSlider TemplateOptions Default Slider Control Options 
- The default options that correspond to the Sliderfilter control type.
- defaultText TemplateArea Options Default Text Area Control Options 
- The default options that correspond to the TextAreafilter control type.
- defaultText TemplateField Options Default Text Field Control Options 
- The default options that correspond to the TextFieldfilter control type.
- default_date_ Templatetime_ picker_ options Default Date Time Picker Control Options 
- The default options that correspond to the filter control type of a DateTimePicker.
- default_dropdown_ Templateoptions Default Filter Drop Down Control Options 
- The default options that correspond to the Dropdownfilter control type.
- default_list_ Templateoptions Default Filter List Control Options 
- The default options that correspond to the Listfilter control type.
- default_relative_ Templatedate_ time_ options Default Relative Date Time Control Options 
- The default options that correspond to the RelativeDateTimefilter control type.
- default_slider_ Templateoptions Default Slider Control Options 
- The default options that correspond to the Sliderfilter control type.
- default_text_ Templatearea_ options Default Text Area Control Options 
- The default options that correspond to the TextAreafilter control type.
- default_text_ Templatefield_ options Default Text Field Control Options 
- The default options that correspond to the TextFieldfilter control type.
- defaultDate Property MapTime Picker Options 
- The default options that correspond to the filter control type of a DateTimePicker.
- defaultDropdown Property MapOptions 
- The default options that correspond to the Dropdownfilter control type.
- defaultList Property MapOptions 
- The default options that correspond to the Listfilter control type.
- defaultRelative Property MapDate Time Options 
- The default options that correspond to the RelativeDateTimefilter control type.
- defaultSlider Property MapOptions 
- The default options that correspond to the Sliderfilter control type.
- defaultText Property MapArea Options 
- The default options that correspond to the TextAreafilter control type.
- defaultText Property MapField Options 
- The default options that correspond to the TextFieldfilter control type.
TemplateDefaultFilterDropDownControlOptions, TemplateDefaultFilterDropDownControlOptionsArgs              
- CommitMode Pulumi.Aws Native. Quick Sight. Template Commit Mode 
- The visibility configuration of the Apply button on a FilterDropDownControl.
- DisplayOptions Pulumi.Aws Native. Quick Sight. Inputs. Template Drop Down Control Display Options 
- The display options of a control.
- SelectableValues Pulumi.Aws Native. Quick Sight. Inputs. Template Filter Selectable Values 
- A list of selectable values that are used in a control.
- Type
Pulumi.Aws Native. Quick Sight. Template Sheet Control List Type 
- The type of the FilterDropDownControl. Choose one of the following options:- MULTI_SELECT: The user can select multiple entries from a dropdown menu.
- SINGLE_SELECT: The user can select a single entry from a dropdown menu.
 
- CommitMode TemplateCommit Mode 
- The visibility configuration of the Apply button on a FilterDropDownControl.
- DisplayOptions TemplateDrop Down Control Display Options 
- The display options of a control.
- SelectableValues TemplateFilter Selectable Values 
- A list of selectable values that are used in a control.
- Type
TemplateSheet Control List Type 
- The type of the FilterDropDownControl. Choose one of the following options:- MULTI_SELECT: The user can select multiple entries from a dropdown menu.
- SINGLE_SELECT: The user can select a single entry from a dropdown menu.
 
- commitMode TemplateCommit Mode 
- The visibility configuration of the Apply button on a FilterDropDownControl.
- displayOptions TemplateDrop Down Control Display Options 
- The display options of a control.
- selectableValues TemplateFilter Selectable Values 
- A list of selectable values that are used in a control.
- type
TemplateSheet Control List Type 
- The type of the FilterDropDownControl. Choose one of the following options:- MULTI_SELECT: The user can select multiple entries from a dropdown menu.
- SINGLE_SELECT: The user can select a single entry from a dropdown menu.
 
- commitMode TemplateCommit Mode 
- The visibility configuration of the Apply button on a FilterDropDownControl.
- displayOptions TemplateDrop Down Control Display Options 
- The display options of a control.
- selectableValues TemplateFilter Selectable Values 
- A list of selectable values that are used in a control.
- type
TemplateSheet Control List Type 
- The type of the FilterDropDownControl. Choose one of the following options:- MULTI_SELECT: The user can select multiple entries from a dropdown menu.
- SINGLE_SELECT: The user can select a single entry from a dropdown menu.
 
- commit_mode TemplateCommit Mode 
- The visibility configuration of the Apply button on a FilterDropDownControl.
- display_options TemplateDrop Down Control Display Options 
- The display options of a control.
- selectable_values TemplateFilter Selectable Values 
- A list of selectable values that are used in a control.
- type
TemplateSheet Control List Type 
- The type of the FilterDropDownControl. Choose one of the following options:- MULTI_SELECT: The user can select multiple entries from a dropdown menu.
- SINGLE_SELECT: The user can select a single entry from a dropdown menu.
 
- commitMode "AUTO" | "MANUAL"
- The visibility configuration of the Apply button on a FilterDropDownControl.
- displayOptions Property Map
- The display options of a control.
- selectableValues Property Map
- A list of selectable values that are used in a control.
- type "MULTI_SELECT" | "SINGLE_SELECT"
- The type of the FilterDropDownControl. Choose one of the following options:- MULTI_SELECT: The user can select multiple entries from a dropdown menu.
- SINGLE_SELECT: The user can select a single entry from a dropdown menu.
 
TemplateDefaultFilterListControlOptions, TemplateDefaultFilterListControlOptionsArgs            
- DisplayOptions Pulumi.Aws Native. Quick Sight. Inputs. Template List Control Display Options 
- The display options of a control.
- SelectableValues Pulumi.Aws Native. Quick Sight. Inputs. Template Filter Selectable Values 
- A list of selectable values that are used in a control.
- Type
Pulumi.Aws Native. Quick Sight. Template Sheet Control List Type 
- The type of the DefaultFilterListControlOptions. Choose one of the following options:- MULTI_SELECT: The user can select multiple entries from the list.
- SINGLE_SELECT: The user can select a single entry from the list.
 
- DisplayOptions TemplateList Control Display Options 
- The display options of a control.
- SelectableValues TemplateFilter Selectable Values 
- A list of selectable values that are used in a control.
- Type
TemplateSheet Control List Type 
- The type of the DefaultFilterListControlOptions. Choose one of the following options:- MULTI_SELECT: The user can select multiple entries from the list.
- SINGLE_SELECT: The user can select a single entry from the list.
 
- displayOptions TemplateList Control Display Options 
- The display options of a control.
- selectableValues TemplateFilter Selectable Values 
- A list of selectable values that are used in a control.
- type
TemplateSheet Control List Type 
- The type of the DefaultFilterListControlOptions. Choose one of the following options:- MULTI_SELECT: The user can select multiple entries from the list.
- SINGLE_SELECT: The user can select a single entry from the list.
 
- displayOptions TemplateList Control Display Options 
- The display options of a control.
- selectableValues TemplateFilter Selectable Values 
- A list of selectable values that are used in a control.
- type
TemplateSheet Control List Type 
- The type of the DefaultFilterListControlOptions. Choose one of the following options:- MULTI_SELECT: The user can select multiple entries from the list.
- SINGLE_SELECT: The user can select a single entry from the list.
 
- display_options TemplateList Control Display Options 
- The display options of a control.
- selectable_values TemplateFilter Selectable Values 
- A list of selectable values that are used in a control.
- type
TemplateSheet Control List Type 
- The type of the DefaultFilterListControlOptions. Choose one of the following options:- MULTI_SELECT: The user can select multiple entries from the list.
- SINGLE_SELECT: The user can select a single entry from the list.
 
- displayOptions Property Map
- The display options of a control.
- selectableValues Property Map
- A list of selectable values that are used in a control.
- type "MULTI_SELECT" | "SINGLE_SELECT"
- The type of the DefaultFilterListControlOptions. Choose one of the following options:- MULTI_SELECT: The user can select multiple entries from the list.
- SINGLE_SELECT: The user can select a single entry from the list.
 
TemplateDefaultFreeFormLayoutConfiguration, TemplateDefaultFreeFormLayoutConfigurationArgs            
- CanvasSize Pulumi.Options Aws Native. Quick Sight. Inputs. Template Free Form Layout Canvas Size Options 
- Determines the screen canvas size options for a free-form layout.
- CanvasSize TemplateOptions Free Form Layout Canvas Size Options 
- Determines the screen canvas size options for a free-form layout.
- canvasSize TemplateOptions Free Form Layout Canvas Size Options 
- Determines the screen canvas size options for a free-form layout.
- canvasSize TemplateOptions Free Form Layout Canvas Size Options 
- Determines the screen canvas size options for a free-form layout.
- canvas_size_ Templateoptions Free Form Layout Canvas Size Options 
- Determines the screen canvas size options for a free-form layout.
- canvasSize Property MapOptions 
- Determines the screen canvas size options for a free-form layout.
TemplateDefaultGridLayoutConfiguration, TemplateDefaultGridLayoutConfigurationArgs          
- CanvasSize Pulumi.Options Aws Native. Quick Sight. Inputs. Template Grid Layout Canvas Size Options 
- Determines the screen canvas size options for a grid layout.
- CanvasSize TemplateOptions Grid Layout Canvas Size Options 
- Determines the screen canvas size options for a grid layout.
- canvasSize TemplateOptions Grid Layout Canvas Size Options 
- Determines the screen canvas size options for a grid layout.
- canvasSize TemplateOptions Grid Layout Canvas Size Options 
- Determines the screen canvas size options for a grid layout.
- canvas_size_ Templateoptions Grid Layout Canvas Size Options 
- Determines the screen canvas size options for a grid layout.
- canvasSize Property MapOptions 
- Determines the screen canvas size options for a grid layout.
TemplateDefaultInteractiveLayoutConfiguration, TemplateDefaultInteractiveLayoutConfigurationArgs          
- FreeForm Pulumi.Aws Native. Quick Sight. Inputs. Template Default Free Form Layout Configuration 
- The options that determine the default settings of a free-form layout configuration.
- Grid
Pulumi.Aws Native. Quick Sight. Inputs. Template Default Grid Layout Configuration 
- The options that determine the default settings for a grid layout configuration.
- FreeForm TemplateDefault Free Form Layout Configuration 
- The options that determine the default settings of a free-form layout configuration.
- Grid
TemplateDefault Grid Layout Configuration 
- The options that determine the default settings for a grid layout configuration.
- freeForm TemplateDefault Free Form Layout Configuration 
- The options that determine the default settings of a free-form layout configuration.
- grid
TemplateDefault Grid Layout Configuration 
- The options that determine the default settings for a grid layout configuration.
- freeForm TemplateDefault Free Form Layout Configuration 
- The options that determine the default settings of a free-form layout configuration.
- grid
TemplateDefault Grid Layout Configuration 
- The options that determine the default settings for a grid layout configuration.
- free_form TemplateDefault Free Form Layout Configuration 
- The options that determine the default settings of a free-form layout configuration.
- grid
TemplateDefault Grid Layout Configuration 
- The options that determine the default settings for a grid layout configuration.
- freeForm Property Map
- The options that determine the default settings of a free-form layout configuration.
- grid Property Map
- The options that determine the default settings for a grid layout configuration.
TemplateDefaultNewSheetConfiguration, TemplateDefaultNewSheetConfigurationArgs          
- InteractiveLayout Pulumi.Configuration Aws Native. Quick Sight. Inputs. Template Default Interactive Layout Configuration 
- The options that determine the default settings for interactive layout configuration.
- PaginatedLayout Pulumi.Configuration Aws Native. Quick Sight. Inputs. Template Default Paginated Layout Configuration 
- The options that determine the default settings for a paginated layout configuration.
- SheetContent Pulumi.Type Aws Native. Quick Sight. Template Sheet Content Type 
- The option that determines the sheet content type.
- InteractiveLayout TemplateConfiguration Default Interactive Layout Configuration 
- The options that determine the default settings for interactive layout configuration.
- PaginatedLayout TemplateConfiguration Default Paginated Layout Configuration 
- The options that determine the default settings for a paginated layout configuration.
- SheetContent TemplateType Sheet Content Type 
- The option that determines the sheet content type.
- interactiveLayout TemplateConfiguration Default Interactive Layout Configuration 
- The options that determine the default settings for interactive layout configuration.
- paginatedLayout TemplateConfiguration Default Paginated Layout Configuration 
- The options that determine the default settings for a paginated layout configuration.
- sheetContent TemplateType Sheet Content Type 
- The option that determines the sheet content type.
- interactiveLayout TemplateConfiguration Default Interactive Layout Configuration 
- The options that determine the default settings for interactive layout configuration.
- paginatedLayout TemplateConfiguration Default Paginated Layout Configuration 
- The options that determine the default settings for a paginated layout configuration.
- sheetContent TemplateType Sheet Content Type 
- The option that determines the sheet content type.
- interactive_layout_ Templateconfiguration Default Interactive Layout Configuration 
- The options that determine the default settings for interactive layout configuration.
- paginated_layout_ Templateconfiguration Default Paginated Layout Configuration 
- The options that determine the default settings for a paginated layout configuration.
- sheet_content_ Templatetype Sheet Content Type 
- The option that determines the sheet content type.
- interactiveLayout Property MapConfiguration 
- The options that determine the default settings for interactive layout configuration.
- paginatedLayout Property MapConfiguration 
- The options that determine the default settings for a paginated layout configuration.
- sheetContent "PAGINATED" | "INTERACTIVE"Type 
- The option that determines the sheet content type.
TemplateDefaultPaginatedLayoutConfiguration, TemplateDefaultPaginatedLayoutConfigurationArgs          
- SectionBased Pulumi.Aws Native. Quick Sight. Inputs. Template Default Section Based Layout Configuration 
- The options that determine the default settings for a section-based layout configuration.
- SectionBased TemplateDefault Section Based Layout Configuration 
- The options that determine the default settings for a section-based layout configuration.
- sectionBased TemplateDefault Section Based Layout Configuration 
- The options that determine the default settings for a section-based layout configuration.
- sectionBased TemplateDefault Section Based Layout Configuration 
- The options that determine the default settings for a section-based layout configuration.
- section_based TemplateDefault Section Based Layout Configuration 
- The options that determine the default settings for a section-based layout configuration.
- sectionBased Property Map
- The options that determine the default settings for a section-based layout configuration.
TemplateDefaultRelativeDateTimeControlOptions, TemplateDefaultRelativeDateTimeControlOptionsArgs              
- CommitMode Pulumi.Aws Native. Quick Sight. Template Commit Mode 
- The visibility configuration of the Apply button on a RelativeDateTimeControl.
- DisplayOptions Pulumi.Aws Native. Quick Sight. Inputs. Template Relative Date Time Control Display Options 
- The display options of a control.
- CommitMode TemplateCommit Mode 
- The visibility configuration of the Apply button on a RelativeDateTimeControl.
- DisplayOptions TemplateRelative Date Time Control Display Options 
- The display options of a control.
- commitMode TemplateCommit Mode 
- The visibility configuration of the Apply button on a RelativeDateTimeControl.
- displayOptions TemplateRelative Date Time Control Display Options 
- The display options of a control.
- commitMode TemplateCommit Mode 
- The visibility configuration of the Apply button on a RelativeDateTimeControl.
- displayOptions TemplateRelative Date Time Control Display Options 
- The display options of a control.
- commit_mode TemplateCommit Mode 
- The visibility configuration of the Apply button on a RelativeDateTimeControl.
- display_options TemplateRelative Date Time Control Display Options 
- The display options of a control.
- commitMode "AUTO" | "MANUAL"
- The visibility configuration of the Apply button on a RelativeDateTimeControl.
- displayOptions Property Map
- The display options of a control.
TemplateDefaultSectionBasedLayoutConfiguration, TemplateDefaultSectionBasedLayoutConfigurationArgs            
- CanvasSize Pulumi.Options Aws Native. Quick Sight. Inputs. Template Section Based Layout Canvas Size Options 
- Determines the screen canvas size options for a section-based layout.
- CanvasSize TemplateOptions Section Based Layout Canvas Size Options 
- Determines the screen canvas size options for a section-based layout.
- canvasSize TemplateOptions Section Based Layout Canvas Size Options 
- Determines the screen canvas size options for a section-based layout.
- canvasSize TemplateOptions Section Based Layout Canvas Size Options 
- Determines the screen canvas size options for a section-based layout.
- canvas_size_ Templateoptions Section Based Layout Canvas Size Options 
- Determines the screen canvas size options for a section-based layout.
- canvasSize Property MapOptions 
- Determines the screen canvas size options for a section-based layout.
TemplateDefaultSliderControlOptions, TemplateDefaultSliderControlOptionsArgs          
- MaximumValue double
- The larger value that is displayed at the right of the slider.
- MinimumValue double
- The smaller value that is displayed at the left of the slider.
- StepSize double
- The number of increments that the slider bar is divided into.
- DisplayOptions Pulumi.Aws Native. Quick Sight. Inputs. Template Slider Control Display Options 
- The display options of a control.
- Type
Pulumi.Aws Native. Quick Sight. Template Sheet Control Slider Type 
- The type of the DefaultSliderControlOptions. Choose one of the following options:- SINGLE_POINT: Filter against(equals) a single data point.
- RANGE: Filter data that is in a specified range.
 
- MaximumValue float64
- The larger value that is displayed at the right of the slider.
- MinimumValue float64
- The smaller value that is displayed at the left of the slider.
- StepSize float64
- The number of increments that the slider bar is divided into.
- DisplayOptions TemplateSlider Control Display Options 
- The display options of a control.
- Type
TemplateSheet Control Slider Type 
- The type of the DefaultSliderControlOptions. Choose one of the following options:- SINGLE_POINT: Filter against(equals) a single data point.
- RANGE: Filter data that is in a specified range.
 
- maximumValue Double
- The larger value that is displayed at the right of the slider.
- minimumValue Double
- The smaller value that is displayed at the left of the slider.
- stepSize Double
- The number of increments that the slider bar is divided into.
- displayOptions TemplateSlider Control Display Options 
- The display options of a control.
- type
TemplateSheet Control Slider Type 
- The type of the DefaultSliderControlOptions. Choose one of the following options:- SINGLE_POINT: Filter against(equals) a single data point.
- RANGE: Filter data that is in a specified range.
 
- maximumValue number
- The larger value that is displayed at the right of the slider.
- minimumValue number
- The smaller value that is displayed at the left of the slider.
- stepSize number
- The number of increments that the slider bar is divided into.
- displayOptions TemplateSlider Control Display Options 
- The display options of a control.
- type
TemplateSheet Control Slider Type 
- The type of the DefaultSliderControlOptions. Choose one of the following options:- SINGLE_POINT: Filter against(equals) a single data point.
- RANGE: Filter data that is in a specified range.
 
- maximum_value float
- The larger value that is displayed at the right of the slider.
- minimum_value float
- The smaller value that is displayed at the left of the slider.
- step_size float
- The number of increments that the slider bar is divided into.
- display_options TemplateSlider Control Display Options 
- The display options of a control.
- type
TemplateSheet Control Slider Type 
- The type of the DefaultSliderControlOptions. Choose one of the following options:- SINGLE_POINT: Filter against(equals) a single data point.
- RANGE: Filter data that is in a specified range.
 
- maximumValue Number
- The larger value that is displayed at the right of the slider.
- minimumValue Number
- The smaller value that is displayed at the left of the slider.
- stepSize Number
- The number of increments that the slider bar is divided into.
- displayOptions Property Map
- The display options of a control.
- type "SINGLE_POINT" | "RANGE"
- The type of the DefaultSliderControlOptions. Choose one of the following options:- SINGLE_POINT: Filter against(equals) a single data point.
- RANGE: Filter data that is in a specified range.
 
TemplateDefaultTextAreaControlOptions, TemplateDefaultTextAreaControlOptionsArgs            
- Delimiter string
- The delimiter that is used to separate the lines in text.
- DisplayOptions Pulumi.Aws Native. Quick Sight. Inputs. Template Text Area Control Display Options 
- The display options of a control.
- Delimiter string
- The delimiter that is used to separate the lines in text.
- DisplayOptions TemplateText Area Control Display Options 
- The display options of a control.
- delimiter String
- The delimiter that is used to separate the lines in text.
- displayOptions TemplateText Area Control Display Options 
- The display options of a control.
- delimiter string
- The delimiter that is used to separate the lines in text.
- displayOptions TemplateText Area Control Display Options 
- The display options of a control.
- delimiter str
- The delimiter that is used to separate the lines in text.
- display_options TemplateText Area Control Display Options 
- The display options of a control.
- delimiter String
- The delimiter that is used to separate the lines in text.
- displayOptions Property Map
- The display options of a control.
TemplateDefaultTextFieldControlOptions, TemplateDefaultTextFieldControlOptionsArgs            
- DisplayOptions Pulumi.Aws Native. Quick Sight. Inputs. Template Text Field Control Display Options 
- The display options of a control.
- DisplayOptions TemplateText Field Control Display Options 
- The display options of a control.
- displayOptions TemplateText Field Control Display Options 
- The display options of a control.
- displayOptions TemplateText Field Control Display Options 
- The display options of a control.
- display_options TemplateText Field Control Display Options 
- The display options of a control.
- displayOptions Property Map
- The display options of a control.
TemplateDestinationParameterValueConfiguration, TemplateDestinationParameterValueConfigurationArgs          
- CustomValues Pulumi.Configuration Aws Native. Quick Sight. Inputs. Template Custom Values Configuration 
- The configuration of custom values for destination parameter in DestinationParameterValueConfiguration.
- SelectAll Pulumi.Value Options Aws Native. Quick Sight. Template Select All Value Options 
- The configuration that selects all options.
- SourceColumn Pulumi.Aws Native. Quick Sight. Inputs. Template Column Identifier 
- A column of a data set.
- SourceField string
- The source field ID of the destination parameter.
- SourceParameter stringName 
- The source parameter name of the destination parameter.
- CustomValues TemplateConfiguration Custom Values Configuration 
- The configuration of custom values for destination parameter in DestinationParameterValueConfiguration.
- SelectAll TemplateValue Options Select All Value Options 
- The configuration that selects all options.
- SourceColumn TemplateColumn Identifier 
- A column of a data set.
- SourceField string
- The source field ID of the destination parameter.
- SourceParameter stringName 
- The source parameter name of the destination parameter.
- customValues TemplateConfiguration Custom Values Configuration 
- The configuration of custom values for destination parameter in DestinationParameterValueConfiguration.
- selectAll TemplateValue Options Select All Value Options 
- The configuration that selects all options.
- sourceColumn TemplateColumn Identifier 
- A column of a data set.
- sourceField String
- The source field ID of the destination parameter.
- sourceParameter StringName 
- The source parameter name of the destination parameter.
- customValues TemplateConfiguration Custom Values Configuration 
- The configuration of custom values for destination parameter in DestinationParameterValueConfiguration.
- selectAll TemplateValue Options Select All Value Options 
- The configuration that selects all options.
- sourceColumn TemplateColumn Identifier 
- A column of a data set.
- sourceField string
- The source field ID of the destination parameter.
- sourceParameter stringName 
- The source parameter name of the destination parameter.
- custom_values_ Templateconfiguration Custom Values Configuration 
- The configuration of custom values for destination parameter in DestinationParameterValueConfiguration.
- select_all_ Templatevalue_ options Select All Value Options 
- The configuration that selects all options.
- source_column TemplateColumn Identifier 
- A column of a data set.
- source_field str
- The source field ID of the destination parameter.
- source_parameter_ strname 
- The source parameter name of the destination parameter.
- customValues Property MapConfiguration 
- The configuration of custom values for destination parameter in DestinationParameterValueConfiguration.
- selectAll "ALL_VALUES"Value Options 
- The configuration that selects all options.
- sourceColumn Property Map
- A column of a data set.
- sourceField String
- The source field ID of the destination parameter.
- sourceParameter StringName 
- The source parameter name of the destination parameter.
TemplateDigitGroupingStyle, TemplateDigitGroupingStyleArgs        
- Default
- DEFAULT
- Lakhs
- LAKHS
- TemplateDigit Grouping Style Default 
- DEFAULT
- TemplateDigit Grouping Style Lakhs 
- LAKHS
- Default
- DEFAULT
- Lakhs
- LAKHS
- Default
- DEFAULT
- Lakhs
- LAKHS
- DEFAULT
- DEFAULT
- LAKHS
- LAKHS
- "DEFAULT"
- DEFAULT
- "LAKHS"
- LAKHS
TemplateDimensionField, TemplateDimensionFieldArgs      
- CategoricalDimension Pulumi.Field Aws Native. Quick Sight. Inputs. Template Categorical Dimension Field 
- The dimension type field with categorical type columns.
- DateDimension Pulumi.Field Aws Native. Quick Sight. Inputs. Template Date Dimension Field 
- The dimension type field with date type columns.
- NumericalDimension Pulumi.Field Aws Native. Quick Sight. Inputs. Template Numerical Dimension Field 
- The dimension type field with numerical type columns.
- CategoricalDimension TemplateField Categorical Dimension Field 
- The dimension type field with categorical type columns.
- DateDimension TemplateField Date Dimension Field 
- The dimension type field with date type columns.
- NumericalDimension TemplateField Numerical Dimension Field 
- The dimension type field with numerical type columns.
- categoricalDimension TemplateField Categorical Dimension Field 
- The dimension type field with categorical type columns.
- dateDimension TemplateField Date Dimension Field 
- The dimension type field with date type columns.
- numericalDimension TemplateField Numerical Dimension Field 
- The dimension type field with numerical type columns.
- categoricalDimension TemplateField Categorical Dimension Field 
- The dimension type field with categorical type columns.
- dateDimension TemplateField Date Dimension Field 
- The dimension type field with date type columns.
- numericalDimension TemplateField Numerical Dimension Field 
- The dimension type field with numerical type columns.
- categorical_dimension_ Templatefield Categorical Dimension Field 
- The dimension type field with categorical type columns.
- date_dimension_ Templatefield Date Dimension Field 
- The dimension type field with date type columns.
- numerical_dimension_ Templatefield Numerical Dimension Field 
- The dimension type field with numerical type columns.
- categoricalDimension Property MapField 
- The dimension type field with categorical type columns.
- dateDimension Property MapField 
- The dimension type field with date type columns.
- numericalDimension Property MapField 
- The dimension type field with numerical type columns.
TemplateDonutCenterOptions, TemplateDonutCenterOptionsArgs        
- LabelVisibility object
- Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called 'Show total'.
- LabelVisibility interface{}
- Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called 'Show total'.
- labelVisibility Object
- Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called 'Show total'.
- labelVisibility any
- Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called 'Show total'.
- label_visibility Any
- Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called 'Show total'.
- labelVisibility Any
- Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called 'Show total'.
TemplateDonutOptions, TemplateDonutOptionsArgs      
- ArcOptions Pulumi.Aws Native. Quick Sight. Inputs. Template Arc Options 
- The option for define the arc of the chart shape. Valid values are as follows:- WHOLE- A pie chart
- SMALL- A small-sized donut chart
- MEDIUM- A medium-sized donut chart
- LARGE- A large-sized donut chart
 
- DonutCenter Pulumi.Options Aws Native. Quick Sight. Inputs. Template Donut Center Options 
- The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.
- ArcOptions TemplateArc Options 
- The option for define the arc of the chart shape. Valid values are as follows:- WHOLE- A pie chart
- SMALL- A small-sized donut chart
- MEDIUM- A medium-sized donut chart
- LARGE- A large-sized donut chart
 
- DonutCenter TemplateOptions Donut Center Options 
- The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.
- arcOptions TemplateArc Options 
- The option for define the arc of the chart shape. Valid values are as follows:- WHOLE- A pie chart
- SMALL- A small-sized donut chart
- MEDIUM- A medium-sized donut chart
- LARGE- A large-sized donut chart
 
- donutCenter TemplateOptions Donut Center Options 
- The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.
- arcOptions TemplateArc Options 
- The option for define the arc of the chart shape. Valid values are as follows:- WHOLE- A pie chart
- SMALL- A small-sized donut chart
- MEDIUM- A medium-sized donut chart
- LARGE- A large-sized donut chart
 
- donutCenter TemplateOptions Donut Center Options 
- The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.
- arc_options TemplateArc Options 
- The option for define the arc of the chart shape. Valid values are as follows:- WHOLE- A pie chart
- SMALL- A small-sized donut chart
- MEDIUM- A medium-sized donut chart
- LARGE- A large-sized donut chart
 
- donut_center_ Templateoptions Donut Center Options 
- The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.
- arcOptions Property Map
- The option for define the arc of the chart shape. Valid values are as follows:- WHOLE- A pie chart
- SMALL- A small-sized donut chart
- MEDIUM- A medium-sized donut chart
- LARGE- A large-sized donut chart
 
- donutCenter Property MapOptions 
- The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.
TemplateDrillDownFilter, TemplateDrillDownFilterArgs        
- CategoryFilter Pulumi.Aws Native. Quick Sight. Inputs. Template Category Drill Down Filter 
- The category type drill down filter. This filter is used for string type columns.
- NumericEquality Pulumi.Filter Aws Native. Quick Sight. Inputs. Template Numeric Equality Drill Down Filter 
- The numeric equality type drill down filter. This filter is used for number type columns.
- TimeRange Pulumi.Filter Aws Native. Quick Sight. Inputs. Template Time Range Drill Down Filter 
- The time range drill down filter. This filter is used for date time columns.
- CategoryFilter TemplateCategory Drill Down Filter 
- The category type drill down filter. This filter is used for string type columns.
- NumericEquality TemplateFilter Numeric Equality Drill Down Filter 
- The numeric equality type drill down filter. This filter is used for number type columns.
- TimeRange TemplateFilter Time Range Drill Down Filter 
- The time range drill down filter. This filter is used for date time columns.
- categoryFilter TemplateCategory Drill Down Filter 
- The category type drill down filter. This filter is used for string type columns.
- numericEquality TemplateFilter Numeric Equality Drill Down Filter 
- The numeric equality type drill down filter. This filter is used for number type columns.
- timeRange TemplateFilter Time Range Drill Down Filter 
- The time range drill down filter. This filter is used for date time columns.
- categoryFilter TemplateCategory Drill Down Filter 
- The category type drill down filter. This filter is used for string type columns.
- numericEquality TemplateFilter Numeric Equality Drill Down Filter 
- The numeric equality type drill down filter. This filter is used for number type columns.
- timeRange TemplateFilter Time Range Drill Down Filter 
- The time range drill down filter. This filter is used for date time columns.
- category_filter TemplateCategory Drill Down Filter 
- The category type drill down filter. This filter is used for string type columns.
- numeric_equality_ Templatefilter Numeric Equality Drill Down Filter 
- The numeric equality type drill down filter. This filter is used for number type columns.
- time_range_ Templatefilter Time Range Drill Down Filter 
- The time range drill down filter. This filter is used for date time columns.
- categoryFilter Property Map
- The category type drill down filter. This filter is used for string type columns.
- numericEquality Property MapFilter 
- The numeric equality type drill down filter. This filter is used for number type columns.
- timeRange Property MapFilter 
- The time range drill down filter. This filter is used for date time columns.
TemplateDropDownControlDisplayOptions, TemplateDropDownControlDisplayOptionsArgs            
- InfoIcon Pulumi.Label Options Aws Native. Quick Sight. Inputs. Template Sheet Control Info Icon Label Options 
- The configuration of info icon label options.
- SelectAll Pulumi.Options Aws Native. Quick Sight. Inputs. Template List Control Select All Options 
- The configuration of the Select alloptions in a dropdown control.
- TitleOptions Pulumi.Aws Native. Quick Sight. Inputs. Template Label Options 
- The options to configure the title visibility, name, and font size.
- InfoIcon TemplateLabel Options Sheet Control Info Icon Label Options 
- The configuration of info icon label options.
- SelectAll TemplateOptions List Control Select All Options 
- The configuration of the Select alloptions in a dropdown control.
- TitleOptions TemplateLabel Options 
- The options to configure the title visibility, name, and font size.
- infoIcon TemplateLabel Options Sheet Control Info Icon Label Options 
- The configuration of info icon label options.
- selectAll TemplateOptions List Control Select All Options 
- The configuration of the Select alloptions in a dropdown control.
- titleOptions TemplateLabel Options 
- The options to configure the title visibility, name, and font size.
- infoIcon TemplateLabel Options Sheet Control Info Icon Label Options 
- The configuration of info icon label options.
- selectAll TemplateOptions List Control Select All Options 
- The configuration of the Select alloptions in a dropdown control.
- titleOptions TemplateLabel Options 
- The options to configure the title visibility, name, and font size.
- info_icon_ Templatelabel_ options Sheet Control Info Icon Label Options 
- The configuration of info icon label options.
- select_all_ Templateoptions List Control Select All Options 
- The configuration of the Select alloptions in a dropdown control.
- title_options TemplateLabel Options 
- The options to configure the title visibility, name, and font size.
- infoIcon Property MapLabel Options 
- The configuration of info icon label options.
- selectAll Property MapOptions 
- The configuration of the Select alloptions in a dropdown control.
- titleOptions Property Map
- The options to configure the title visibility, name, and font size.
TemplateDynamicDefaultValue, TemplateDynamicDefaultValueArgs        
- DefaultValue Pulumi.Column Aws Native. Quick Sight. Inputs. Template Column Identifier 
- The column that contains the default value of each user or group.
- GroupName Pulumi.Column Aws Native. Quick Sight. Inputs. Template Column Identifier 
- The column that contains the group name.
- UserName Pulumi.Column Aws Native. Quick Sight. Inputs. Template Column Identifier 
- The column that contains the username.
- DefaultValue TemplateColumn Column Identifier 
- The column that contains the default value of each user or group.
- GroupName TemplateColumn Column Identifier 
- The column that contains the group name.
- UserName TemplateColumn Column Identifier 
- The column that contains the username.
- defaultValue TemplateColumn Column Identifier 
- The column that contains the default value of each user or group.
- groupName TemplateColumn Column Identifier 
- The column that contains the group name.
- userName TemplateColumn Column Identifier 
- The column that contains the username.
- defaultValue TemplateColumn Column Identifier 
- The column that contains the default value of each user or group.
- groupName TemplateColumn Column Identifier 
- The column that contains the group name.
- userName TemplateColumn Column Identifier 
- The column that contains the username.
- default_value_ Templatecolumn Column Identifier 
- The column that contains the default value of each user or group.
- group_name_ Templatecolumn Column Identifier 
- The column that contains the group name.
- user_name_ Templatecolumn Column Identifier 
- The column that contains the username.
- defaultValue Property MapColumn 
- The column that contains the default value of each user or group.
- groupName Property MapColumn 
- The column that contains the group name.
- userName Property MapColumn 
- The column that contains the username.
TemplateEmptyVisual, TemplateEmptyVisualArgs      
- DataSet stringIdentifier 
- The data set that is used in the empty visual. Every visual requires a dataset to render.
- VisualId string
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- Actions
List<Pulumi.Aws Native. Quick Sight. Inputs. Template Visual Custom Action> 
- The list of custom actions that are configured for a visual.
- DataSet stringIdentifier 
- The data set that is used in the empty visual. Every visual requires a dataset to render.
- VisualId string
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- Actions
[]TemplateVisual Custom Action 
- The list of custom actions that are configured for a visual.
- dataSet StringIdentifier 
- The data set that is used in the empty visual. Every visual requires a dataset to render.
- visualId String
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions
List<TemplateVisual Custom Action> 
- The list of custom actions that are configured for a visual.
- dataSet stringIdentifier 
- The data set that is used in the empty visual. Every visual requires a dataset to render.
- visualId string
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions
TemplateVisual Custom Action[] 
- The list of custom actions that are configured for a visual.
- data_set_ stridentifier 
- The data set that is used in the empty visual. Every visual requires a dataset to render.
- visual_id str
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions
Sequence[TemplateVisual Custom Action] 
- The list of custom actions that are configured for a visual.
- dataSet StringIdentifier 
- The data set that is used in the empty visual. Every visual requires a dataset to render.
- visualId String
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions List<Property Map>
- The list of custom actions that are configured for a visual.
TemplateEntity, TemplateEntityArgs    
- Path string
- The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
- Path string
- The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
- path String
- The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
- path string
- The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
- path str
- The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
- path String
- The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
TemplateError, TemplateErrorArgs    
- Message string
- Type
TemplateError Type 
- Type of error.
- ViolatedEntities []TemplateEntity 
- message String
- type
TemplateError Type 
- Type of error.
- violatedEntities List<TemplateEntity> 
- message string
- type
TemplateError Type 
- Type of error.
- violatedEntities TemplateEntity[] 
- message str
- type
TemplateError Type 
- Type of error.
- violated_entities Sequence[TemplateEntity] 
TemplateErrorType, TemplateErrorTypeArgs      
- SourceNot Found 
- SOURCE_NOT_FOUND
- DataSet Not Found 
- DATA_SET_NOT_FOUND
- InternalFailure 
- INTERNAL_FAILURE
- AccessDenied 
- ACCESS_DENIED
- TemplateError Type Source Not Found 
- SOURCE_NOT_FOUND
- TemplateError Type Data Set Not Found 
- DATA_SET_NOT_FOUND
- TemplateError Type Internal Failure 
- INTERNAL_FAILURE
- TemplateError Type Access Denied 
- ACCESS_DENIED
- SourceNot Found 
- SOURCE_NOT_FOUND
- DataSet Not Found 
- DATA_SET_NOT_FOUND
- InternalFailure 
- INTERNAL_FAILURE
- AccessDenied 
- ACCESS_DENIED
- SourceNot Found 
- SOURCE_NOT_FOUND
- DataSet Not Found 
- DATA_SET_NOT_FOUND
- InternalFailure 
- INTERNAL_FAILURE
- AccessDenied 
- ACCESS_DENIED
- SOURCE_NOT_FOUND
- SOURCE_NOT_FOUND
- DATA_SET_NOT_FOUND
- DATA_SET_NOT_FOUND
- INTERNAL_FAILURE
- INTERNAL_FAILURE
- ACCESS_DENIED
- ACCESS_DENIED
- "SOURCE_NOT_FOUND"
- SOURCE_NOT_FOUND
- "DATA_SET_NOT_FOUND"
- DATA_SET_NOT_FOUND
- "INTERNAL_FAILURE"
- INTERNAL_FAILURE
- "ACCESS_DENIED"
- ACCESS_DENIED
TemplateExcludePeriodConfiguration, TemplateExcludePeriodConfigurationArgs        
- Amount double
- The amount or number of the exclude period.
- Granularity
Pulumi.Aws Native. Quick Sight. Template Time Granularity 
- The granularity or unit (day, month, year) of the exclude period.
- Status
Pulumi.Aws Native. Quick Sight. Template Widget Status 
- The status of the exclude period. Choose from the following options:- ENABLED
- DISABLED
 
- Amount float64
- The amount or number of the exclude period.
- Granularity
TemplateTime Granularity 
- The granularity or unit (day, month, year) of the exclude period.
- Status
TemplateWidget Status 
- The status of the exclude period. Choose from the following options:- ENABLED
- DISABLED
 
- amount Double
- The amount or number of the exclude period.
- granularity
TemplateTime Granularity 
- The granularity or unit (day, month, year) of the exclude period.
- status
TemplateWidget Status 
- The status of the exclude period. Choose from the following options:- ENABLED
- DISABLED
 
- amount number
- The amount or number of the exclude period.
- granularity
TemplateTime Granularity 
- The granularity or unit (day, month, year) of the exclude period.
- status
TemplateWidget Status 
- The status of the exclude period. Choose from the following options:- ENABLED
- DISABLED
 
- amount float
- The amount or number of the exclude period.
- granularity
TemplateTime Granularity 
- The granularity or unit (day, month, year) of the exclude period.
- status
TemplateWidget Status 
- The status of the exclude period. Choose from the following options:- ENABLED
- DISABLED
 
- amount Number
- The amount or number of the exclude period.
- granularity "YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND"
- The granularity or unit (day, month, year) of the exclude period.
- status "ENABLED" | "DISABLED"
- The status of the exclude period. Choose from the following options:- ENABLED
- DISABLED
 
TemplateExplicitHierarchy, TemplateExplicitHierarchyArgs      
- Columns
List<Pulumi.Aws Native. Quick Sight. Inputs. Template Column Identifier> 
- The list of columns that define the explicit hierarchy.
- HierarchyId string
- The hierarchy ID of the explicit hierarchy.
- DrillDown List<Pulumi.Filters Aws Native. Quick Sight. Inputs. Template Drill Down Filter> 
- The option that determines the drill down filters for the explicit hierarchy.
- Columns
[]TemplateColumn Identifier 
- The list of columns that define the explicit hierarchy.
- HierarchyId string
- The hierarchy ID of the explicit hierarchy.
- DrillDown []TemplateFilters Drill Down Filter 
- The option that determines the drill down filters for the explicit hierarchy.
- columns
List<TemplateColumn Identifier> 
- The list of columns that define the explicit hierarchy.
- hierarchyId String
- The hierarchy ID of the explicit hierarchy.
- drillDown List<TemplateFilters Drill Down Filter> 
- The option that determines the drill down filters for the explicit hierarchy.
- columns
TemplateColumn Identifier[] 
- The list of columns that define the explicit hierarchy.
- hierarchyId string
- The hierarchy ID of the explicit hierarchy.
- drillDown TemplateFilters Drill Down Filter[] 
- The option that determines the drill down filters for the explicit hierarchy.
- columns
Sequence[TemplateColumn Identifier] 
- The list of columns that define the explicit hierarchy.
- hierarchy_id str
- The hierarchy ID of the explicit hierarchy.
- drill_down_ Sequence[Templatefilters Drill Down Filter] 
- The option that determines the drill down filters for the explicit hierarchy.
- columns List<Property Map>
- The list of columns that define the explicit hierarchy.
- hierarchyId String
- The hierarchy ID of the explicit hierarchy.
- drillDown List<Property Map>Filters 
- The option that determines the drill down filters for the explicit hierarchy.
TemplateFieldBasedTooltip, TemplateFieldBasedTooltipArgs        
- AggregationVisibility object
- The visibility of Show aggregations.
- TooltipFields List<Pulumi.Aws Native. Quick Sight. Inputs. Template Tooltip Item> 
- The fields configuration in the tooltip.
- TooltipTitle Pulumi.Type Aws Native. Quick Sight. Template Tooltip Title Type 
- The type for the >tooltip title. Choose one of the following options:- NONE: Doesn't use the primary value as the title.
- PRIMARY_VALUE: Uses primary value as the title.
 
- AggregationVisibility interface{}
- The visibility of Show aggregations.
- TooltipFields []TemplateTooltip Item 
- The fields configuration in the tooltip.
- TooltipTitle TemplateType Tooltip Title Type 
- The type for the >tooltip title. Choose one of the following options:- NONE: Doesn't use the primary value as the title.
- PRIMARY_VALUE: Uses primary value as the title.
 
- aggregationVisibility Object
- The visibility of Show aggregations.
- tooltipFields List<TemplateTooltip Item> 
- The fields configuration in the tooltip.
- tooltipTitle TemplateType Tooltip Title Type 
- The type for the >tooltip title. Choose one of the following options:- NONE: Doesn't use the primary value as the title.
- PRIMARY_VALUE: Uses primary value as the title.
 
- aggregationVisibility any
- The visibility of Show aggregations.
- tooltipFields TemplateTooltip Item[] 
- The fields configuration in the tooltip.
- tooltipTitle TemplateType Tooltip Title Type 
- The type for the >tooltip title. Choose one of the following options:- NONE: Doesn't use the primary value as the title.
- PRIMARY_VALUE: Uses primary value as the title.
 
- aggregation_visibility Any
- The visibility of Show aggregations.
- tooltip_fields Sequence[TemplateTooltip Item] 
- The fields configuration in the tooltip.
- tooltip_title_ Templatetype Tooltip Title Type 
- The type for the >tooltip title. Choose one of the following options:- NONE: Doesn't use the primary value as the title.
- PRIMARY_VALUE: Uses primary value as the title.
 
- aggregationVisibility Any
- The visibility of Show aggregations.
- tooltipFields List<Property Map>
- The fields configuration in the tooltip.
- tooltipTitle "NONE" | "PRIMARY_VALUE"Type 
- The type for the >tooltip title. Choose one of the following options:- NONE: Doesn't use the primary value as the title.
- PRIMARY_VALUE: Uses primary value as the title.
 
TemplateFieldLabelType, TemplateFieldLabelTypeArgs        
- FieldId string
- Indicates the field that is targeted by the field label.
- Visibility object
- The visibility of the field label.
- FieldId string
- Indicates the field that is targeted by the field label.
- Visibility interface{}
- The visibility of the field label.
- fieldId String
- Indicates the field that is targeted by the field label.
- visibility Object
- The visibility of the field label.
- fieldId string
- Indicates the field that is targeted by the field label.
- visibility any
- The visibility of the field label.
- field_id str
- Indicates the field that is targeted by the field label.
- visibility Any
- The visibility of the field label.
- fieldId String
- Indicates the field that is targeted by the field label.
- visibility Any
- The visibility of the field label.
TemplateFieldSeriesItem, TemplateFieldSeriesItemArgs        
- AxisBinding Pulumi.Aws Native. Quick Sight. Template Axis Binding 
- The axis that you are binding the field to.
- FieldId string
- The field ID of the field for which you are setting the axis binding.
- Settings
Pulumi.Aws Native. Quick Sight. Inputs. Template Line Chart Series Settings 
- The options that determine the presentation of line series associated to the field.
- AxisBinding TemplateAxis Binding 
- The axis that you are binding the field to.
- FieldId string
- The field ID of the field for which you are setting the axis binding.
- Settings
TemplateLine Chart Series Settings 
- The options that determine the presentation of line series associated to the field.
- axisBinding TemplateAxis Binding 
- The axis that you are binding the field to.
- fieldId String
- The field ID of the field for which you are setting the axis binding.
- settings
TemplateLine Chart Series Settings 
- The options that determine the presentation of line series associated to the field.
- axisBinding TemplateAxis Binding 
- The axis that you are binding the field to.
- fieldId string
- The field ID of the field for which you are setting the axis binding.
- settings
TemplateLine Chart Series Settings 
- The options that determine the presentation of line series associated to the field.
- axis_binding TemplateAxis Binding 
- The axis that you are binding the field to.
- field_id str
- The field ID of the field for which you are setting the axis binding.
- settings
TemplateLine Chart Series Settings 
- The options that determine the presentation of line series associated to the field.
- axisBinding "PRIMARY_YAXIS" | "SECONDARY_YAXIS"
- The axis that you are binding the field to.
- fieldId String
- The field ID of the field for which you are setting the axis binding.
- settings Property Map
- The options that determine the presentation of line series associated to the field.
TemplateFieldSort, TemplateFieldSortArgs      
- Direction
Pulumi.Aws Native. Quick Sight. Template Sort Direction 
- The sort direction. Choose one of the following options:- ASC: Ascending
- DESC: Descending
 
- FieldId string
- The sort configuration target field.
- Direction
TemplateSort Direction 
- The sort direction. Choose one of the following options:- ASC: Ascending
- DESC: Descending
 
- FieldId string
- The sort configuration target field.
- direction
TemplateSort Direction 
- The sort direction. Choose one of the following options:- ASC: Ascending
- DESC: Descending
 
- fieldId String
- The sort configuration target field.
- direction
TemplateSort Direction 
- The sort direction. Choose one of the following options:- ASC: Ascending
- DESC: Descending
 
- fieldId string
- The sort configuration target field.
- direction
TemplateSort Direction 
- The sort direction. Choose one of the following options:- ASC: Ascending
- DESC: Descending
 
- field_id str
- The sort configuration target field.
- direction "ASC" | "DESC"
- The sort direction. Choose one of the following options:- ASC: Ascending
- DESC: Descending
 
- fieldId String
- The sort configuration target field.
TemplateFieldSortOptions, TemplateFieldSortOptionsArgs        
- ColumnSort Pulumi.Aws Native. Quick Sight. Inputs. Template Column Sort 
- The sort configuration for a column that is not used in a field well.
- FieldSort Pulumi.Aws Native. Quick Sight. Inputs. Template Field Sort 
- The sort configuration for a field in a field well.
- ColumnSort TemplateColumn Sort 
- The sort configuration for a column that is not used in a field well.
- FieldSort TemplateField Sort 
- The sort configuration for a field in a field well.
- columnSort TemplateColumn Sort 
- The sort configuration for a column that is not used in a field well.
- fieldSort TemplateField Sort 
- The sort configuration for a field in a field well.
- columnSort TemplateColumn Sort 
- The sort configuration for a column that is not used in a field well.
- fieldSort TemplateField Sort 
- The sort configuration for a field in a field well.
- column_sort TemplateColumn Sort 
- The sort configuration for a column that is not used in a field well.
- field_sort TemplateField Sort 
- The sort configuration for a field in a field well.
- columnSort Property Map
- The sort configuration for a column that is not used in a field well.
- fieldSort Property Map
- The sort configuration for a field in a field well.
TemplateFieldTooltipItem, TemplateFieldTooltipItemArgs        
- FieldId string
- The unique ID of the field that is targeted by the tooltip.
- Label string
- The label of the tooltip item.
- TooltipTarget Pulumi.Aws Native. Quick Sight. Template Tooltip Target 
- Determines the target of the field tooltip item in a combo chart visual.
- Visibility object
- The visibility of the tooltip item.
- FieldId string
- The unique ID of the field that is targeted by the tooltip.
- Label string
- The label of the tooltip item.
- TooltipTarget TemplateTooltip Target 
- Determines the target of the field tooltip item in a combo chart visual.
- Visibility interface{}
- The visibility of the tooltip item.
- fieldId String
- The unique ID of the field that is targeted by the tooltip.
- label String
- The label of the tooltip item.
- tooltipTarget TemplateTooltip Target 
- Determines the target of the field tooltip item in a combo chart visual.
- visibility Object
- The visibility of the tooltip item.
- fieldId string
- The unique ID of the field that is targeted by the tooltip.
- label string
- The label of the tooltip item.
- tooltipTarget TemplateTooltip Target 
- Determines the target of the field tooltip item in a combo chart visual.
- visibility any
- The visibility of the tooltip item.
- field_id str
- The unique ID of the field that is targeted by the tooltip.
- label str
- The label of the tooltip item.
- tooltip_target TemplateTooltip Target 
- Determines the target of the field tooltip item in a combo chart visual.
- visibility Any
- The visibility of the tooltip item.
- fieldId String
- The unique ID of the field that is targeted by the tooltip.
- label String
- The label of the tooltip item.
- tooltipTarget "BOTH" | "BAR" | "LINE"
- Determines the target of the field tooltip item in a combo chart visual.
- visibility Any
- The visibility of the tooltip item.
TemplateFilledMapAggregatedFieldWells, TemplateFilledMapAggregatedFieldWellsArgs            
- Geospatial
List<Pulumi.Aws Native. Quick Sight. Inputs. Template Dimension Field> 
- The aggregated location field well of the filled map. Values are grouped by location fields.
- Values
List<Pulumi.Aws Native. Quick Sight. Inputs. Template Measure Field> 
- The aggregated color field well of a filled map. Values are aggregated based on location fields.
- Geospatial
[]TemplateDimension Field 
- The aggregated location field well of the filled map. Values are grouped by location fields.
- Values
[]TemplateMeasure Field 
- The aggregated color field well of a filled map. Values are aggregated based on location fields.
- geospatial
List<TemplateDimension Field> 
- The aggregated location field well of the filled map. Values are grouped by location fields.
- values
List<TemplateMeasure Field> 
- The aggregated color field well of a filled map. Values are aggregated based on location fields.
- geospatial
TemplateDimension Field[] 
- The aggregated location field well of the filled map. Values are grouped by location fields.
- values
TemplateMeasure Field[] 
- The aggregated color field well of a filled map. Values are aggregated based on location fields.
- geospatial
Sequence[TemplateDimension Field] 
- The aggregated location field well of the filled map. Values are grouped by location fields.
- values
Sequence[TemplateMeasure Field] 
- The aggregated color field well of a filled map. Values are aggregated based on location fields.
- geospatial List<Property Map>
- The aggregated location field well of the filled map. Values are grouped by location fields.
- values List<Property Map>
- The aggregated color field well of a filled map. Values are aggregated based on location fields.
TemplateFilledMapConditionalFormatting, TemplateFilledMapConditionalFormattingArgs          
- ConditionalFormatting List<Pulumi.Options Aws Native. Quick Sight. Inputs. Template Filled Map Conditional Formatting Option> 
- Conditional formatting options of a FilledMapVisual.
- ConditionalFormatting []TemplateOptions Filled Map Conditional Formatting Option 
- Conditional formatting options of a FilledMapVisual.
- conditionalFormatting List<TemplateOptions Filled Map Conditional Formatting Option> 
- Conditional formatting options of a FilledMapVisual.
- conditionalFormatting TemplateOptions Filled Map Conditional Formatting Option[] 
- Conditional formatting options of a FilledMapVisual.
- conditional_formatting_ Sequence[Templateoptions Filled Map Conditional Formatting Option] 
- Conditional formatting options of a FilledMapVisual.
- conditionalFormatting List<Property Map>Options 
- Conditional formatting options of a FilledMapVisual.
TemplateFilledMapConditionalFormattingOption, TemplateFilledMapConditionalFormattingOptionArgs            
- Shape
Pulumi.Aws Native. Quick Sight. Inputs. Template Filled Map Shape Conditional Formatting 
- The conditional formatting that determines the shape of the filled map.
- Shape
TemplateFilled Map Shape Conditional Formatting 
- The conditional formatting that determines the shape of the filled map.
- shape
TemplateFilled Map Shape Conditional Formatting 
- The conditional formatting that determines the shape of the filled map.
- shape
TemplateFilled Map Shape Conditional Formatting 
- The conditional formatting that determines the shape of the filled map.
- shape
TemplateFilled Map Shape Conditional Formatting 
- The conditional formatting that determines the shape of the filled map.
- shape Property Map
- The conditional formatting that determines the shape of the filled map.
TemplateFilledMapConfiguration, TemplateFilledMapConfigurationArgs        
- FieldWells Pulumi.Aws Native. Quick Sight. Inputs. Template Filled Map Field Wells 
- The field wells of the visual.
- Interactions
Pulumi.Aws Native. Quick Sight. Inputs. Template Visual Interaction Options 
- The general visual interactions setup for a visual.
- Legend
Pulumi.Aws Native. Quick Sight. Inputs. Template Legend Options 
- The legend display setup of the visual.
- MapStyle Pulumi.Options Aws Native. Quick Sight. Inputs. Template Geospatial Map Style Options 
- The map style options of the filled map visual.
- SortConfiguration Pulumi.Aws Native. Quick Sight. Inputs. Template Filled Map Sort Configuration 
- The sort configuration of a FilledMapVisual.
- Tooltip
Pulumi.Aws Native. Quick Sight. Inputs. Template Tooltip Options 
- The tooltip display setup of the visual.
- WindowOptions Pulumi.Aws Native. Quick Sight. Inputs. Template Geospatial Window Options 
- The window options of the filled map visual.
- FieldWells TemplateFilled Map Field Wells 
- The field wells of the visual.
- Interactions
TemplateVisual Interaction Options 
- The general visual interactions setup for a visual.
- Legend
TemplateLegend Options 
- The legend display setup of the visual.
- MapStyle TemplateOptions Geospatial Map Style Options 
- The map style options of the filled map visual.
- SortConfiguration TemplateFilled Map Sort Configuration 
- The sort configuration of a FilledMapVisual.
- Tooltip
TemplateTooltip Options 
- The tooltip display setup of the visual.
- WindowOptions TemplateGeospatial Window Options 
- The window options of the filled map visual.
- fieldWells TemplateFilled Map Field Wells 
- The field wells of the visual.
- interactions
TemplateVisual Interaction Options 
- The general visual interactions setup for a visual.
- legend
TemplateLegend Options 
- The legend display setup of the visual.
- mapStyle TemplateOptions Geospatial Map Style Options 
- The map style options of the filled map visual.
- sortConfiguration TemplateFilled Map Sort Configuration 
- The sort configuration of a FilledMapVisual.
- tooltip
TemplateTooltip Options 
- The tooltip display setup of the visual.
- windowOptions TemplateGeospatial Window Options 
- The window options of the filled map visual.
- fieldWells TemplateFilled Map Field Wells 
- The field wells of the visual.
- interactions
TemplateVisual Interaction Options 
- The general visual interactions setup for a visual.
- legend
TemplateLegend Options 
- The legend display setup of the visual.
- mapStyle TemplateOptions Geospatial Map Style Options 
- The map style options of the filled map visual.
- sortConfiguration TemplateFilled Map Sort Configuration 
- The sort configuration of a FilledMapVisual.
- tooltip
TemplateTooltip Options 
- The tooltip display setup of the visual.
- windowOptions TemplateGeospatial Window Options 
- The window options of the filled map visual.
- field_wells TemplateFilled Map Field Wells 
- The field wells of the visual.
- interactions
TemplateVisual Interaction Options 
- The general visual interactions setup for a visual.
- legend
TemplateLegend Options 
- The legend display setup of the visual.
- map_style_ Templateoptions Geospatial Map Style Options 
- The map style options of the filled map visual.
- sort_configuration TemplateFilled Map Sort Configuration 
- The sort configuration of a FilledMapVisual.
- tooltip
TemplateTooltip Options 
- The tooltip display setup of the visual.
- window_options TemplateGeospatial Window Options 
- The window options of the filled map visual.
- fieldWells Property Map
- The field wells of the visual.
- interactions Property Map
- The general visual interactions setup for a visual.
- legend Property Map
- The legend display setup of the visual.
- mapStyle Property MapOptions 
- The map style options of the filled map visual.
- sortConfiguration Property Map
- The sort configuration of a FilledMapVisual.
- tooltip Property Map
- The tooltip display setup of the visual.
- windowOptions Property Map
- The window options of the filled map visual.
TemplateFilledMapFieldWells, TemplateFilledMapFieldWellsArgs          
- FilledMap Pulumi.Aggregated Field Wells Aws Native. Quick Sight. Inputs. Template Filled Map Aggregated Field Wells 
- The aggregated field well of the filled map.
- FilledMap TemplateAggregated Field Wells Filled Map Aggregated Field Wells 
- The aggregated field well of the filled map.
- filledMap TemplateAggregated Field Wells Filled Map Aggregated Field Wells 
- The aggregated field well of the filled map.
- filledMap TemplateAggregated Field Wells Filled Map Aggregated Field Wells 
- The aggregated field well of the filled map.
- filled_map_ Templateaggregated_ field_ wells Filled Map Aggregated Field Wells 
- The aggregated field well of the filled map.
- filledMap Property MapAggregated Field Wells 
- The aggregated field well of the filled map.
TemplateFilledMapShapeConditionalFormatting, TemplateFilledMapShapeConditionalFormattingArgs            
- FieldId string
- The field ID of the filled map shape.
- Format
Pulumi.Aws Native. Quick Sight. Inputs. Template Shape Conditional Format 
- The conditional formatting that determines the background color of a filled map's shape.
- FieldId string
- The field ID of the filled map shape.
- Format
TemplateShape Conditional Format 
- The conditional formatting that determines the background color of a filled map's shape.
- fieldId String
- The field ID of the filled map shape.
- format
TemplateShape Conditional Format 
- The conditional formatting that determines the background color of a filled map's shape.
- fieldId string
- The field ID of the filled map shape.
- format
TemplateShape Conditional Format 
- The conditional formatting that determines the background color of a filled map's shape.
- field_id str
- The field ID of the filled map shape.
- format
TemplateShape Conditional Format 
- The conditional formatting that determines the background color of a filled map's shape.
- fieldId String
- The field ID of the filled map shape.
- format Property Map
- The conditional formatting that determines the background color of a filled map's shape.
TemplateFilledMapSortConfiguration, TemplateFilledMapSortConfigurationArgs          
- CategorySort List<Pulumi.Aws Native. Quick Sight. Inputs. Template Field Sort Options> 
- The sort configuration of the location fields.
- CategorySort []TemplateField Sort Options 
- The sort configuration of the location fields.
- categorySort List<TemplateField Sort Options> 
- The sort configuration of the location fields.
- categorySort TemplateField Sort Options[] 
- The sort configuration of the location fields.
- category_sort Sequence[TemplateField Sort Options] 
- The sort configuration of the location fields.
- categorySort List<Property Map>
- The sort configuration of the location fields.
TemplateFilledMapVisual, TemplateFilledMapVisualArgs        
- VisualId string
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- Actions
List<Pulumi.Aws Native. Quick Sight. Inputs. Template Visual Custom Action> 
- The list of custom actions that are configured for a visual.
- ChartConfiguration Pulumi.Aws Native. Quick Sight. Inputs. Template Filled Map Configuration 
- The configuration settings of the visual.
- ColumnHierarchies List<Pulumi.Aws Native. Quick Sight. Inputs. Template Column Hierarchy> 
- The column hierarchy that is used during drill-downs and drill-ups.
- ConditionalFormatting Pulumi.Aws Native. Quick Sight. Inputs. Template Filled Map Conditional Formatting 
- The conditional formatting of a FilledMapVisual.
- Subtitle
Pulumi.Aws Native. Quick Sight. Inputs. Template Visual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- Title
Pulumi.Aws Native. Quick Sight. Inputs. Template Visual Title Label Options 
- The title that is displayed on the visual.
- VisualContent stringAlt Text 
- The alt text for the visual.
- VisualId string
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- Actions
[]TemplateVisual Custom Action 
- The list of custom actions that are configured for a visual.
- ChartConfiguration TemplateFilled Map Configuration 
- The configuration settings of the visual.
- ColumnHierarchies []TemplateColumn Hierarchy 
- The column hierarchy that is used during drill-downs and drill-ups.
- ConditionalFormatting TemplateFilled Map Conditional Formatting 
- The conditional formatting of a FilledMapVisual.
- Subtitle
TemplateVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- Title
TemplateVisual Title Label Options 
- The title that is displayed on the visual.
- VisualContent stringAlt Text 
- The alt text for the visual.
- visualId String
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- actions
List<TemplateVisual Custom Action> 
- The list of custom actions that are configured for a visual.
- chartConfiguration TemplateFilled Map Configuration 
- The configuration settings of the visual.
- columnHierarchies List<TemplateColumn Hierarchy> 
- The column hierarchy that is used during drill-downs and drill-ups.
- conditionalFormatting TemplateFilled Map Conditional Formatting 
- The conditional formatting of a FilledMapVisual.
- subtitle
TemplateVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- title
TemplateVisual Title Label Options 
- The title that is displayed on the visual.
- visualContent StringAlt Text 
- The alt text for the visual.
- visualId string
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- actions
TemplateVisual Custom Action[] 
- The list of custom actions that are configured for a visual.
- chartConfiguration TemplateFilled Map Configuration 
- The configuration settings of the visual.
- columnHierarchies TemplateColumn Hierarchy[] 
- The column hierarchy that is used during drill-downs and drill-ups.
- conditionalFormatting TemplateFilled Map Conditional Formatting 
- The conditional formatting of a FilledMapVisual.
- subtitle
TemplateVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- title
TemplateVisual Title Label Options 
- The title that is displayed on the visual.
- visualContent stringAlt Text 
- The alt text for the visual.
- visual_id str
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- actions
Sequence[TemplateVisual Custom Action] 
- The list of custom actions that are configured for a visual.
- chart_configuration TemplateFilled Map Configuration 
- The configuration settings of the visual.
- column_hierarchies Sequence[TemplateColumn Hierarchy] 
- The column hierarchy that is used during drill-downs and drill-ups.
- conditional_formatting TemplateFilled Map Conditional Formatting 
- The conditional formatting of a FilledMapVisual.
- subtitle
TemplateVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- title
TemplateVisual Title Label Options 
- The title that is displayed on the visual.
- visual_content_ stralt_ text 
- The alt text for the visual.
- visualId String
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- actions List<Property Map>
- The list of custom actions that are configured for a visual.
- chartConfiguration Property Map
- The configuration settings of the visual.
- columnHierarchies List<Property Map>
- The column hierarchy that is used during drill-downs and drill-ups.
- conditionalFormatting Property Map
- The conditional formatting of a FilledMapVisual.
- subtitle Property Map
- The subtitle that is displayed on the visual.
- title Property Map
- The title that is displayed on the visual.
- visualContent StringAlt Text 
- The alt text for the visual.
TemplateFilter, TemplateFilterArgs    
- CategoryFilter Pulumi.Aws Native. Quick Sight. Inputs. Template Category Filter 
- A - CategoryFilterfilters text values.- For more information, see Adding text filters in the Amazon QuickSight User Guide . 
- NestedFilter Pulumi.Aws Native. Quick Sight. Inputs. Template Nested Filter 
- A NestedFilterfilters data with a subset of data that is defined by the nested inner filter.
- NumericEquality Pulumi.Filter Aws Native. Quick Sight. Inputs. Template Numeric Equality Filter 
- A NumericEqualityFilterfilters numeric values that equal or do not equal a given numeric value.
- NumericRange Pulumi.Filter Aws Native. Quick Sight. Inputs. Template Numeric Range Filter 
- A NumericRangeFilterfilters numeric values that are either inside or outside a given numeric range.
- RelativeDates Pulumi.Filter Aws Native. Quick Sight. Inputs. Template Relative Dates Filter 
- A RelativeDatesFilterfilters date values that are relative to a given date.
- TimeEquality Pulumi.Filter Aws Native. Quick Sight. Inputs. Template Time Equality Filter 
- A TimeEqualityFilterfilters date-time values that equal or do not equal a given date/time value.
- TimeRange Pulumi.Filter Aws Native. Quick Sight. Inputs. Template Time Range Filter 
- A TimeRangeFilterfilters date-time values that are either inside or outside a given date/time range.
- TopBottom Pulumi.Filter Aws Native. Quick Sight. Inputs. Template Top Bottom Filter 
- A TopBottomFilterfilters data to the top or bottom values for a given column.
- CategoryFilter TemplateCategory Filter 
- A - CategoryFilterfilters text values.- For more information, see Adding text filters in the Amazon QuickSight User Guide . 
- NestedFilter TemplateNested Filter 
- A NestedFilterfilters data with a subset of data that is defined by the nested inner filter.
- NumericEquality TemplateFilter Numeric Equality Filter 
- A NumericEqualityFilterfilters numeric values that equal or do not equal a given numeric value.
- NumericRange TemplateFilter Numeric Range Filter 
- A NumericRangeFilterfilters numeric values that are either inside or outside a given numeric range.
- RelativeDates TemplateFilter Relative Dates Filter 
- A RelativeDatesFilterfilters date values that are relative to a given date.
- TimeEquality TemplateFilter Time Equality Filter 
- A TimeEqualityFilterfilters date-time values that equal or do not equal a given date/time value.
- TimeRange TemplateFilter Time Range Filter 
- A TimeRangeFilterfilters date-time values that are either inside or outside a given date/time range.
- TopBottom TemplateFilter Top Bottom Filter 
- A TopBottomFilterfilters data to the top or bottom values for a given column.
- categoryFilter TemplateCategory Filter 
- A - CategoryFilterfilters text values.- For more information, see Adding text filters in the Amazon QuickSight User Guide . 
- nestedFilter TemplateNested Filter 
- A NestedFilterfilters data with a subset of data that is defined by the nested inner filter.
- numericEquality TemplateFilter Numeric Equality Filter 
- A NumericEqualityFilterfilters numeric values that equal or do not equal a given numeric value.
- numericRange TemplateFilter Numeric Range Filter 
- A NumericRangeFilterfilters numeric values that are either inside or outside a given numeric range.
- relativeDates TemplateFilter Relative Dates Filter 
- A RelativeDatesFilterfilters date values that are relative to a given date.
- timeEquality TemplateFilter Time Equality Filter 
- A TimeEqualityFilterfilters date-time values that equal or do not equal a given date/time value.
- timeRange TemplateFilter Time Range Filter 
- A TimeRangeFilterfilters date-time values that are either inside or outside a given date/time range.
- topBottom TemplateFilter Top Bottom Filter 
- A TopBottomFilterfilters data to the top or bottom values for a given column.
- categoryFilter TemplateCategory Filter 
- A - CategoryFilterfilters text values.- For more information, see Adding text filters in the Amazon QuickSight User Guide . 
- nestedFilter TemplateNested Filter 
- A NestedFilterfilters data with a subset of data that is defined by the nested inner filter.
- numericEquality TemplateFilter Numeric Equality Filter 
- A NumericEqualityFilterfilters numeric values that equal or do not equal a given numeric value.
- numericRange TemplateFilter Numeric Range Filter 
- A NumericRangeFilterfilters numeric values that are either inside or outside a given numeric range.
- relativeDates TemplateFilter Relative Dates Filter 
- A RelativeDatesFilterfilters date values that are relative to a given date.
- timeEquality TemplateFilter Time Equality Filter 
- A TimeEqualityFilterfilters date-time values that equal or do not equal a given date/time value.
- timeRange TemplateFilter Time Range Filter 
- A TimeRangeFilterfilters date-time values that are either inside or outside a given date/time range.
- topBottom TemplateFilter Top Bottom Filter 
- A TopBottomFilterfilters data to the top or bottom values for a given column.
- category_filter TemplateCategory Filter 
- A - CategoryFilterfilters text values.- For more information, see Adding text filters in the Amazon QuickSight User Guide . 
- nested_filter TemplateNested Filter 
- A NestedFilterfilters data with a subset of data that is defined by the nested inner filter.
- numeric_equality_ Templatefilter Numeric Equality Filter 
- A NumericEqualityFilterfilters numeric values that equal or do not equal a given numeric value.
- numeric_range_ Templatefilter Numeric Range Filter 
- A NumericRangeFilterfilters numeric values that are either inside or outside a given numeric range.
- relative_dates_ Templatefilter Relative Dates Filter 
- A RelativeDatesFilterfilters date values that are relative to a given date.
- time_equality_ Templatefilter Time Equality Filter 
- A TimeEqualityFilterfilters date-time values that equal or do not equal a given date/time value.
- time_range_ Templatefilter Time Range Filter 
- A TimeRangeFilterfilters date-time values that are either inside or outside a given date/time range.
- top_bottom_ Templatefilter Top Bottom Filter 
- A TopBottomFilterfilters data to the top or bottom values for a given column.
- categoryFilter Property Map
- A - CategoryFilterfilters text values.- For more information, see Adding text filters in the Amazon QuickSight User Guide . 
- nestedFilter Property Map
- A NestedFilterfilters data with a subset of data that is defined by the nested inner filter.
- numericEquality Property MapFilter 
- A NumericEqualityFilterfilters numeric values that equal or do not equal a given numeric value.
- numericRange Property MapFilter 
- A NumericRangeFilterfilters numeric values that are either inside or outside a given numeric range.
- relativeDates Property MapFilter 
- A RelativeDatesFilterfilters date values that are relative to a given date.
- timeEquality Property MapFilter 
- A TimeEqualityFilterfilters date-time values that equal or do not equal a given date/time value.
- timeRange Property MapFilter 
- A TimeRangeFilterfilters date-time values that are either inside or outside a given date/time range.
- topBottom Property MapFilter 
- A TopBottomFilterfilters data to the top or bottom values for a given column.
TemplateFilterControl, TemplateFilterControlArgs      
- CrossSheet Pulumi.Aws Native. Quick Sight. Inputs. Template Filter Cross Sheet Control 
- A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet
- DateTime Pulumi.Picker Aws Native. Quick Sight. Inputs. Template Filter Date Time Picker Control 
- A control from a date filter that is used to specify date and time.
- Dropdown
Pulumi.Aws Native. Quick Sight. Inputs. Template Filter Drop Down Control 
- A control to display a dropdown list with buttons that are used to select a single value.
- List
Pulumi.Aws Native. Quick Sight. Inputs. Template Filter List Control 
- A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
- RelativeDate Pulumi.Time Aws Native. Quick Sight. Inputs. Template Filter Relative Date Time Control 
- A control from a date filter that is used to specify the relative date.
- Slider
Pulumi.Aws Native. Quick Sight. Inputs. Template Filter Slider Control 
- A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
- TextArea Pulumi.Aws Native. Quick Sight. Inputs. Template Filter Text Area Control 
- A control to display a text box that is used to enter multiple entries.
- TextField Pulumi.Aws Native. Quick Sight. Inputs. Template Filter Text Field Control 
- A control to display a text box that is used to enter a single entry.
- CrossSheet TemplateFilter Cross Sheet Control 
- A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet
- DateTime TemplatePicker Filter Date Time Picker Control 
- A control from a date filter that is used to specify date and time.
- Dropdown
TemplateFilter Drop Down Control 
- A control to display a dropdown list with buttons that are used to select a single value.
- List
TemplateFilter List Control 
- A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
- RelativeDate TemplateTime Filter Relative Date Time Control 
- A control from a date filter that is used to specify the relative date.
- Slider
TemplateFilter Slider Control 
- A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
- TextArea TemplateFilter Text Area Control 
- A control to display a text box that is used to enter multiple entries.
- TextField TemplateFilter Text Field Control 
- A control to display a text box that is used to enter a single entry.
- crossSheet TemplateFilter Cross Sheet Control 
- A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet
- dateTime TemplatePicker Filter Date Time Picker Control 
- A control from a date filter that is used to specify date and time.
- dropdown
TemplateFilter Drop Down Control 
- A control to display a dropdown list with buttons that are used to select a single value.
- list
TemplateFilter List Control 
- A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
- relativeDate TemplateTime Filter Relative Date Time Control 
- A control from a date filter that is used to specify the relative date.
- slider
TemplateFilter Slider Control 
- A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
- textArea TemplateFilter Text Area Control 
- A control to display a text box that is used to enter multiple entries.
- textField TemplateFilter Text Field Control 
- A control to display a text box that is used to enter a single entry.
- crossSheet TemplateFilter Cross Sheet Control 
- A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet
- dateTime TemplatePicker Filter Date Time Picker Control 
- A control from a date filter that is used to specify date and time.
- dropdown
TemplateFilter Drop Down Control 
- A control to display a dropdown list with buttons that are used to select a single value.
- list
TemplateFilter List Control 
- A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
- relativeDate TemplateTime Filter Relative Date Time Control 
- A control from a date filter that is used to specify the relative date.
- slider
TemplateFilter Slider Control 
- A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
- textArea TemplateFilter Text Area Control 
- A control to display a text box that is used to enter multiple entries.
- textField TemplateFilter Text Field Control 
- A control to display a text box that is used to enter a single entry.
- cross_sheet TemplateFilter Cross Sheet Control 
- A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet
- date_time_ Templatepicker Filter Date Time Picker Control 
- A control from a date filter that is used to specify date and time.
- dropdown
TemplateFilter Drop Down Control 
- A control to display a dropdown list with buttons that are used to select a single value.
- list
TemplateFilter List Control 
- A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
- relative_date_ Templatetime Filter Relative Date Time Control 
- A control from a date filter that is used to specify the relative date.
- slider
TemplateFilter Slider Control 
- A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
- text_area TemplateFilter Text Area Control 
- A control to display a text box that is used to enter multiple entries.
- text_field TemplateFilter Text Field Control 
- A control to display a text box that is used to enter a single entry.
- crossSheet Property Map
- A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet
- dateTime Property MapPicker 
- A control from a date filter that is used to specify date and time.
- dropdown Property Map
- A control to display a dropdown list with buttons that are used to select a single value.
- list Property Map
- A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
- relativeDate Property MapTime 
- A control from a date filter that is used to specify the relative date.
- slider Property Map
- A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
- textArea Property Map
- A control to display a text box that is used to enter multiple entries.
- textField Property Map
- A control to display a text box that is used to enter a single entry.
TemplateFilterCrossSheetControl, TemplateFilterCrossSheetControlArgs          
- FilterControl stringId 
- The ID of the FilterCrossSheetControl.
- SourceFilter stringId 
- The source filter ID of the FilterCrossSheetControl.
- CascadingControl Pulumi.Configuration Aws Native. Quick Sight. Inputs. Template Cascading Control Configuration 
- The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
- FilterControl stringId 
- The ID of the FilterCrossSheetControl.
- SourceFilter stringId 
- The source filter ID of the FilterCrossSheetControl.
- CascadingControl TemplateConfiguration Cascading Control Configuration 
- The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
- filterControl StringId 
- The ID of the FilterCrossSheetControl.
- sourceFilter StringId 
- The source filter ID of the FilterCrossSheetControl.
- cascadingControl TemplateConfiguration Cascading Control Configuration 
- The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
- filterControl stringId 
- The ID of the FilterCrossSheetControl.
- sourceFilter stringId 
- The source filter ID of the FilterCrossSheetControl.
- cascadingControl TemplateConfiguration Cascading Control Configuration 
- The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
- filter_control_ strid 
- The ID of the FilterCrossSheetControl.
- source_filter_ strid 
- The source filter ID of the FilterCrossSheetControl.
- cascading_control_ Templateconfiguration Cascading Control Configuration 
- The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
- filterControl StringId 
- The ID of the FilterCrossSheetControl.
- sourceFilter StringId 
- The source filter ID of the FilterCrossSheetControl.
- cascadingControl Property MapConfiguration 
- The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
TemplateFilterDateTimePickerControl, TemplateFilterDateTimePickerControlArgs            
- FilterControl stringId 
- The ID of the FilterDateTimePickerControl.
- SourceFilter stringId 
- The source filter ID of the FilterDateTimePickerControl.
- Title string
- The title of the FilterDateTimePickerControl.
- CommitMode Pulumi.Aws Native. Quick Sight. Template Commit Mode 
- The visibility configurationof the Apply button on a DateTimePickerControl.
- DisplayOptions Pulumi.Aws Native. Quick Sight. Inputs. Template Date Time Picker Control Display Options 
- The display options of a control.
- Type
Pulumi.Aws Native. Quick Sight. Template Sheet Control Date Time Picker Type 
- The type of the FilterDropDownControl. Choose one of the following options:- MULTI_SELECT: The user can select multiple entries from a dropdown menu.
- SINGLE_SELECT: The user can select a single entry from a dropdown menu.
 
- FilterControl stringId 
- The ID of the FilterDateTimePickerControl.
- SourceFilter stringId 
- The source filter ID of the FilterDateTimePickerControl.
- Title string
- The title of the FilterDateTimePickerControl.
- CommitMode TemplateCommit Mode 
- The visibility configurationof the Apply button on a DateTimePickerControl.
- DisplayOptions TemplateDate Time Picker Control Display Options 
- The display options of a control.
- Type
TemplateSheet Control Date Time Picker Type 
- The type of the FilterDropDownControl. Choose one of the following options:- MULTI_SELECT: The user can select multiple entries from a dropdown menu.
- SINGLE_SELECT: The user can select a single entry from a dropdown menu.
 
- filterControl StringId 
- The ID of the FilterDateTimePickerControl.
- sourceFilter StringId 
- The source filter ID of the FilterDateTimePickerControl.
- title String
- The title of the FilterDateTimePickerControl.
- commitMode TemplateCommit Mode 
- The visibility configurationof the Apply button on a DateTimePickerControl.
- displayOptions TemplateDate Time Picker Control Display Options 
- The display options of a control.
- type
TemplateSheet Control Date Time Picker Type 
- The type of the FilterDropDownControl. Choose one of the following options:- MULTI_SELECT: The user can select multiple entries from a dropdown menu.
- SINGLE_SELECT: The user can select a single entry from a dropdown menu.
 
- filterControl stringId 
- The ID of the FilterDateTimePickerControl.
- sourceFilter stringId 
- The source filter ID of the FilterDateTimePickerControl.
- title string
- The title of the FilterDateTimePickerControl.
- commitMode TemplateCommit Mode 
- The visibility configurationof the Apply button on a DateTimePickerControl.
- displayOptions TemplateDate Time Picker Control Display Options 
- The display options of a control.
- type
TemplateSheet Control Date Time Picker Type 
- The type of the FilterDropDownControl. Choose one of the following options:- MULTI_SELECT: The user can select multiple entries from a dropdown menu.
- SINGLE_SELECT: The user can select a single entry from a dropdown menu.
 
- filter_control_ strid 
- The ID of the FilterDateTimePickerControl.
- source_filter_ strid 
- The source filter ID of the FilterDateTimePickerControl.
- title str
- The title of the FilterDateTimePickerControl.
- commit_mode TemplateCommit Mode 
- The visibility configurationof the Apply button on a DateTimePickerControl.
- display_options TemplateDate Time Picker Control Display Options 
- The display options of a control.
- type
TemplateSheet Control Date Time Picker Type 
- The type of the FilterDropDownControl. Choose one of the following options:- MULTI_SELECT: The user can select multiple entries from a dropdown menu.
- SINGLE_SELECT: The user can select a single entry from a dropdown menu.
 
- filterControl StringId 
- The ID of the FilterDateTimePickerControl.
- sourceFilter StringId 
- The source filter ID of the FilterDateTimePickerControl.
- title String
- The title of the FilterDateTimePickerControl.
- commitMode "AUTO" | "MANUAL"
- The visibility configurationof the Apply button on a DateTimePickerControl.
- displayOptions Property Map
- The display options of a control.
- type "SINGLE_VALUED" | "DATE_RANGE"
- The type of the FilterDropDownControl. Choose one of the following options:- MULTI_SELECT: The user can select multiple entries from a dropdown menu.
- SINGLE_SELECT: The user can select a single entry from a dropdown menu.
 
TemplateFilterDropDownControl, TemplateFilterDropDownControlArgs          
- FilterControl stringId 
- The ID of the FilterDropDownControl.
- SourceFilter stringId 
- The source filter ID of the FilterDropDownControl.
- Title string
- The title of the FilterDropDownControl.
- CascadingControl Pulumi.Configuration Aws Native. Quick Sight. Inputs. Template Cascading Control Configuration 
- The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
- CommitMode Pulumi.Aws Native. Quick Sight. Template Commit Mode 
- The visibility configuration of the Apply button on a FilterDropDownControl.
- DisplayOptions Pulumi.Aws Native. Quick Sight. Inputs. Template Drop Down Control Display Options 
- The display options of the FilterDropDownControl.
- SelectableValues Pulumi.Aws Native. Quick Sight. Inputs. Template Filter Selectable Values 
- A list of selectable values that are used in a control.
- Type
Pulumi.Aws Native. Quick Sight. Template Sheet Control List Type 
- The type of the FilterDropDownControl. Choose one of the following options:- MULTI_SELECT: The user can select multiple entries from a dropdown menu.
- SINGLE_SELECT: The user can select a single entry from a dropdown menu.
 
- FilterControl stringId 
- The ID of the FilterDropDownControl.
- SourceFilter stringId 
- The source filter ID of the FilterDropDownControl.
- Title string
- The title of the FilterDropDownControl.
- CascadingControl TemplateConfiguration Cascading Control Configuration 
- The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
- CommitMode TemplateCommit Mode 
- The visibility configuration of the Apply button on a FilterDropDownControl.
- DisplayOptions TemplateDrop Down Control Display Options 
- The display options of the FilterDropDownControl.
- SelectableValues TemplateFilter Selectable Values 
- A list of selectable values that are used in a control.
- Type
TemplateSheet Control List Type 
- The type of the FilterDropDownControl. Choose one of the following options:- MULTI_SELECT: The user can select multiple entries from a dropdown menu.
- SINGLE_SELECT: The user can select a single entry from a dropdown menu.
 
- filterControl StringId 
- The ID of the FilterDropDownControl.
- sourceFilter StringId 
- The source filter ID of the FilterDropDownControl.
- title String
- The title of the FilterDropDownControl.
- cascadingControl TemplateConfiguration Cascading Control Configuration 
- The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
- commitMode TemplateCommit Mode 
- The visibility configuration of the Apply button on a FilterDropDownControl.
- displayOptions TemplateDrop Down Control Display Options 
- The display options of the FilterDropDownControl.
- selectableValues TemplateFilter Selectable Values 
- A list of selectable values that are used in a control.
- type
TemplateSheet Control List Type 
- The type of the FilterDropDownControl. Choose one of the following options:- MULTI_SELECT: The user can select multiple entries from a dropdown menu.
- SINGLE_SELECT: The user can select a single entry from a dropdown menu.
 
- filterControl stringId 
- The ID of the FilterDropDownControl.
- sourceFilter stringId 
- The source filter ID of the FilterDropDownControl.
- title string
- The title of the FilterDropDownControl.
- cascadingControl TemplateConfiguration Cascading Control Configuration 
- The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
- commitMode TemplateCommit Mode 
- The visibility configuration of the Apply button on a FilterDropDownControl.
- displayOptions TemplateDrop Down Control Display Options 
- The display options of the FilterDropDownControl.
- selectableValues TemplateFilter Selectable Values 
- A list of selectable values that are used in a control.
- type
TemplateSheet Control List Type 
- The type of the FilterDropDownControl. Choose one of the following options:- MULTI_SELECT: The user can select multiple entries from a dropdown menu.
- SINGLE_SELECT: The user can select a single entry from a dropdown menu.
 
- filter_control_ strid 
- The ID of the FilterDropDownControl.
- source_filter_ strid 
- The source filter ID of the FilterDropDownControl.
- title str
- The title of the FilterDropDownControl.
- cascading_control_ Templateconfiguration Cascading Control Configuration 
- The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
- commit_mode TemplateCommit Mode 
- The visibility configuration of the Apply button on a FilterDropDownControl.
- display_options TemplateDrop Down Control Display Options 
- The display options of the FilterDropDownControl.
- selectable_values TemplateFilter Selectable Values 
- A list of selectable values that are used in a control.
- type
TemplateSheet Control List Type 
- The type of the FilterDropDownControl. Choose one of the following options:- MULTI_SELECT: The user can select multiple entries from a dropdown menu.
- SINGLE_SELECT: The user can select a single entry from a dropdown menu.
 
- filterControl StringId 
- The ID of the FilterDropDownControl.
- sourceFilter StringId 
- The source filter ID of the FilterDropDownControl.
- title String
- The title of the FilterDropDownControl.
- cascadingControl Property MapConfiguration 
- The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
- commitMode "AUTO" | "MANUAL"
- The visibility configuration of the Apply button on a FilterDropDownControl.
- displayOptions Property Map
- The display options of the FilterDropDownControl.
- selectableValues Property Map
- A list of selectable values that are used in a control.
- type "MULTI_SELECT" | "SINGLE_SELECT"
- The type of the FilterDropDownControl. Choose one of the following options:- MULTI_SELECT: The user can select multiple entries from a dropdown menu.
- SINGLE_SELECT: The user can select a single entry from a dropdown menu.
 
TemplateFilterGroup, TemplateFilterGroupArgs      
- CrossDataset Pulumi.Aws Native. Quick Sight. Template Cross Dataset Types 
- The filter new feature which can apply filter group to all data sets. Choose one of the following options:- ALL_DATASETS
- SINGLE_DATASET
 
- FilterGroup stringId 
- The value that uniquely identifies a FilterGroupwithin a dashboard, template, or analysis.
- Filters
List<Pulumi.Aws Native. Quick Sight. Inputs. Template Filter> 
- The list of filters that are present in a FilterGroup.
- ScopeConfiguration Pulumi.Aws Native. Quick Sight. Inputs. Template Filter Scope Configuration 
- The configuration that specifies what scope to apply to a - FilterGroup.- This is a union type structure. For this structure to be valid, only one of the attributes can be defined. 
- Status
Pulumi.Aws Native. Quick Sight. Template Widget Status 
- The status of the FilterGroup.
- CrossDataset TemplateCross Dataset Types 
- The filter new feature which can apply filter group to all data sets. Choose one of the following options:- ALL_DATASETS
- SINGLE_DATASET
 
- FilterGroup stringId 
- The value that uniquely identifies a FilterGroupwithin a dashboard, template, or analysis.
- Filters
[]TemplateFilter 
- The list of filters that are present in a FilterGroup.
- ScopeConfiguration TemplateFilter Scope Configuration 
- The configuration that specifies what scope to apply to a - FilterGroup.- This is a union type structure. For this structure to be valid, only one of the attributes can be defined. 
- Status
TemplateWidget Status 
- The status of the FilterGroup.
- crossDataset TemplateCross Dataset Types 
- The filter new feature which can apply filter group to all data sets. Choose one of the following options:- ALL_DATASETS
- SINGLE_DATASET
 
- filterGroup StringId 
- The value that uniquely identifies a FilterGroupwithin a dashboard, template, or analysis.
- filters
List<TemplateFilter> 
- The list of filters that are present in a FilterGroup.
- scopeConfiguration TemplateFilter Scope Configuration 
- The configuration that specifies what scope to apply to a - FilterGroup.- This is a union type structure. For this structure to be valid, only one of the attributes can be defined. 
- status
TemplateWidget Status 
- The status of the FilterGroup.
- crossDataset TemplateCross Dataset Types 
- The filter new feature which can apply filter group to all data sets. Choose one of the following options:- ALL_DATASETS
- SINGLE_DATASET
 
- filterGroup stringId 
- The value that uniquely identifies a FilterGroupwithin a dashboard, template, or analysis.
- filters
TemplateFilter[] 
- The list of filters that are present in a FilterGroup.
- scopeConfiguration TemplateFilter Scope Configuration 
- The configuration that specifies what scope to apply to a - FilterGroup.- This is a union type structure. For this structure to be valid, only one of the attributes can be defined. 
- status
TemplateWidget Status 
- The status of the FilterGroup.
- cross_dataset TemplateCross Dataset Types 
- The filter new feature which can apply filter group to all data sets. Choose one of the following options:- ALL_DATASETS
- SINGLE_DATASET
 
- filter_group_ strid 
- The value that uniquely identifies a FilterGroupwithin a dashboard, template, or analysis.
- filters
Sequence[TemplateFilter] 
- The list of filters that are present in a FilterGroup.
- scope_configuration TemplateFilter Scope Configuration 
- The configuration that specifies what scope to apply to a - FilterGroup.- This is a union type structure. For this structure to be valid, only one of the attributes can be defined. 
- status
TemplateWidget Status 
- The status of the FilterGroup.
- crossDataset "ALL_DATASETS" | "SINGLE_DATASET"
- The filter new feature which can apply filter group to all data sets. Choose one of the following options:- ALL_DATASETS
- SINGLE_DATASET
 
- filterGroup StringId 
- The value that uniquely identifies a FilterGroupwithin a dashboard, template, or analysis.
- filters List<Property Map>
- The list of filters that are present in a FilterGroup.
- scopeConfiguration Property Map
- The configuration that specifies what scope to apply to a - FilterGroup.- This is a union type structure. For this structure to be valid, only one of the attributes can be defined. 
- status "ENABLED" | "DISABLED"
- The status of the FilterGroup.
TemplateFilterListConfiguration, TemplateFilterListConfigurationArgs        
- MatchOperator Pulumi.Aws Native. Quick Sight. Template Category Filter Match Operator 
- The match operator that is used to determine if a filter should be applied.
- CategoryValues List<string>
- The list of category values for the filter.
- NullOption Pulumi.Aws Native. Quick Sight. Template Filter Null Option 
- This option determines how null values should be treated when filtering data.- ALL_VALUES: Include null values in filtered results.
- NULLS_ONLY: Only include null values in filtered results.
- NON_NULLS_ONLY: Exclude null values from filtered results.
 
- SelectAll Pulumi.Options Aws Native. Quick Sight. Template Category Filter Select All Options 
- Select all of the values. Null is not the assigned value of select all.- FILTER_ALL_VALUES
 
- MatchOperator TemplateCategory Filter Match Operator 
- The match operator that is used to determine if a filter should be applied.
- CategoryValues []string
- The list of category values for the filter.
- NullOption TemplateFilter Null Option 
- This option determines how null values should be treated when filtering data.- ALL_VALUES: Include null values in filtered results.
- NULLS_ONLY: Only include null values in filtered results.
- NON_NULLS_ONLY: Exclude null values from filtered results.
 
- SelectAll TemplateOptions Category Filter Select All Options 
- Select all of the values. Null is not the assigned value of select all.- FILTER_ALL_VALUES
 
- matchOperator TemplateCategory Filter Match Operator 
- The match operator that is used to determine if a filter should be applied.
- categoryValues List<String>
- The list of category values for the filter.
- nullOption TemplateFilter Null Option 
- This option determines how null values should be treated when filtering data.- ALL_VALUES: Include null values in filtered results.
- NULLS_ONLY: Only include null values in filtered results.
- NON_NULLS_ONLY: Exclude null values from filtered results.
 
- selectAll TemplateOptions Category Filter Select All Options 
- Select all of the values. Null is not the assigned value of select all.- FILTER_ALL_VALUES
 
- matchOperator TemplateCategory Filter Match Operator 
- The match operator that is used to determine if a filter should be applied.
- categoryValues string[]
- The list of category values for the filter.
- nullOption TemplateFilter Null Option 
- This option determines how null values should be treated when filtering data.- ALL_VALUES: Include null values in filtered results.
- NULLS_ONLY: Only include null values in filtered results.
- NON_NULLS_ONLY: Exclude null values from filtered results.
 
- selectAll TemplateOptions Category Filter Select All Options 
- Select all of the values. Null is not the assigned value of select all.- FILTER_ALL_VALUES
 
- match_operator TemplateCategory Filter Match Operator 
- The match operator that is used to determine if a filter should be applied.
- category_values Sequence[str]
- The list of category values for the filter.
- null_option TemplateFilter Null Option 
- This option determines how null values should be treated when filtering data.- ALL_VALUES: Include null values in filtered results.
- NULLS_ONLY: Only include null values in filtered results.
- NON_NULLS_ONLY: Exclude null values from filtered results.
 
- select_all_ Templateoptions Category Filter Select All Options 
- Select all of the values. Null is not the assigned value of select all.- FILTER_ALL_VALUES
 
- matchOperator "EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH"
- The match operator that is used to determine if a filter should be applied.
- categoryValues List<String>
- The list of category values for the filter.
- nullOption "ALL_VALUES" | "NULLS_ONLY" | "NON_NULLS_ONLY"
- This option determines how null values should be treated when filtering data.- ALL_VALUES: Include null values in filtered results.
- NULLS_ONLY: Only include null values in filtered results.
- NON_NULLS_ONLY: Exclude null values from filtered results.
 
- selectAll "FILTER_ALL_VALUES"Options 
- Select all of the values. Null is not the assigned value of select all.- FILTER_ALL_VALUES
 
TemplateFilterListControl, TemplateFilterListControlArgs        
- FilterControl stringId 
- The ID of the FilterListControl.
- SourceFilter stringId 
- The source filter ID of the FilterListControl.
- Title string
- The title of the FilterListControl.
- CascadingControl Pulumi.Configuration Aws Native. Quick Sight. Inputs. Template Cascading Control Configuration 
- The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
- DisplayOptions Pulumi.Aws Native. Quick Sight. Inputs. Template List Control Display Options 
- The display options of a control.
- SelectableValues Pulumi.Aws Native. Quick Sight. Inputs. Template Filter Selectable Values 
- A list of selectable values that are used in a control.
- Type
Pulumi.Aws Native. Quick Sight. Template Sheet Control List Type 
- The type of the FilterListControl. Choose one of the following options:- MULTI_SELECT: The user can select multiple entries from the list.
- SINGLE_SELECT: The user can select a single entry from the list.
 
- FilterControl stringId 
- The ID of the FilterListControl.
- SourceFilter stringId 
- The source filter ID of the FilterListControl.
- Title string
- The title of the FilterListControl.
- CascadingControl TemplateConfiguration Cascading Control Configuration 
- The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
- DisplayOptions TemplateList Control Display Options 
- The display options of a control.
- SelectableValues TemplateFilter Selectable Values 
- A list of selectable values that are used in a control.
- Type
TemplateSheet Control List Type 
- The type of the FilterListControl. Choose one of the following options:- MULTI_SELECT: The user can select multiple entries from the list.
- SINGLE_SELECT: The user can select a single entry from the list.
 
- filterControl StringId 
- The ID of the FilterListControl.
- sourceFilter StringId 
- The source filter ID of the FilterListControl.
- title String
- The title of the FilterListControl.
- cascadingControl TemplateConfiguration Cascading Control Configuration 
- The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
- displayOptions TemplateList Control Display Options 
- The display options of a control.
- selectableValues TemplateFilter Selectable Values 
- A list of selectable values that are used in a control.
- type
TemplateSheet Control List Type 
- The type of the FilterListControl. Choose one of the following options:- MULTI_SELECT: The user can select multiple entries from the list.
- SINGLE_SELECT: The user can select a single entry from the list.
 
- filterControl stringId 
- The ID of the FilterListControl.
- sourceFilter stringId 
- The source filter ID of the FilterListControl.
- title string
- The title of the FilterListControl.
- cascadingControl TemplateConfiguration Cascading Control Configuration 
- The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
- displayOptions TemplateList Control Display Options 
- The display options of a control.
- selectableValues TemplateFilter Selectable Values 
- A list of selectable values that are used in a control.
- type
TemplateSheet Control List Type 
- The type of the FilterListControl. Choose one of the following options:- MULTI_SELECT: The user can select multiple entries from the list.
- SINGLE_SELECT: The user can select a single entry from the list.
 
- filter_control_ strid 
- The ID of the FilterListControl.
- source_filter_ strid 
- The source filter ID of the FilterListControl.
- title str
- The title of the FilterListControl.
- cascading_control_ Templateconfiguration Cascading Control Configuration 
- The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
- display_options TemplateList Control Display Options 
- The display options of a control.
- selectable_values TemplateFilter Selectable Values 
- A list of selectable values that are used in a control.
- type
TemplateSheet Control List Type 
- The type of the FilterListControl. Choose one of the following options:- MULTI_SELECT: The user can select multiple entries from the list.
- SINGLE_SELECT: The user can select a single entry from the list.
 
- filterControl StringId 
- The ID of the FilterListControl.
- sourceFilter StringId 
- The source filter ID of the FilterListControl.
- title String
- The title of the FilterListControl.
- cascadingControl Property MapConfiguration 
- The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
- displayOptions Property Map
- The display options of a control.
- selectableValues Property Map
- A list of selectable values that are used in a control.
- type "MULTI_SELECT" | "SINGLE_SELECT"
- The type of the FilterListControl. Choose one of the following options:- MULTI_SELECT: The user can select multiple entries from the list.
- SINGLE_SELECT: The user can select a single entry from the list.
 
TemplateFilterNullOption, TemplateFilterNullOptionArgs        
- AllValues 
- ALL_VALUES
- NullsOnly 
- NULLS_ONLY
- NonNulls Only 
- NON_NULLS_ONLY
- TemplateFilter Null Option All Values 
- ALL_VALUES
- TemplateFilter Null Option Nulls Only 
- NULLS_ONLY
- TemplateFilter Null Option Non Nulls Only 
- NON_NULLS_ONLY
- AllValues 
- ALL_VALUES
- NullsOnly 
- NULLS_ONLY
- NonNulls Only 
- NON_NULLS_ONLY
- AllValues 
- ALL_VALUES
- NullsOnly 
- NULLS_ONLY
- NonNulls Only 
- NON_NULLS_ONLY
- ALL_VALUES
- ALL_VALUES
- NULLS_ONLY
- NULLS_ONLY
- NON_NULLS_ONLY
- NON_NULLS_ONLY
- "ALL_VALUES"
- ALL_VALUES
- "NULLS_ONLY"
- NULLS_ONLY
- "NON_NULLS_ONLY"
- NON_NULLS_ONLY
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.