1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. quicksight
  5. Template

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.quicksight.Template

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

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 This property is required. string
The unique name of the resource.
args This property is required. TemplateArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. 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 This property is required. string
The unique name of the resource.
args This property is required. TemplateArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. TemplateArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. 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:

AwsAccountId This property is required. string
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 This property is required. string
An ID for the template that you want to create. This template is unique per AWS Region ; in each AWS account.
Definition Pulumi.AwsNative.QuickSight.Inputs.TemplateVersionDefinition
Name string
A display name for the template.
Permissions List<Pulumi.AwsNative.QuickSight.Inputs.TemplateResourcePermission>
A list of resource permissions to be set on the template.
SourceEntity Pulumi.AwsNative.QuickSight.Inputs.TemplateSourceEntity

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: SourceTemplate for a template or SourceAnalysis for 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 SourceTemplate ARN can contain any AWS account and any Amazon QuickSight-supported AWS Region .

Use the DataSetReferences entity within SourceTemplate or SourceAnalysis to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.

Either a SourceEntity or a Definition must be provided in order for the request to be valid.

Tags List<Pulumi.AwsNative.Inputs.Tag>
Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
ValidationStrategy Pulumi.AwsNative.QuickSight.Inputs.TemplateValidationStrategy
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 UpdateTemplate is called, a new version is created. Each version of the template maintains a description of the version in the VersionDescription field.
AwsAccountId This property is required. string
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 This property is required. string
An ID for the template that you want to create. This template is unique per AWS Region ; in each AWS account.
Definition TemplateVersionDefinitionArgs
Name string
A display name for the template.
Permissions []TemplateResourcePermissionArgs
A list of resource permissions to be set on the template.
SourceEntity TemplateSourceEntityArgs

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: SourceTemplate for a template or SourceAnalysis for 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 SourceTemplate ARN can contain any AWS account and any Amazon QuickSight-supported AWS Region .

Use the DataSetReferences entity within SourceTemplate or SourceAnalysis to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.

Either a SourceEntity or a Definition must be provided in order for the request to be valid.

Tags TagArgs
Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
ValidationStrategy TemplateValidationStrategyArgs
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 UpdateTemplate is called, a new version is created. Each version of the template maintains a description of the version in the VersionDescription field.
awsAccountId This property is required. String
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 This property is required. String
An ID for the template that you want to create. This template is unique per AWS Region ; in each AWS account.
definition TemplateVersionDefinition
name String
A display name for the template.
permissions List<TemplateResourcePermission>
A list of resource permissions to be set on the template.
sourceEntity TemplateSourceEntity

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: SourceTemplate for a template or SourceAnalysis for 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 SourceTemplate ARN can contain any AWS account and any Amazon QuickSight-supported AWS Region .

Use the DataSetReferences entity within SourceTemplate or SourceAnalysis to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.

Either a SourceEntity or a Definition must be provided in order for the request to be valid.

tags List<Tag>
Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
validationStrategy TemplateValidationStrategy
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 UpdateTemplate is called, a new version is created. Each version of the template maintains a description of the version in the VersionDescription field.
awsAccountId This property is required. string
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 This property is required. string
An ID for the template that you want to create. This template is unique per AWS Region ; in each AWS account.
definition TemplateVersionDefinition
name string
A display name for the template.
permissions TemplateResourcePermission[]
A list of resource permissions to be set on the template.
sourceEntity TemplateSourceEntity

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: SourceTemplate for a template or SourceAnalysis for 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 SourceTemplate ARN can contain any AWS account and any Amazon QuickSight-supported AWS Region .

Use the DataSetReferences entity within SourceTemplate or SourceAnalysis to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.

Either a SourceEntity or a Definition must be provided in order for the request to be valid.

tags Tag[]
Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
validationStrategy TemplateValidationStrategy
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 UpdateTemplate is called, a new version is created. Each version of the template maintains a description of the version in the VersionDescription field.
aws_account_id This property is required. str
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 This property is required. str
An ID for the template that you want to create. This template is unique per AWS Region ; in each AWS account.
definition TemplateVersionDefinitionArgs
name str
A display name for the template.
permissions Sequence[TemplateResourcePermissionArgs]
A list of resource permissions to be set on the template.
source_entity TemplateSourceEntityArgs

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: SourceTemplate for a template or SourceAnalysis for 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 SourceTemplate ARN can contain any AWS account and any Amazon QuickSight-supported AWS Region .

Use the DataSetReferences entity within SourceTemplate or SourceAnalysis to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.

Either a SourceEntity or a Definition must be provided in order for the request to be valid.

tags Sequence[TagArgs]
Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
validation_strategy TemplateValidationStrategyArgs
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 UpdateTemplate is called, a new version is created. Each version of the template maintains a description of the version in the VersionDescription field.
awsAccountId This property is required. String
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 This property is required. 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: SourceTemplate for a template or SourceAnalysis for 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 SourceTemplate ARN can contain any AWS account and any Amazon QuickSight-supported AWS Region .

Use the DataSetReferences entity within SourceTemplate or SourceAnalysis to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.

Either a SourceEntity or a Definition must be provided in order for the request to be valid.

tags 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 UpdateTemplate is called, a new version is created. Each version of the template maintains a description of the version in the VersionDescription field.

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.
LastUpdatedTime string
Version Pulumi.AwsNative.QuickSight.Outputs.TemplateVersion
Arn string
CreatedTime string
Id string
The provider-assigned unique ID for this managed resource.
LastUpdatedTime string
Version TemplateVersion
arn String
createdTime String
id String
The provider-assigned unique ID for this managed resource.
lastUpdatedTime String
version TemplateVersion
arn string
createdTime string
id string
The provider-assigned unique ID for this managed resource.
lastUpdatedTime string
version TemplateVersion
arn str
created_time str
id str
The provider-assigned unique ID for this managed resource.
last_updated_time str
version TemplateVersion
arn String
createdTime String
id String
The provider-assigned unique ID for this managed resource.
lastUpdatedTime String
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

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

TemplateAggregationFunction
, TemplateAggregationFunctionArgs

AttributeAggregationFunction Pulumi.AwsNative.QuickSight.Inputs.TemplateAttributeAggregationFunction
Aggregation for attributes.
CategoricalAggregationFunction Pulumi.AwsNative.QuickSight.TemplateCategoricalAggregationFunction
Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
DateAggregationFunction Pulumi.AwsNative.QuickSight.TemplateDateAggregationFunction
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.
NumericalAggregationFunction Pulumi.AwsNative.QuickSight.Inputs.TemplateNumericalAggregationFunction
Aggregation for numerical values.
AttributeAggregationFunction TemplateAttributeAggregationFunction
Aggregation for attributes.
CategoricalAggregationFunction TemplateCategoricalAggregationFunction
Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
DateAggregationFunction TemplateDateAggregationFunction
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.
NumericalAggregationFunction TemplateNumericalAggregationFunction
Aggregation for numerical values.
attributeAggregationFunction TemplateAttributeAggregationFunction
Aggregation for attributes.
categoricalAggregationFunction TemplateCategoricalAggregationFunction
Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
dateAggregationFunction TemplateDateAggregationFunction
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.
numericalAggregationFunction TemplateNumericalAggregationFunction
Aggregation for numerical values.
attributeAggregationFunction TemplateAttributeAggregationFunction
Aggregation for attributes.
categoricalAggregationFunction TemplateCategoricalAggregationFunction
Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
dateAggregationFunction TemplateDateAggregationFunction
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.
numericalAggregationFunction TemplateNumericalAggregationFunction
Aggregation for numerical values.
attribute_aggregation_function TemplateAttributeAggregationFunction
Aggregation for attributes.
categorical_aggregation_function TemplateCategoricalAggregationFunction
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_function TemplateDateAggregationFunction
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_function TemplateNumericalAggregationFunction
Aggregation for numerical values.
attributeAggregationFunction Property Map
Aggregation for attributes.
categoricalAggregationFunction "COUNT" | "DISTINCT_COUNT"
Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
dateAggregationFunction "COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX"
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.
numericalAggregationFunction Property Map
Aggregation for numerical values.

TemplateAggregationSortConfiguration
, TemplateAggregationSortConfigurationArgs

Column This property is required. Pulumi.AwsNative.QuickSight.Inputs.TemplateColumnIdentifier
The column that determines the sort order of aggregated values.
SortDirection This property is required. Pulumi.AwsNative.QuickSight.TemplateSortDirection
The sort direction of values.

  • ASC : Sort in ascending order.
  • DESC : Sort in descending order.
AggregationFunction Pulumi.AwsNative.QuickSight.Inputs.TemplateAggregationFunction
The function that aggregates the values in Column .
Column This property is required. TemplateColumnIdentifier
The column that determines the sort order of aggregated values.
SortDirection This property is required. TemplateSortDirection
The sort direction of values.

  • ASC : Sort in ascending order.
  • DESC : Sort in descending order.
AggregationFunction TemplateAggregationFunction
The function that aggregates the values in Column .
column This property is required. TemplateColumnIdentifier
The column that determines the sort order of aggregated values.
sortDirection This property is required. TemplateSortDirection
The sort direction of values.

  • ASC : Sort in ascending order.
  • DESC : Sort in descending order.
aggregationFunction TemplateAggregationFunction
The function that aggregates the values in Column .
column This property is required. TemplateColumnIdentifier
The column that determines the sort order of aggregated values.
sortDirection This property is required. TemplateSortDirection
The sort direction of values.

  • ASC : Sort in ascending order.
  • DESC : Sort in descending order.
aggregationFunction TemplateAggregationFunction
The function that aggregates the values in Column .
column This property is required. TemplateColumnIdentifier
The column that determines the sort order of aggregated values.
sort_direction This property is required. TemplateSortDirection
The sort direction of values.

  • ASC : Sort in ascending order.
  • DESC : Sort in descending order.
aggregation_function TemplateAggregationFunction
The function that aggregates the values in Column .
column This property is required. Property Map
The column that determines the sort order of aggregated values.
sortDirection This property is required. "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

DefaultNewSheetConfiguration This property is required. Pulumi.AwsNative.QuickSight.Inputs.TemplateDefaultNewSheetConfiguration
The configuration for default new sheet settings.
DefaultNewSheetConfiguration This property is required. TemplateDefaultNewSheetConfiguration
The configuration for default new sheet settings.
defaultNewSheetConfiguration This property is required. TemplateDefaultNewSheetConfiguration
The configuration for default new sheet settings.
defaultNewSheetConfiguration This property is required. TemplateDefaultNewSheetConfiguration
The configuration for default new sheet settings.
default_new_sheet_configuration This property is required. TemplateDefaultNewSheetConfiguration
The configuration for default new sheet settings.
defaultNewSheetConfiguration This property is required. Property Map
The configuration for default new sheet settings.

TemplateAnchorDateConfiguration
, TemplateAnchorDateConfigurationArgs

AnchorOption Pulumi.AwsNative.QuickSight.TemplateAnchorOption
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 TemplateAnchorOption
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 TemplateAnchorOption
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 TemplateAnchorOption
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 TemplateAnchorOption
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
TemplateAnchorOptionNow
NOW
Now
NOW
Now
NOW
NOW
NOW
"NOW"
NOW

TemplateArcAxisConfiguration
, TemplateArcAxisConfigurationArgs

Range Pulumi.AwsNative.QuickSight.Inputs.TemplateArcAxisDisplayRange
The arc axis range of a GaugeChartVisual .
ReserveRange double
The reserved range of the arc axis.
Range TemplateArcAxisDisplayRange
The arc axis range of a GaugeChartVisual .
ReserveRange float64
The reserved range of the arc axis.
range TemplateArcAxisDisplayRange
The arc axis range of a GaugeChartVisual .
reserveRange Double
The reserved range of the arc axis.
range TemplateArcAxisDisplayRange
The arc axis range of a GaugeChartVisual .
reserveRange number
The reserved range of the arc axis.
range TemplateArcAxisDisplayRange
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

Max double
The maximum value of the arc axis range.
Min double
The minimum value of the arc axis range.
Max float64
The maximum value of the arc axis range.
Min float64
The minimum value of the arc axis range.
max Double
The maximum value of the arc axis range.
min Double
The minimum value of the arc axis range.
max number
The maximum value of the arc axis range.
min number
The minimum value of the arc axis range.
max float
The maximum value of the arc axis range.
min float
The minimum value of the arc axis range.
max Number
The maximum value of the arc axis range.
min Number
The minimum value of the arc axis range.

TemplateArcConfiguration
, TemplateArcConfigurationArgs

ArcAngle double
The option that determines the arc angle of a GaugeChartVisual .
ArcThickness Pulumi.AwsNative.QuickSight.TemplateArcThicknessOptions
The options that determine the arc thickness of a GaugeChartVisual .
ArcAngle float64
The option that determines the arc angle of a GaugeChartVisual .
ArcThickness TemplateArcThicknessOptions
The options that determine the arc thickness of a GaugeChartVisual .
arcAngle Double
The option that determines the arc angle of a GaugeChartVisual .
arcThickness TemplateArcThicknessOptions
The options that determine the arc thickness of a GaugeChartVisual .
arcAngle number
The option that determines the arc angle of a GaugeChartVisual .
arcThickness TemplateArcThicknessOptions
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 TemplateArcThicknessOptions
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.AwsNative.QuickSight.TemplateArcThickness
The arc thickness of a GaugeChartVisual .
ArcThickness TemplateArcThickness
The arc thickness of a GaugeChartVisual .
arcThickness TemplateArcThickness
The arc thickness of a GaugeChartVisual .
arcThickness TemplateArcThickness
The arc thickness of a GaugeChartVisual .
arc_thickness TemplateArcThickness
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
TemplateArcThicknessSmall
SMALL
TemplateArcThicknessMedium
MEDIUM
TemplateArcThicknessLarge
LARGE
TemplateArcThicknessWhole
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
TemplateArcThicknessOptionsSmall
SMALL
TemplateArcThicknessOptionsMedium
MEDIUM
TemplateArcThicknessOptionsLarge
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.AwsNative.QuickSight.TemplateDayOfTheWeek
Determines the week start day for an analysis.
Timezone string
Determines the timezone for the analysis.
WeekStart TemplateDayOfTheWeek
Determines the week start day for an analysis.
timezone String
Determines the timezone for the analysis.
weekStart TemplateDayOfTheWeek
Determines the week start day for an analysis.
timezone string
Determines the timezone for the analysis.
weekStart TemplateDayOfTheWeek
Determines the week start day for an analysis.
timezone str
Determines the timezone for the analysis.
week_start TemplateDayOfTheWeek
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

SimpleAttributeAggregation Pulumi.AwsNative.QuickSight.TemplateSimpleAttributeAggregationFunction
The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.
ValueForMultipleValues string
Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.
SimpleAttributeAggregation TemplateSimpleAttributeAggregationFunction
The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.
ValueForMultipleValues string
Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.
simpleAttributeAggregation TemplateSimpleAttributeAggregationFunction
The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.
valueForMultipleValues String
Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.
simpleAttributeAggregation TemplateSimpleAttributeAggregationFunction
The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.
valueForMultipleValues string
Used by the UNIQUE_VALUE aggregation 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_aggregation TemplateSimpleAttributeAggregationFunction
The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.
value_for_multiple_values str
Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.
simpleAttributeAggregation "UNIQUE_VALUE"
The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.
valueForMultipleValues String
Used by the UNIQUE_VALUE aggregation 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
TemplateAxisBindingPrimaryYaxis
PRIMARY_YAXIS
TemplateAxisBindingSecondaryYaxis
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

DateAxisOptions TemplateDateAxisOptions
The options for an axis with a date field.
NumericAxisOptions TemplateNumericAxisOptions
The options for an axis with a numeric field.
dateAxisOptions TemplateDateAxisOptions
The options for an axis with a date field.
numericAxisOptions TemplateNumericAxisOptions
The options for an axis with a numeric field.
dateAxisOptions TemplateDateAxisOptions
The options for an axis with a date field.
numericAxisOptions TemplateNumericAxisOptions
The options for an axis with a numeric field.
date_axis_options TemplateDateAxisOptions
The options for an axis with a date field.
numeric_axis_options TemplateNumericAxisOptions
The options for an axis with a numeric field.
dateAxisOptions Property Map
The options for an axis with a date field.
numericAxisOptions Property Map
The options for an axis with a numeric field.

TemplateAxisDisplayMinMaxRange
, TemplateAxisDisplayMinMaxRangeArgs

Maximum double
The maximum setup for an axis display range.
Minimum double
The minimum setup for an axis display range.
Maximum float64
The maximum setup for an axis display range.
Minimum float64
The minimum setup for an axis display range.
maximum Double
The maximum setup for an axis display range.
minimum Double
The minimum setup for an axis display range.
maximum number
The maximum setup for an axis display range.
minimum number
The minimum setup for an axis display range.
maximum float
The maximum setup for an axis display range.
minimum float
The minimum setup for an axis display range.
maximum Number
The maximum setup for an axis display range.
minimum Number
The minimum setup for an axis display range.

TemplateAxisDisplayOptions
, TemplateAxisDisplayOptionsArgs

AxisLineVisibility object
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.AwsNative.QuickSight.Inputs.TemplateAxisDataOptions
The data options for an axis.
GridLineVisibility object
Determines whether or not the grid line is visible.
ScrollbarOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateScrollBarOptions
The scroll bar options for an axis.
TickLabelOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateAxisTickLabelOptions
The tick label options of an axis.
AxisLineVisibility interface{}
Determines whether or not the axis line is visible.
AxisOffset string
String based length that is composed of value and unit in px
DataOptions TemplateAxisDataOptions
The data options for an axis.
GridLineVisibility interface{}
Determines whether or not the grid line is visible.
ScrollbarOptions TemplateScrollBarOptions
The scroll bar options for an axis.
TickLabelOptions TemplateAxisTickLabelOptions
The tick label options of an axis.
axisLineVisibility Object
Determines whether or not the axis line is visible.
axisOffset String
String based length that is composed of value and unit in px
dataOptions TemplateAxisDataOptions
The data options for an axis.
gridLineVisibility Object
Determines whether or not the grid line is visible.
scrollbarOptions TemplateScrollBarOptions
The scroll bar options for an axis.
tickLabelOptions TemplateAxisTickLabelOptions
The tick label options of an axis.
axisLineVisibility any
Determines whether or not the axis line is visible.
axisOffset string
String based length that is composed of value and unit in px
dataOptions TemplateAxisDataOptions
The data options for an axis.
gridLineVisibility any
Determines whether or not the grid line is visible.
scrollbarOptions TemplateScrollBarOptions
The scroll bar options for an axis.
tickLabelOptions TemplateAxisTickLabelOptions
The tick label options of an axis.
axis_line_visibility Any
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 TemplateAxisDataOptions
The data options for an axis.
grid_line_visibility Any
Determines whether or not the grid line is visible.
scrollbar_options TemplateScrollBarOptions
The scroll bar options for an axis.
tick_label_options TemplateAxisTickLabelOptions
The tick label options of an axis.
axisLineVisibility Any
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.
gridLineVisibility Any
Determines whether or not the grid line is visible.
scrollbarOptions Property Map
The scroll bar options for an axis.
tickLabelOptions Property Map
The tick label options of an axis.

TemplateAxisDisplayRange
, TemplateAxisDisplayRangeArgs

DataDriven Pulumi.AwsNative.QuickSight.Inputs.TemplateAxisDisplayDataDrivenRange
The data-driven setup of an axis display range.
MinMax Pulumi.AwsNative.QuickSight.Inputs.TemplateAxisDisplayMinMaxRange
The minimum and maximum setup of an axis display range.
DataDriven TemplateAxisDisplayDataDrivenRange
The data-driven setup of an axis display range.
MinMax TemplateAxisDisplayMinMaxRange
The minimum and maximum setup of an axis display range.
dataDriven TemplateAxisDisplayDataDrivenRange
The data-driven setup of an axis display range.
minMax TemplateAxisDisplayMinMaxRange
The minimum and maximum setup of an axis display range.
dataDriven TemplateAxisDisplayDataDrivenRange
The data-driven setup of an axis display range.
minMax TemplateAxisDisplayMinMaxRange
The minimum and maximum setup of an axis display range.
data_driven TemplateAxisDisplayDataDrivenRange
The data-driven setup of an axis display range.
min_max TemplateAxisDisplayMinMaxRange
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.AwsNative.QuickSight.Inputs.TemplateAxisLabelReferenceOptions
The options that indicate which field the label belongs to.
CustomLabel string
The text for the axis label.
FontConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateFontConfiguration
The font configuration of the axis label.
ApplyTo TemplateAxisLabelReferenceOptions
The options that indicate which field the label belongs to.
CustomLabel string
The text for the axis label.
FontConfiguration TemplateFontConfiguration
The font configuration of the axis label.
applyTo TemplateAxisLabelReferenceOptions
The options that indicate which field the label belongs to.
customLabel String
The text for the axis label.
fontConfiguration TemplateFontConfiguration
The font configuration of the axis label.
applyTo TemplateAxisLabelReferenceOptions
The options that indicate which field the label belongs to.
customLabel string
The text for the axis label.
fontConfiguration TemplateFontConfiguration
The font configuration of the axis label.
apply_to TemplateAxisLabelReferenceOptions
The options that indicate which field the label belongs to.
custom_label str
The text for the axis label.
font_configuration TemplateFontConfiguration
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 This property is required. Pulumi.AwsNative.QuickSight.Inputs.TemplateColumnIdentifier
The column that the axis label is targeted to.
FieldId This property is required. string
The field that the axis label is targeted to.
Column This property is required. TemplateColumnIdentifier
The column that the axis label is targeted to.
FieldId This property is required. string
The field that the axis label is targeted to.
column This property is required. TemplateColumnIdentifier
The column that the axis label is targeted to.
fieldId This property is required. String
The field that the axis label is targeted to.
column This property is required. TemplateColumnIdentifier
The column that the axis label is targeted to.
fieldId This property is required. string
The field that the axis label is targeted to.
column This property is required. TemplateColumnIdentifier
The column that the axis label is targeted to.
field_id This property is required. str
The field that the axis label is targeted to.
column This property is required. Property Map
The column that the axis label is targeted to.
fieldId This property is required. String
The field that the axis label is targeted to.

TemplateAxisLinearScale
, TemplateAxisLinearScaleArgs

StepCount double
The step count setup of a linear axis.
StepSize double
The step size setup of a linear axis.
StepCount float64
The step count setup of a linear axis.
StepSize float64
The step size setup of a linear axis.
stepCount Double
The step count setup of a linear axis.
stepSize Double
The step size setup of a linear axis.
stepCount number
The step count setup of a linear axis.
stepSize number
The step size setup of a linear axis.
step_count float
The step count setup of a linear axis.
step_size float
The step size setup of a linear axis.
stepCount Number
The step count setup of a linear axis.
stepSize Number
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 TemplateAxisLinearScale
The linear axis scale setup.
Logarithmic TemplateAxisLogarithmicScale
The logarithmic axis scale setup.
linear TemplateAxisLinearScale
The linear axis scale setup.
logarithmic TemplateAxisLogarithmicScale
The logarithmic axis scale setup.
linear TemplateAxisLinearScale
The linear axis scale setup.
logarithmic TemplateAxisLogarithmicScale
The logarithmic axis scale setup.
linear TemplateAxisLinearScale
The linear axis scale setup.
logarithmic TemplateAxisLogarithmicScale
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.AwsNative.QuickSight.Inputs.TemplateLabelOptions
Determines whether or not the axis ticks are visible.
RotationAngle double
The rotation angle of the axis tick labels.
LabelOptions TemplateLabelOptions
Determines whether or not the axis ticks are visible.
RotationAngle float64
The rotation angle of the axis tick labels.
labelOptions TemplateLabelOptions
Determines whether or not the axis ticks are visible.
rotationAngle Double
The rotation angle of the axis tick labels.
labelOptions TemplateLabelOptions
Determines whether or not the axis ticks are visible.
rotationAngle number
The rotation angle of the axis tick labels.
label_options TemplateLabelOptions
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.AwsNative.QuickSight.Inputs.TemplateDimensionField>
The category (y-axis) field well of a bar chart.
Colors List<Pulumi.AwsNative.QuickSight.Inputs.TemplateDimensionField>
The color (group/color) field well of a bar chart.
SmallMultiples List<Pulumi.AwsNative.QuickSight.Inputs.TemplateDimensionField>
The small multiples field well of a bar chart.
Values List<Pulumi.AwsNative.QuickSight.Inputs.TemplateMeasureField>
The value field wells of a bar chart. Values are aggregated by category.
Category []TemplateDimensionField
The category (y-axis) field well of a bar chart.
Colors []TemplateDimensionField
The color (group/color) field well of a bar chart.
SmallMultiples []TemplateDimensionField
The small multiples field well of a bar chart.
Values []TemplateMeasureField
The value field wells of a bar chart. Values are aggregated by category.
category List<TemplateDimensionField>
The category (y-axis) field well of a bar chart.
colors List<TemplateDimensionField>
The color (group/color) field well of a bar chart.
smallMultiples List<TemplateDimensionField>
The small multiples field well of a bar chart.
values List<TemplateMeasureField>
The value field wells of a bar chart. Values are aggregated by category.
category TemplateDimensionField[]
The category (y-axis) field well of a bar chart.
colors TemplateDimensionField[]
The color (group/color) field well of a bar chart.
smallMultiples TemplateDimensionField[]
The small multiples field well of a bar chart.
values TemplateMeasureField[]
The value field wells of a bar chart. Values are aggregated by category.
category Sequence[TemplateDimensionField]
The category (y-axis) field well of a bar chart.
colors Sequence[TemplateDimensionField]
The color (group/color) field well of a bar chart.
small_multiples Sequence[TemplateDimensionField]
The small multiples field well of a bar chart.
values Sequence[TemplateMeasureField]
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.AwsNative.QuickSight.TemplateBarsArrangement
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.AwsNative.QuickSight.Inputs.TemplateAxisDisplayOptions
The label display options (grid line, range, scale, axis step) for bar chart category.
CategoryLabelOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) for a bar chart.
ColorLabelOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
ContributionAnalysisDefaults List<Pulumi.AwsNative.QuickSight.Inputs.TemplateContributionAnalysisDefault>
The contribution analysis (anomaly configuration) setup of the visual.
DataLabels Pulumi.AwsNative.QuickSight.Inputs.TemplateDataLabelOptions
The options that determine if visual data labels are displayed.
FieldWells Pulumi.AwsNative.QuickSight.Inputs.TemplateBarChartFieldWells
The field wells of the visual.
Interactions Pulumi.AwsNative.QuickSight.Inputs.TemplateVisualInteractionOptions
The general visual interactions setup for a visual.
Legend Pulumi.AwsNative.QuickSight.Inputs.TemplateLegendOptions
The legend display setup of the visual.
Orientation Pulumi.AwsNative.QuickSight.TemplateBarChartOrientation
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.AwsNative.QuickSight.Inputs.TemplateReferenceLine>
The reference line setup of the visual.
SmallMultiplesOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateSmallMultiplesOptions
The small multiples setup for the visual.
SortConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateBarChartSortConfiguration
The sort configuration of a BarChartVisual .
Tooltip Pulumi.AwsNative.QuickSight.Inputs.TemplateTooltipOptions
The tooltip display setup of the visual.
ValueAxis Pulumi.AwsNative.QuickSight.Inputs.TemplateAxisDisplayOptions
The label display options (grid line, range, scale, axis step) for a bar chart value.
ValueLabelOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) for a bar chart value.
VisualPalette Pulumi.AwsNative.QuickSight.Inputs.TemplateVisualPalette
The palette (chart color) display setup of the visual.
BarsArrangement TemplateBarsArrangement
Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.
CategoryAxis TemplateAxisDisplayOptions
The label display options (grid line, range, scale, axis step) for bar chart category.
CategoryLabelOptions TemplateChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) for a bar chart.
ColorLabelOptions TemplateChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
ContributionAnalysisDefaults []TemplateContributionAnalysisDefault
The contribution analysis (anomaly configuration) setup of the visual.
DataLabels TemplateDataLabelOptions
The options that determine if visual data labels are displayed.
FieldWells TemplateBarChartFieldWells
The field wells of the visual.
Interactions TemplateVisualInteractionOptions
The general visual interactions setup for a visual.
Legend TemplateLegendOptions
The legend display setup of the visual.
Orientation TemplateBarChartOrientation
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 []TemplateReferenceLine
The reference line setup of the visual.
SmallMultiplesOptions TemplateSmallMultiplesOptions
The small multiples setup for the visual.
SortConfiguration TemplateBarChartSortConfiguration
The sort configuration of a BarChartVisual .
Tooltip TemplateTooltipOptions
The tooltip display setup of the visual.
ValueAxis TemplateAxisDisplayOptions
The label display options (grid line, range, scale, axis step) for a bar chart value.
ValueLabelOptions TemplateChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) for a bar chart value.
VisualPalette TemplateVisualPalette
The palette (chart color) display setup of the visual.
barsArrangement TemplateBarsArrangement
Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.
categoryAxis TemplateAxisDisplayOptions
The label display options (grid line, range, scale, axis step) for bar chart category.
categoryLabelOptions TemplateChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) for a bar chart.
colorLabelOptions TemplateChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
contributionAnalysisDefaults List<TemplateContributionAnalysisDefault>
The contribution analysis (anomaly configuration) setup of the visual.
dataLabels TemplateDataLabelOptions
The options that determine if visual data labels are displayed.
fieldWells TemplateBarChartFieldWells
The field wells of the visual.
interactions TemplateVisualInteractionOptions
The general visual interactions setup for a visual.
legend TemplateLegendOptions
The legend display setup of the visual.
orientation TemplateBarChartOrientation
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<TemplateReferenceLine>
The reference line setup of the visual.
smallMultiplesOptions TemplateSmallMultiplesOptions
The small multiples setup for the visual.
sortConfiguration TemplateBarChartSortConfiguration
The sort configuration of a BarChartVisual .
tooltip TemplateTooltipOptions
The tooltip display setup of the visual.
valueAxis TemplateAxisDisplayOptions
The label display options (grid line, range, scale, axis step) for a bar chart value.
valueLabelOptions TemplateChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) for a bar chart value.
visualPalette TemplateVisualPalette
The palette (chart color) display setup of the visual.
barsArrangement TemplateBarsArrangement
Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.
categoryAxis TemplateAxisDisplayOptions
The label display options (grid line, range, scale, axis step) for bar chart category.
categoryLabelOptions TemplateChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) for a bar chart.
colorLabelOptions TemplateChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
contributionAnalysisDefaults TemplateContributionAnalysisDefault[]
The contribution analysis (anomaly configuration) setup of the visual.
dataLabels TemplateDataLabelOptions
The options that determine if visual data labels are displayed.
fieldWells TemplateBarChartFieldWells
The field wells of the visual.
interactions TemplateVisualInteractionOptions
The general visual interactions setup for a visual.
legend TemplateLegendOptions
The legend display setup of the visual.
orientation TemplateBarChartOrientation
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 TemplateReferenceLine[]
The reference line setup of the visual.
smallMultiplesOptions TemplateSmallMultiplesOptions
The small multiples setup for the visual.
sortConfiguration TemplateBarChartSortConfiguration
The sort configuration of a BarChartVisual .
tooltip TemplateTooltipOptions
The tooltip display setup of the visual.
valueAxis TemplateAxisDisplayOptions
The label display options (grid line, range, scale, axis step) for a bar chart value.
valueLabelOptions TemplateChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) for a bar chart value.
visualPalette TemplateVisualPalette
The palette (chart color) display setup of the visual.
bars_arrangement TemplateBarsArrangement
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 TemplateAxisDisplayOptions
The label display options (grid line, range, scale, axis step) for bar chart category.
category_label_options TemplateChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) for a bar chart.
color_label_options TemplateChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
contribution_analysis_defaults Sequence[TemplateContributionAnalysisDefault]
The contribution analysis (anomaly configuration) setup of the visual.
data_labels TemplateDataLabelOptions
The options that determine if visual data labels are displayed.
field_wells TemplateBarChartFieldWells
The field wells of the visual.
interactions TemplateVisualInteractionOptions
The general visual interactions setup for a visual.
legend TemplateLegendOptions
The legend display setup of the visual.
orientation TemplateBarChartOrientation
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[TemplateReferenceLine]
The reference line setup of the visual.
small_multiples_options TemplateSmallMultiplesOptions
The small multiples setup for the visual.
sort_configuration TemplateBarChartSortConfiguration
The sort configuration of a BarChartVisual .
tooltip TemplateTooltipOptions
The tooltip display setup of the visual.
value_axis TemplateAxisDisplayOptions
The label display options (grid line, range, scale, axis step) for a bar chart value.
value_label_options TemplateChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) for a bar chart value.
visual_palette TemplateVisualPalette
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.
categoryLabelOptions Property Map
The label options (label text, label visibility and sort icon visibility) for a bar chart.
colorLabelOptions Property Map
The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
contributionAnalysisDefaults List<Property Map>
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.
smallMultiplesOptions Property Map
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.
valueLabelOptions Property Map
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

BarChartAggregatedFieldWells TemplateBarChartAggregatedFieldWells
The aggregated field wells of a bar chart.
barChartAggregatedFieldWells TemplateBarChartAggregatedFieldWells
The aggregated field wells of a bar chart.
barChartAggregatedFieldWells TemplateBarChartAggregatedFieldWells
The aggregated field wells of a bar chart.
barChartAggregatedFieldWells Property Map
The aggregated field wells of a bar chart.

TemplateBarChartOrientation
, TemplateBarChartOrientationArgs

Horizontal
HORIZONTAL
Vertical
VERTICAL
TemplateBarChartOrientationHorizontal
HORIZONTAL
TemplateBarChartOrientationVertical
VERTICAL
Horizontal
HORIZONTAL
Vertical
VERTICAL
Horizontal
HORIZONTAL
Vertical
VERTICAL
HORIZONTAL
HORIZONTAL
VERTICAL
VERTICAL
"HORIZONTAL"
HORIZONTAL
"VERTICAL"
VERTICAL

TemplateBarChartSortConfiguration
, TemplateBarChartSortConfigurationArgs

CategoryItemsLimit Pulumi.AwsNative.QuickSight.Inputs.TemplateItemsLimitConfiguration
The limit on the number of categories displayed in a bar chart.
CategorySort List<Pulumi.AwsNative.QuickSight.Inputs.TemplateFieldSortOptions>
The sort configuration of category fields.
ColorItemsLimit Pulumi.AwsNative.QuickSight.Inputs.TemplateItemsLimitConfiguration
The limit on the number of values displayed in a bar chart.
ColorSort List<Pulumi.AwsNative.QuickSight.Inputs.TemplateFieldSortOptions>
The sort configuration of color fields in a bar chart.
SmallMultiplesLimitConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateItemsLimitConfiguration
The limit on the number of small multiples panels that are displayed.
SmallMultiplesSort List<Pulumi.AwsNative.QuickSight.Inputs.TemplateFieldSortOptions>
The sort configuration of the small multiples field.
CategoryItemsLimit TemplateItemsLimitConfiguration
The limit on the number of categories displayed in a bar chart.
CategorySort []TemplateFieldSortOptions
The sort configuration of category fields.
ColorItemsLimit TemplateItemsLimitConfiguration
The limit on the number of values displayed in a bar chart.
ColorSort []TemplateFieldSortOptions
The sort configuration of color fields in a bar chart.
SmallMultiplesLimitConfiguration TemplateItemsLimitConfiguration
The limit on the number of small multiples panels that are displayed.
SmallMultiplesSort []TemplateFieldSortOptions
The sort configuration of the small multiples field.
categoryItemsLimit TemplateItemsLimitConfiguration
The limit on the number of categories displayed in a bar chart.
categorySort List<TemplateFieldSortOptions>
The sort configuration of category fields.
colorItemsLimit TemplateItemsLimitConfiguration
The limit on the number of values displayed in a bar chart.
colorSort List<TemplateFieldSortOptions>
The sort configuration of color fields in a bar chart.
smallMultiplesLimitConfiguration TemplateItemsLimitConfiguration
The limit on the number of small multiples panels that are displayed.
smallMultiplesSort List<TemplateFieldSortOptions>
The sort configuration of the small multiples field.
categoryItemsLimit TemplateItemsLimitConfiguration
The limit on the number of categories displayed in a bar chart.
categorySort TemplateFieldSortOptions[]
The sort configuration of category fields.
colorItemsLimit TemplateItemsLimitConfiguration
The limit on the number of values displayed in a bar chart.
colorSort TemplateFieldSortOptions[]
The sort configuration of color fields in a bar chart.
smallMultiplesLimitConfiguration TemplateItemsLimitConfiguration
The limit on the number of small multiples panels that are displayed.
smallMultiplesSort TemplateFieldSortOptions[]
The sort configuration of the small multiples field.
category_items_limit TemplateItemsLimitConfiguration
The limit on the number of categories displayed in a bar chart.
category_sort Sequence[TemplateFieldSortOptions]
The sort configuration of category fields.
color_items_limit TemplateItemsLimitConfiguration
The limit on the number of values displayed in a bar chart.
color_sort Sequence[TemplateFieldSortOptions]
The sort configuration of color fields in a bar chart.
small_multiples_limit_configuration TemplateItemsLimitConfiguration
The limit on the number of small multiples panels that are displayed.
small_multiples_sort Sequence[TemplateFieldSortOptions]
The sort configuration of the small multiples field.
categoryItemsLimit Property Map
The limit on the number of categories displayed in a bar chart.
categorySort List<Property Map>
The sort configuration of category fields.
colorItemsLimit Property Map
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.
smallMultiplesLimitConfiguration Property Map
The limit on the number of small multiples panels that are displayed.
smallMultiplesSort List<Property Map>
The sort configuration of the small multiples field.

TemplateBarChartVisual
, TemplateBarChartVisualArgs

VisualId This property is required. 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.AwsNative.QuickSight.Inputs.TemplateVisualCustomAction>
The list of custom actions that are configured for a visual.
ChartConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateBarChartConfiguration
The configuration settings of the visual.
ColumnHierarchies List<Pulumi.AwsNative.QuickSight.Inputs.TemplateColumnHierarchy>
The column hierarchy that is used during drill-downs and drill-ups.
Subtitle Pulumi.AwsNative.QuickSight.Inputs.TemplateVisualSubtitleLabelOptions
The subtitle that is displayed on the visual.
Title Pulumi.AwsNative.QuickSight.Inputs.TemplateVisualTitleLabelOptions
The title that is displayed on the visual.
VisualContentAltText string
The alt text for the visual.
VisualId This property is required. 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 []TemplateVisualCustomAction
The list of custom actions that are configured for a visual.
ChartConfiguration TemplateBarChartConfiguration
The configuration settings of the visual.
ColumnHierarchies []TemplateColumnHierarchy
The column hierarchy that is used during drill-downs and drill-ups.
Subtitle TemplateVisualSubtitleLabelOptions
The subtitle that is displayed on the visual.
Title TemplateVisualTitleLabelOptions
The title that is displayed on the visual.
VisualContentAltText string
The alt text for the visual.
visualId This property is required. 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<TemplateVisualCustomAction>
The list of custom actions that are configured for a visual.
chartConfiguration TemplateBarChartConfiguration
The configuration settings of the visual.
columnHierarchies List<TemplateColumnHierarchy>
The column hierarchy that is used during drill-downs and drill-ups.
subtitle TemplateVisualSubtitleLabelOptions
The subtitle that is displayed on the visual.
title TemplateVisualTitleLabelOptions
The title that is displayed on the visual.
visualContentAltText String
The alt text for the visual.
visualId This property is required. 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 TemplateVisualCustomAction[]
The list of custom actions that are configured for a visual.
chartConfiguration TemplateBarChartConfiguration
The configuration settings of the visual.
columnHierarchies TemplateColumnHierarchy[]
The column hierarchy that is used during drill-downs and drill-ups.
subtitle TemplateVisualSubtitleLabelOptions
The subtitle that is displayed on the visual.
title TemplateVisualTitleLabelOptions
The title that is displayed on the visual.
visualContentAltText string
The alt text for the visual.
visual_id This property is required. 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[TemplateVisualCustomAction]
The list of custom actions that are configured for a visual.
chart_configuration TemplateBarChartConfiguration
The configuration settings of the visual.
column_hierarchies Sequence[TemplateColumnHierarchy]
The column hierarchy that is used during drill-downs and drill-ups.
subtitle TemplateVisualSubtitleLabelOptions
The subtitle that is displayed on the visual.
title TemplateVisualTitleLabelOptions
The title that is displayed on the visual.
visual_content_alt_text str
The alt text for the visual.
visualId This property is required. 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.
visualContentAltText String
The alt text for the visual.

TemplateBarsArrangement
, TemplateBarsArrangementArgs

Clustered
CLUSTERED
Stacked
STACKED
StackedPercent
STACKED_PERCENT
TemplateBarsArrangementClustered
CLUSTERED
TemplateBarsArrangementStacked
STACKED
TemplateBarsArrangementStackedPercent
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
TemplateBaseMapStyleTypeLightGray
LIGHT_GRAY
TemplateBaseMapStyleTypeDarkGray
DARK_GRAY
TemplateBaseMapStyleTypeStreet
STREET
TemplateBaseMapStyleTypeImagery
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

BinCountLimit double
The options that determine the bin count limit.
Value double
The options that determine the bin width value.
BinCountLimit float64
The options that determine the bin count limit.
Value float64
The options that determine the bin width value.
binCountLimit Double
The options that determine the bin count limit.
value Double
The options that determine the bin width value.
binCountLimit number
The options that determine the bin count limit.
value number
The options that determine the bin width value.
bin_count_limit float
The options that determine the bin count limit.
value float
The options that determine the bin width value.
binCountLimit Number
The options that determine the bin count limit.
value Number
The options that determine the bin width value.

TemplateBodySectionConfiguration
, TemplateBodySectionConfigurationArgs

Content This property is required. Pulumi.AwsNative.QuickSight.Inputs.TemplateBodySectionContent
The configuration of content in a body section.
SectionId This property is required. string
The unique identifier of a body section.
PageBreakConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateSectionPageBreakConfiguration
The configuration of a page break for a section.
RepeatConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateBodySectionRepeatConfiguration
Describes the configurations that are required to declare a section as repeating.
Style Pulumi.AwsNative.QuickSight.Inputs.TemplateSectionStyle
The style options of a body section.
Content This property is required. TemplateBodySectionContent
The configuration of content in a body section.
SectionId This property is required. string
The unique identifier of a body section.
PageBreakConfiguration TemplateSectionPageBreakConfiguration
The configuration of a page break for a section.
RepeatConfiguration TemplateBodySectionRepeatConfiguration
Describes the configurations that are required to declare a section as repeating.
Style TemplateSectionStyle
The style options of a body section.
content This property is required. TemplateBodySectionContent
The configuration of content in a body section.
sectionId This property is required. String
The unique identifier of a body section.
pageBreakConfiguration TemplateSectionPageBreakConfiguration
The configuration of a page break for a section.
repeatConfiguration TemplateBodySectionRepeatConfiguration
Describes the configurations that are required to declare a section as repeating.
style TemplateSectionStyle
The style options of a body section.
content This property is required. TemplateBodySectionContent
The configuration of content in a body section.
sectionId This property is required. string
The unique identifier of a body section.
pageBreakConfiguration TemplateSectionPageBreakConfiguration
The configuration of a page break for a section.
repeatConfiguration TemplateBodySectionRepeatConfiguration
Describes the configurations that are required to declare a section as repeating.
style TemplateSectionStyle
The style options of a body section.
content This property is required. TemplateBodySectionContent
The configuration of content in a body section.
section_id This property is required. str
The unique identifier of a body section.
page_break_configuration TemplateSectionPageBreakConfiguration
The configuration of a page break for a section.
repeat_configuration TemplateBodySectionRepeatConfiguration
Describes the configurations that are required to declare a section as repeating.
style TemplateSectionStyle
The style options of a body section.
content This property is required. Property Map
The configuration of content in a body section.
sectionId This property is required. String
The unique identifier of a body section.
pageBreakConfiguration Property Map
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 TemplateSectionLayoutConfiguration
The layout configuration of a body section.
layout TemplateSectionLayoutConfiguration
The layout configuration of a body section.
layout TemplateSectionLayoutConfiguration
The layout configuration of a body section.
layout TemplateSectionLayoutConfiguration
The layout configuration of a body section.
layout Property Map
The layout configuration of a body section.

TemplateBodySectionDynamicCategoryDimensionConfiguration
, TemplateBodySectionDynamicCategoryDimensionConfigurationArgs

Column This property is required. Pulumi.AwsNative.QuickSight.Inputs.TemplateColumnIdentifier
Limit double
Number of values to use from the column for repetition.
SortByMetrics List<Pulumi.AwsNative.QuickSight.Inputs.TemplateColumnSort>
Sort criteria on the column values that you use for repetition.
Column This property is required. TemplateColumnIdentifier
Limit float64
Number of values to use from the column for repetition.
SortByMetrics []TemplateColumnSort
Sort criteria on the column values that you use for repetition.
column This property is required. TemplateColumnIdentifier
limit Double
Number of values to use from the column for repetition.
sortByMetrics List<TemplateColumnSort>
Sort criteria on the column values that you use for repetition.
column This property is required. TemplateColumnIdentifier
limit number
Number of values to use from the column for repetition.
sortByMetrics TemplateColumnSort[]
Sort criteria on the column values that you use for repetition.
column This property is required. TemplateColumnIdentifier
limit float
Number of values to use from the column for repetition.
sort_by_metrics Sequence[TemplateColumnSort]
Sort criteria on the column values that you use for repetition.
column This property is required. Property Map
limit Number
Number of values to use from the column for repetition.
sortByMetrics List<Property Map>
Sort criteria on the column values that you use for repetition.

TemplateBodySectionDynamicNumericDimensionConfiguration
, TemplateBodySectionDynamicNumericDimensionConfigurationArgs

Column This property is required. Pulumi.AwsNative.QuickSight.Inputs.TemplateColumnIdentifier
Limit double
Number of values to use from the column for repetition.
SortByMetrics List<Pulumi.AwsNative.QuickSight.Inputs.TemplateColumnSort>
Sort criteria on the column values that you use for repetition.
Column This property is required. TemplateColumnIdentifier
Limit float64
Number of values to use from the column for repetition.
SortByMetrics []TemplateColumnSort
Sort criteria on the column values that you use for repetition.
column This property is required. TemplateColumnIdentifier
limit Double
Number of values to use from the column for repetition.
sortByMetrics List<TemplateColumnSort>
Sort criteria on the column values that you use for repetition.
column This property is required. TemplateColumnIdentifier
limit number
Number of values to use from the column for repetition.
sortByMetrics TemplateColumnSort[]
Sort criteria on the column values that you use for repetition.
column This property is required. TemplateColumnIdentifier
limit float
Number of values to use from the column for repetition.
sort_by_metrics Sequence[TemplateColumnSort]
Sort criteria on the column values that you use for repetition.
column This property is required. Property Map
limit Number
Number of values to use from the column for repetition.
sortByMetrics List<Property Map>
Sort criteria on the column values that you use for repetition.

TemplateBodySectionRepeatConfiguration
, TemplateBodySectionRepeatConfigurationArgs

DimensionConfigurations List<Pulumi.AwsNative.QuickSight.Inputs.TemplateBodySectionRepeatDimensionConfiguration>
List of BodySectionRepeatDimensionConfiguration values that describe the dataset column and constraints for the column used to repeat the contents of a section.
NonRepeatingVisuals List<string>
List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.
PageBreakConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateBodySectionRepeatPageBreakConfiguration
Page break configuration to apply for each repeating instance.
DimensionConfigurations []TemplateBodySectionRepeatDimensionConfiguration
List of BodySectionRepeatDimensionConfiguration values that describe the dataset column and constraints for the column used to repeat the contents of a section.
NonRepeatingVisuals []string
List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.
PageBreakConfiguration TemplateBodySectionRepeatPageBreakConfiguration
Page break configuration to apply for each repeating instance.
dimensionConfigurations List<TemplateBodySectionRepeatDimensionConfiguration>
List of BodySectionRepeatDimensionConfiguration values that describe the dataset column and constraints for the column used to repeat the contents of a section.
nonRepeatingVisuals List<String>
List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.
pageBreakConfiguration TemplateBodySectionRepeatPageBreakConfiguration
Page break configuration to apply for each repeating instance.
dimensionConfigurations TemplateBodySectionRepeatDimensionConfiguration[]
List of BodySectionRepeatDimensionConfiguration values that describe the dataset column and constraints for the column used to repeat the contents of a section.
nonRepeatingVisuals string[]
List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.
pageBreakConfiguration TemplateBodySectionRepeatPageBreakConfiguration
Page break configuration to apply for each repeating instance.
dimension_configurations Sequence[TemplateBodySectionRepeatDimensionConfiguration]
List of BodySectionRepeatDimensionConfiguration values that describe the dataset column and constraints for the column used to repeat the contents of a section.
non_repeating_visuals Sequence[str]
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_configuration TemplateBodySectionRepeatPageBreakConfiguration
Page break configuration to apply for each repeating instance.
dimensionConfigurations List<Property Map>
List of BodySectionRepeatDimensionConfiguration values that describe the dataset column and constraints for the column used to repeat the contents of a section.
nonRepeatingVisuals List<String>
List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.
pageBreakConfiguration Property Map
Page break configuration to apply for each repeating instance.

TemplateBodySectionRepeatDimensionConfiguration
, TemplateBodySectionRepeatDimensionConfigurationArgs

DynamicCategoryDimensionConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateBodySectionDynamicCategoryDimensionConfiguration
Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.
DynamicNumericDimensionConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateBodySectionDynamicNumericDimensionConfiguration
Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.
DynamicCategoryDimensionConfiguration TemplateBodySectionDynamicCategoryDimensionConfiguration
Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.
DynamicNumericDimensionConfiguration TemplateBodySectionDynamicNumericDimensionConfiguration
Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.
dynamicCategoryDimensionConfiguration TemplateBodySectionDynamicCategoryDimensionConfiguration
Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.
dynamicNumericDimensionConfiguration TemplateBodySectionDynamicNumericDimensionConfiguration
Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.
dynamicCategoryDimensionConfiguration TemplateBodySectionDynamicCategoryDimensionConfiguration
Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.
dynamicNumericDimensionConfiguration TemplateBodySectionDynamicNumericDimensionConfiguration
Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.
dynamic_category_dimension_configuration TemplateBodySectionDynamicCategoryDimensionConfiguration
Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.
dynamic_numeric_dimension_configuration TemplateBodySectionDynamicNumericDimensionConfiguration
Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.
dynamicCategoryDimensionConfiguration Property Map
Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.
dynamicNumericDimensionConfiguration Property Map
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.AwsNative.QuickSight.Inputs.TemplateDimensionField>
The group by field well of a box plot chart. Values are grouped based on group by fields.
Values List<Pulumi.AwsNative.QuickSight.Inputs.TemplateMeasureField>
The value field well of a box plot chart. Values are aggregated based on group by fields.
GroupBy []TemplateDimensionField
The group by field well of a box plot chart. Values are grouped based on group by fields.
Values []TemplateMeasureField
The value field well of a box plot chart. Values are aggregated based on group by fields.
groupBy List<TemplateDimensionField>
The group by field well of a box plot chart. Values are grouped based on group by fields.
values List<TemplateMeasureField>
The value field well of a box plot chart. Values are aggregated based on group by fields.
groupBy TemplateDimensionField[]
The group by field well of a box plot chart. Values are grouped based on group by fields.
values TemplateMeasureField[]
The value field well of a box plot chart. Values are aggregated based on group by fields.
group_by Sequence[TemplateDimensionField]
The group by field well of a box plot chart. Values are grouped based on group by fields.
values Sequence[TemplateMeasureField]
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

BoxPlotOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateBoxPlotOptions
The box plot chart options for a box plot visual
CategoryAxis Pulumi.AwsNative.QuickSight.Inputs.TemplateAxisDisplayOptions
The label display options (grid line, range, scale, axis step) of a box plot category.
CategoryLabelOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateChartAxisLabelOptions
The label options (label text, label visibility and sort Icon visibility) of a box plot category.
FieldWells Pulumi.AwsNative.QuickSight.Inputs.TemplateBoxPlotFieldWells
The field wells of the visual.
Interactions Pulumi.AwsNative.QuickSight.Inputs.TemplateVisualInteractionOptions
The general visual interactions setup for a visual.
Legend Pulumi.AwsNative.QuickSight.Inputs.TemplateLegendOptions
PrimaryYAxisDisplayOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateAxisDisplayOptions
The label display options (grid line, range, scale, axis step) of a box plot category.
PrimaryYAxisLabelOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) of a box plot value.
ReferenceLines List<Pulumi.AwsNative.QuickSight.Inputs.TemplateReferenceLine>
The reference line setup of the visual.
SortConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateBoxPlotSortConfiguration
The sort configuration of a BoxPlotVisual .
Tooltip Pulumi.AwsNative.QuickSight.Inputs.TemplateTooltipOptions
The tooltip display setup of the visual.
VisualPalette Pulumi.AwsNative.QuickSight.Inputs.TemplateVisualPalette
The palette (chart color) display setup of the visual.
BoxPlotOptions TemplateBoxPlotOptions
The box plot chart options for a box plot visual
CategoryAxis TemplateAxisDisplayOptions
The label display options (grid line, range, scale, axis step) of a box plot category.
CategoryLabelOptions TemplateChartAxisLabelOptions
The label options (label text, label visibility and sort Icon visibility) of a box plot category.
FieldWells TemplateBoxPlotFieldWells
The field wells of the visual.
Interactions TemplateVisualInteractionOptions
The general visual interactions setup for a visual.
Legend TemplateLegendOptions
PrimaryYAxisDisplayOptions TemplateAxisDisplayOptions
The label display options (grid line, range, scale, axis step) of a box plot category.
PrimaryYAxisLabelOptions TemplateChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) of a box plot value.
ReferenceLines []TemplateReferenceLine
The reference line setup of the visual.
SortConfiguration TemplateBoxPlotSortConfiguration
The sort configuration of a BoxPlotVisual .
Tooltip TemplateTooltipOptions
The tooltip display setup of the visual.
VisualPalette TemplateVisualPalette
The palette (chart color) display setup of the visual.
boxPlotOptions TemplateBoxPlotOptions
The box plot chart options for a box plot visual
categoryAxis TemplateAxisDisplayOptions
The label display options (grid line, range, scale, axis step) of a box plot category.
categoryLabelOptions TemplateChartAxisLabelOptions
The label options (label text, label visibility and sort Icon visibility) of a box plot category.
fieldWells TemplateBoxPlotFieldWells
The field wells of the visual.
interactions TemplateVisualInteractionOptions
The general visual interactions setup for a visual.
legend TemplateLegendOptions
primaryYAxisDisplayOptions TemplateAxisDisplayOptions
The label display options (grid line, range, scale, axis step) of a box plot category.
primaryYAxisLabelOptions TemplateChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) of a box plot value.
referenceLines List<TemplateReferenceLine>
The reference line setup of the visual.
sortConfiguration TemplateBoxPlotSortConfiguration
The sort configuration of a BoxPlotVisual .
tooltip TemplateTooltipOptions
The tooltip display setup of the visual.
visualPalette TemplateVisualPalette
The palette (chart color) display setup of the visual.
boxPlotOptions TemplateBoxPlotOptions
The box plot chart options for a box plot visual
categoryAxis TemplateAxisDisplayOptions
The label display options (grid line, range, scale, axis step) of a box plot category.
categoryLabelOptions TemplateChartAxisLabelOptions
The label options (label text, label visibility and sort Icon visibility) of a box plot category.
fieldWells TemplateBoxPlotFieldWells
The field wells of the visual.
interactions TemplateVisualInteractionOptions
The general visual interactions setup for a visual.
legend TemplateLegendOptions
primaryYAxisDisplayOptions TemplateAxisDisplayOptions
The label display options (grid line, range, scale, axis step) of a box plot category.
primaryYAxisLabelOptions TemplateChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) of a box plot value.
referenceLines TemplateReferenceLine[]
The reference line setup of the visual.
sortConfiguration TemplateBoxPlotSortConfiguration
The sort configuration of a BoxPlotVisual .
tooltip TemplateTooltipOptions
The tooltip display setup of the visual.
visualPalette TemplateVisualPalette
The palette (chart color) display setup of the visual.
box_plot_options TemplateBoxPlotOptions
The box plot chart options for a box plot visual
category_axis TemplateAxisDisplayOptions
The label display options (grid line, range, scale, axis step) of a box plot category.
category_label_options TemplateChartAxisLabelOptions
The label options (label text, label visibility and sort Icon visibility) of a box plot category.
field_wells TemplateBoxPlotFieldWells
The field wells of the visual.
interactions TemplateVisualInteractionOptions
The general visual interactions setup for a visual.
legend TemplateLegendOptions
primary_y_axis_display_options TemplateAxisDisplayOptions
The label display options (grid line, range, scale, axis step) of a box plot category.
primary_y_axis_label_options TemplateChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) of a box plot value.
reference_lines Sequence[TemplateReferenceLine]
The reference line setup of the visual.
sort_configuration TemplateBoxPlotSortConfiguration
The sort configuration of a BoxPlotVisual .
tooltip TemplateTooltipOptions
The tooltip display setup of the visual.
visual_palette TemplateVisualPalette
The palette (chart color) display setup of the visual.
boxPlotOptions Property Map
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.
categoryLabelOptions Property Map
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
primaryYAxisDisplayOptions Property Map
The label display options (grid line, range, scale, axis step) of a box plot category.
primaryYAxisLabelOptions Property Map
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

BoxPlotAggregatedFieldWells TemplateBoxPlotAggregatedFieldWells
The aggregated field wells of a box plot.
boxPlotAggregatedFieldWells TemplateBoxPlotAggregatedFieldWells
The aggregated field wells of a box plot.
boxPlotAggregatedFieldWells TemplateBoxPlotAggregatedFieldWells
The aggregated field wells of a box plot.
boxPlotAggregatedFieldWells Property Map
The aggregated field wells of a box plot.

TemplateBoxPlotFillStyle
, TemplateBoxPlotFillStyleArgs

Solid
SOLID
Transparent
TRANSPARENT
TemplateBoxPlotFillStyleSolid
SOLID
TemplateBoxPlotFillStyleTransparent
TRANSPARENT
Solid
SOLID
Transparent
TRANSPARENT
Solid
SOLID
Transparent
TRANSPARENT
SOLID
SOLID
TRANSPARENT
TRANSPARENT
"SOLID"
SOLID
"TRANSPARENT"
TRANSPARENT

TemplateBoxPlotOptions
, TemplateBoxPlotOptionsArgs

AllDataPointsVisibility object
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.AwsNative.QuickSight.Inputs.TemplateBoxPlotStyleOptions
The style options of the box plot.
AllDataPointsVisibility interface{}
Determines the visibility of all data points of the box plot.
OutlierVisibility interface{}
Determines the visibility of the outlier in a box plot.
StyleOptions TemplateBoxPlotStyleOptions
The style options of the box plot.
allDataPointsVisibility Object
Determines the visibility of all data points of the box plot.
outlierVisibility Object
Determines the visibility of the outlier in a box plot.
styleOptions TemplateBoxPlotStyleOptions
The style options of the box plot.
allDataPointsVisibility any
Determines the visibility of all data points of the box plot.
outlierVisibility any
Determines the visibility of the outlier in a box plot.
styleOptions TemplateBoxPlotStyleOptions
The style options of the box plot.
all_data_points_visibility Any
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 TemplateBoxPlotStyleOptions
The style options of the box plot.
allDataPointsVisibility Any
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 []TemplateFieldSortOptions
The sort configuration of a group by fields.
PaginationConfiguration TemplatePaginationConfiguration
The pagination configuration of a table visual or box plot.
categorySort List<TemplateFieldSortOptions>
The sort configuration of a group by fields.
paginationConfiguration TemplatePaginationConfiguration
The pagination configuration of a table visual or box plot.
categorySort TemplateFieldSortOptions[]
The sort configuration of a group by fields.
paginationConfiguration TemplatePaginationConfiguration
The pagination configuration of a table visual or box plot.
category_sort Sequence[TemplateFieldSortOptions]
The sort configuration of a group by fields.
pagination_configuration TemplatePaginationConfiguration
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.AwsNative.QuickSight.TemplateBoxPlotFillStyle
The fill styles (solid, transparent) of the box plot.
FillStyle TemplateBoxPlotFillStyle
The fill styles (solid, transparent) of the box plot.
fillStyle TemplateBoxPlotFillStyle
The fill styles (solid, transparent) of the box plot.
fillStyle TemplateBoxPlotFillStyle
The fill styles (solid, transparent) of the box plot.
fill_style TemplateBoxPlotFillStyle
The fill styles (solid, transparent) of the box plot.
fillStyle "SOLID" | "TRANSPARENT"
The fill styles (solid, transparent) of the box plot.

TemplateBoxPlotVisual
, TemplateBoxPlotVisualArgs

VisualId This property is required. 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.AwsNative.QuickSight.Inputs.TemplateVisualCustomAction>
The list of custom actions that are configured for a visual.
ChartConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateBoxPlotChartConfiguration
The configuration settings of the visual.
ColumnHierarchies List<Pulumi.AwsNative.QuickSight.Inputs.TemplateColumnHierarchy>
The column hierarchy that is used during drill-downs and drill-ups.
Subtitle Pulumi.AwsNative.QuickSight.Inputs.TemplateVisualSubtitleLabelOptions
The subtitle that is displayed on the visual.
Title Pulumi.AwsNative.QuickSight.Inputs.TemplateVisualTitleLabelOptions
The title that is displayed on the visual.
VisualContentAltText string
The alt text for the visual.
VisualId This property is required. 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 []TemplateVisualCustomAction
The list of custom actions that are configured for a visual.
ChartConfiguration TemplateBoxPlotChartConfiguration
The configuration settings of the visual.
ColumnHierarchies []TemplateColumnHierarchy
The column hierarchy that is used during drill-downs and drill-ups.
Subtitle TemplateVisualSubtitleLabelOptions
The subtitle that is displayed on the visual.
Title TemplateVisualTitleLabelOptions
The title that is displayed on the visual.
VisualContentAltText string
The alt text for the visual.
visualId This property is required. 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<TemplateVisualCustomAction>
The list of custom actions that are configured for a visual.
chartConfiguration TemplateBoxPlotChartConfiguration
The configuration settings of the visual.
columnHierarchies List<TemplateColumnHierarchy>
The column hierarchy that is used during drill-downs and drill-ups.
subtitle TemplateVisualSubtitleLabelOptions
The subtitle that is displayed on the visual.
title TemplateVisualTitleLabelOptions
The title that is displayed on the visual.
visualContentAltText String
The alt text for the visual.
visualId This property is required. 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 TemplateVisualCustomAction[]
The list of custom actions that are configured for a visual.
chartConfiguration TemplateBoxPlotChartConfiguration
The configuration settings of the visual.
columnHierarchies TemplateColumnHierarchy[]
The column hierarchy that is used during drill-downs and drill-ups.
subtitle TemplateVisualSubtitleLabelOptions
The subtitle that is displayed on the visual.
title TemplateVisualTitleLabelOptions
The title that is displayed on the visual.
visualContentAltText string
The alt text for the visual.
visual_id This property is required. 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[TemplateVisualCustomAction]
The list of custom actions that are configured for a visual.
chart_configuration TemplateBoxPlotChartConfiguration
The configuration settings of the visual.
column_hierarchies Sequence[TemplateColumnHierarchy]
The column hierarchy that is used during drill-downs and drill-ups.
subtitle TemplateVisualSubtitleLabelOptions
The subtitle that is displayed on the visual.
title TemplateVisualTitleLabelOptions
The title that is displayed on the visual.
visual_content_alt_text str
The alt text for the visual.
visualId This property is required. 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.
visualContentAltText String
The alt text for the visual.

TemplateCalculatedField
, TemplateCalculatedFieldArgs

DataSetIdentifier This property is required. string
The data set that is used in this calculated field.
Expression This property is required. string
The expression of the calculated field.
Name This property is required. string
The name of the calculated field.
DataSetIdentifier This property is required. string
The data set that is used in this calculated field.
Expression This property is required. string
The expression of the calculated field.
Name This property is required. string
The name of the calculated field.
dataSetIdentifier This property is required. String
The data set that is used in this calculated field.
expression This property is required. String
The expression of the calculated field.
name This property is required. String
The name of the calculated field.
dataSetIdentifier This property is required. string
The data set that is used in this calculated field.
expression This property is required. string
The expression of the calculated field.
name This property is required. string
The name of the calculated field.
data_set_identifier This property is required. str
The data set that is used in this calculated field.
expression This property is required. str
The expression of the calculated field.
name This property is required. str
The name of the calculated field.
dataSetIdentifier This property is required. String
The data set that is used in this calculated field.
expression This property is required. String
The expression of the calculated field.
name This property is required. String
The name of the calculated field.

TemplateCalculatedMeasureField
, TemplateCalculatedMeasureFieldArgs

Expression This property is required. string
The expression in the table calculation.
FieldId This property is required. string
The custom field ID.
Expression This property is required. string
The expression in the table calculation.
FieldId This property is required. string
The custom field ID.
expression This property is required. String
The expression in the table calculation.
fieldId This property is required. String
The custom field ID.
expression This property is required. string
The expression in the table calculation.
fieldId This property is required. string
The custom field ID.
expression This property is required. str
The expression in the table calculation.
field_id This property is required. str
The custom field ID.
expression This property is required. String
The expression in the table calculation.
fieldId This property is required. String
The custom field ID.

TemplateCascadingControlConfiguration
, TemplateCascadingControlConfigurationArgs

SourceControls List<Pulumi.AwsNative.QuickSight.Inputs.TemplateCascadingControlSource>
A list of source controls that determine the values that are used in the current control.
SourceControls []TemplateCascadingControlSource
A list of source controls that determine the values that are used in the current control.
sourceControls List<TemplateCascadingControlSource>
A list of source controls that determine the values that are used in the current control.
sourceControls TemplateCascadingControlSource[]
A list of source controls that determine the values that are used in the current control.
source_controls Sequence[TemplateCascadingControlSource]
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

ColumnToMatch Pulumi.AwsNative.QuickSight.Inputs.TemplateColumnIdentifier
The column identifier that determines which column to look up for the source sheet control.
SourceSheetControlId string
The source sheet control ID of a CascadingControlSource .
ColumnToMatch TemplateColumnIdentifier
The column identifier that determines which column to look up for the source sheet control.
SourceSheetControlId string
The source sheet control ID of a CascadingControlSource .
columnToMatch TemplateColumnIdentifier
The column identifier that determines which column to look up for the source sheet control.
sourceSheetControlId String
The source sheet control ID of a CascadingControlSource .
columnToMatch TemplateColumnIdentifier
The column identifier that determines which column to look up for the source sheet control.
sourceSheetControlId string
The source sheet control ID of a CascadingControlSource .
column_to_match TemplateColumnIdentifier
The column identifier that determines which column to look up for the source sheet control.
source_sheet_control_id str
The source sheet control ID of a CascadingControlSource .
columnToMatch Property Map
The column identifier that determines which column to look up for the source sheet control.
sourceSheetControlId String
The source sheet control ID of a CascadingControlSource .

TemplateCategoricalAggregationFunction
, TemplateCategoricalAggregationFunctionArgs

Count
COUNT
DistinctCount
DISTINCT_COUNT
TemplateCategoricalAggregationFunctionCount
COUNT
TemplateCategoricalAggregationFunctionDistinctCount
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 This property is required. Pulumi.AwsNative.QuickSight.Inputs.TemplateColumnIdentifier
The column that is used in the CategoricalDimensionField .
FieldId This property is required. string
The custom field ID.
FormatConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateStringFormatConfiguration
The format configuration of the field.
HierarchyId string
The custom hierarchy ID.
Column This property is required. TemplateColumnIdentifier
The column that is used in the CategoricalDimensionField .
FieldId This property is required. string
The custom field ID.
FormatConfiguration TemplateStringFormatConfiguration
The format configuration of the field.
HierarchyId string
The custom hierarchy ID.
column This property is required. TemplateColumnIdentifier
The column that is used in the CategoricalDimensionField .
fieldId This property is required. String
The custom field ID.
formatConfiguration TemplateStringFormatConfiguration
The format configuration of the field.
hierarchyId String
The custom hierarchy ID.
column This property is required. TemplateColumnIdentifier
The column that is used in the CategoricalDimensionField .
fieldId This property is required. string
The custom field ID.
formatConfiguration TemplateStringFormatConfiguration
The format configuration of the field.
hierarchyId string
The custom hierarchy ID.
column This property is required. TemplateColumnIdentifier
The column that is used in the CategoricalDimensionField .
field_id This property is required. str
The custom field ID.
format_configuration TemplateStringFormatConfiguration
The format configuration of the field.
hierarchy_id str
The custom hierarchy ID.
column This property is required. Property Map
The column that is used in the CategoricalDimensionField .
fieldId This property is required. String
The custom field ID.
formatConfiguration Property Map
The format configuration of the field.
hierarchyId String
The custom hierarchy ID.

TemplateCategoricalMeasureField
, TemplateCategoricalMeasureFieldArgs

Column This property is required. Pulumi.AwsNative.QuickSight.Inputs.TemplateColumnIdentifier
The column that is used in the CategoricalMeasureField .
FieldId This property is required. string
The custom field ID.
AggregationFunction Pulumi.AwsNative.QuickSight.TemplateCategoricalAggregationFunction
The aggregation function of the measure field.
FormatConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateStringFormatConfiguration
The format configuration of the field.
Column This property is required. TemplateColumnIdentifier
The column that is used in the CategoricalMeasureField .
FieldId This property is required. string
The custom field ID.
AggregationFunction TemplateCategoricalAggregationFunction
The aggregation function of the measure field.
FormatConfiguration TemplateStringFormatConfiguration
The format configuration of the field.
column This property is required. TemplateColumnIdentifier
The column that is used in the CategoricalMeasureField .
fieldId This property is required. String
The custom field ID.
aggregationFunction TemplateCategoricalAggregationFunction
The aggregation function of the measure field.
formatConfiguration TemplateStringFormatConfiguration
The format configuration of the field.
column This property is required. TemplateColumnIdentifier
The column that is used in the CategoricalMeasureField .
fieldId This property is required. string
The custom field ID.
aggregationFunction TemplateCategoricalAggregationFunction
The aggregation function of the measure field.
formatConfiguration TemplateStringFormatConfiguration
The format configuration of the field.
column This property is required. TemplateColumnIdentifier
The column that is used in the CategoricalMeasureField .
field_id This property is required. str
The custom field ID.
aggregation_function TemplateCategoricalAggregationFunction
The aggregation function of the measure field.
format_configuration TemplateStringFormatConfiguration
The format configuration of the field.
column This property is required. Property Map
The column that is used in the CategoricalMeasureField .
fieldId This property is required. 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 This property is required. List<string>
A list of the string inputs that are the values of the category drill down filter.
Column This property is required. Pulumi.AwsNative.QuickSight.Inputs.TemplateColumnIdentifier
The column that the filter is applied to.
CategoryValues This property is required. []string
A list of the string inputs that are the values of the category drill down filter.
Column This property is required. TemplateColumnIdentifier
The column that the filter is applied to.
categoryValues This property is required. List<String>
A list of the string inputs that are the values of the category drill down filter.
column This property is required. TemplateColumnIdentifier
The column that the filter is applied to.
categoryValues This property is required. string[]
A list of the string inputs that are the values of the category drill down filter.
column This property is required. TemplateColumnIdentifier
The column that the filter is applied to.
category_values This property is required. Sequence[str]
A list of the string inputs that are the values of the category drill down filter.
column This property is required. TemplateColumnIdentifier
The column that the filter is applied to.
categoryValues This property is required. List<String>
A list of the string inputs that are the values of the category drill down filter.
column This property is required. Property Map
The column that the filter is applied to.

TemplateCategoryFilter
, TemplateCategoryFilterArgs

Column This property is required. Pulumi.AwsNative.QuickSight.Inputs.TemplateColumnIdentifier
The column that the filter is applied to.
Configuration This property is required. Pulumi.AwsNative.QuickSight.Inputs.TemplateCategoryFilterConfiguration
The configuration for a CategoryFilter .
FilterId This property is required. string
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
DefaultFilterControlConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateDefaultFilterControlConfiguration
The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
Column This property is required. TemplateColumnIdentifier
The column that the filter is applied to.
Configuration This property is required. TemplateCategoryFilterConfiguration
The configuration for a CategoryFilter .
FilterId This property is required. string
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
DefaultFilterControlConfiguration TemplateDefaultFilterControlConfiguration
The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
column This property is required. TemplateColumnIdentifier
The column that the filter is applied to.
configuration This property is required. TemplateCategoryFilterConfiguration
The configuration for a CategoryFilter .
filterId This property is required. String
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
defaultFilterControlConfiguration TemplateDefaultFilterControlConfiguration
The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
column This property is required. TemplateColumnIdentifier
The column that the filter is applied to.
configuration This property is required. TemplateCategoryFilterConfiguration
The configuration for a CategoryFilter .
filterId This property is required. string
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
defaultFilterControlConfiguration TemplateDefaultFilterControlConfiguration
The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
column This property is required. TemplateColumnIdentifier
The column that the filter is applied to.
configuration This property is required. TemplateCategoryFilterConfiguration
The configuration for a CategoryFilter .
filter_id This property is required. str
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
default_filter_control_configuration TemplateDefaultFilterControlConfiguration
The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
column This property is required. Property Map
The column that the filter is applied to.
configuration This property is required. Property Map
The configuration for a CategoryFilter .
filterId This property is required. String
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
defaultFilterControlConfiguration Property Map
The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.

TemplateCategoryFilterConfiguration
, TemplateCategoryFilterConfigurationArgs

CustomFilterConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateCustomFilterConfiguration
A custom filter that filters based on a single value. This filter can be partially matched.
CustomFilterListConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateCustomFilterListConfiguration
A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.
FilterListConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateFilterListConfiguration
A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.
CustomFilterConfiguration TemplateCustomFilterConfiguration
A custom filter that filters based on a single value. This filter can be partially matched.
CustomFilterListConfiguration TemplateCustomFilterListConfiguration
A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.
FilterListConfiguration TemplateFilterListConfiguration
A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.
customFilterConfiguration TemplateCustomFilterConfiguration
A custom filter that filters based on a single value. This filter can be partially matched.
customFilterListConfiguration TemplateCustomFilterListConfiguration
A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.
filterListConfiguration TemplateFilterListConfiguration
A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.
customFilterConfiguration TemplateCustomFilterConfiguration
A custom filter that filters based on a single value. This filter can be partially matched.
customFilterListConfiguration TemplateCustomFilterListConfiguration
A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.
filterListConfiguration TemplateFilterListConfiguration
A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.
custom_filter_configuration TemplateCustomFilterConfiguration
A custom filter that filters based on a single value. This filter can be partially matched.
custom_filter_list_configuration TemplateCustomFilterListConfiguration
A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.
filter_list_configuration TemplateFilterListConfiguration
A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.
customFilterConfiguration Property Map
A custom filter that filters based on a single value. This filter can be partially matched.
customFilterListConfiguration Property Map
A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.
filterListConfiguration Property Map
A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.

TemplateCategoryFilterMatchOperator
, TemplateCategoryFilterMatchOperatorArgs

EqualsValue
EQUALS
DoesNotEqual
DOES_NOT_EQUAL
Contains
CONTAINS
DoesNotContain
DOES_NOT_CONTAIN
StartsWith
STARTS_WITH
EndsWith
ENDS_WITH
TemplateCategoryFilterMatchOperatorEquals
EQUALS
TemplateCategoryFilterMatchOperatorDoesNotEqual
DOES_NOT_EQUAL
TemplateCategoryFilterMatchOperatorContains
CONTAINS
TemplateCategoryFilterMatchOperatorDoesNotContain
DOES_NOT_CONTAIN
TemplateCategoryFilterMatchOperatorStartsWith
STARTS_WITH
TemplateCategoryFilterMatchOperatorEndsWith
ENDS_WITH
Equals
EQUALS
DoesNotEqual
DOES_NOT_EQUAL
Contains
CONTAINS
DoesNotContain
DOES_NOT_CONTAIN
StartsWith
STARTS_WITH
EndsWith
ENDS_WITH
Equals
EQUALS
DoesNotEqual
DOES_NOT_EQUAL
Contains
CONTAINS
DoesNotContain
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

FilterAllValues
FILTER_ALL_VALUES
TemplateCategoryFilterSelectAllOptionsFilterAllValues
FILTER_ALL_VALUES
FilterAllValues
FILTER_ALL_VALUES
FilterAllValues
FILTER_ALL_VALUES
FILTER_ALL_VALUES
FILTER_ALL_VALUES
"FILTER_ALL_VALUES"
FILTER_ALL_VALUES

TemplateCategoryInnerFilter
, TemplateCategoryInnerFilterArgs

TemplateChartAxisLabelOptions
, TemplateChartAxisLabelOptionsArgs

AxisLabelOptions List<Pulumi.AwsNative.QuickSight.Inputs.TemplateAxisLabelOptions>
The label options for a chart axis.
SortIconVisibility object
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.
AxisLabelOptions []TemplateAxisLabelOptions
The label options for a chart axis.
SortIconVisibility interface{}
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.
axisLabelOptions List<TemplateAxisLabelOptions>
The label options for a chart axis.
sortIconVisibility Object
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.
axisLabelOptions TemplateAxisLabelOptions[]
The label options for a chart axis.
sortIconVisibility any
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_options Sequence[TemplateAxisLabelOptions]
The label options for a chart axis.
sort_icon_visibility Any
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.
axisLabelOptions List<Property Map>
The label options for a chart axis.
sortIconVisibility Any
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

SimpleClusterMarker TemplateSimpleClusterMarker
The simple cluster marker of the cluster marker.
simpleClusterMarker TemplateSimpleClusterMarker
The simple cluster marker of the cluster marker.
simpleClusterMarker TemplateSimpleClusterMarker
The simple cluster marker of the cluster marker.
simple_cluster_marker TemplateSimpleClusterMarker
The simple cluster marker of the cluster marker.
simpleClusterMarker Property Map
The simple cluster marker of the cluster marker.

TemplateClusterMarkerConfiguration
, TemplateClusterMarkerConfigurationArgs

ClusterMarker Pulumi.AwsNative.QuickSight.Inputs.TemplateClusterMarker
The cluster marker that is a part of the cluster marker configuration.
ClusterMarker TemplateClusterMarker
The cluster marker that is a part of the cluster marker configuration.
clusterMarker TemplateClusterMarker
The cluster marker that is a part of the cluster marker configuration.
clusterMarker TemplateClusterMarker
The cluster marker that is a part of the cluster marker configuration.
cluster_marker TemplateClusterMarker
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
TemplateColorFillTypeDiscrete
DISCRETE
TemplateColorFillTypeGradient
GRADIENT
Discrete
DISCRETE
Gradient
GRADIENT
Discrete
DISCRETE
Gradient
GRADIENT
DISCRETE
DISCRETE
GRADIENT
GRADIENT
"DISCRETE"
DISCRETE
"GRADIENT"
GRADIENT

TemplateColorScale
, TemplateColorScaleArgs

ColorFillType This property is required. Pulumi.AwsNative.QuickSight.TemplateColorFillType
Determines the color fill type.
Colors This property is required. List<Pulumi.AwsNative.QuickSight.Inputs.TemplateDataColor>
Determines the list of colors that are applied to the visual.
NullValueColor Pulumi.AwsNative.QuickSight.Inputs.TemplateDataColor
Determines the color that is applied to null values.
ColorFillType This property is required. TemplateColorFillType
Determines the color fill type.
Colors This property is required. []TemplateDataColor
Determines the list of colors that are applied to the visual.
NullValueColor TemplateDataColor
Determines the color that is applied to null values.
colorFillType This property is required. TemplateColorFillType
Determines the color fill type.
colors This property is required. List<TemplateDataColor>
Determines the list of colors that are applied to the visual.
nullValueColor TemplateDataColor
Determines the color that is applied to null values.
colorFillType This property is required. TemplateColorFillType
Determines the color fill type.
colors This property is required. TemplateDataColor[]
Determines the list of colors that are applied to the visual.
nullValueColor TemplateDataColor
Determines the color that is applied to null values.
color_fill_type This property is required. TemplateColorFillType
Determines the color fill type.
colors This property is required. Sequence[TemplateDataColor]
Determines the list of colors that are applied to the visual.
null_value_color TemplateDataColor
Determines the color that is applied to null values.
colorFillType This property is required. "DISCRETE" | "GRADIENT"
Determines the color fill type.
colors This property is required. List<Property Map>
Determines the list of colors that are applied to the visual.
nullValueColor Property Map
Determines the color that is applied to null values.

TemplateColorsConfiguration
, TemplateColorsConfigurationArgs

CustomColors []TemplateCustomColor
A list of up to 50 custom colors.
customColors List<TemplateCustomColor>
A list of up to 50 custom colors.
customColors TemplateCustomColor[]
A list of up to 50 custom colors.
custom_colors Sequence[TemplateCustomColor]
A list of up to 50 custom colors.
customColors List<Property Map>
A list of up to 50 custom colors.

TemplateColumnConfiguration
, TemplateColumnConfigurationArgs

Column This property is required. TemplateColumnIdentifier
The column.
ColorsConfiguration TemplateColorsConfiguration
The color configurations of the column.
FormatConfiguration TemplateFormatConfiguration
The format configuration of a column.
Role TemplateColumnRole
The role of the column.
column This property is required. TemplateColumnIdentifier
The column.
colorsConfiguration TemplateColorsConfiguration
The color configurations of the column.
formatConfiguration TemplateFormatConfiguration
The format configuration of a column.
role TemplateColumnRole
The role of the column.
column This property is required. TemplateColumnIdentifier
The column.
colorsConfiguration TemplateColorsConfiguration
The color configurations of the column.
formatConfiguration TemplateFormatConfiguration
The format configuration of a column.
role TemplateColumnRole
The role of the column.
column This property is required. TemplateColumnIdentifier
The column.
colors_configuration TemplateColorsConfiguration
The color configurations of the column.
format_configuration TemplateFormatConfiguration
The format configuration of a column.
role TemplateColumnRole
The role of the column.
column This property is required. 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

DateTimeHierarchy Pulumi.AwsNative.QuickSight.Inputs.TemplateDateTimeHierarchy
The option that determines the hierarchy of any DateTime fields.
ExplicitHierarchy Pulumi.AwsNative.QuickSight.Inputs.TemplateExplicitHierarchy
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.AwsNative.QuickSight.Inputs.TemplatePredefinedHierarchy
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.
DateTimeHierarchy TemplateDateTimeHierarchy
The option that determines the hierarchy of any DateTime fields.
ExplicitHierarchy TemplateExplicitHierarchy
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 TemplatePredefinedHierarchy
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.
dateTimeHierarchy TemplateDateTimeHierarchy
The option that determines the hierarchy of any DateTime fields.
explicitHierarchy TemplateExplicitHierarchy
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 TemplatePredefinedHierarchy
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.
dateTimeHierarchy TemplateDateTimeHierarchy
The option that determines the hierarchy of any DateTime fields.
explicitHierarchy TemplateExplicitHierarchy
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 TemplatePredefinedHierarchy
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_hierarchy TemplateDateTimeHierarchy
The option that determines the hierarchy of any DateTime fields.
explicit_hierarchy TemplateExplicitHierarchy
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 TemplatePredefinedHierarchy
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.
dateTimeHierarchy Property Map
The option that determines the hierarchy of any DateTime fields.
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 This property is required. string
The name of the column.
DataSetIdentifier This property is required. string
The data set that the column belongs to.
ColumnName This property is required. string
The name of the column.
DataSetIdentifier This property is required. string
The data set that the column belongs to.
columnName This property is required. String
The name of the column.
dataSetIdentifier This property is required. String
The data set that the column belongs to.
columnName This property is required. string
The name of the column.
dataSetIdentifier This property is required. string
The data set that the column belongs to.
column_name This property is required. str
The name of the column.
data_set_identifier This property is required. str
The data set that the column belongs to.
columnName This property is required. String
The name of the column.
dataSetIdentifier This property is required. String
The data set that the column belongs to.

TemplateColumnRole
, TemplateColumnRoleArgs

Dimension
DIMENSION
Measure
MEASURE
TemplateColumnRoleDimension
DIMENSION
TemplateColumnRoleMeasure
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
dataType String
geographicRole String
name String

TemplateColumnSort
, TemplateColumnSortArgs

Direction This property is required. Pulumi.AwsNative.QuickSight.TemplateSortDirection
The sort direction.
SortBy This property is required. Pulumi.AwsNative.QuickSight.Inputs.TemplateColumnIdentifier
AggregationFunction Pulumi.AwsNative.QuickSight.Inputs.TemplateAggregationFunction
The aggregation function that is defined in the column sort.
Direction This property is required. TemplateSortDirection
The sort direction.
SortBy This property is required. TemplateColumnIdentifier
AggregationFunction TemplateAggregationFunction
The aggregation function that is defined in the column sort.
direction This property is required. TemplateSortDirection
The sort direction.
sortBy This property is required. TemplateColumnIdentifier
aggregationFunction TemplateAggregationFunction
The aggregation function that is defined in the column sort.
direction This property is required. TemplateSortDirection
The sort direction.
sortBy This property is required. TemplateColumnIdentifier
aggregationFunction TemplateAggregationFunction
The aggregation function that is defined in the column sort.
direction This property is required. TemplateSortDirection
The sort direction.
sort_by This property is required. TemplateColumnIdentifier
aggregation_function TemplateAggregationFunction
The aggregation function that is defined in the column sort.
direction This property is required. "ASC" | "DESC"
The sort direction.
sortBy This property is required. Property Map
aggregationFunction Property Map
The aggregation function that is defined in the column sort.

TemplateColumnTooltipItem
, TemplateColumnTooltipItemArgs

Column This property is required. Pulumi.AwsNative.QuickSight.Inputs.TemplateColumnIdentifier
The target column of the tooltip item.
Aggregation Pulumi.AwsNative.QuickSight.Inputs.TemplateAggregationFunction
The aggregation function of the column tooltip item.
Label string
The label of the tooltip item.
TooltipTarget Pulumi.AwsNative.QuickSight.TemplateTooltipTarget
Determines the target of the column tooltip item in a combo chart visual.
Visibility object
The visibility of the tooltip item.
Column This property is required. TemplateColumnIdentifier
The target column of the tooltip item.
Aggregation TemplateAggregationFunction
The aggregation function of the column tooltip item.
Label string
The label of the tooltip item.
TooltipTarget TemplateTooltipTarget
Determines the target of the column tooltip item in a combo chart visual.
Visibility interface{}
The visibility of the tooltip item.
column This property is required. TemplateColumnIdentifier
The target column of the tooltip item.
aggregation TemplateAggregationFunction
The aggregation function of the column tooltip item.
label String
The label of the tooltip item.
tooltipTarget TemplateTooltipTarget
Determines the target of the column tooltip item in a combo chart visual.
visibility Object
The visibility of the tooltip item.
column This property is required. TemplateColumnIdentifier
The target column of the tooltip item.
aggregation TemplateAggregationFunction
The aggregation function of the column tooltip item.
label string
The label of the tooltip item.
tooltipTarget TemplateTooltipTarget
Determines the target of the column tooltip item in a combo chart visual.
visibility any
The visibility of the tooltip item.
column This property is required. TemplateColumnIdentifier
The target column of the tooltip item.
aggregation TemplateAggregationFunction
The aggregation function of the column tooltip item.
label str
The label of the tooltip item.
tooltip_target TemplateTooltipTarget
Determines the target of the column tooltip item in a combo chart visual.
visibility Any
The visibility of the tooltip item.
column This property is required. 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.AwsNative.QuickSight.Inputs.TemplateMeasureField>
The aggregated BarValues field well of a combo chart.
Category List<Pulumi.AwsNative.QuickSight.Inputs.TemplateDimensionField>
The aggregated category field wells of a combo chart.
Colors List<Pulumi.AwsNative.QuickSight.Inputs.TemplateDimensionField>
The aggregated colors field well of a combo chart.
LineValues List<Pulumi.AwsNative.QuickSight.Inputs.TemplateMeasureField>
The aggregated LineValues field well of a combo chart.
BarValues []TemplateMeasureField
The aggregated BarValues field well of a combo chart.
Category []TemplateDimensionField
The aggregated category field wells of a combo chart.
Colors []TemplateDimensionField
The aggregated colors field well of a combo chart.
LineValues []TemplateMeasureField
The aggregated LineValues field well of a combo chart.
barValues List<TemplateMeasureField>
The aggregated BarValues field well of a combo chart.
category List<TemplateDimensionField>
The aggregated category field wells of a combo chart.
colors List<TemplateDimensionField>
The aggregated colors field well of a combo chart.
lineValues List<TemplateMeasureField>
The aggregated LineValues field well of a combo chart.
barValues TemplateMeasureField[]
The aggregated BarValues field well of a combo chart.
category TemplateDimensionField[]
The aggregated category field wells of a combo chart.
colors TemplateDimensionField[]
The aggregated colors field well of a combo chart.
lineValues TemplateMeasureField[]
The aggregated LineValues field well of a combo chart.
bar_values Sequence[TemplateMeasureField]
The aggregated BarValues field well of a combo chart.
category Sequence[TemplateDimensionField]
The aggregated category field wells of a combo chart.
colors Sequence[TemplateDimensionField]
The aggregated colors field well of a combo chart.
line_values Sequence[TemplateMeasureField]
The aggregated LineValues field well of a combo chart.
barValues List<Property Map>
The aggregated BarValues field 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 LineValues field well of a combo chart.

TemplateComboChartConfiguration
, TemplateComboChartConfigurationArgs

BarDataLabels Pulumi.AwsNative.QuickSight.Inputs.TemplateDataLabelOptions

The options that determine if visual data labels are displayed.

The data label options for a bar in a combo chart.

BarsArrangement Pulumi.AwsNative.QuickSight.TemplateBarsArrangement
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.AwsNative.QuickSight.Inputs.TemplateAxisDisplayOptions
The category axis of a combo chart.
CategoryLabelOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateChartAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
ColorLabelOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateChartAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
FieldWells Pulumi.AwsNative.QuickSight.Inputs.TemplateComboChartFieldWells
The field wells of the visual.
Interactions Pulumi.AwsNative.QuickSight.Inputs.TemplateVisualInteractionOptions
The general visual interactions setup for a visual.
Legend Pulumi.AwsNative.QuickSight.Inputs.TemplateLegendOptions
The legend display setup of the visual.
LineDataLabels Pulumi.AwsNative.QuickSight.Inputs.TemplateDataLabelOptions

The options that determine if visual data labels are displayed.

The data label options for a line in a combo chart.

PrimaryYAxisDisplayOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateAxisDisplayOptions
The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.
PrimaryYAxisLabelOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateChartAxisLabelOptions
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.AwsNative.QuickSight.Inputs.TemplateReferenceLine>
The reference line setup of the visual.
SecondaryYAxisDisplayOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateAxisDisplayOptions
The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
SecondaryYAxisLabelOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateChartAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
SingleAxisOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateSingleAxisOptions
SortConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateComboChartSortConfiguration
The sort configuration of a ComboChartVisual .
Tooltip Pulumi.AwsNative.QuickSight.Inputs.TemplateTooltipOptions
The legend display setup of the visual.
VisualPalette Pulumi.AwsNative.QuickSight.Inputs.TemplateVisualPalette
The palette (chart color) display setup of the visual.
BarDataLabels TemplateDataLabelOptions

The options that determine if visual data labels are displayed.

The data label options for a bar in a combo chart.

BarsArrangement TemplateBarsArrangement
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 TemplateAxisDisplayOptions
The category axis of a combo chart.
CategoryLabelOptions TemplateChartAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
ColorLabelOptions TemplateChartAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
FieldWells TemplateComboChartFieldWells
The field wells of the visual.
Interactions TemplateVisualInteractionOptions
The general visual interactions setup for a visual.
Legend TemplateLegendOptions
The legend display setup of the visual.
LineDataLabels TemplateDataLabelOptions

The options that determine if visual data labels are displayed.

The data label options for a line in a combo chart.

PrimaryYAxisDisplayOptions TemplateAxisDisplayOptions
The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.
PrimaryYAxisLabelOptions TemplateChartAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.
ReferenceLines []TemplateReferenceLine
The reference line setup of the visual.
SecondaryYAxisDisplayOptions TemplateAxisDisplayOptions
The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
SecondaryYAxisLabelOptions TemplateChartAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
SingleAxisOptions TemplateSingleAxisOptions
SortConfiguration TemplateComboChartSortConfiguration
The sort configuration of a ComboChartVisual .
Tooltip TemplateTooltipOptions
The legend display setup of the visual.
VisualPalette TemplateVisualPalette
The palette (chart color) display setup of the visual.
barDataLabels TemplateDataLabelOptions

The options that determine if visual data labels are displayed.

The data label options for a bar in a combo chart.

barsArrangement TemplateBarsArrangement
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 TemplateAxisDisplayOptions
The category axis of a combo chart.
categoryLabelOptions TemplateChartAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
colorLabelOptions TemplateChartAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
fieldWells TemplateComboChartFieldWells
The field wells of the visual.
interactions TemplateVisualInteractionOptions
The general visual interactions setup for a visual.
legend TemplateLegendOptions
The legend display setup of the visual.
lineDataLabels TemplateDataLabelOptions

The options that determine if visual data labels are displayed.

The data label options for a line in a combo chart.

primaryYAxisDisplayOptions TemplateAxisDisplayOptions
The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.
primaryYAxisLabelOptions TemplateChartAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.
referenceLines List<TemplateReferenceLine>
The reference line setup of the visual.
secondaryYAxisDisplayOptions TemplateAxisDisplayOptions
The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
secondaryYAxisLabelOptions TemplateChartAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
singleAxisOptions TemplateSingleAxisOptions
sortConfiguration TemplateComboChartSortConfiguration
The sort configuration of a ComboChartVisual .
tooltip TemplateTooltipOptions
The legend display setup of the visual.
visualPalette TemplateVisualPalette
The palette (chart color) display setup of the visual.
barDataLabels TemplateDataLabelOptions

The options that determine if visual data labels are displayed.

The data label options for a bar in a combo chart.

barsArrangement TemplateBarsArrangement
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 TemplateAxisDisplayOptions
The category axis of a combo chart.
categoryLabelOptions TemplateChartAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
colorLabelOptions TemplateChartAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
fieldWells TemplateComboChartFieldWells
The field wells of the visual.
interactions TemplateVisualInteractionOptions
The general visual interactions setup for a visual.
legend TemplateLegendOptions
The legend display setup of the visual.
lineDataLabels TemplateDataLabelOptions

The options that determine if visual data labels are displayed.

The data label options for a line in a combo chart.

primaryYAxisDisplayOptions TemplateAxisDisplayOptions
The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.
primaryYAxisLabelOptions TemplateChartAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.
referenceLines TemplateReferenceLine[]
The reference line setup of the visual.
secondaryYAxisDisplayOptions TemplateAxisDisplayOptions
The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
secondaryYAxisLabelOptions TemplateChartAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
singleAxisOptions TemplateSingleAxisOptions
sortConfiguration TemplateComboChartSortConfiguration
The sort configuration of a ComboChartVisual .
tooltip TemplateTooltipOptions
The legend display setup of the visual.
visualPalette TemplateVisualPalette
The palette (chart color) display setup of the visual.
bar_data_labels TemplateDataLabelOptions

The options that determine if visual data labels are displayed.

The data label options for a bar in a combo chart.

bars_arrangement TemplateBarsArrangement
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 TemplateAxisDisplayOptions
The category axis of a combo chart.
category_label_options TemplateChartAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
color_label_options TemplateChartAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
field_wells TemplateComboChartFieldWells
The field wells of the visual.
interactions TemplateVisualInteractionOptions
The general visual interactions setup for a visual.
legend TemplateLegendOptions
The legend display setup of the visual.
line_data_labels TemplateDataLabelOptions

The options that determine if visual data labels are displayed.

The data label options for a line in a combo chart.

primary_y_axis_display_options TemplateAxisDisplayOptions
The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.
primary_y_axis_label_options TemplateChartAxisLabelOptions
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[TemplateReferenceLine]
The reference line setup of the visual.
secondary_y_axis_display_options TemplateAxisDisplayOptions
The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
secondary_y_axis_label_options TemplateChartAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
single_axis_options TemplateSingleAxisOptions
sort_configuration TemplateComboChartSortConfiguration
The sort configuration of a ComboChartVisual .
tooltip TemplateTooltipOptions
The legend display setup of the visual.
visual_palette TemplateVisualPalette
The palette (chart color) display setup of the visual.
barDataLabels Property Map

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.
categoryLabelOptions Property Map
The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
colorLabelOptions Property Map
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.
lineDataLabels Property Map

The options that determine if visual data labels are displayed.

The data label options for a line in a combo chart.

primaryYAxisDisplayOptions Property Map
The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.
primaryYAxisLabelOptions Property Map
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.
secondaryYAxisDisplayOptions Property Map
The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
secondaryYAxisLabelOptions Property Map
The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
singleAxisOptions Property Map
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

ComboChartAggregatedFieldWells Pulumi.AwsNative.QuickSight.Inputs.TemplateComboChartAggregatedFieldWells
The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.
ComboChartAggregatedFieldWells TemplateComboChartAggregatedFieldWells
The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.
comboChartAggregatedFieldWells TemplateComboChartAggregatedFieldWells
The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.
comboChartAggregatedFieldWells TemplateComboChartAggregatedFieldWells
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_aggregated_field_wells TemplateComboChartAggregatedFieldWells
The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.
comboChartAggregatedFieldWells Property Map
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

CategoryItemsLimit Pulumi.AwsNative.QuickSight.Inputs.TemplateItemsLimitConfiguration
The item limit configuration for the category field well of a combo chart.
CategorySort List<Pulumi.AwsNative.QuickSight.Inputs.TemplateFieldSortOptions>
The sort configuration of the category field well in a combo chart.
ColorItemsLimit Pulumi.AwsNative.QuickSight.Inputs.TemplateItemsLimitConfiguration
The item limit configuration of the color field well in a combo chart.
ColorSort List<Pulumi.AwsNative.QuickSight.Inputs.TemplateFieldSortOptions>
The sort configuration of the color field well in a combo chart.
CategoryItemsLimit TemplateItemsLimitConfiguration
The item limit configuration for the category field well of a combo chart.
CategorySort []TemplateFieldSortOptions
The sort configuration of the category field well in a combo chart.
ColorItemsLimit TemplateItemsLimitConfiguration
The item limit configuration of the color field well in a combo chart.
ColorSort []TemplateFieldSortOptions
The sort configuration of the color field well in a combo chart.
categoryItemsLimit TemplateItemsLimitConfiguration
The item limit configuration for the category field well of a combo chart.
categorySort List<TemplateFieldSortOptions>
The sort configuration of the category field well in a combo chart.
colorItemsLimit TemplateItemsLimitConfiguration
The item limit configuration of the color field well in a combo chart.
colorSort List<TemplateFieldSortOptions>
The sort configuration of the color field well in a combo chart.
categoryItemsLimit TemplateItemsLimitConfiguration
The item limit configuration for the category field well of a combo chart.
categorySort TemplateFieldSortOptions[]
The sort configuration of the category field well in a combo chart.
colorItemsLimit TemplateItemsLimitConfiguration
The item limit configuration of the color field well in a combo chart.
colorSort TemplateFieldSortOptions[]
The sort configuration of the color field well in a combo chart.
category_items_limit TemplateItemsLimitConfiguration
The item limit configuration for the category field well of a combo chart.
category_sort Sequence[TemplateFieldSortOptions]
The sort configuration of the category field well in a combo chart.
color_items_limit TemplateItemsLimitConfiguration
The item limit configuration of the color field well in a combo chart.
color_sort Sequence[TemplateFieldSortOptions]
The sort configuration of the color field well in a combo chart.
categoryItemsLimit Property Map
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.
colorItemsLimit Property Map
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 This property is required. 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.AwsNative.QuickSight.Inputs.TemplateVisualCustomAction>
The list of custom actions that are configured for a visual.
ChartConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateComboChartConfiguration
The configuration settings of the visual.
ColumnHierarchies List<Pulumi.AwsNative.QuickSight.Inputs.TemplateColumnHierarchy>
The column hierarchy that is used during drill-downs and drill-ups.
Subtitle Pulumi.AwsNative.QuickSight.Inputs.TemplateVisualSubtitleLabelOptions
The subtitle that is displayed on the visual.
Title Pulumi.AwsNative.QuickSight.Inputs.TemplateVisualTitleLabelOptions
The title that is displayed on the visual.
VisualContentAltText string
The alt text for the visual.
VisualId This property is required. 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 []TemplateVisualCustomAction
The list of custom actions that are configured for a visual.
ChartConfiguration TemplateComboChartConfiguration
The configuration settings of the visual.
ColumnHierarchies []TemplateColumnHierarchy
The column hierarchy that is used during drill-downs and drill-ups.
Subtitle TemplateVisualSubtitleLabelOptions
The subtitle that is displayed on the visual.
Title TemplateVisualTitleLabelOptions
The title that is displayed on the visual.
VisualContentAltText string
The alt text for the visual.
visualId This property is required. 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<TemplateVisualCustomAction>
The list of custom actions that are configured for a visual.
chartConfiguration TemplateComboChartConfiguration
The configuration settings of the visual.
columnHierarchies List<TemplateColumnHierarchy>
The column hierarchy that is used during drill-downs and drill-ups.
subtitle TemplateVisualSubtitleLabelOptions
The subtitle that is displayed on the visual.
title TemplateVisualTitleLabelOptions
The title that is displayed on the visual.
visualContentAltText String
The alt text for the visual.
visualId This property is required. 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 TemplateVisualCustomAction[]
The list of custom actions that are configured for a visual.
chartConfiguration TemplateComboChartConfiguration
The configuration settings of the visual.
columnHierarchies TemplateColumnHierarchy[]
The column hierarchy that is used during drill-downs and drill-ups.
subtitle TemplateVisualSubtitleLabelOptions
The subtitle that is displayed on the visual.
title TemplateVisualTitleLabelOptions
The title that is displayed on the visual.
visualContentAltText string
The alt text for the visual.
visual_id This property is required. 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[TemplateVisualCustomAction]
The list of custom actions that are configured for a visual.
chart_configuration TemplateComboChartConfiguration
The configuration settings of the visual.
column_hierarchies Sequence[TemplateColumnHierarchy]
The column hierarchy that is used during drill-downs and drill-ups.
subtitle TemplateVisualSubtitleLabelOptions
The subtitle that is displayed on the visual.
title TemplateVisualTitleLabelOptions
The title that is displayed on the visual.
visual_content_alt_text str
The alt text for the visual.
visualId This property is required. 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.
visualContentAltText String
The alt text for the visual.

TemplateCommitMode
, TemplateCommitModeArgs

Auto
AUTO
Manual
MANUAL
TemplateCommitModeAuto
AUTO
TemplateCommitModeManual
MANUAL
Auto
AUTO
Manual
MANUAL
Auto
AUTO
Manual
MANUAL
AUTO
AUTO
MANUAL
MANUAL
"AUTO"
AUTO
"MANUAL"
MANUAL

TemplateComparisonConfiguration
, TemplateComparisonConfigurationArgs

ComparisonFormat Pulumi.AwsNative.QuickSight.Inputs.TemplateComparisonFormatConfiguration
The format of the comparison.
ComparisonMethod Pulumi.AwsNative.QuickSight.TemplateComparisonMethod
The method of the comparison. Choose from the following options:

  • DIFFERENCE
  • PERCENT_DIFFERENCE
  • PERCENT
ComparisonFormat TemplateComparisonFormatConfiguration
The format of the comparison.
ComparisonMethod TemplateComparisonMethod
The method of the comparison. Choose from the following options:

  • DIFFERENCE
  • PERCENT_DIFFERENCE
  • PERCENT
comparisonFormat TemplateComparisonFormatConfiguration
The format of the comparison.
comparisonMethod TemplateComparisonMethod
The method of the comparison. Choose from the following options:

  • DIFFERENCE
  • PERCENT_DIFFERENCE
  • PERCENT
comparisonFormat TemplateComparisonFormatConfiguration
The format of the comparison.
comparisonMethod TemplateComparisonMethod
The method of the comparison. Choose from the following options:

  • DIFFERENCE
  • PERCENT_DIFFERENCE
  • PERCENT
comparison_format TemplateComparisonFormatConfiguration
The format of the comparison.
comparison_method TemplateComparisonMethod
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

TemplateComparisonMethod
, TemplateComparisonMethodArgs

Difference
DIFFERENCE
PercentDifference
PERCENT_DIFFERENCE
Percent
PERCENT
TemplateComparisonMethodDifference
DIFFERENCE
TemplateComparisonMethodPercentDifference
PERCENT_DIFFERENCE
TemplateComparisonMethodPercent
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.AwsNative.QuickSight.Inputs.TemplateForecastComputation
The forecast computation configuration.
GrowthRate Pulumi.AwsNative.QuickSight.Inputs.TemplateGrowthRateComputation
The growth rate computation configuration.
MaximumMinimum Pulumi.AwsNative.QuickSight.Inputs.TemplateMaximumMinimumComputation
The maximum and minimum computation configuration.
MetricComparison Pulumi.AwsNative.QuickSight.Inputs.TemplateMetricComparisonComputation
The metric comparison computation configuration.
PeriodOverPeriod Pulumi.AwsNative.QuickSight.Inputs.TemplatePeriodOverPeriodComputation
The period over period computation configuration.
PeriodToDate Pulumi.AwsNative.QuickSight.Inputs.TemplatePeriodToDateComputation
The period to DataSetIdentifier computation configuration.
TopBottomMovers Pulumi.AwsNative.QuickSight.Inputs.TemplateTopBottomMoversComputation
The top movers and bottom movers computation configuration.
TopBottomRanked Pulumi.AwsNative.QuickSight.Inputs.TemplateTopBottomRankedComputation
The top ranked and bottom ranked computation configuration.
TotalAggregation Pulumi.AwsNative.QuickSight.Inputs.TemplateTotalAggregationComputation
The total aggregation computation configuration.
UniqueValues Pulumi.AwsNative.QuickSight.Inputs.TemplateUniqueValuesComputation
The unique values computation configuration.
Forecast TemplateForecastComputation
The forecast computation configuration.
GrowthRate TemplateGrowthRateComputation
The growth rate computation configuration.
MaximumMinimum TemplateMaximumMinimumComputation
The maximum and minimum computation configuration.
MetricComparison TemplateMetricComparisonComputation
The metric comparison computation configuration.
PeriodOverPeriod TemplatePeriodOverPeriodComputation
The period over period computation configuration.
PeriodToDate TemplatePeriodToDateComputation
The period to DataSetIdentifier computation configuration.
TopBottomMovers TemplateTopBottomMoversComputation
The top movers and bottom movers computation configuration.
TopBottomRanked TemplateTopBottomRankedComputation
The top ranked and bottom ranked computation configuration.
TotalAggregation TemplateTotalAggregationComputation
The total aggregation computation configuration.
UniqueValues TemplateUniqueValuesComputation
The unique values computation configuration.
forecast TemplateForecastComputation
The forecast computation configuration.
growthRate TemplateGrowthRateComputation
The growth rate computation configuration.
maximumMinimum TemplateMaximumMinimumComputation
The maximum and minimum computation configuration.
metricComparison TemplateMetricComparisonComputation
The metric comparison computation configuration.
periodOverPeriod TemplatePeriodOverPeriodComputation
The period over period computation configuration.
periodToDate TemplatePeriodToDateComputation
The period to DataSetIdentifier computation configuration.
topBottomMovers TemplateTopBottomMoversComputation
The top movers and bottom movers computation configuration.
topBottomRanked TemplateTopBottomRankedComputation
The top ranked and bottom ranked computation configuration.
totalAggregation TemplateTotalAggregationComputation
The total aggregation computation configuration.
uniqueValues TemplateUniqueValuesComputation
The unique values computation configuration.
forecast TemplateForecastComputation
The forecast computation configuration.
growthRate TemplateGrowthRateComputation
The growth rate computation configuration.
maximumMinimum TemplateMaximumMinimumComputation
The maximum and minimum computation configuration.
metricComparison TemplateMetricComparisonComputation
The metric comparison computation configuration.
periodOverPeriod TemplatePeriodOverPeriodComputation
The period over period computation configuration.
periodToDate TemplatePeriodToDateComputation
The period to DataSetIdentifier computation configuration.
topBottomMovers TemplateTopBottomMoversComputation
The top movers and bottom movers computation configuration.
topBottomRanked TemplateTopBottomRankedComputation
The top ranked and bottom ranked computation configuration.
totalAggregation TemplateTotalAggregationComputation
The total aggregation computation configuration.
uniqueValues TemplateUniqueValuesComputation
The unique values computation configuration.
forecast TemplateForecastComputation
The forecast computation configuration.
growth_rate TemplateGrowthRateComputation
The growth rate computation configuration.
maximum_minimum TemplateMaximumMinimumComputation
The maximum and minimum computation configuration.
metric_comparison TemplateMetricComparisonComputation
The metric comparison computation configuration.
period_over_period TemplatePeriodOverPeriodComputation
The period over period computation configuration.
period_to_date TemplatePeriodToDateComputation
The period to DataSetIdentifier computation configuration.
top_bottom_movers TemplateTopBottomMoversComputation
The top movers and bottom movers computation configuration.
top_bottom_ranked TemplateTopBottomRankedComputation
The top ranked and bottom ranked computation configuration.
total_aggregation TemplateTotalAggregationComputation
The total aggregation computation configuration.
unique_values TemplateUniqueValuesComputation
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.
periodOverPeriod Property Map
The period over period computation configuration.
periodToDate Property Map
The period to DataSetIdentifier computation configuration.
topBottomMovers Property Map
The top movers and bottom movers computation configuration.
topBottomRanked Property Map
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 TemplateConditionalFormattingGradientColor
Formatting configuration for gradient color.
Solid TemplateConditionalFormattingSolidColor
Formatting configuration for solid color.
gradient TemplateConditionalFormattingGradientColor
Formatting configuration for gradient color.
solid TemplateConditionalFormattingSolidColor
Formatting configuration for solid color.
gradient TemplateConditionalFormattingGradientColor
Formatting configuration for gradient color.
solid TemplateConditionalFormattingSolidColor
Formatting configuration for solid color.
gradient TemplateConditionalFormattingGradientColor
Formatting configuration for gradient color.
solid TemplateConditionalFormattingSolidColor
Formatting configuration for solid color.
gradient Property Map
Formatting configuration for gradient color.
solid Property Map
Formatting configuration for solid color.

TemplateConditionalFormattingCustomIconCondition
, TemplateConditionalFormattingCustomIconConditionArgs

Expression This property is required. string
The expression that determines the condition of the icon set.
IconOptions This property is required. Pulumi.AwsNative.QuickSight.Inputs.TemplateConditionalFormattingCustomIconOptions
Custom icon options for an icon set.
Color string
Determines the color of the icon.
DisplayConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateConditionalFormattingIconDisplayConfiguration
Determines the icon display configuration.
Expression This property is required. string
The expression that determines the condition of the icon set.
IconOptions This property is required. TemplateConditionalFormattingCustomIconOptions
Custom icon options for an icon set.
Color string
Determines the color of the icon.
DisplayConfiguration TemplateConditionalFormattingIconDisplayConfiguration
Determines the icon display configuration.
expression This property is required. String
The expression that determines the condition of the icon set.
iconOptions This property is required. TemplateConditionalFormattingCustomIconOptions
Custom icon options for an icon set.
color String
Determines the color of the icon.
displayConfiguration TemplateConditionalFormattingIconDisplayConfiguration
Determines the icon display configuration.
expression This property is required. string
The expression that determines the condition of the icon set.
iconOptions This property is required. TemplateConditionalFormattingCustomIconOptions
Custom icon options for an icon set.
color string
Determines the color of the icon.
displayConfiguration TemplateConditionalFormattingIconDisplayConfiguration
Determines the icon display configuration.
expression This property is required. str
The expression that determines the condition of the icon set.
icon_options This property is required. TemplateConditionalFormattingCustomIconOptions
Custom icon options for an icon set.
color str
Determines the color of the icon.
display_configuration TemplateConditionalFormattingIconDisplayConfiguration
Determines the icon display configuration.
expression This property is required. String
The expression that determines the condition of the icon set.
iconOptions This property is required. 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.AwsNative.QuickSight.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.
unicodeIcon string
Determines the Unicode icon type.
icon TemplateIcon
Determines the type of icon.
unicode_icon str
Determines the Unicode icon type.

TemplateConditionalFormattingGradientColor
, TemplateConditionalFormattingGradientColorArgs

Color This property is required. Pulumi.AwsNative.QuickSight.Inputs.TemplateGradientColor
Determines the color.
Expression This property is required. string
The expression that determines the formatting configuration for gradient color.
Color This property is required. TemplateGradientColor
Determines the color.
Expression This property is required. string
The expression that determines the formatting configuration for gradient color.
color This property is required. TemplateGradientColor
Determines the color.
expression This property is required. String
The expression that determines the formatting configuration for gradient color.
color This property is required. TemplateGradientColor
Determines the color.
expression This property is required. string
The expression that determines the formatting configuration for gradient color.
color This property is required. TemplateGradientColor
Determines the color.
expression This property is required. str
The expression that determines the formatting configuration for gradient color.
color This property is required. Property Map
Determines the color.
expression This property is required. String
The expression that determines the formatting configuration for gradient color.

TemplateConditionalFormattingIcon
, TemplateConditionalFormattingIconArgs

CustomCondition TemplateConditionalFormattingCustomIconCondition
Determines the custom condition for an icon set.
IconSet TemplateConditionalFormattingIconSet
Formatting configuration for icon set.
customCondition TemplateConditionalFormattingCustomIconCondition
Determines the custom condition for an icon set.
iconSet TemplateConditionalFormattingIconSet
Formatting configuration for icon set.
customCondition TemplateConditionalFormattingCustomIconCondition
Determines the custom condition for an icon set.
iconSet TemplateConditionalFormattingIconSet
Formatting configuration for icon set.
custom_condition TemplateConditionalFormattingCustomIconCondition
Determines the custom condition for an icon set.
icon_set TemplateConditionalFormattingIconSet
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

IconDisplayOption TemplateConditionalFormattingIconDisplayOption
Determines the icon display configuration.
iconDisplayOption TemplateConditionalFormattingIconDisplayOption
Determines the icon display configuration.
iconDisplayOption TemplateConditionalFormattingIconDisplayOption
Determines the icon display configuration.
iconDisplayOption "ICON_ONLY"
Determines the icon display configuration.

TemplateConditionalFormattingIconDisplayOption
, TemplateConditionalFormattingIconDisplayOptionArgs

IconOnly
ICON_ONLY
TemplateConditionalFormattingIconDisplayOptionIconOnly
ICON_ONLY
IconOnly
ICON_ONLY
IconOnly
ICON_ONLY
ICON_ONLY
ICON_ONLY
"ICON_ONLY"
ICON_ONLY

TemplateConditionalFormattingIconSet
, TemplateConditionalFormattingIconSetArgs

Expression This property is required. string
The expression that determines the formatting configuration for the icon set.
IconSetType Pulumi.AwsNative.QuickSight.TemplateConditionalFormattingIconSetType
Determines the icon set type.
Expression This property is required. string
The expression that determines the formatting configuration for the icon set.
IconSetType TemplateConditionalFormattingIconSetType
Determines the icon set type.
expression This property is required. String
The expression that determines the formatting configuration for the icon set.
iconSetType TemplateConditionalFormattingIconSetType
Determines the icon set type.
expression This property is required. string
The expression that determines the formatting configuration for the icon set.
iconSetType TemplateConditionalFormattingIconSetType
Determines the icon set type.
expression This property is required. str
The expression that determines the formatting configuration for the icon set.
icon_set_type TemplateConditionalFormattingIconSetType
Determines the icon set type.
expression This property is required. String
The expression that determines the formatting configuration for the icon set.
iconSetType "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"
Determines the icon set type.

TemplateConditionalFormattingIconSetType
, TemplateConditionalFormattingIconSetTypeArgs

PlusMinus
PLUS_MINUS
CheckX
CHECK_X
ThreeColorArrow
THREE_COLOR_ARROW
ThreeGrayArrow
THREE_GRAY_ARROW
CaretUpMinusDown
CARET_UP_MINUS_DOWN
ThreeShape
THREE_SHAPE
ThreeCircle
THREE_CIRCLE
Flags
FLAGS
Bars
BARS
FourColorArrow
FOUR_COLOR_ARROW
FourGrayArrow
FOUR_GRAY_ARROW
TemplateConditionalFormattingIconSetTypePlusMinus
PLUS_MINUS
TemplateConditionalFormattingIconSetTypeCheckX
CHECK_X
TemplateConditionalFormattingIconSetTypeThreeColorArrow
THREE_COLOR_ARROW
TemplateConditionalFormattingIconSetTypeThreeGrayArrow
THREE_GRAY_ARROW
TemplateConditionalFormattingIconSetTypeCaretUpMinusDown
CARET_UP_MINUS_DOWN
TemplateConditionalFormattingIconSetTypeThreeShape
THREE_SHAPE
TemplateConditionalFormattingIconSetTypeThreeCircle
THREE_CIRCLE
TemplateConditionalFormattingIconSetTypeFlags
FLAGS
TemplateConditionalFormattingIconSetTypeBars
BARS
TemplateConditionalFormattingIconSetTypeFourColorArrow
FOUR_COLOR_ARROW
TemplateConditionalFormattingIconSetTypeFourGrayArrow
FOUR_GRAY_ARROW
PlusMinus
PLUS_MINUS
CheckX
CHECK_X
ThreeColorArrow
THREE_COLOR_ARROW
ThreeGrayArrow
THREE_GRAY_ARROW
CaretUpMinusDown
CARET_UP_MINUS_DOWN
ThreeShape
THREE_SHAPE
ThreeCircle
THREE_CIRCLE
Flags
FLAGS
Bars
BARS
FourColorArrow
FOUR_COLOR_ARROW
FourGrayArrow
FOUR_GRAY_ARROW
PlusMinus
PLUS_MINUS
CheckX
CHECK_X
ThreeColorArrow
THREE_COLOR_ARROW
ThreeGrayArrow
THREE_GRAY_ARROW
CaretUpMinusDown
CARET_UP_MINUS_DOWN
ThreeShape
THREE_SHAPE
ThreeCircle
THREE_CIRCLE
Flags
FLAGS
Bars
BARS
FourColorArrow
FOUR_COLOR_ARROW
FourGrayArrow
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 This property is required. string
The expression that determines the formatting configuration for solid color.
Color string
Determines the color.
Expression This property is required. string
The expression that determines the formatting configuration for solid color.
Color string
Determines the color.
expression This property is required. String
The expression that determines the formatting configuration for solid color.
color String
Determines the color.
expression This property is required. string
The expression that determines the formatting configuration for solid color.
color string
Determines the color.
expression This property is required. str
The expression that determines the formatting configuration for solid color.
color str
Determines the color.
expression This property is required. String
The expression that determines the formatting configuration for solid color.
color String
Determines the color.

TemplateContextMenuOption
, TemplateContextMenuOptionArgs

AvailabilityStatus Pulumi.AwsNative.QuickSight.TemplateDashboardBehavior
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 TemplateDashboardBehavior
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 TemplateDashboardBehavior
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 TemplateDashboardBehavior
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 TemplateDashboardBehavior
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 This property is required. List<Pulumi.AwsNative.QuickSight.Inputs.TemplateColumnIdentifier>
The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers .
MeasureFieldId This property is required. string
The measure field that is used in the contribution analysis.
ContributorDimensions This property is required. []TemplateColumnIdentifier
The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers .
MeasureFieldId This property is required. string
The measure field that is used in the contribution analysis.
contributorDimensions This property is required. List<TemplateColumnIdentifier>
The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers .
measureFieldId This property is required. String
The measure field that is used in the contribution analysis.
contributorDimensions This property is required. TemplateColumnIdentifier[]
The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers .
measureFieldId This property is required. string
The measure field that is used in the contribution analysis.
contributor_dimensions This property is required. Sequence[TemplateColumnIdentifier]
The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers .
measure_field_id This property is required. str
The measure field that is used in the contribution analysis.
contributorDimensions This property is required. List<Property Map>
The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers .
measureFieldId This property is required. String
The measure field that is used in the contribution analysis.

TemplateCrossDatasetTypes
, TemplateCrossDatasetTypesArgs

AllDatasets
ALL_DATASETS
SingleDataset
SINGLE_DATASET
TemplateCrossDatasetTypesAllDatasets
ALL_DATASETS
TemplateCrossDatasetTypesSingleDataset
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

DecimalPlacesConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateDecimalPlacesConfiguration
The option that determines the decimal places configuration.
NegativeValueConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateNegativeValueConfiguration
The options that determine the negative value configuration.
NullValueFormatConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateNullValueFormatConfiguration
The options that determine the null value format configuration.
NumberScale Pulumi.AwsNative.QuickSight.TemplateNumberScale
Determines the number scale value for the currency format.
Prefix string
Determines the prefix value of the currency format.
SeparatorConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateNumericSeparatorConfiguration
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.
DecimalPlacesConfiguration TemplateDecimalPlacesConfiguration
The option that determines the decimal places configuration.
NegativeValueConfiguration TemplateNegativeValueConfiguration
The options that determine the negative value configuration.
NullValueFormatConfiguration TemplateNullValueFormatConfiguration
The options that determine the null value format configuration.
NumberScale TemplateNumberScale
Determines the number scale value for the currency format.
Prefix string
Determines the prefix value of the currency format.
SeparatorConfiguration TemplateNumericSeparatorConfiguration
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.
decimalPlacesConfiguration TemplateDecimalPlacesConfiguration
The option that determines the decimal places configuration.
negativeValueConfiguration TemplateNegativeValueConfiguration
The options that determine the negative value configuration.
nullValueFormatConfiguration TemplateNullValueFormatConfiguration
The options that determine the null value format configuration.
numberScale TemplateNumberScale
Determines the number scale value for the currency format.
prefix String
Determines the prefix value of the currency format.
separatorConfiguration TemplateNumericSeparatorConfiguration
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.
decimalPlacesConfiguration TemplateDecimalPlacesConfiguration
The option that determines the decimal places configuration.
negativeValueConfiguration TemplateNegativeValueConfiguration
The options that determine the negative value configuration.
nullValueFormatConfiguration TemplateNullValueFormatConfiguration
The options that determine the null value format configuration.
numberScale TemplateNumberScale
Determines the number scale value for the currency format.
prefix string
Determines the prefix value of the currency format.
separatorConfiguration TemplateNumericSeparatorConfiguration
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_configuration TemplateDecimalPlacesConfiguration
The option that determines the decimal places configuration.
negative_value_configuration TemplateNegativeValueConfiguration
The options that determine the negative value configuration.
null_value_format_configuration TemplateNullValueFormatConfiguration
The options that determine the null value format configuration.
number_scale TemplateNumberScale
Determines the number scale value for the currency format.
prefix str
Determines the prefix value of the currency format.
separator_configuration TemplateNumericSeparatorConfiguration
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.
decimalPlacesConfiguration Property Map
The option that determines the decimal places configuration.
negativeValueConfiguration Property Map
The options that determine the negative value configuration.
nullValueFormatConfiguration Property Map
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

SelectedFieldsConfiguration This property is required. Pulumi.AwsNative.QuickSight.Inputs.TemplateFilterOperationSelectedFieldsConfiguration
The configuration that chooses the fields to be filtered.
TargetVisualsConfiguration This property is required. Pulumi.AwsNative.QuickSight.Inputs.TemplateFilterOperationTargetVisualsConfiguration
The configuration that chooses the target visuals to be filtered.
SelectedFieldsConfiguration This property is required. TemplateFilterOperationSelectedFieldsConfiguration
The configuration that chooses the fields to be filtered.
TargetVisualsConfiguration This property is required. TemplateFilterOperationTargetVisualsConfiguration
The configuration that chooses the target visuals to be filtered.
selectedFieldsConfiguration This property is required. TemplateFilterOperationSelectedFieldsConfiguration
The configuration that chooses the fields to be filtered.
targetVisualsConfiguration This property is required. TemplateFilterOperationTargetVisualsConfiguration
The configuration that chooses the target visuals to be filtered.
selectedFieldsConfiguration This property is required. TemplateFilterOperationSelectedFieldsConfiguration
The configuration that chooses the fields to be filtered.
targetVisualsConfiguration This property is required. TemplateFilterOperationTargetVisualsConfiguration
The configuration that chooses the target visuals to be filtered.
selected_fields_configuration This property is required. TemplateFilterOperationSelectedFieldsConfiguration
The configuration that chooses the fields to be filtered.
target_visuals_configuration This property is required. TemplateFilterOperationTargetVisualsConfiguration
The configuration that chooses the target visuals to be filtered.
selectedFieldsConfiguration This property is required. Property Map
The configuration that chooses the fields to be filtered.
targetVisualsConfiguration This property is required. Property Map
The configuration that chooses the target visuals to be filtered.

TemplateCustomActionNavigationOperation
, TemplateCustomActionNavigationOperationArgs

LocalNavigationConfiguration TemplateLocalNavigationConfiguration
The configuration that chooses the navigation target.
localNavigationConfiguration TemplateLocalNavigationConfiguration
The configuration that chooses the navigation target.
localNavigationConfiguration TemplateLocalNavigationConfiguration
The configuration that chooses the navigation target.
local_navigation_configuration TemplateLocalNavigationConfiguration
The configuration that chooses the navigation target.
localNavigationConfiguration Property Map
The configuration that chooses the navigation target.

TemplateCustomActionSetParametersOperation
, TemplateCustomActionSetParametersOperationArgs

ParameterValueConfigurations This property is required. List<Pulumi.AwsNative.QuickSight.Inputs.TemplateSetParameterValueConfiguration>
The parameter that determines the value configuration.
ParameterValueConfigurations This property is required. []TemplateSetParameterValueConfiguration
The parameter that determines the value configuration.
parameterValueConfigurations This property is required. List<TemplateSetParameterValueConfiguration>
The parameter that determines the value configuration.
parameterValueConfigurations This property is required. TemplateSetParameterValueConfiguration[]
The parameter that determines the value configuration.
parameter_value_configurations This property is required. Sequence[TemplateSetParameterValueConfiguration]
The parameter that determines the value configuration.
parameterValueConfigurations This property is required. List<Property Map>
The parameter that determines the value configuration.

TemplateCustomActionUrlOperation
, TemplateCustomActionUrlOperationArgs

UrlTarget This property is required. Pulumi.AwsNative.QuickSight.TemplateUrlTargetConfiguration

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 This property is required. string
THe URL link of the CustomActionURLOperation .
UrlTarget This property is required. TemplateUrlTargetConfiguration

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 This property is required. string
THe URL link of the CustomActionURLOperation .
urlTarget This property is required. TemplateUrlTargetConfiguration

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 This property is required. String
THe URL link of the CustomActionURLOperation .
urlTarget This property is required. TemplateUrlTargetConfiguration

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 This property is required. string
THe URL link of the CustomActionURLOperation .
url_target This property is required. TemplateUrlTargetConfiguration

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 This property is required. str
THe URL link of the CustomActionURLOperation .
urlTarget This property is required. "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 This property is required. String
THe URL link of the CustomActionURLOperation .

TemplateCustomColor
, TemplateCustomColorArgs

Color This property is required. string
The color that is applied to the data value.
FieldValue string
The data value that the color is applied to.
SpecialValue Pulumi.AwsNative.QuickSight.TemplateSpecialValue
The value of a special data value.
Color This property is required. string
The color that is applied to the data value.
FieldValue string
The data value that the color is applied to.
SpecialValue TemplateSpecialValue
The value of a special data value.
color This property is required. String
The color that is applied to the data value.
fieldValue String
The data value that the color is applied to.
specialValue TemplateSpecialValue
The value of a special data value.
color This property is required. string
The color that is applied to the data value.
fieldValue string
The data value that the color is applied to.
specialValue TemplateSpecialValue
The value of a special data value.
color This property is required. str
The color that is applied to the data value.
field_value str
The data value that the color is applied to.
special_value TemplateSpecialValue
The value of a special data value.
color This property is required. 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.AwsNative.QuickSight.TemplateCustomContentType
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.AwsNative.QuickSight.TemplateCustomContentImageScalingConfiguration
The sizing options for the size of the custom content visual. This structure is required when the ContentType of the visual is 'IMAGE' .
Interactions Pulumi.AwsNative.QuickSight.Inputs.TemplateVisualInteractionOptions
The general visual interactions setup for a visual.
ContentType TemplateCustomContentType
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 TemplateCustomContentImageScalingConfiguration
The sizing options for the size of the custom content visual. This structure is required when the ContentType of the visual is 'IMAGE' .
Interactions TemplateVisualInteractionOptions
The general visual interactions setup for a visual.
contentType TemplateCustomContentType
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 TemplateCustomContentImageScalingConfiguration
The sizing options for the size of the custom content visual. This structure is required when the ContentType of the visual is 'IMAGE' .
interactions TemplateVisualInteractionOptions
The general visual interactions setup for a visual.
contentType TemplateCustomContentType
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 TemplateCustomContentImageScalingConfiguration
The sizing options for the size of the custom content visual. This structure is required when the ContentType of the visual is 'IMAGE' .
interactions TemplateVisualInteractionOptions
The general visual interactions setup for a visual.
content_type TemplateCustomContentType
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 TemplateCustomContentImageScalingConfiguration
The sizing options for the size of the custom content visual. This structure is required when the ContentType of the visual is 'IMAGE' .
interactions TemplateVisualInteractionOptions
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 ContentType of the visual is 'IMAGE' .
interactions Property Map
The general visual interactions setup for a visual.

TemplateCustomContentImageScalingConfiguration
, TemplateCustomContentImageScalingConfigurationArgs

FitToHeight
FIT_TO_HEIGHT
FitToWidth
FIT_TO_WIDTH
DoNotScale
DO_NOT_SCALE
ScaleToVisual
SCALE_TO_VISUAL
TemplateCustomContentImageScalingConfigurationFitToHeight
FIT_TO_HEIGHT
TemplateCustomContentImageScalingConfigurationFitToWidth
FIT_TO_WIDTH
TemplateCustomContentImageScalingConfigurationDoNotScale
DO_NOT_SCALE
TemplateCustomContentImageScalingConfigurationScaleToVisual
SCALE_TO_VISUAL
FitToHeight
FIT_TO_HEIGHT
FitToWidth
FIT_TO_WIDTH
DoNotScale
DO_NOT_SCALE
ScaleToVisual
SCALE_TO_VISUAL
FitToHeight
FIT_TO_HEIGHT
FitToWidth
FIT_TO_WIDTH
DoNotScale
DO_NOT_SCALE
ScaleToVisual
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
OtherEmbeddedContent
OTHER_EMBEDDED_CONTENT
TemplateCustomContentTypeImage
IMAGE
TemplateCustomContentTypeOtherEmbeddedContent
OTHER_EMBEDDED_CONTENT
Image
IMAGE
OtherEmbeddedContent
OTHER_EMBEDDED_CONTENT
Image
IMAGE
OtherEmbeddedContent
OTHER_EMBEDDED_CONTENT
IMAGE
IMAGE
OTHER_EMBEDDED_CONTENT
OTHER_EMBEDDED_CONTENT
"IMAGE"
IMAGE
"OTHER_EMBEDDED_CONTENT"
OTHER_EMBEDDED_CONTENT

TemplateCustomContentVisual
, TemplateCustomContentVisualArgs

DataSetIdentifier This property is required. string
The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
VisualId This property is required. 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.AwsNative.QuickSight.Inputs.TemplateVisualCustomAction>
The list of custom actions that are configured for a visual.
ChartConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateCustomContentConfiguration
The configuration of a CustomContentVisual .
Subtitle Pulumi.AwsNative.QuickSight.Inputs.TemplateVisualSubtitleLabelOptions
The subtitle that is displayed on the visual.
Title Pulumi.AwsNative.QuickSight.Inputs.TemplateVisualTitleLabelOptions
The title that is displayed on the visual.
VisualContentAltText string
The alt text for the visual.
DataSetIdentifier This property is required. string
The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
VisualId This property is required. 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 []TemplateVisualCustomAction
The list of custom actions that are configured for a visual.
ChartConfiguration TemplateCustomContentConfiguration
The configuration of a CustomContentVisual .
Subtitle TemplateVisualSubtitleLabelOptions
The subtitle that is displayed on the visual.
Title TemplateVisualTitleLabelOptions
The title that is displayed on the visual.
VisualContentAltText string
The alt text for the visual.
dataSetIdentifier This property is required. String
The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
visualId This property is required. 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<TemplateVisualCustomAction>
The list of custom actions that are configured for a visual.
chartConfiguration TemplateCustomContentConfiguration
The configuration of a CustomContentVisual .
subtitle TemplateVisualSubtitleLabelOptions
The subtitle that is displayed on the visual.
title TemplateVisualTitleLabelOptions
The title that is displayed on the visual.
visualContentAltText String
The alt text for the visual.
dataSetIdentifier This property is required. string
The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
visualId This property is required. 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 TemplateVisualCustomAction[]
The list of custom actions that are configured for a visual.
chartConfiguration TemplateCustomContentConfiguration
The configuration of a CustomContentVisual .
subtitle TemplateVisualSubtitleLabelOptions
The subtitle that is displayed on the visual.
title TemplateVisualTitleLabelOptions
The title that is displayed on the visual.
visualContentAltText string
The alt text for the visual.
data_set_identifier This property is required. str
The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
visual_id This property is required. 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[TemplateVisualCustomAction]
The list of custom actions that are configured for a visual.
chart_configuration TemplateCustomContentConfiguration
The configuration of a CustomContentVisual .
subtitle TemplateVisualSubtitleLabelOptions
The subtitle that is displayed on the visual.
title TemplateVisualTitleLabelOptions
The title that is displayed on the visual.
visual_content_alt_text str
The alt text for the visual.
dataSetIdentifier This property is required. String
The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
visualId This property is required. 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.
visualContentAltText String
The alt text for the visual.

TemplateCustomFilterConfiguration
, TemplateCustomFilterConfigurationArgs

MatchOperator This property is required. Pulumi.AwsNative.QuickSight.TemplateCategoryFilterMatchOperator
The match operator that is used to determine if a filter should be applied.
NullOption This property is required. Pulumi.AwsNative.QuickSight.TemplateFilterNullOption
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 .

SelectAllOptions Pulumi.AwsNative.QuickSight.TemplateCategoryFilterSelectAllOptions
Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES
MatchOperator This property is required. TemplateCategoryFilterMatchOperator
The match operator that is used to determine if a filter should be applied.
NullOption This property is required. TemplateFilterNullOption
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 .

SelectAllOptions TemplateCategoryFilterSelectAllOptions
Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES
matchOperator This property is required. TemplateCategoryFilterMatchOperator
The match operator that is used to determine if a filter should be applied.
nullOption This property is required. TemplateFilterNullOption
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 .

selectAllOptions TemplateCategoryFilterSelectAllOptions
Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES
matchOperator This property is required. TemplateCategoryFilterMatchOperator
The match operator that is used to determine if a filter should be applied.
nullOption This property is required. TemplateFilterNullOption
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 .

selectAllOptions TemplateCategoryFilterSelectAllOptions
Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES
match_operator This property is required. TemplateCategoryFilterMatchOperator
The match operator that is used to determine if a filter should be applied.
null_option This property is required. TemplateFilterNullOption
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_options TemplateCategoryFilterSelectAllOptions
Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES
matchOperator This property is required. "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 This property is required. "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 .

selectAllOptions "FILTER_ALL_VALUES"
Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES

TemplateCustomFilterListConfiguration
, TemplateCustomFilterListConfigurationArgs

MatchOperator This property is required. Pulumi.AwsNative.QuickSight.TemplateCategoryFilterMatchOperator
The match operator that is used to determine if a filter should be applied.
NullOption This property is required. Pulumi.AwsNative.QuickSight.TemplateFilterNullOption
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.
SelectAllOptions Pulumi.AwsNative.QuickSight.TemplateCategoryFilterSelectAllOptions
Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES
MatchOperator This property is required. TemplateCategoryFilterMatchOperator
The match operator that is used to determine if a filter should be applied.
NullOption This property is required. TemplateFilterNullOption
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.
SelectAllOptions TemplateCategoryFilterSelectAllOptions
Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES
matchOperator This property is required. TemplateCategoryFilterMatchOperator
The match operator that is used to determine if a filter should be applied.
nullOption This property is required. TemplateFilterNullOption
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.
selectAllOptions TemplateCategoryFilterSelectAllOptions
Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES
matchOperator This property is required. TemplateCategoryFilterMatchOperator
The match operator that is used to determine if a filter should be applied.
nullOption This property is required. TemplateFilterNullOption
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.
selectAllOptions TemplateCategoryFilterSelectAllOptions
Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES
match_operator This property is required. TemplateCategoryFilterMatchOperator
The match operator that is used to determine if a filter should be applied.
null_option This property is required. TemplateFilterNullOption
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_options TemplateCategoryFilterSelectAllOptions
Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES
matchOperator This property is required. "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 This property is required. "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.
selectAllOptions "FILTER_ALL_VALUES"
Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES

TemplateCustomNarrativeOptions
, TemplateCustomNarrativeOptionsArgs

Narrative This property is required. string
The string input of custom narrative.
Narrative This property is required. string
The string input of custom narrative.
narrative This property is required. String
The string input of custom narrative.
narrative This property is required. string
The string input of custom narrative.
narrative This property is required. str
The string input of custom narrative.
narrative This property is required. String
The string input of custom narrative.

TemplateCustomParameterValues
, TemplateCustomParameterValuesArgs

DateTimeValues List<string>
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.
DateTimeValues []string
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.
dateTimeValues List<String>
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.
dateTimeValues string[]
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_values Sequence[str]
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.
dateTimeValues List<String>
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 This property is required. Pulumi.AwsNative.QuickSight.Inputs.TemplateCustomParameterValues
IncludeNullValue bool
Includes the null value in custom action parameter values.
CustomValues This property is required. TemplateCustomParameterValues
IncludeNullValue bool
Includes the null value in custom action parameter values.
customValues This property is required. TemplateCustomParameterValues
includeNullValue Boolean
Includes the null value in custom action parameter values.
customValues This property is required. TemplateCustomParameterValues
includeNullValue boolean
Includes the null value in custom action parameter values.
custom_values This property is required. TemplateCustomParameterValues
include_null_value bool
Includes the null value in custom action parameter values.
customValues This property is required. Property Map
includeNullValue Boolean
Includes the null value in custom action parameter values.

TemplateDashboardBehavior
, TemplateDashboardBehaviorArgs

Enabled
ENABLED
Disabled
DISABLED
TemplateDashboardBehaviorEnabled
ENABLED
TemplateDashboardBehaviorDisabled
DISABLED
Enabled
ENABLED
Disabled
DISABLED
Enabled
ENABLED
Disabled
DISABLED
ENABLED
ENABLED
DISABLED
DISABLED
"ENABLED"
ENABLED
"DISABLED"
DISABLED

TemplateDataBarsOptions
, TemplateDataBarsOptionsArgs

FieldId This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 string
The color that is applied to the data value.
DataValue double
The data value that the color is applied to.
Color string
The color that is applied to the data value.
DataValue float64
The data value that the color is applied to.
color String
The color that is applied to the data value.
dataValue Double
The data value that the color is applied to.
color string
The color that is applied to the data value.
dataValue number
The data value that the color is applied to.
color str
The color that is applied to the data value.
data_value float
The data value that the color is applied to.
color String
The color that is applied to the data value.
dataValue Number
The data value that the color is applied to.

TemplateDataFieldSeriesItem
, TemplateDataFieldSeriesItemArgs

AxisBinding This property is required. Pulumi.AwsNative.QuickSight.TemplateAxisBinding
The axis that you are binding the field to.
FieldId This property is required. 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.AwsNative.QuickSight.Inputs.TemplateLineChartSeriesSettings
The options that determine the presentation of line series associated to the field.
AxisBinding This property is required. TemplateAxisBinding
The axis that you are binding the field to.
FieldId This property is required. 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 TemplateLineChartSeriesSettings
The options that determine the presentation of line series associated to the field.
axisBinding This property is required. TemplateAxisBinding
The axis that you are binding the field to.
fieldId This property is required. 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 TemplateLineChartSeriesSettings
The options that determine the presentation of line series associated to the field.
axisBinding This property is required. TemplateAxisBinding
The axis that you are binding the field to.
fieldId This property is required. 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 TemplateLineChartSeriesSettings
The options that determine the presentation of line series associated to the field.
axis_binding This property is required. TemplateAxisBinding
The axis that you are binding the field to.
field_id This property is required. 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 TemplateLineChartSeriesSettings
The options that determine the presentation of line series associated to the field.
axisBinding This property is required. "PRIMARY_YAXIS" | "SECONDARY_YAXIS"
The axis that you are binding the field to.
fieldId This property is required. 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
ValueAndPercent
VALUE_AND_PERCENT
TemplateDataLabelContentValue
VALUE
TemplateDataLabelContentPercent
PERCENT
TemplateDataLabelContentValueAndPercent
VALUE_AND_PERCENT
Value
VALUE
Percent
PERCENT
ValueAndPercent
VALUE_AND_PERCENT
Value
VALUE
Percent
PERCENT
ValueAndPercent
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

CategoryLabelVisibility object
Determines the visibility of the category field labels.
DataLabelTypes List<Pulumi.AwsNative.QuickSight.Inputs.TemplateDataLabelType>
The option that determines the data label type.
LabelColor string
Determines the color of the data labels.
LabelContent Pulumi.AwsNative.QuickSight.TemplateDataLabelContent
Determines the content of the data labels.
LabelFontConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateFontConfiguration
Determines the font configuration of the data labels.
MeasureLabelVisibility object
Determines the visibility of the measure field labels.
Overlap Pulumi.AwsNative.QuickSight.TemplateDataLabelOverlap
Determines whether overlap is enabled or disabled for the data labels.
Position Pulumi.AwsNative.QuickSight.TemplateDataLabelPosition
Determines the position of the data labels.
TotalsVisibility object
Determines the visibility of the total.
Visibility object
Determines the visibility of the data labels.
CategoryLabelVisibility interface{}
Determines the visibility of the category field labels.
DataLabelTypes []TemplateDataLabelType
The option that determines the data label type.
LabelColor string
Determines the color of the data labels.
LabelContent TemplateDataLabelContent
Determines the content of the data labels.
LabelFontConfiguration TemplateFontConfiguration
Determines the font configuration of the data labels.
MeasureLabelVisibility interface{}
Determines the visibility of the measure field labels.
Overlap TemplateDataLabelOverlap
Determines whether overlap is enabled or disabled for the data labels.
Position TemplateDataLabelPosition
Determines the position of the data labels.
TotalsVisibility interface{}
Determines the visibility of the total.
Visibility interface{}
Determines the visibility of the data labels.
categoryLabelVisibility Object
Determines the visibility of the category field labels.
dataLabelTypes List<TemplateDataLabelType>
The option that determines the data label type.
labelColor String
Determines the color of the data labels.
labelContent TemplateDataLabelContent
Determines the content of the data labels.
labelFontConfiguration TemplateFontConfiguration
Determines the font configuration of the data labels.
measureLabelVisibility Object
Determines the visibility of the measure field labels.
overlap TemplateDataLabelOverlap
Determines whether overlap is enabled or disabled for the data labels.
position TemplateDataLabelPosition
Determines the position of the data labels.
totalsVisibility Object
Determines the visibility of the total.
visibility Object
Determines the visibility of the data labels.
categoryLabelVisibility any
Determines the visibility of the category field labels.
dataLabelTypes TemplateDataLabelType[]
The option that determines the data label type.
labelColor string
Determines the color of the data labels.
labelContent TemplateDataLabelContent
Determines the content of the data labels.
labelFontConfiguration TemplateFontConfiguration
Determines the font configuration of the data labels.
measureLabelVisibility any
Determines the visibility of the measure field labels.
overlap TemplateDataLabelOverlap
Determines whether overlap is enabled or disabled for the data labels.
position TemplateDataLabelPosition
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_visibility Any
Determines the visibility of the category field labels.
data_label_types Sequence[TemplateDataLabelType]
The option that determines the data label type.
label_color str
Determines the color of the data labels.
label_content TemplateDataLabelContent
Determines the content of the data labels.
label_font_configuration TemplateFontConfiguration
Determines the font configuration of the data labels.
measure_label_visibility Any
Determines the visibility of the measure field labels.
overlap TemplateDataLabelOverlap
Determines whether overlap is enabled or disabled for the data labels.
position TemplateDataLabelPosition
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.
categoryLabelVisibility Any
Determines the visibility of the category field labels.
dataLabelTypes List<Property Map>
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.
labelFontConfiguration Property Map
Determines the font configuration of the data labels.
measureLabelVisibility Any
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
TemplateDataLabelOverlapDisableOverlap
DISABLE_OVERLAP
TemplateDataLabelOverlapEnableOverlap
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
TemplateDataLabelPositionInside
INSIDE
TemplateDataLabelPositionOutside
OUTSIDE
TemplateDataLabelPositionLeft
LEFT
TemplateDataLabelPositionTop
TOP
TemplateDataLabelPositionBottom
BOTTOM
TemplateDataLabelPositionRight
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

DataPathLabelType Pulumi.AwsNative.QuickSight.Inputs.TemplateDataPathLabelType
The option that specifies individual data values for labels.
FieldLabelType Pulumi.AwsNative.QuickSight.Inputs.TemplateFieldLabelType
Determines the label configuration for the entire field.
MaximumLabelType Pulumi.AwsNative.QuickSight.Inputs.TemplateMaximumLabelType
Determines the label configuration for the maximum value in a visual.
MinimumLabelType Pulumi.AwsNative.QuickSight.Inputs.TemplateMinimumLabelType
Determines the label configuration for the minimum value in a visual.
RangeEndsLabelType Pulumi.AwsNative.QuickSight.Inputs.TemplateRangeEndsLabelType
Determines the label configuration for range end value in a visual.
DataPathLabelType TemplateDataPathLabelType
The option that specifies individual data values for labels.
FieldLabelType TemplateFieldLabelType
Determines the label configuration for the entire field.
MaximumLabelType TemplateMaximumLabelType
Determines the label configuration for the maximum value in a visual.
MinimumLabelType TemplateMinimumLabelType
Determines the label configuration for the minimum value in a visual.
RangeEndsLabelType TemplateRangeEndsLabelType
Determines the label configuration for range end value in a visual.
dataPathLabelType TemplateDataPathLabelType
The option that specifies individual data values for labels.
fieldLabelType TemplateFieldLabelType
Determines the label configuration for the entire field.
maximumLabelType TemplateMaximumLabelType
Determines the label configuration for the maximum value in a visual.
minimumLabelType TemplateMinimumLabelType
Determines the label configuration for the minimum value in a visual.
rangeEndsLabelType TemplateRangeEndsLabelType
Determines the label configuration for range end value in a visual.
dataPathLabelType TemplateDataPathLabelType
The option that specifies individual data values for labels.
fieldLabelType TemplateFieldLabelType
Determines the label configuration for the entire field.
maximumLabelType TemplateMaximumLabelType
Determines the label configuration for the maximum value in a visual.
minimumLabelType TemplateMinimumLabelType
Determines the label configuration for the minimum value in a visual.
rangeEndsLabelType TemplateRangeEndsLabelType
Determines the label configuration for range end value in a visual.
data_path_label_type TemplateDataPathLabelType
The option that specifies individual data values for labels.
field_label_type TemplateFieldLabelType
Determines the label configuration for the entire field.
maximum_label_type TemplateMaximumLabelType
Determines the label configuration for the maximum value in a visual.
minimum_label_type TemplateMinimumLabelType
Determines the label configuration for the minimum value in a visual.
range_ends_label_type TemplateRangeEndsLabelType
Determines the label configuration for range end value in a visual.
dataPathLabelType Property Map
The option that specifies individual data values for labels.
fieldLabelType Property Map
Determines the label configuration for the entire field.
maximumLabelType Property Map
Determines the label configuration for the maximum value in a visual.
minimumLabelType Property Map
Determines the label configuration for the minimum value in a visual.
rangeEndsLabelType Property Map
Determines the label configuration for range end value in a visual.

TemplateDataPathColor
, TemplateDataPathColorArgs

Color This property is required. string
The color that needs to be applied to the element.
Element This property is required. Pulumi.AwsNative.QuickSight.Inputs.TemplateDataPathValue
The element that the color needs to be applied to.
TimeGranularity Pulumi.AwsNative.QuickSight.TemplateTimeGranularity
The time granularity of the field that the color needs to be applied to.
Color This property is required. string
The color that needs to be applied to the element.
Element This property is required. TemplateDataPathValue
The element that the color needs to be applied to.
TimeGranularity TemplateTimeGranularity
The time granularity of the field that the color needs to be applied to.
color This property is required. String
The color that needs to be applied to the element.
element This property is required. TemplateDataPathValue
The element that the color needs to be applied to.
timeGranularity TemplateTimeGranularity
The time granularity of the field that the color needs to be applied to.
color This property is required. string
The color that needs to be applied to the element.
element This property is required. TemplateDataPathValue
The element that the color needs to be applied to.
timeGranularity TemplateTimeGranularity
The time granularity of the field that the color needs to be applied to.
color This property is required. str
The color that needs to be applied to the element.
element This property is required. TemplateDataPathValue
The element that the color needs to be applied to.
time_granularity TemplateTimeGranularity
The time granularity of the field that the color needs to be applied to.
color This property is required. String
The color that needs to be applied to the element.
element This property is required. 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 This property is required. Pulumi.AwsNative.QuickSight.TemplateSortDirection
Determines the sort direction.
SortPaths This property is required. List<Pulumi.AwsNative.QuickSight.Inputs.TemplateDataPathValue>
The list of data paths that need to be sorted.
Direction This property is required. TemplateSortDirection
Determines the sort direction.
SortPaths This property is required. []TemplateDataPathValue
The list of data paths that need to be sorted.
direction This property is required. TemplateSortDirection
Determines the sort direction.
sortPaths This property is required. List<TemplateDataPathValue>
The list of data paths that need to be sorted.
direction This property is required. TemplateSortDirection
Determines the sort direction.
sortPaths This property is required. TemplateDataPathValue[]
The list of data paths that need to be sorted.
direction This property is required. TemplateSortDirection
Determines the sort direction.
sort_paths This property is required. Sequence[TemplateDataPathValue]
The list of data paths that need to be sorted.
direction This property is required. "ASC" | "DESC"
Determines the sort direction.
sortPaths This property is required. List<Property Map>
The list of data paths that need to be sorted.

TemplateDataPathType
, TemplateDataPathTypeArgs

PivotTableDataPathType Pulumi.AwsNative.QuickSight.TemplatePivotTableDataPathType
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 RowsLayout is 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 ColumnsFieldWell and the row is set to Metric Placement.
  • COUNT_METRIC_COLUMN - The type of data path for the column with COUNT as the metric, when there is no field in the ValuesFieldWell .
PivotTableDataPathType TemplatePivotTableDataPathType
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 RowsLayout is 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 ColumnsFieldWell and the row is set to Metric Placement.
  • COUNT_METRIC_COLUMN - The type of data path for the column with COUNT as the metric, when there is no field in the ValuesFieldWell .
pivotTableDataPathType TemplatePivotTableDataPathType
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 RowsLayout is 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 ColumnsFieldWell and the row is set to Metric Placement.
  • COUNT_METRIC_COLUMN - The type of data path for the column with COUNT as the metric, when there is no field in the ValuesFieldWell .
pivotTableDataPathType TemplatePivotTableDataPathType
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 RowsLayout is 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 ColumnsFieldWell and the row is set to Metric Placement.
  • COUNT_METRIC_COLUMN - The type of data path for the column with COUNT as the metric, when there is no field in the ValuesFieldWell .
pivot_table_data_path_type TemplatePivotTableDataPathType
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 RowsLayout is 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 ColumnsFieldWell and the row is set to Metric Placement.
  • COUNT_METRIC_COLUMN - The type of data path for the column with COUNT as the metric, when there is no field in the ValuesFieldWell .
pivotTableDataPathType "HIERARCHY_ROWS_LAYOUT_COLUMN" | "MULTIPLE_ROW_METRICS_COLUMN" | "EMPTY_COLUMN_HEADER" | "COUNT_METRIC_COLUMN"
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 RowsLayout is 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 ColumnsFieldWell and the row is set to Metric Placement.
  • COUNT_METRIC_COLUMN - The type of data path for the column with COUNT as the metric, when there is no field in the ValuesFieldWell .

TemplateDataPathValue
, TemplateDataPathValueArgs

DataPathType Pulumi.AwsNative.QuickSight.Inputs.TemplateDataPathType
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.
DataPathType TemplateDataPathType
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.
dataPathType TemplateDataPathType
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.
dataPathType TemplateDataPathType
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_type TemplateDataPathType
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.
dataPathType Property Map
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

TemplateDataSetReference
, TemplateDataSetReferenceArgs

DataSetArn This property is required. string
DataSetPlaceholder This property is required. string
DataSetArn This property is required. string
DataSetPlaceholder This property is required. string
dataSetArn This property is required. String
dataSetPlaceholder This property is required. String
dataSetArn This property is required. string
dataSetPlaceholder This property is required. string
data_set_arn This property is required. str
data_set_placeholder This property is required. str
dataSetArn This property is required. String
dataSetPlaceholder This property is required. String

TemplateDataSetSchema
, TemplateDataSetSchemaArgs

TemplateDateAggregationFunction
, TemplateDateAggregationFunctionArgs

Count
COUNT
DistinctCount
DISTINCT_COUNT
Min
MIN
Max
MAX
TemplateDateAggregationFunctionCount
COUNT
TemplateDateAggregationFunctionDistinctCount
DISTINCT_COUNT
TemplateDateAggregationFunctionMin
MIN
TemplateDateAggregationFunctionMax
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

MissingDateVisibility object
Determines whether or not missing dates are displayed.
MissingDateVisibility interface{}
Determines whether or not missing dates are displayed.
missingDateVisibility Object
Determines whether or not missing dates are displayed.
missingDateVisibility any
Determines whether or not missing dates are displayed.
missing_date_visibility Any
Determines whether or not missing dates are displayed.
missingDateVisibility Any
Determines whether or not missing dates are displayed.

TemplateDateDimensionField
, TemplateDateDimensionFieldArgs

Column This property is required. Pulumi.AwsNative.QuickSight.Inputs.TemplateColumnIdentifier
The column that is used in the DateDimensionField .
FieldId This property is required. string
The custom field ID.
DateGranularity Pulumi.AwsNative.QuickSight.TemplateTimeGranularity
The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND
FormatConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateDateTimeFormatConfiguration
The format configuration of the field.
HierarchyId string
The custom hierarchy ID.
Column This property is required. TemplateColumnIdentifier
The column that is used in the DateDimensionField .
FieldId This property is required. string
The custom field ID.
DateGranularity TemplateTimeGranularity
The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND
FormatConfiguration TemplateDateTimeFormatConfiguration
The format configuration of the field.
HierarchyId string
The custom hierarchy ID.
column This property is required. TemplateColumnIdentifier
The column that is used in the DateDimensionField .
fieldId This property is required. String
The custom field ID.
dateGranularity TemplateTimeGranularity
The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND
formatConfiguration TemplateDateTimeFormatConfiguration
The format configuration of the field.
hierarchyId String
The custom hierarchy ID.
column This property is required. TemplateColumnIdentifier
The column that is used in the DateDimensionField .
fieldId This property is required. string
The custom field ID.
dateGranularity TemplateTimeGranularity
The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND
formatConfiguration TemplateDateTimeFormatConfiguration
The format configuration of the field.
hierarchyId string
The custom hierarchy ID.
column This property is required. TemplateColumnIdentifier
The column that is used in the DateDimensionField .
field_id This property is required. str
The custom field ID.
date_granularity TemplateTimeGranularity
The date granularity of the DateDimensionField . Choose one of the following options:

  • YEAR
  • QUARTER
  • MONTH
  • WEEK
  • DAY
  • HOUR
  • MINUTE
  • SECOND
  • MILLISECOND
format_configuration TemplateDateTimeFormatConfiguration
The format configuration of the field.
hierarchy_id str
The custom hierarchy ID.
column This property is required. Property Map
The column that is used in the DateDimensionField .
fieldId This property is required. 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 This property is required. Pulumi.AwsNative.QuickSight.Inputs.TemplateColumnIdentifier
The column that is used in the DateMeasureField .
FieldId This property is required. string
The custom field ID.
AggregationFunction Pulumi.AwsNative.QuickSight.TemplateDateAggregationFunction
The aggregation function of the measure field.
FormatConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateDateTimeFormatConfiguration
The format configuration of the field.
Column This property is required. TemplateColumnIdentifier
The column that is used in the DateMeasureField .
FieldId This property is required. string
The custom field ID.
AggregationFunction TemplateDateAggregationFunction
The aggregation function of the measure field.
FormatConfiguration TemplateDateTimeFormatConfiguration
The format configuration of the field.
column This property is required. TemplateColumnIdentifier
The column that is used in the DateMeasureField .
fieldId This property is required. String
The custom field ID.
aggregationFunction TemplateDateAggregationFunction
The aggregation function of the measure field.
formatConfiguration TemplateDateTimeFormatConfiguration
The format configuration of the field.
column This property is required. TemplateColumnIdentifier
The column that is used in the DateMeasureField .
fieldId This property is required. string
The custom field ID.
aggregationFunction TemplateDateAggregationFunction
The aggregation function of the measure field.
formatConfiguration TemplateDateTimeFormatConfiguration
The format configuration of the field.
column This property is required. TemplateColumnIdentifier
The column that is used in the DateMeasureField .
field_id This property is required. str
The custom field ID.
aggregation_function TemplateDateAggregationFunction
The aggregation function of the measure field.
format_configuration TemplateDateTimeFormatConfiguration
The format configuration of the field.
column This property is required. Property Map
The column that is used in the DateMeasureField .
fieldId This property is required. 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.AwsNative.QuickSight.Inputs.TemplateDynamicDefaultValue
The dynamic value of the DataTimeDefaultValues . Different defaults are displayed according to users, groups, and values mapping.
RollingDate Pulumi.AwsNative.QuickSight.Inputs.TemplateRollingDateConfiguration
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 TemplateDynamicDefaultValue
The dynamic value of the DataTimeDefaultValues . Different defaults are displayed according to users, groups, and values mapping.
RollingDate TemplateRollingDateConfiguration
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 TemplateDynamicDefaultValue
The dynamic value of the DataTimeDefaultValues . Different defaults are displayed according to users, groups, and values mapping.
rollingDate TemplateRollingDateConfiguration
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 TemplateDynamicDefaultValue
The dynamic value of the DataTimeDefaultValues . Different defaults are displayed according to users, groups, and values mapping.
rollingDate TemplateRollingDateConfiguration
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 TemplateDynamicDefaultValue
The dynamic value of the DataTimeDefaultValues . Different defaults are displayed according to users, groups, and values mapping.
rolling_date TemplateRollingDateConfiguration
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

DateTimeFormat string
Determines the DateTime format.
NullValueFormatConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateNullValueFormatConfiguration
The options that determine the null value format configuration.
NumericFormatConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateNumericFormatConfiguration
The formatting configuration for numeric DateTime fields.
DateTimeFormat string
Determines the DateTime format.
NullValueFormatConfiguration TemplateNullValueFormatConfiguration
The options that determine the null value format configuration.
NumericFormatConfiguration TemplateNumericFormatConfiguration
The formatting configuration for numeric DateTime fields.
dateTimeFormat String
Determines the DateTime format.
nullValueFormatConfiguration TemplateNullValueFormatConfiguration
The options that determine the null value format configuration.
numericFormatConfiguration TemplateNumericFormatConfiguration
The formatting configuration for numeric DateTime fields.
dateTimeFormat string
Determines the DateTime format.
nullValueFormatConfiguration TemplateNullValueFormatConfiguration
The options that determine the null value format configuration.
numericFormatConfiguration TemplateNumericFormatConfiguration
The formatting configuration for numeric DateTime fields.
date_time_format str
Determines the DateTime format.
null_value_format_configuration TemplateNullValueFormatConfiguration
The options that determine the null value format configuration.
numeric_format_configuration TemplateNumericFormatConfiguration
The formatting configuration for numeric DateTime fields.
dateTimeFormat String
Determines the DateTime format.
nullValueFormatConfiguration Property Map
The options that determine the null value format configuration.
numericFormatConfiguration Property Map
The formatting configuration for numeric DateTime fields.

TemplateDateTimeHierarchy
, TemplateDateTimeHierarchyArgs

HierarchyId This property is required. string
The hierarchy ID of the DateTime hierarchy.
DrillDownFilters List<Pulumi.AwsNative.QuickSight.Inputs.TemplateDrillDownFilter>
The option that determines the drill down filters for the DateTime hierarchy.
HierarchyId This property is required. string
The hierarchy ID of the DateTime hierarchy.
DrillDownFilters []TemplateDrillDownFilter
The option that determines the drill down filters for the DateTime hierarchy.
hierarchyId This property is required. String
The hierarchy ID of the DateTime hierarchy.
drillDownFilters List<TemplateDrillDownFilter>
The option that determines the drill down filters for the DateTime hierarchy.
hierarchyId This property is required. string
The hierarchy ID of the DateTime hierarchy.
drillDownFilters TemplateDrillDownFilter[]
The option that determines the drill down filters for the DateTime hierarchy.
hierarchy_id This property is required. str
The hierarchy ID of the DateTime hierarchy.
drill_down_filters Sequence[TemplateDrillDownFilter]
The option that determines the drill down filters for the DateTime hierarchy.
hierarchyId This property is required. String
The hierarchy ID of the DateTime hierarchy.
drillDownFilters List<Property Map>
The option that determines the drill down filters for the DateTime hierarchy.

TemplateDateTimeParameterDeclaration
, TemplateDateTimeParameterDeclarationArgs

Name This property is required. string
The name of the parameter that is being declared.
DefaultValues Pulumi.AwsNative.QuickSight.Inputs.TemplateDateTimeDefaultValues
The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
MappedDataSetParameters List<Pulumi.AwsNative.QuickSight.Inputs.TemplateMappedDataSetParameter>
TimeGranularity Pulumi.AwsNative.QuickSight.TemplateTimeGranularity
The level of time precision that is used to aggregate DateTime values.
ValueWhenUnset Pulumi.AwsNative.QuickSight.Inputs.TemplateDateTimeValueWhenUnsetConfiguration
The configuration that defines the default value of a DateTime parameter when a value has not been set.
Name This property is required. string
The name of the parameter that is being declared.
DefaultValues TemplateDateTimeDefaultValues
The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
MappedDataSetParameters []TemplateMappedDataSetParameter
TimeGranularity TemplateTimeGranularity
The level of time precision that is used to aggregate DateTime values.
ValueWhenUnset TemplateDateTimeValueWhenUnsetConfiguration
The configuration that defines the default value of a DateTime parameter when a value has not been set.
name This property is required. String
The name of the parameter that is being declared.
defaultValues TemplateDateTimeDefaultValues
The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
mappedDataSetParameters List<TemplateMappedDataSetParameter>
timeGranularity TemplateTimeGranularity
The level of time precision that is used to aggregate DateTime values.
valueWhenUnset TemplateDateTimeValueWhenUnsetConfiguration
The configuration that defines the default value of a DateTime parameter when a value has not been set.
name This property is required. string
The name of the parameter that is being declared.
defaultValues TemplateDateTimeDefaultValues
The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
mappedDataSetParameters TemplateMappedDataSetParameter[]
timeGranularity TemplateTimeGranularity
The level of time precision that is used to aggregate DateTime values.
valueWhenUnset TemplateDateTimeValueWhenUnsetConfiguration
The configuration that defines the default value of a DateTime parameter when a value has not been set.
name This property is required. str
The name of the parameter that is being declared.
default_values TemplateDateTimeDefaultValues
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_set_parameters Sequence[TemplateMappedDataSetParameter]
time_granularity TemplateTimeGranularity
The level of time precision that is used to aggregate DateTime values.
value_when_unset TemplateDateTimeValueWhenUnsetConfiguration
The configuration that defines the default value of a DateTime parameter when a value has not been set.
name This property is required. 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.
mappedDataSetParameters List<Property Map>
timeGranularity "YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND"
The level of time precision that is used to aggregate DateTime values.
valueWhenUnset Property Map
The configuration that defines the default value of a DateTime parameter when a value has not been set.

TemplateDateTimePickerControlDisplayOptions
, TemplateDateTimePickerControlDisplayOptionsArgs

DateIconVisibility object
The date icon visibility of the DateTimePickerControlDisplayOptions .
DateTimeFormat string
Customize how dates are formatted in controls.
HelperTextVisibility object
The helper text visibility of the DateTimePickerControlDisplayOptions .
InfoIconLabelOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateSheetControlInfoIconLabelOptions
The configuration of info icon label options.
TitleOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateLabelOptions
The options to configure the title visibility, name, and font size.
DateIconVisibility interface{}
The date icon visibility of the DateTimePickerControlDisplayOptions .
DateTimeFormat string
Customize how dates are formatted in controls.
HelperTextVisibility interface{}
The helper text visibility of the DateTimePickerControlDisplayOptions .
InfoIconLabelOptions TemplateSheetControlInfoIconLabelOptions
The configuration of info icon label options.
TitleOptions TemplateLabelOptions
The options to configure the title visibility, name, and font size.
dateIconVisibility Object
The date icon visibility of the DateTimePickerControlDisplayOptions .
dateTimeFormat String
Customize how dates are formatted in controls.
helperTextVisibility Object
The helper text visibility of the DateTimePickerControlDisplayOptions .
infoIconLabelOptions TemplateSheetControlInfoIconLabelOptions
The configuration of info icon label options.
titleOptions TemplateLabelOptions
The options to configure the title visibility, name, and font size.
dateIconVisibility any
The date icon visibility of the DateTimePickerControlDisplayOptions .
dateTimeFormat string
Customize how dates are formatted in controls.
helperTextVisibility any
The helper text visibility of the DateTimePickerControlDisplayOptions .
infoIconLabelOptions TemplateSheetControlInfoIconLabelOptions
The configuration of info icon label options.
titleOptions TemplateLabelOptions
The options to configure the title visibility, name, and font size.
date_icon_visibility Any
The date icon visibility of the DateTimePickerControlDisplayOptions .
date_time_format str
Customize how dates are formatted in controls.
helper_text_visibility Any
The helper text visibility of the DateTimePickerControlDisplayOptions .
info_icon_label_options TemplateSheetControlInfoIconLabelOptions
The configuration of info icon label options.
title_options TemplateLabelOptions
The options to configure the title visibility, name, and font size.
dateIconVisibility Any
The date icon visibility of the DateTimePickerControlDisplayOptions .
dateTimeFormat String
Customize how dates are formatted in controls.
helperTextVisibility Any
The helper text visibility of the DateTimePickerControlDisplayOptions .
infoIconLabelOptions Property Map
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.
ValueWhenUnsetOption Pulumi.AwsNative.QuickSight.TemplateValueWhenUnsetOption
The built-in options for default values. The value can be one of the following:

  • RECOMMENDED : The recommended value.
  • NULL : The NULL value.
CustomValue string
A custom value that's used when the value of a parameter isn't set.
ValueWhenUnsetOption TemplateValueWhenUnsetOption
The built-in options for default values. The value can be one of the following:

  • RECOMMENDED : The recommended value.
  • NULL : The NULL value.
customValue String
A custom value that's used when the value of a parameter isn't set.
valueWhenUnsetOption TemplateValueWhenUnsetOption
The built-in options for default values. The value can be one of the following:

  • RECOMMENDED : The recommended value.
  • NULL : The NULL value.
customValue string
A custom value that's used when the value of a parameter isn't set.
valueWhenUnsetOption TemplateValueWhenUnsetOption
The built-in options for default values. The value can be one of the following:

  • RECOMMENDED : The recommended value.
  • NULL : The NULL value.
custom_value str
A custom value that's used when the value of a parameter isn't set.
value_when_unset_option TemplateValueWhenUnsetOption
The built-in options for default values. The value can be one of the following:

  • RECOMMENDED : The recommended value.
  • NULL : The NULL value.
customValue String
A custom value that's used when the value of a parameter isn't set.
valueWhenUnsetOption "RECOMMENDED_VALUE" | "NULL"
The built-in options for default values. The value can be one of the following:

  • RECOMMENDED : The recommended value.
  • NULL : The NULL value.

TemplateDayOfTheWeek
, TemplateDayOfTheWeekArgs

Sunday
SUNDAY
Monday
MONDAY
Tuesday
TUESDAY
Wednesday
WEDNESDAY
Thursday
THURSDAY
Friday
FRIDAY
Saturday
SATURDAY
TemplateDayOfTheWeekSunday
SUNDAY
TemplateDayOfTheWeekMonday
MONDAY
TemplateDayOfTheWeekTuesday
TUESDAY
TemplateDayOfTheWeekWednesday
WEDNESDAY
TemplateDayOfTheWeekThursday
THURSDAY
TemplateDayOfTheWeekFriday
FRIDAY
TemplateDayOfTheWeekSaturday
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.AwsNative.QuickSight.Inputs.TemplateDynamicDefaultValue
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 TemplateDynamicDefaultValue
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 TemplateDynamicDefaultValue
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 TemplateDynamicDefaultValue
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 TemplateDynamicDefaultValue
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 This property is required. string
The name of the parameter that is being declared.
ParameterValueType This property is required. Pulumi.AwsNative.QuickSight.TemplateParameterValueType
The value type determines whether the parameter is a single-value or multi-value parameter.
DefaultValues Pulumi.AwsNative.QuickSight.Inputs.TemplateDecimalDefaultValues
The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
MappedDataSetParameters List<Pulumi.AwsNative.QuickSight.Inputs.TemplateMappedDataSetParameter>
ValueWhenUnset Pulumi.AwsNative.QuickSight.Inputs.TemplateDecimalValueWhenUnsetConfiguration
The configuration that defines the default value of a Decimal parameter when a value has not been set.
Name This property is required. string
The name of the parameter that is being declared.
ParameterValueType This property is required. TemplateParameterValueType
The value type determines whether the parameter is a single-value or multi-value parameter.
DefaultValues TemplateDecimalDefaultValues
The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
MappedDataSetParameters []TemplateMappedDataSetParameter
ValueWhenUnset TemplateDecimalValueWhenUnsetConfiguration
The configuration that defines the default value of a Decimal parameter when a value has not been set.
name This property is required. String
The name of the parameter that is being declared.
parameterValueType This property is required. TemplateParameterValueType
The value type determines whether the parameter is a single-value or multi-value parameter.
defaultValues TemplateDecimalDefaultValues
The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
mappedDataSetParameters List<TemplateMappedDataSetParameter>
valueWhenUnset TemplateDecimalValueWhenUnsetConfiguration
The configuration that defines the default value of a Decimal parameter when a value has not been set.
name This property is required. string
The name of the parameter that is being declared.
parameterValueType This property is required. TemplateParameterValueType
The value type determines whether the parameter is a single-value or multi-value parameter.
defaultValues TemplateDecimalDefaultValues
The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
mappedDataSetParameters TemplateMappedDataSetParameter[]
valueWhenUnset TemplateDecimalValueWhenUnsetConfiguration
The configuration that defines the default value of a Decimal parameter when a value has not been set.
name This property is required. str
The name of the parameter that is being declared.
parameter_value_type This property is required. TemplateParameterValueType
The value type determines whether the parameter is a single-value or multi-value parameter.
default_values TemplateDecimalDefaultValues
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_set_parameters Sequence[TemplateMappedDataSetParameter]
value_when_unset TemplateDecimalValueWhenUnsetConfiguration
The configuration that defines the default value of a Decimal parameter when a value has not been set.
name This property is required. String
The name of the parameter that is being declared.
parameterValueType This property is required. "MULTI_VALUED" | "SINGLE_VALUED"
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.
mappedDataSetParameters List<Property Map>
valueWhenUnset Property Map
The configuration that defines the default value of a Decimal parameter when a value has not been set.

TemplateDecimalPlacesConfiguration
, TemplateDecimalPlacesConfigurationArgs

DecimalPlaces This property is required. double
The values of the decimal places.
DecimalPlaces This property is required. float64
The values of the decimal places.
decimalPlaces This property is required. Double
The values of the decimal places.
decimalPlaces This property is required. number
The values of the decimal places.
decimal_places This property is required. float
The values of the decimal places.
decimalPlaces This property is required. 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.
ValueWhenUnsetOption Pulumi.AwsNative.QuickSight.TemplateValueWhenUnsetOption
The built-in options for default values. The value can be one of the following:

  • RECOMMENDED : The recommended value.
  • NULL : The NULL value.
CustomValue float64
A custom value that's used when the value of a parameter isn't set.
ValueWhenUnsetOption TemplateValueWhenUnsetOption
The built-in options for default values. The value can be one of the following:

  • RECOMMENDED : The recommended value.
  • NULL : The NULL value.
customValue Double
A custom value that's used when the value of a parameter isn't set.
valueWhenUnsetOption TemplateValueWhenUnsetOption
The built-in options for default values. The value can be one of the following:

  • RECOMMENDED : The recommended value.
  • NULL : The NULL value.
customValue number
A custom value that's used when the value of a parameter isn't set.
valueWhenUnsetOption TemplateValueWhenUnsetOption
The built-in options for default values. The value can be one of the following:

  • RECOMMENDED : The recommended value.
  • NULL : The NULL value.
custom_value float
A custom value that's used when the value of a parameter isn't set.
value_when_unset_option TemplateValueWhenUnsetOption
The built-in options for default values. The value can be one of the following:

  • RECOMMENDED : The recommended value.
  • NULL : The NULL value.
customValue Number
A custom value that's used when the value of a parameter isn't set.
valueWhenUnsetOption "RECOMMENDED_VALUE" | "NULL"
The built-in options for default values. The value can be one of the following:

  • RECOMMENDED : The recommended value.
  • NULL : The NULL value.

TemplateDefaultDateTimePickerControlOptions
, TemplateDefaultDateTimePickerControlOptionsArgs

CommitMode Pulumi.AwsNative.QuickSight.TemplateCommitMode
The visibility configuration of the Apply button on a DateTimePickerControl .
DisplayOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateDateTimePickerControlDisplayOptions
The display options of a control.
Type Pulumi.AwsNative.QuickSight.TemplateSheetControlDateTimePickerType
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 TemplateCommitMode
The visibility configuration of the Apply button on a DateTimePickerControl .
DisplayOptions TemplateDateTimePickerControlDisplayOptions
The display options of a control.
Type TemplateSheetControlDateTimePickerType
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 TemplateCommitMode
The visibility configuration of the Apply button on a DateTimePickerControl .
displayOptions TemplateDateTimePickerControlDisplayOptions
The display options of a control.
type TemplateSheetControlDateTimePickerType
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 TemplateCommitMode
The visibility configuration of the Apply button on a DateTimePickerControl .
displayOptions TemplateDateTimePickerControlDisplayOptions
The display options of a control.
type TemplateSheetControlDateTimePickerType
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 TemplateCommitMode
The visibility configuration of the Apply button on a DateTimePickerControl .
display_options TemplateDateTimePickerControlDisplayOptions
The display options of a control.
type TemplateSheetControlDateTimePickerType
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 This property is required. Pulumi.AwsNative.QuickSight.Inputs.TemplateDefaultFilterControlOptions
The control option for the DefaultFilterControlConfiguration .
Title This property is required. string
The title of the DefaultFilterControlConfiguration . This title is shared by all controls that are tied to this filter.
ControlOptions This property is required. TemplateDefaultFilterControlOptions
The control option for the DefaultFilterControlConfiguration .
Title This property is required. string
The title of the DefaultFilterControlConfiguration . This title is shared by all controls that are tied to this filter.
controlOptions This property is required. TemplateDefaultFilterControlOptions
The control option for the DefaultFilterControlConfiguration .
title This property is required. String
The title of the DefaultFilterControlConfiguration . This title is shared by all controls that are tied to this filter.
controlOptions This property is required. TemplateDefaultFilterControlOptions
The control option for the DefaultFilterControlConfiguration .
title This property is required. string
The title of the DefaultFilterControlConfiguration . This title is shared by all controls that are tied to this filter.
control_options This property is required. TemplateDefaultFilterControlOptions
The control option for the DefaultFilterControlConfiguration .
title This property is required. str
The title of the DefaultFilterControlConfiguration . This title is shared by all controls that are tied to this filter.
controlOptions This property is required. Property Map
The control option for the DefaultFilterControlConfiguration .
title This property is required. String
The title of the DefaultFilterControlConfiguration . This title is shared by all controls that are tied to this filter.

TemplateDefaultFilterControlOptions
, TemplateDefaultFilterControlOptionsArgs

DefaultDateTimePickerOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateDefaultDateTimePickerControlOptions
The default options that correspond to the filter control type of a DateTimePicker .
DefaultDropdownOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateDefaultFilterDropDownControlOptions
The default options that correspond to the Dropdown filter control type.
DefaultListOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateDefaultFilterListControlOptions
The default options that correspond to the List filter control type.
DefaultRelativeDateTimeOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateDefaultRelativeDateTimeControlOptions
The default options that correspond to the RelativeDateTime filter control type.
DefaultSliderOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateDefaultSliderControlOptions
The default options that correspond to the Slider filter control type.
DefaultTextAreaOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateDefaultTextAreaControlOptions
The default options that correspond to the TextArea filter control type.
DefaultTextFieldOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateDefaultTextFieldControlOptions
The default options that correspond to the TextField filter control type.
DefaultDateTimePickerOptions TemplateDefaultDateTimePickerControlOptions
The default options that correspond to the filter control type of a DateTimePicker .
DefaultDropdownOptions TemplateDefaultFilterDropDownControlOptions
The default options that correspond to the Dropdown filter control type.
DefaultListOptions TemplateDefaultFilterListControlOptions
The default options that correspond to the List filter control type.
DefaultRelativeDateTimeOptions TemplateDefaultRelativeDateTimeControlOptions
The default options that correspond to the RelativeDateTime filter control type.
DefaultSliderOptions TemplateDefaultSliderControlOptions
The default options that correspond to the Slider filter control type.
DefaultTextAreaOptions TemplateDefaultTextAreaControlOptions
The default options that correspond to the TextArea filter control type.
DefaultTextFieldOptions TemplateDefaultTextFieldControlOptions
The default options that correspond to the TextField filter control type.
defaultDateTimePickerOptions TemplateDefaultDateTimePickerControlOptions
The default options that correspond to the filter control type of a DateTimePicker .
defaultDropdownOptions TemplateDefaultFilterDropDownControlOptions
The default options that correspond to the Dropdown filter control type.
defaultListOptions TemplateDefaultFilterListControlOptions
The default options that correspond to the List filter control type.
defaultRelativeDateTimeOptions TemplateDefaultRelativeDateTimeControlOptions
The default options that correspond to the RelativeDateTime filter control type.
defaultSliderOptions TemplateDefaultSliderControlOptions
The default options that correspond to the Slider filter control type.
defaultTextAreaOptions TemplateDefaultTextAreaControlOptions
The default options that correspond to the TextArea filter control type.
defaultTextFieldOptions TemplateDefaultTextFieldControlOptions
The default options that correspond to the TextField filter control type.
defaultDateTimePickerOptions TemplateDefaultDateTimePickerControlOptions
The default options that correspond to the filter control type of a DateTimePicker .
defaultDropdownOptions TemplateDefaultFilterDropDownControlOptions
The default options that correspond to the Dropdown filter control type.
defaultListOptions TemplateDefaultFilterListControlOptions
The default options that correspond to the List filter control type.
defaultRelativeDateTimeOptions TemplateDefaultRelativeDateTimeControlOptions
The default options that correspond to the RelativeDateTime filter control type.
defaultSliderOptions TemplateDefaultSliderControlOptions
The default options that correspond to the Slider filter control type.
defaultTextAreaOptions TemplateDefaultTextAreaControlOptions
The default options that correspond to the TextArea filter control type.
defaultTextFieldOptions TemplateDefaultTextFieldControlOptions
The default options that correspond to the TextField filter control type.
default_date_time_picker_options TemplateDefaultDateTimePickerControlOptions
The default options that correspond to the filter control type of a DateTimePicker .
default_dropdown_options TemplateDefaultFilterDropDownControlOptions
The default options that correspond to the Dropdown filter control type.
default_list_options TemplateDefaultFilterListControlOptions
The default options that correspond to the List filter control type.
default_relative_date_time_options TemplateDefaultRelativeDateTimeControlOptions
The default options that correspond to the RelativeDateTime filter control type.
default_slider_options TemplateDefaultSliderControlOptions
The default options that correspond to the Slider filter control type.
default_text_area_options TemplateDefaultTextAreaControlOptions
The default options that correspond to the TextArea filter control type.
default_text_field_options TemplateDefaultTextFieldControlOptions
The default options that correspond to the TextField filter control type.
defaultDateTimePickerOptions Property Map
The default options that correspond to the filter control type of a DateTimePicker .
defaultDropdownOptions Property Map
The default options that correspond to the Dropdown filter control type.
defaultListOptions Property Map
The default options that correspond to the List filter control type.
defaultRelativeDateTimeOptions Property Map
The default options that correspond to the RelativeDateTime filter control type.
defaultSliderOptions Property Map
The default options that correspond to the Slider filter control type.
defaultTextAreaOptions Property Map
The default options that correspond to the TextArea filter control type.
defaultTextFieldOptions Property Map
The default options that correspond to the TextField filter control type.

TemplateDefaultFilterDropDownControlOptions
, TemplateDefaultFilterDropDownControlOptionsArgs

CommitMode Pulumi.AwsNative.QuickSight.TemplateCommitMode
The visibility configuration of the Apply button on a FilterDropDownControl .
DisplayOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateDropDownControlDisplayOptions
The display options of a control.
SelectableValues Pulumi.AwsNative.QuickSight.Inputs.TemplateFilterSelectableValues
A list of selectable values that are used in a control.
Type Pulumi.AwsNative.QuickSight.TemplateSheetControlListType
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 TemplateCommitMode
The visibility configuration of the Apply button on a FilterDropDownControl .
DisplayOptions TemplateDropDownControlDisplayOptions
The display options of a control.
SelectableValues TemplateFilterSelectableValues
A list of selectable values that are used in a control.
Type TemplateSheetControlListType
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 TemplateCommitMode
The visibility configuration of the Apply button on a FilterDropDownControl .
displayOptions TemplateDropDownControlDisplayOptions
The display options of a control.
selectableValues TemplateFilterSelectableValues
A list of selectable values that are used in a control.
type TemplateSheetControlListType
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 TemplateCommitMode
The visibility configuration of the Apply button on a FilterDropDownControl .
displayOptions TemplateDropDownControlDisplayOptions
The display options of a control.
selectableValues TemplateFilterSelectableValues
A list of selectable values that are used in a control.
type TemplateSheetControlListType
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 TemplateCommitMode
The visibility configuration of the Apply button on a FilterDropDownControl .
display_options TemplateDropDownControlDisplayOptions
The display options of a control.
selectable_values TemplateFilterSelectableValues
A list of selectable values that are used in a control.
type TemplateSheetControlListType
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.AwsNative.QuickSight.Inputs.TemplateListControlDisplayOptions
The display options of a control.
SelectableValues Pulumi.AwsNative.QuickSight.Inputs.TemplateFilterSelectableValues
A list of selectable values that are used in a control.
Type Pulumi.AwsNative.QuickSight.TemplateSheetControlListType
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 TemplateListControlDisplayOptions
The display options of a control.
SelectableValues TemplateFilterSelectableValues
A list of selectable values that are used in a control.
Type TemplateSheetControlListType
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 TemplateListControlDisplayOptions
The display options of a control.
selectableValues TemplateFilterSelectableValues
A list of selectable values that are used in a control.
type TemplateSheetControlListType
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 TemplateListControlDisplayOptions
The display options of a control.
selectableValues TemplateFilterSelectableValues
A list of selectable values that are used in a control.
type TemplateSheetControlListType
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 TemplateListControlDisplayOptions
The display options of a control.
selectable_values TemplateFilterSelectableValues
A list of selectable values that are used in a control.
type TemplateSheetControlListType
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

CanvasSizeOptions This property is required. Pulumi.AwsNative.QuickSight.Inputs.TemplateFreeFormLayoutCanvasSizeOptions
Determines the screen canvas size options for a free-form layout.
CanvasSizeOptions This property is required. TemplateFreeFormLayoutCanvasSizeOptions
Determines the screen canvas size options for a free-form layout.
canvasSizeOptions This property is required. TemplateFreeFormLayoutCanvasSizeOptions
Determines the screen canvas size options for a free-form layout.
canvasSizeOptions This property is required. TemplateFreeFormLayoutCanvasSizeOptions
Determines the screen canvas size options for a free-form layout.
canvas_size_options This property is required. TemplateFreeFormLayoutCanvasSizeOptions
Determines the screen canvas size options for a free-form layout.
canvasSizeOptions This property is required. Property Map
Determines the screen canvas size options for a free-form layout.

TemplateDefaultGridLayoutConfiguration
, TemplateDefaultGridLayoutConfigurationArgs

CanvasSizeOptions This property is required. Pulumi.AwsNative.QuickSight.Inputs.TemplateGridLayoutCanvasSizeOptions
Determines the screen canvas size options for a grid layout.
CanvasSizeOptions This property is required. TemplateGridLayoutCanvasSizeOptions
Determines the screen canvas size options for a grid layout.
canvasSizeOptions This property is required. TemplateGridLayoutCanvasSizeOptions
Determines the screen canvas size options for a grid layout.
canvasSizeOptions This property is required. TemplateGridLayoutCanvasSizeOptions
Determines the screen canvas size options for a grid layout.
canvas_size_options This property is required. TemplateGridLayoutCanvasSizeOptions
Determines the screen canvas size options for a grid layout.
canvasSizeOptions This property is required. Property Map
Determines the screen canvas size options for a grid layout.

TemplateDefaultInteractiveLayoutConfiguration
, TemplateDefaultInteractiveLayoutConfigurationArgs

FreeForm Pulumi.AwsNative.QuickSight.Inputs.TemplateDefaultFreeFormLayoutConfiguration
The options that determine the default settings of a free-form layout configuration.
Grid Pulumi.AwsNative.QuickSight.Inputs.TemplateDefaultGridLayoutConfiguration
The options that determine the default settings for a grid layout configuration.
FreeForm TemplateDefaultFreeFormLayoutConfiguration
The options that determine the default settings of a free-form layout configuration.
Grid TemplateDefaultGridLayoutConfiguration
The options that determine the default settings for a grid layout configuration.
freeForm TemplateDefaultFreeFormLayoutConfiguration
The options that determine the default settings of a free-form layout configuration.
grid TemplateDefaultGridLayoutConfiguration
The options that determine the default settings for a grid layout configuration.
freeForm TemplateDefaultFreeFormLayoutConfiguration
The options that determine the default settings of a free-form layout configuration.
grid TemplateDefaultGridLayoutConfiguration
The options that determine the default settings for a grid layout configuration.
free_form TemplateDefaultFreeFormLayoutConfiguration
The options that determine the default settings of a free-form layout configuration.
grid TemplateDefaultGridLayoutConfiguration
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

InteractiveLayoutConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateDefaultInteractiveLayoutConfiguration
The options that determine the default settings for interactive layout configuration.
PaginatedLayoutConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateDefaultPaginatedLayoutConfiguration
The options that determine the default settings for a paginated layout configuration.
SheetContentType Pulumi.AwsNative.QuickSight.TemplateSheetContentType
The option that determines the sheet content type.
InteractiveLayoutConfiguration TemplateDefaultInteractiveLayoutConfiguration
The options that determine the default settings for interactive layout configuration.
PaginatedLayoutConfiguration TemplateDefaultPaginatedLayoutConfiguration
The options that determine the default settings for a paginated layout configuration.
SheetContentType TemplateSheetContentType
The option that determines the sheet content type.
interactiveLayoutConfiguration TemplateDefaultInteractiveLayoutConfiguration
The options that determine the default settings for interactive layout configuration.
paginatedLayoutConfiguration TemplateDefaultPaginatedLayoutConfiguration
The options that determine the default settings for a paginated layout configuration.
sheetContentType TemplateSheetContentType
The option that determines the sheet content type.
interactiveLayoutConfiguration TemplateDefaultInteractiveLayoutConfiguration
The options that determine the default settings for interactive layout configuration.
paginatedLayoutConfiguration TemplateDefaultPaginatedLayoutConfiguration
The options that determine the default settings for a paginated layout configuration.
sheetContentType TemplateSheetContentType
The option that determines the sheet content type.
interactive_layout_configuration TemplateDefaultInteractiveLayoutConfiguration
The options that determine the default settings for interactive layout configuration.
paginated_layout_configuration TemplateDefaultPaginatedLayoutConfiguration
The options that determine the default settings for a paginated layout configuration.
sheet_content_type TemplateSheetContentType
The option that determines the sheet content type.
interactiveLayoutConfiguration Property Map
The options that determine the default settings for interactive layout configuration.
paginatedLayoutConfiguration Property Map
The options that determine the default settings for a paginated layout configuration.
sheetContentType "PAGINATED" | "INTERACTIVE"
The option that determines the sheet content type.

TemplateDefaultPaginatedLayoutConfiguration
, TemplateDefaultPaginatedLayoutConfigurationArgs

SectionBased Pulumi.AwsNative.QuickSight.Inputs.TemplateDefaultSectionBasedLayoutConfiguration
The options that determine the default settings for a section-based layout configuration.
SectionBased TemplateDefaultSectionBasedLayoutConfiguration
The options that determine the default settings for a section-based layout configuration.
sectionBased TemplateDefaultSectionBasedLayoutConfiguration
The options that determine the default settings for a section-based layout configuration.
sectionBased TemplateDefaultSectionBasedLayoutConfiguration
The options that determine the default settings for a section-based layout configuration.
section_based TemplateDefaultSectionBasedLayoutConfiguration
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.AwsNative.QuickSight.TemplateCommitMode
The visibility configuration of the Apply button on a RelativeDateTimeControl .
DisplayOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateRelativeDateTimeControlDisplayOptions
The display options of a control.
CommitMode TemplateCommitMode
The visibility configuration of the Apply button on a RelativeDateTimeControl .
DisplayOptions TemplateRelativeDateTimeControlDisplayOptions
The display options of a control.
commitMode TemplateCommitMode
The visibility configuration of the Apply button on a RelativeDateTimeControl .
displayOptions TemplateRelativeDateTimeControlDisplayOptions
The display options of a control.
commitMode TemplateCommitMode
The visibility configuration of the Apply button on a RelativeDateTimeControl .
displayOptions TemplateRelativeDateTimeControlDisplayOptions
The display options of a control.
commit_mode TemplateCommitMode
The visibility configuration of the Apply button on a RelativeDateTimeControl .
display_options TemplateRelativeDateTimeControlDisplayOptions
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

CanvasSizeOptions This property is required. Pulumi.AwsNative.QuickSight.Inputs.TemplateSectionBasedLayoutCanvasSizeOptions
Determines the screen canvas size options for a section-based layout.
CanvasSizeOptions This property is required. TemplateSectionBasedLayoutCanvasSizeOptions
Determines the screen canvas size options for a section-based layout.
canvasSizeOptions This property is required. TemplateSectionBasedLayoutCanvasSizeOptions
Determines the screen canvas size options for a section-based layout.
canvasSizeOptions This property is required. TemplateSectionBasedLayoutCanvasSizeOptions
Determines the screen canvas size options for a section-based layout.
canvas_size_options This property is required. TemplateSectionBasedLayoutCanvasSizeOptions
Determines the screen canvas size options for a section-based layout.
canvasSizeOptions This property is required. Property Map
Determines the screen canvas size options for a section-based layout.

TemplateDefaultSliderControlOptions
, TemplateDefaultSliderControlOptionsArgs

MaximumValue This property is required. double
The larger value that is displayed at the right of the slider.
MinimumValue This property is required. double
The smaller value that is displayed at the left of the slider.
StepSize This property is required. double
The number of increments that the slider bar is divided into.
DisplayOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateSliderControlDisplayOptions
The display options of a control.
Type Pulumi.AwsNative.QuickSight.TemplateSheetControlSliderType
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 This property is required. float64
The larger value that is displayed at the right of the slider.
MinimumValue This property is required. float64
The smaller value that is displayed at the left of the slider.
StepSize This property is required. float64
The number of increments that the slider bar is divided into.
DisplayOptions TemplateSliderControlDisplayOptions
The display options of a control.
Type TemplateSheetControlSliderType
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 This property is required. Double
The larger value that is displayed at the right of the slider.
minimumValue This property is required. Double
The smaller value that is displayed at the left of the slider.
stepSize This property is required. Double
The number of increments that the slider bar is divided into.
displayOptions TemplateSliderControlDisplayOptions
The display options of a control.
type TemplateSheetControlSliderType
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 This property is required. number
The larger value that is displayed at the right of the slider.
minimumValue This property is required. number
The smaller value that is displayed at the left of the slider.
stepSize This property is required. number
The number of increments that the slider bar is divided into.
displayOptions TemplateSliderControlDisplayOptions
The display options of a control.
type TemplateSheetControlSliderType
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 This property is required. float
The larger value that is displayed at the right of the slider.
minimum_value This property is required. float
The smaller value that is displayed at the left of the slider.
step_size This property is required. float
The number of increments that the slider bar is divided into.
display_options TemplateSliderControlDisplayOptions
The display options of a control.
type TemplateSheetControlSliderType
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 This property is required. Number
The larger value that is displayed at the right of the slider.
minimumValue This property is required. Number
The smaller value that is displayed at the left of the slider.
stepSize This property is required. 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.AwsNative.QuickSight.Inputs.TemplateTextAreaControlDisplayOptions
The display options of a control.
Delimiter string
The delimiter that is used to separate the lines in text.
DisplayOptions TemplateTextAreaControlDisplayOptions
The display options of a control.
delimiter String
The delimiter that is used to separate the lines in text.
displayOptions TemplateTextAreaControlDisplayOptions
The display options of a control.
delimiter string
The delimiter that is used to separate the lines in text.
displayOptions TemplateTextAreaControlDisplayOptions
The display options of a control.
delimiter str
The delimiter that is used to separate the lines in text.
display_options TemplateTextAreaControlDisplayOptions
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 Property Map
The display options of a control.

TemplateDestinationParameterValueConfiguration
, TemplateDestinationParameterValueConfigurationArgs

CustomValuesConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateCustomValuesConfiguration
The configuration of custom values for destination parameter in DestinationParameterValueConfiguration .
SelectAllValueOptions Pulumi.AwsNative.QuickSight.TemplateSelectAllValueOptions
The configuration that selects all options.
SourceColumn Pulumi.AwsNative.QuickSight.Inputs.TemplateColumnIdentifier
A column of a data set.
SourceField string
The source field ID of the destination parameter.
SourceParameterName string
The source parameter name of the destination parameter.
CustomValuesConfiguration TemplateCustomValuesConfiguration
The configuration of custom values for destination parameter in DestinationParameterValueConfiguration .
SelectAllValueOptions TemplateSelectAllValueOptions
The configuration that selects all options.
SourceColumn TemplateColumnIdentifier
A column of a data set.
SourceField string
The source field ID of the destination parameter.
SourceParameterName string
The source parameter name of the destination parameter.
customValuesConfiguration TemplateCustomValuesConfiguration
The configuration of custom values for destination parameter in DestinationParameterValueConfiguration .
selectAllValueOptions TemplateSelectAllValueOptions
The configuration that selects all options.
sourceColumn TemplateColumnIdentifier
A column of a data set.
sourceField String
The source field ID of the destination parameter.
sourceParameterName String
The source parameter name of the destination parameter.
customValuesConfiguration TemplateCustomValuesConfiguration
The configuration of custom values for destination parameter in DestinationParameterValueConfiguration .
selectAllValueOptions TemplateSelectAllValueOptions
The configuration that selects all options.
sourceColumn TemplateColumnIdentifier
A column of a data set.
sourceField string
The source field ID of the destination parameter.
sourceParameterName string
The source parameter name of the destination parameter.
custom_values_configuration TemplateCustomValuesConfiguration
The configuration of custom values for destination parameter in DestinationParameterValueConfiguration .
select_all_value_options TemplateSelectAllValueOptions
The configuration that selects all options.
source_column TemplateColumnIdentifier
A column of a data set.
source_field str
The source field ID of the destination parameter.
source_parameter_name str
The source parameter name of the destination parameter.
customValuesConfiguration Property Map
The configuration of custom values for destination parameter in DestinationParameterValueConfiguration .
selectAllValueOptions "ALL_VALUES"
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.
sourceParameterName String
The source parameter name of the destination parameter.

TemplateDigitGroupingStyle
, TemplateDigitGroupingStyleArgs

Default
DEFAULT
Lakhs
LAKHS
TemplateDigitGroupingStyleDefault
DEFAULT
TemplateDigitGroupingStyleLakhs
LAKHS
Default
DEFAULT
Lakhs
LAKHS
Default
DEFAULT
Lakhs
LAKHS
DEFAULT
DEFAULT
LAKHS
LAKHS
"DEFAULT"
DEFAULT
"LAKHS"
LAKHS

TemplateDimensionField
, TemplateDimensionFieldArgs

CategoricalDimensionField TemplateCategoricalDimensionField
The dimension type field with categorical type columns.
DateDimensionField TemplateDateDimensionField
The dimension type field with date type columns.
NumericalDimensionField TemplateNumericalDimensionField
The dimension type field with numerical type columns.
categoricalDimensionField TemplateCategoricalDimensionField
The dimension type field with categorical type columns.
dateDimensionField TemplateDateDimensionField
The dimension type field with date type columns.
numericalDimensionField TemplateNumericalDimensionField
The dimension type field with numerical type columns.
categoricalDimensionField TemplateCategoricalDimensionField
The dimension type field with categorical type columns.
dateDimensionField TemplateDateDimensionField
The dimension type field with date type columns.
numericalDimensionField TemplateNumericalDimensionField
The dimension type field with numerical type columns.
categorical_dimension_field TemplateCategoricalDimensionField
The dimension type field with categorical type columns.
date_dimension_field TemplateDateDimensionField
The dimension type field with date type columns.
numerical_dimension_field TemplateNumericalDimensionField
The dimension type field with numerical type columns.
categoricalDimensionField Property Map
The dimension type field with categorical type columns.
dateDimensionField Property Map
The dimension type field with date type columns.
numericalDimensionField Property Map
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.AwsNative.QuickSight.Inputs.TemplateArcOptions
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
DonutCenterOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateDonutCenterOptions
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 TemplateArcOptions
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
DonutCenterOptions TemplateDonutCenterOptions
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 TemplateArcOptions
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
donutCenterOptions TemplateDonutCenterOptions
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 TemplateArcOptions
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
donutCenterOptions TemplateDonutCenterOptions
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 TemplateArcOptions
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_options TemplateDonutCenterOptions
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
donutCenterOptions Property Map
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.AwsNative.QuickSight.Inputs.TemplateCategoryDrillDownFilter
The category type drill down filter. This filter is used for string type columns.
NumericEqualityFilter Pulumi.AwsNative.QuickSight.Inputs.TemplateNumericEqualityDrillDownFilter
The numeric equality type drill down filter. This filter is used for number type columns.
TimeRangeFilter Pulumi.AwsNative.QuickSight.Inputs.TemplateTimeRangeDrillDownFilter
The time range drill down filter. This filter is used for date time columns.
CategoryFilter TemplateCategoryDrillDownFilter
The category type drill down filter. This filter is used for string type columns.
NumericEqualityFilter TemplateNumericEqualityDrillDownFilter
The numeric equality type drill down filter. This filter is used for number type columns.
TimeRangeFilter TemplateTimeRangeDrillDownFilter
The time range drill down filter. This filter is used for date time columns.
categoryFilter TemplateCategoryDrillDownFilter
The category type drill down filter. This filter is used for string type columns.
numericEqualityFilter TemplateNumericEqualityDrillDownFilter
The numeric equality type drill down filter. This filter is used for number type columns.
timeRangeFilter TemplateTimeRangeDrillDownFilter
The time range drill down filter. This filter is used for date time columns.
categoryFilter TemplateCategoryDrillDownFilter
The category type drill down filter. This filter is used for string type columns.
numericEqualityFilter TemplateNumericEqualityDrillDownFilter
The numeric equality type drill down filter. This filter is used for number type columns.
timeRangeFilter TemplateTimeRangeDrillDownFilter
The time range drill down filter. This filter is used for date time columns.
category_filter TemplateCategoryDrillDownFilter
The category type drill down filter. This filter is used for string type columns.
numeric_equality_filter TemplateNumericEqualityDrillDownFilter
The numeric equality type drill down filter. This filter is used for number type columns.
time_range_filter TemplateTimeRangeDrillDownFilter
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.
numericEqualityFilter Property Map
The numeric equality type drill down filter. This filter is used for number type columns.
timeRangeFilter Property Map
The time range drill down filter. This filter is used for date time columns.

TemplateDropDownControlDisplayOptions
, TemplateDropDownControlDisplayOptionsArgs

InfoIconLabelOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateSheetControlInfoIconLabelOptions
The configuration of info icon label options.
SelectAllOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateListControlSelectAllOptions
The configuration of the Select all options in a dropdown control.
TitleOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateLabelOptions
The options to configure the title visibility, name, and font size.
InfoIconLabelOptions TemplateSheetControlInfoIconLabelOptions
The configuration of info icon label options.
SelectAllOptions TemplateListControlSelectAllOptions
The configuration of the Select all options in a dropdown control.
TitleOptions TemplateLabelOptions
The options to configure the title visibility, name, and font size.
infoIconLabelOptions TemplateSheetControlInfoIconLabelOptions
The configuration of info icon label options.
selectAllOptions TemplateListControlSelectAllOptions
The configuration of the Select all options in a dropdown control.
titleOptions TemplateLabelOptions
The options to configure the title visibility, name, and font size.
infoIconLabelOptions TemplateSheetControlInfoIconLabelOptions
The configuration of info icon label options.
selectAllOptions TemplateListControlSelectAllOptions
The configuration of the Select all options in a dropdown control.
titleOptions TemplateLabelOptions
The options to configure the title visibility, name, and font size.
info_icon_label_options TemplateSheetControlInfoIconLabelOptions
The configuration of info icon label options.
select_all_options TemplateListControlSelectAllOptions
The configuration of the Select all options in a dropdown control.
title_options TemplateLabelOptions
The options to configure the title visibility, name, and font size.
infoIconLabelOptions Property Map
The configuration of info icon label options.
selectAllOptions Property Map
The configuration of the Select all options in a dropdown control.
titleOptions Property Map
The options to configure the title visibility, name, and font size.

TemplateDynamicDefaultValue
, TemplateDynamicDefaultValueArgs

DefaultValueColumn This property is required. Pulumi.AwsNative.QuickSight.Inputs.TemplateColumnIdentifier
The column that contains the default value of each user or group.
GroupNameColumn Pulumi.AwsNative.QuickSight.Inputs.TemplateColumnIdentifier
The column that contains the group name.
UserNameColumn Pulumi.AwsNative.QuickSight.Inputs.TemplateColumnIdentifier
The column that contains the username.
DefaultValueColumn This property is required. TemplateColumnIdentifier
The column that contains the default value of each user or group.
GroupNameColumn TemplateColumnIdentifier
The column that contains the group name.
UserNameColumn TemplateColumnIdentifier
The column that contains the username.
defaultValueColumn This property is required. TemplateColumnIdentifier
The column that contains the default value of each user or group.
groupNameColumn TemplateColumnIdentifier
The column that contains the group name.
userNameColumn TemplateColumnIdentifier
The column that contains the username.
defaultValueColumn This property is required. TemplateColumnIdentifier
The column that contains the default value of each user or group.
groupNameColumn TemplateColumnIdentifier
The column that contains the group name.
userNameColumn TemplateColumnIdentifier
The column that contains the username.
default_value_column This property is required. TemplateColumnIdentifier
The column that contains the default value of each user or group.
group_name_column TemplateColumnIdentifier
The column that contains the group name.
user_name_column TemplateColumnIdentifier
The column that contains the username.
defaultValueColumn This property is required. Property Map
The column that contains the default value of each user or group.
groupNameColumn Property Map
The column that contains the group name.
userNameColumn Property Map
The column that contains the username.

TemplateEmptyVisual
, TemplateEmptyVisualArgs

DataSetIdentifier This property is required. string
The data set that is used in the empty visual. Every visual requires a dataset to render.
VisualId This property is required. 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.AwsNative.QuickSight.Inputs.TemplateVisualCustomAction>
The list of custom actions that are configured for a visual.
DataSetIdentifier This property is required. string
The data set that is used in the empty visual. Every visual requires a dataset to render.
VisualId This property is required. 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 []TemplateVisualCustomAction
The list of custom actions that are configured for a visual.
dataSetIdentifier This property is required. String
The data set that is used in the empty visual. Every visual requires a dataset to render.
visualId This property is required. 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<TemplateVisualCustomAction>
The list of custom actions that are configured for a visual.
dataSetIdentifier This property is required. string
The data set that is used in the empty visual. Every visual requires a dataset to render.
visualId This property is required. 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 TemplateVisualCustomAction[]
The list of custom actions that are configured for a visual.
data_set_identifier This property is required. str
The data set that is used in the empty visual. Every visual requires a dataset to render.
visual_id This property is required. 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[TemplateVisualCustomAction]
The list of custom actions that are configured for a visual.
dataSetIdentifier This property is required. String
The data set that is used in the empty visual. Every visual requires a dataset to render.
visualId This property is required. 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

TemplateErrorType
, TemplateErrorTypeArgs

SourceNotFound
SOURCE_NOT_FOUND
DataSetNotFound
DATA_SET_NOT_FOUND
InternalFailure
INTERNAL_FAILURE
AccessDenied
ACCESS_DENIED
TemplateErrorTypeSourceNotFound
SOURCE_NOT_FOUND
TemplateErrorTypeDataSetNotFound
DATA_SET_NOT_FOUND
TemplateErrorTypeInternalFailure
INTERNAL_FAILURE
TemplateErrorTypeAccessDenied
ACCESS_DENIED
SourceNotFound
SOURCE_NOT_FOUND
DataSetNotFound
DATA_SET_NOT_FOUND
InternalFailure
INTERNAL_FAILURE
AccessDenied
ACCESS_DENIED
SourceNotFound
SOURCE_NOT_FOUND
DataSetNotFound
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 This property is required. double
The amount or number of the exclude period.
Granularity This property is required. Pulumi.AwsNative.QuickSight.TemplateTimeGranularity
The granularity or unit (day, month, year) of the exclude period.
Status Pulumi.AwsNative.QuickSight.TemplateWidgetStatus
The status of the exclude period. Choose from the following options:

  • ENABLED
  • DISABLED
Amount This property is required. float64
The amount or number of the exclude period.
Granularity This property is required. TemplateTimeGranularity
The granularity or unit (day, month, year) of the exclude period.
Status TemplateWidgetStatus
The status of the exclude period. Choose from the following options:

  • ENABLED
  • DISABLED
amount This property is required. Double
The amount or number of the exclude period.
granularity This property is required. TemplateTimeGranularity
The granularity or unit (day, month, year) of the exclude period.
status TemplateWidgetStatus
The status of the exclude period. Choose from the following options:

  • ENABLED
  • DISABLED
amount This property is required. number
The amount or number of the exclude period.
granularity This property is required. TemplateTimeGranularity
The granularity or unit (day, month, year) of the exclude period.
status TemplateWidgetStatus
The status of the exclude period. Choose from the following options:

  • ENABLED
  • DISABLED
amount This property is required. float
The amount or number of the exclude period.
granularity This property is required. TemplateTimeGranularity
The granularity or unit (day, month, year) of the exclude period.
status TemplateWidgetStatus
The status of the exclude period. Choose from the following options:

  • ENABLED
  • DISABLED
amount This property is required. Number
The amount or number of the exclude period.
granularity This property is required. "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 This property is required. List<Pulumi.AwsNative.QuickSight.Inputs.TemplateColumnIdentifier>
The list of columns that define the explicit hierarchy.
HierarchyId This property is required. string
The hierarchy ID of the explicit hierarchy.
DrillDownFilters List<Pulumi.AwsNative.QuickSight.Inputs.TemplateDrillDownFilter>
The option that determines the drill down filters for the explicit hierarchy.
Columns This property is required. []TemplateColumnIdentifier
The list of columns that define the explicit hierarchy.
HierarchyId This property is required. string
The hierarchy ID of the explicit hierarchy.
DrillDownFilters []TemplateDrillDownFilter
The option that determines the drill down filters for the explicit hierarchy.
columns This property is required. List<TemplateColumnIdentifier>
The list of columns that define the explicit hierarchy.
hierarchyId This property is required. String
The hierarchy ID of the explicit hierarchy.
drillDownFilters List<TemplateDrillDownFilter>
The option that determines the drill down filters for the explicit hierarchy.
columns This property is required. TemplateColumnIdentifier[]
The list of columns that define the explicit hierarchy.
hierarchyId This property is required. string
The hierarchy ID of the explicit hierarchy.
drillDownFilters TemplateDrillDownFilter[]
The option that determines the drill down filters for the explicit hierarchy.
columns This property is required. Sequence[TemplateColumnIdentifier]
The list of columns that define the explicit hierarchy.
hierarchy_id This property is required. str
The hierarchy ID of the explicit hierarchy.
drill_down_filters Sequence[TemplateDrillDownFilter]
The option that determines the drill down filters for the explicit hierarchy.
columns This property is required. List<Property Map>
The list of columns that define the explicit hierarchy.
hierarchyId This property is required. String
The hierarchy ID of the explicit hierarchy.
drillDownFilters List<Property Map>
The option that determines the drill down filters for the explicit hierarchy.

TemplateFieldBasedTooltip
, TemplateFieldBasedTooltipArgs

AggregationVisibility object
The visibility of Show aggregations .
TooltipFields List<Pulumi.AwsNative.QuickSight.Inputs.TemplateTooltipItem>
The fields configuration in the tooltip.
TooltipTitleType Pulumi.AwsNative.QuickSight.TemplateTooltipTitleType
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 []TemplateTooltipItem
The fields configuration in the tooltip.
TooltipTitleType TemplateTooltipTitleType
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<TemplateTooltipItem>
The fields configuration in the tooltip.
tooltipTitleType TemplateTooltipTitleType
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 TemplateTooltipItem[]
The fields configuration in the tooltip.
tooltipTitleType TemplateTooltipTitleType
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[TemplateTooltipItem]
The fields configuration in the tooltip.
tooltip_title_type TemplateTooltipTitleType
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.
tooltipTitleType "NONE" | "PRIMARY_VALUE"
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 This property is required. Pulumi.AwsNative.QuickSight.TemplateAxisBinding
The axis that you are binding the field to.
FieldId This property is required. string
The field ID of the field for which you are setting the axis binding.
Settings Pulumi.AwsNative.QuickSight.Inputs.TemplateLineChartSeriesSettings
The options that determine the presentation of line series associated to the field.
AxisBinding This property is required. TemplateAxisBinding
The axis that you are binding the field to.
FieldId This property is required. string
The field ID of the field for which you are setting the axis binding.
Settings TemplateLineChartSeriesSettings
The options that determine the presentation of line series associated to the field.
axisBinding This property is required. TemplateAxisBinding
The axis that you are binding the field to.
fieldId This property is required. String
The field ID of the field for which you are setting the axis binding.
settings TemplateLineChartSeriesSettings
The options that determine the presentation of line series associated to the field.
axisBinding This property is required. TemplateAxisBinding
The axis that you are binding the field to.
fieldId This property is required. string
The field ID of the field for which you are setting the axis binding.
settings TemplateLineChartSeriesSettings
The options that determine the presentation of line series associated to the field.
axis_binding This property is required. TemplateAxisBinding
The axis that you are binding the field to.
field_id This property is required. str
The field ID of the field for which you are setting the axis binding.
settings TemplateLineChartSeriesSettings
The options that determine the presentation of line series associated to the field.
axisBinding This property is required. "PRIMARY_YAXIS" | "SECONDARY_YAXIS"
The axis that you are binding the field to.
fieldId This property is required. 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 This property is required. Pulumi.AwsNative.QuickSight.TemplateSortDirection
The sort direction. Choose one of the following options:

  • ASC : Ascending
  • DESC : Descending
FieldId This property is required. string
The sort configuration target field.
Direction This property is required. TemplateSortDirection
The sort direction. Choose one of the following options:

  • ASC : Ascending
  • DESC : Descending
FieldId This property is required. string
The sort configuration target field.
direction This property is required. TemplateSortDirection
The sort direction. Choose one of the following options:

  • ASC : Ascending
  • DESC : Descending
fieldId This property is required. String
The sort configuration target field.
direction This property is required. TemplateSortDirection
The sort direction. Choose one of the following options:

  • ASC : Ascending
  • DESC : Descending
fieldId This property is required. string
The sort configuration target field.
direction This property is required. TemplateSortDirection
The sort direction. Choose one of the following options:

  • ASC : Ascending
  • DESC : Descending
field_id This property is required. str
The sort configuration target field.
direction This property is required. "ASC" | "DESC"
The sort direction. Choose one of the following options:

  • ASC : Ascending
  • DESC : Descending
fieldId This property is required. String
The sort configuration target field.

TemplateFieldSortOptions
, TemplateFieldSortOptionsArgs

ColumnSort Pulumi.AwsNative.QuickSight.Inputs.TemplateColumnSort
The sort configuration for a column that is not used in a field well.
FieldSort Pulumi.AwsNative.QuickSight.Inputs.TemplateFieldSort
The sort configuration for a field in a field well.
ColumnSort TemplateColumnSort
The sort configuration for a column that is not used in a field well.
FieldSort TemplateFieldSort
The sort configuration for a field in a field well.
columnSort TemplateColumnSort
The sort configuration for a column that is not used in a field well.
fieldSort TemplateFieldSort
The sort configuration for a field in a field well.
columnSort TemplateColumnSort
The sort configuration for a column that is not used in a field well.
fieldSort TemplateFieldSort
The sort configuration for a field in a field well.
column_sort TemplateColumnSort
The sort configuration for a column that is not used in a field well.
field_sort TemplateFieldSort
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 This property is required. string
The unique ID of the field that is targeted by the tooltip.
Label string
The label of the tooltip item.
TooltipTarget Pulumi.AwsNative.QuickSight.TemplateTooltipTarget
Determines the target of the field tooltip item in a combo chart visual.
Visibility object
The visibility of the tooltip item.
FieldId This property is required. string
The unique ID of the field that is targeted by the tooltip.
Label string
The label of the tooltip item.
TooltipTarget TemplateTooltipTarget
Determines the target of the field tooltip item in a combo chart visual.
Visibility interface{}
The visibility of the tooltip item.
fieldId This property is required. String
The unique ID of the field that is targeted by the tooltip.
label String
The label of the tooltip item.
tooltipTarget TemplateTooltipTarget
Determines the target of the field tooltip item in a combo chart visual.
visibility Object
The visibility of the tooltip item.
fieldId This property is required. string
The unique ID of the field that is targeted by the tooltip.
label string
The label of the tooltip item.
tooltipTarget TemplateTooltipTarget
Determines the target of the field tooltip item in a combo chart visual.
visibility any
The visibility of the tooltip item.
field_id This property is required. str
The unique ID of the field that is targeted by the tooltip.
label str
The label of the tooltip item.
tooltip_target TemplateTooltipTarget
Determines the target of the field tooltip item in a combo chart visual.
visibility Any
The visibility of the tooltip item.
fieldId This property is required. 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.AwsNative.QuickSight.Inputs.TemplateDimensionField>
The aggregated location field well of the filled map. Values are grouped by location fields.
Values List<Pulumi.AwsNative.QuickSight.Inputs.TemplateMeasureField>
The aggregated color field well of a filled map. Values are aggregated based on location fields.
Geospatial []TemplateDimensionField
The aggregated location field well of the filled map. Values are grouped by location fields.
Values []TemplateMeasureField
The aggregated color field well of a filled map. Values are aggregated based on location fields.
geospatial List<TemplateDimensionField>
The aggregated location field well of the filled map. Values are grouped by location fields.
values List<TemplateMeasureField>
The aggregated color field well of a filled map. Values are aggregated based on location fields.
geospatial TemplateDimensionField[]
The aggregated location field well of the filled map. Values are grouped by location fields.
values TemplateMeasureField[]
The aggregated color field well of a filled map. Values are aggregated based on location fields.
geospatial Sequence[TemplateDimensionField]
The aggregated location field well of the filled map. Values are grouped by location fields.
values Sequence[TemplateMeasureField]
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

ConditionalFormattingOptions This property is required. List<Pulumi.AwsNative.QuickSight.Inputs.TemplateFilledMapConditionalFormattingOption>
Conditional formatting options of a FilledMapVisual .
ConditionalFormattingOptions This property is required. []TemplateFilledMapConditionalFormattingOption
Conditional formatting options of a FilledMapVisual .
conditionalFormattingOptions This property is required. List<TemplateFilledMapConditionalFormattingOption>
Conditional formatting options of a FilledMapVisual .
conditionalFormattingOptions This property is required. TemplateFilledMapConditionalFormattingOption[]
Conditional formatting options of a FilledMapVisual .
conditional_formatting_options This property is required. Sequence[TemplateFilledMapConditionalFormattingOption]
Conditional formatting options of a FilledMapVisual .
conditionalFormattingOptions This property is required. List<Property Map>
Conditional formatting options of a FilledMapVisual .

TemplateFilledMapConditionalFormattingOption
, TemplateFilledMapConditionalFormattingOptionArgs

Shape This property is required. Pulumi.AwsNative.QuickSight.Inputs.TemplateFilledMapShapeConditionalFormatting
The conditional formatting that determines the shape of the filled map.
Shape This property is required. TemplateFilledMapShapeConditionalFormatting
The conditional formatting that determines the shape of the filled map.
shape This property is required. TemplateFilledMapShapeConditionalFormatting
The conditional formatting that determines the shape of the filled map.
shape This property is required. TemplateFilledMapShapeConditionalFormatting
The conditional formatting that determines the shape of the filled map.
shape This property is required. TemplateFilledMapShapeConditionalFormatting
The conditional formatting that determines the shape of the filled map.
shape This property is required. Property Map
The conditional formatting that determines the shape of the filled map.

TemplateFilledMapConfiguration
, TemplateFilledMapConfigurationArgs

FieldWells Pulumi.AwsNative.QuickSight.Inputs.TemplateFilledMapFieldWells
The field wells of the visual.
Interactions Pulumi.AwsNative.QuickSight.Inputs.TemplateVisualInteractionOptions
The general visual interactions setup for a visual.
Legend Pulumi.AwsNative.QuickSight.Inputs.TemplateLegendOptions
The legend display setup of the visual.
MapStyleOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateGeospatialMapStyleOptions
The map style options of the filled map visual.
SortConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateFilledMapSortConfiguration
The sort configuration of a FilledMapVisual .
Tooltip Pulumi.AwsNative.QuickSight.Inputs.TemplateTooltipOptions
The tooltip display setup of the visual.
WindowOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateGeospatialWindowOptions
The window options of the filled map visual.
FieldWells TemplateFilledMapFieldWells
The field wells of the visual.
Interactions TemplateVisualInteractionOptions
The general visual interactions setup for a visual.
Legend TemplateLegendOptions
The legend display setup of the visual.
MapStyleOptions TemplateGeospatialMapStyleOptions
The map style options of the filled map visual.
SortConfiguration TemplateFilledMapSortConfiguration
The sort configuration of a FilledMapVisual .
Tooltip TemplateTooltipOptions
The tooltip display setup of the visual.
WindowOptions TemplateGeospatialWindowOptions
The window options of the filled map visual.
fieldWells TemplateFilledMapFieldWells
The field wells of the visual.
interactions TemplateVisualInteractionOptions
The general visual interactions setup for a visual.
legend TemplateLegendOptions
The legend display setup of the visual.
mapStyleOptions TemplateGeospatialMapStyleOptions
The map style options of the filled map visual.
sortConfiguration TemplateFilledMapSortConfiguration
The sort configuration of a FilledMapVisual .
tooltip TemplateTooltipOptions
The tooltip display setup of the visual.
windowOptions TemplateGeospatialWindowOptions
The window options of the filled map visual.
fieldWells TemplateFilledMapFieldWells
The field wells of the visual.
interactions TemplateVisualInteractionOptions
The general visual interactions setup for a visual.
legend TemplateLegendOptions
The legend display setup of the visual.
mapStyleOptions TemplateGeospatialMapStyleOptions
The map style options of the filled map visual.
sortConfiguration TemplateFilledMapSortConfiguration
The sort configuration of a FilledMapVisual .
tooltip TemplateTooltipOptions
The tooltip display setup of the visual.
windowOptions TemplateGeospatialWindowOptions
The window options of the filled map visual.
field_wells TemplateFilledMapFieldWells
The field wells of the visual.
interactions TemplateVisualInteractionOptions
The general visual interactions setup for a visual.
legend TemplateLegendOptions
The legend display setup of the visual.
map_style_options TemplateGeospatialMapStyleOptions
The map style options of the filled map visual.
sort_configuration TemplateFilledMapSortConfiguration
The sort configuration of a FilledMapVisual .
tooltip TemplateTooltipOptions
The tooltip display setup of the visual.
window_options TemplateGeospatialWindowOptions
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.
mapStyleOptions Property Map
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

FilledMapAggregatedFieldWells TemplateFilledMapAggregatedFieldWells
The aggregated field well of the filled map.
filledMapAggregatedFieldWells TemplateFilledMapAggregatedFieldWells
The aggregated field well of the filled map.
filledMapAggregatedFieldWells TemplateFilledMapAggregatedFieldWells
The aggregated field well of the filled map.
filledMapAggregatedFieldWells Property Map
The aggregated field well of the filled map.

TemplateFilledMapShapeConditionalFormatting
, TemplateFilledMapShapeConditionalFormattingArgs

FieldId This property is required. string
The field ID of the filled map shape.
Format Pulumi.AwsNative.QuickSight.Inputs.TemplateShapeConditionalFormat
The conditional formatting that determines the background color of a filled map's shape.
FieldId This property is required. string
The field ID of the filled map shape.
Format TemplateShapeConditionalFormat
The conditional formatting that determines the background color of a filled map's shape.
fieldId This property is required. String
The field ID of the filled map shape.
format TemplateShapeConditionalFormat
The conditional formatting that determines the background color of a filled map's shape.
fieldId This property is required. string
The field ID of the filled map shape.
format TemplateShapeConditionalFormat
The conditional formatting that determines the background color of a filled map's shape.
field_id This property is required. str
The field ID of the filled map shape.
format TemplateShapeConditionalFormat
The conditional formatting that determines the background color of a filled map's shape.
fieldId This property is required. 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 []TemplateFieldSortOptions
The sort configuration of the location fields.
categorySort List<TemplateFieldSortOptions>
The sort configuration of the location fields.
categorySort TemplateFieldSortOptions[]
The sort configuration of the location fields.
category_sort Sequence[TemplateFieldSortOptions]
The sort configuration of the location fields.
categorySort List<Property Map>
The sort configuration of the location fields.

TemplateFilledMapVisual
, TemplateFilledMapVisualArgs

VisualId This property is required. 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.AwsNative.QuickSight.Inputs.TemplateVisualCustomAction>
The list of custom actions that are configured for a visual.
ChartConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateFilledMapConfiguration
The configuration settings of the visual.
ColumnHierarchies List<Pulumi.AwsNative.QuickSight.Inputs.TemplateColumnHierarchy>
The column hierarchy that is used during drill-downs and drill-ups.
ConditionalFormatting Pulumi.AwsNative.QuickSight.Inputs.TemplateFilledMapConditionalFormatting
The conditional formatting of a FilledMapVisual .
Subtitle Pulumi.AwsNative.QuickSight.Inputs.TemplateVisualSubtitleLabelOptions
The subtitle that is displayed on the visual.
Title Pulumi.AwsNative.QuickSight.Inputs.TemplateVisualTitleLabelOptions
The title that is displayed on the visual.
VisualContentAltText string
The alt text for the visual.
VisualId This property is required. 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 []TemplateVisualCustomAction
The list of custom actions that are configured for a visual.
ChartConfiguration TemplateFilledMapConfiguration
The configuration settings of the visual.
ColumnHierarchies []TemplateColumnHierarchy
The column hierarchy that is used during drill-downs and drill-ups.
ConditionalFormatting TemplateFilledMapConditionalFormatting
The conditional formatting of a FilledMapVisual .
Subtitle TemplateVisualSubtitleLabelOptions
The subtitle that is displayed on the visual.
Title TemplateVisualTitleLabelOptions
The title that is displayed on the visual.
VisualContentAltText string
The alt text for the visual.
visualId This property is required. 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<TemplateVisualCustomAction>
The list of custom actions that are configured for a visual.
chartConfiguration TemplateFilledMapConfiguration
The configuration settings of the visual.
columnHierarchies List<TemplateColumnHierarchy>
The column hierarchy that is used during drill-downs and drill-ups.
conditionalFormatting TemplateFilledMapConditionalFormatting
The conditional formatting of a FilledMapVisual .
subtitle TemplateVisualSubtitleLabelOptions
The subtitle that is displayed on the visual.
title TemplateVisualTitleLabelOptions
The title that is displayed on the visual.
visualContentAltText String
The alt text for the visual.
visualId This property is required. 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 TemplateVisualCustomAction[]
The list of custom actions that are configured for a visual.
chartConfiguration TemplateFilledMapConfiguration
The configuration settings of the visual.
columnHierarchies TemplateColumnHierarchy[]
The column hierarchy that is used during drill-downs and drill-ups.
conditionalFormatting TemplateFilledMapConditionalFormatting
The conditional formatting of a FilledMapVisual .
subtitle TemplateVisualSubtitleLabelOptions
The subtitle that is displayed on the visual.
title TemplateVisualTitleLabelOptions
The title that is displayed on the visual.
visualContentAltText string
The alt text for the visual.
visual_id This property is required. 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[TemplateVisualCustomAction]
The list of custom actions that are configured for a visual.
chart_configuration TemplateFilledMapConfiguration
The configuration settings of the visual.
column_hierarchies Sequence[TemplateColumnHierarchy]
The column hierarchy that is used during drill-downs and drill-ups.
conditional_formatting TemplateFilledMapConditionalFormatting
The conditional formatting of a FilledMapVisual .
subtitle TemplateVisualSubtitleLabelOptions
The subtitle that is displayed on the visual.
title TemplateVisualTitleLabelOptions
The title that is displayed on the visual.
visual_content_alt_text str
The alt text for the visual.
visualId This property is required. 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.
visualContentAltText String
The alt text for the visual.

TemplateFilter
, TemplateFilterArgs

CategoryFilter Pulumi.AwsNative.QuickSight.Inputs.TemplateCategoryFilter

A CategoryFilter filters text values.

For more information, see Adding text filters in the Amazon QuickSight User Guide .

NestedFilter Pulumi.AwsNative.QuickSight.Inputs.TemplateNestedFilter
A NestedFilter filters data with a subset of data that is defined by the nested inner filter.
NumericEqualityFilter Pulumi.AwsNative.QuickSight.Inputs.TemplateNumericEqualityFilter
A NumericEqualityFilter filters numeric values that equal or do not equal a given numeric value.
NumericRangeFilter Pulumi.AwsNative.QuickSight.Inputs.TemplateNumericRangeFilter
A NumericRangeFilter filters numeric values that are either inside or outside a given numeric range.
RelativeDatesFilter Pulumi.AwsNative.QuickSight.Inputs.TemplateRelativeDatesFilter
A RelativeDatesFilter filters date values that are relative to a given date.
TimeEqualityFilter Pulumi.AwsNative.QuickSight.Inputs.TemplateTimeEqualityFilter
A TimeEqualityFilter filters date-time values that equal or do not equal a given date/time value.
TimeRangeFilter Pulumi.AwsNative.QuickSight.Inputs.TemplateTimeRangeFilter
A TimeRangeFilter filters date-time values that are either inside or outside a given date/time range.
TopBottomFilter Pulumi.AwsNative.QuickSight.Inputs.TemplateTopBottomFilter
A TopBottomFilter filters data to the top or bottom values for a given column.
CategoryFilter TemplateCategoryFilter

A CategoryFilter filters text values.

For more information, see Adding text filters in the Amazon QuickSight User Guide .

NestedFilter TemplateNestedFilter
A NestedFilter filters data with a subset of data that is defined by the nested inner filter.
NumericEqualityFilter TemplateNumericEqualityFilter
A NumericEqualityFilter filters numeric values that equal or do not equal a given numeric value.
NumericRangeFilter TemplateNumericRangeFilter
A NumericRangeFilter filters numeric values that are either inside or outside a given numeric range.
RelativeDatesFilter TemplateRelativeDatesFilter
A RelativeDatesFilter filters date values that are relative to a given date.
TimeEqualityFilter TemplateTimeEqualityFilter
A TimeEqualityFilter filters date-time values that equal or do not equal a given date/time value.
TimeRangeFilter TemplateTimeRangeFilter
A TimeRangeFilter filters date-time values that are either inside or outside a given date/time range.
TopBottomFilter TemplateTopBottomFilter
A TopBottomFilter filters data to the top or bottom values for a given column.
categoryFilter TemplateCategoryFilter

A CategoryFilter filters text values.

For more information, see Adding text filters in the Amazon QuickSight User Guide .

nestedFilter TemplateNestedFilter
A NestedFilter filters data with a subset of data that is defined by the nested inner filter.
numericEqualityFilter TemplateNumericEqualityFilter
A NumericEqualityFilter filters numeric values that equal or do not equal a given numeric value.
numericRangeFilter TemplateNumericRangeFilter
A NumericRangeFilter filters numeric values that are either inside or outside a given numeric range.
relativeDatesFilter TemplateRelativeDatesFilter
A RelativeDatesFilter filters date values that are relative to a given date.
timeEqualityFilter TemplateTimeEqualityFilter
A TimeEqualityFilter filters date-time values that equal or do not equal a given date/time value.
timeRangeFilter TemplateTimeRangeFilter
A TimeRangeFilter filters date-time values that are either inside or outside a given date/time range.
topBottomFilter TemplateTopBottomFilter
A TopBottomFilter filters data to the top or bottom values for a given column.
categoryFilter TemplateCategoryFilter

A CategoryFilter filters text values.

For more information, see Adding text filters in the Amazon QuickSight User Guide .

nestedFilter TemplateNestedFilter
A NestedFilter filters data with a subset of data that is defined by the nested inner filter.
numericEqualityFilter TemplateNumericEqualityFilter
A NumericEqualityFilter filters numeric values that equal or do not equal a given numeric value.
numericRangeFilter TemplateNumericRangeFilter
A NumericRangeFilter filters numeric values that are either inside or outside a given numeric range.
relativeDatesFilter TemplateRelativeDatesFilter
A RelativeDatesFilter filters date values that are relative to a given date.
timeEqualityFilter TemplateTimeEqualityFilter
A TimeEqualityFilter filters date-time values that equal or do not equal a given date/time value.
timeRangeFilter TemplateTimeRangeFilter
A TimeRangeFilter filters date-time values that are either inside or outside a given date/time range.
topBottomFilter TemplateTopBottomFilter
A TopBottomFilter filters data to the top or bottom values for a given column.
category_filter TemplateCategoryFilter

A CategoryFilter filters text values.

For more information, see Adding text filters in the Amazon QuickSight User Guide .

nested_filter TemplateNestedFilter
A NestedFilter filters data with a subset of data that is defined by the nested inner filter.
numeric_equality_filter TemplateNumericEqualityFilter
A NumericEqualityFilter filters numeric values that equal or do not equal a given numeric value.
numeric_range_filter TemplateNumericRangeFilter
A NumericRangeFilter filters numeric values that are either inside or outside a given numeric range.
relative_dates_filter TemplateRelativeDatesFilter
A RelativeDatesFilter filters date values that are relative to a given date.
time_equality_filter TemplateTimeEqualityFilter
A TimeEqualityFilter filters date-time values that equal or do not equal a given date/time value.
time_range_filter TemplateTimeRangeFilter
A TimeRangeFilter filters date-time values that are either inside or outside a given date/time range.
top_bottom_filter TemplateTopBottomFilter
A TopBottomFilter filters data to the top or bottom values for a given column.
categoryFilter Property Map

A CategoryFilter filters text values.

For more information, see Adding text filters in the Amazon QuickSight User Guide .

nestedFilter Property Map
A NestedFilter filters data with a subset of data that is defined by the nested inner filter.
numericEqualityFilter Property Map
A NumericEqualityFilter filters numeric values that equal or do not equal a given numeric value.
numericRangeFilter Property Map
A NumericRangeFilter filters numeric values that are either inside or outside a given numeric range.
relativeDatesFilter Property Map
A RelativeDatesFilter filters date values that are relative to a given date.
timeEqualityFilter Property Map
A TimeEqualityFilter filters date-time values that equal or do not equal a given date/time value.
timeRangeFilter Property Map
A TimeRangeFilter filters date-time values that are either inside or outside a given date/time range.
topBottomFilter Property Map
A TopBottomFilter filters data to the top or bottom values for a given column.

TemplateFilterControl
, TemplateFilterControlArgs

CrossSheet Pulumi.AwsNative.QuickSight.Inputs.TemplateFilterCrossSheetControl
A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet
DateTimePicker Pulumi.AwsNative.QuickSight.Inputs.TemplateFilterDateTimePickerControl
A control from a date filter that is used to specify date and time.
Dropdown Pulumi.AwsNative.QuickSight.Inputs.TemplateFilterDropDownControl
A control to display a dropdown list with buttons that are used to select a single value.
List Pulumi.AwsNative.QuickSight.Inputs.TemplateFilterListControl
A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
RelativeDateTime Pulumi.AwsNative.QuickSight.Inputs.TemplateFilterRelativeDateTimeControl
A control from a date filter that is used to specify the relative date.
Slider Pulumi.AwsNative.QuickSight.Inputs.TemplateFilterSliderControl
A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
TextArea Pulumi.AwsNative.QuickSight.Inputs.TemplateFilterTextAreaControl
A control to display a text box that is used to enter multiple entries.
TextField Pulumi.AwsNative.QuickSight.Inputs.TemplateFilterTextFieldControl
A control to display a text box that is used to enter a single entry.
CrossSheet TemplateFilterCrossSheetControl
A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet
DateTimePicker TemplateFilterDateTimePickerControl
A control from a date filter that is used to specify date and time.
Dropdown TemplateFilterDropDownControl
A control to display a dropdown list with buttons that are used to select a single value.
List TemplateFilterListControl
A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
RelativeDateTime TemplateFilterRelativeDateTimeControl
A control from a date filter that is used to specify the relative date.
Slider TemplateFilterSliderControl
A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
TextArea TemplateFilterTextAreaControl
A control to display a text box that is used to enter multiple entries.
TextField TemplateFilterTextFieldControl
A control to display a text box that is used to enter a single entry.
crossSheet TemplateFilterCrossSheetControl
A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet
dateTimePicker TemplateFilterDateTimePickerControl
A control from a date filter that is used to specify date and time.
dropdown TemplateFilterDropDownControl
A control to display a dropdown list with buttons that are used to select a single value.
list TemplateFilterListControl
A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
relativeDateTime TemplateFilterRelativeDateTimeControl
A control from a date filter that is used to specify the relative date.
slider TemplateFilterSliderControl
A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
textArea TemplateFilterTextAreaControl
A control to display a text box that is used to enter multiple entries.
textField TemplateFilterTextFieldControl
A control to display a text box that is used to enter a single entry.
crossSheet TemplateFilterCrossSheetControl
A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet
dateTimePicker TemplateFilterDateTimePickerControl
A control from a date filter that is used to specify date and time.
dropdown TemplateFilterDropDownControl
A control to display a dropdown list with buttons that are used to select a single value.
list TemplateFilterListControl
A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
relativeDateTime TemplateFilterRelativeDateTimeControl
A control from a date filter that is used to specify the relative date.
slider TemplateFilterSliderControl
A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
textArea TemplateFilterTextAreaControl
A control to display a text box that is used to enter multiple entries.
textField TemplateFilterTextFieldControl
A control to display a text box that is used to enter a single entry.
cross_sheet TemplateFilterCrossSheetControl
A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet
date_time_picker TemplateFilterDateTimePickerControl
A control from a date filter that is used to specify date and time.
dropdown TemplateFilterDropDownControl
A control to display a dropdown list with buttons that are used to select a single value.
list TemplateFilterListControl
A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
relative_date_time TemplateFilterRelativeDateTimeControl
A control from a date filter that is used to specify the relative date.
slider TemplateFilterSliderControl
A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
text_area TemplateFilterTextAreaControl
A control to display a text box that is used to enter multiple entries.
text_field TemplateFilterTextFieldControl
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
dateTimePicker Property Map
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.
relativeDateTime Property Map
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

FilterControlId This property is required. string
The ID of the FilterCrossSheetControl .
SourceFilterId This property is required. string
The source filter ID of the FilterCrossSheetControl .
CascadingControlConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateCascadingControlConfiguration
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.
FilterControlId This property is required. string
The ID of the FilterCrossSheetControl .
SourceFilterId This property is required. string
The source filter ID of the FilterCrossSheetControl .
CascadingControlConfiguration TemplateCascadingControlConfiguration
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.
filterControlId This property is required. String
The ID of the FilterCrossSheetControl .
sourceFilterId This property is required. String
The source filter ID of the FilterCrossSheetControl .
cascadingControlConfiguration TemplateCascadingControlConfiguration
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.
filterControlId This property is required. string
The ID of the FilterCrossSheetControl .
sourceFilterId This property is required. string
The source filter ID of the FilterCrossSheetControl .
cascadingControlConfiguration TemplateCascadingControlConfiguration
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_id This property is required. str
The ID of the FilterCrossSheetControl .
source_filter_id This property is required. str
The source filter ID of the FilterCrossSheetControl .
cascading_control_configuration TemplateCascadingControlConfiguration
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.
filterControlId This property is required. String
The ID of the FilterCrossSheetControl .
sourceFilterId This property is required. String
The source filter ID of the FilterCrossSheetControl .
cascadingControlConfiguration Property Map
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

FilterControlId This property is required. string
The ID of the FilterDateTimePickerControl .
SourceFilterId This property is required. string
The source filter ID of the FilterDateTimePickerControl .
Title This property is required. string
The title of the FilterDateTimePickerControl .
CommitMode Pulumi.AwsNative.QuickSight.TemplateCommitMode
The visibility configurationof the Apply button on a DateTimePickerControl .
DisplayOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateDateTimePickerControlDisplayOptions
The display options of a control.
Type Pulumi.AwsNative.QuickSight.TemplateSheetControlDateTimePickerType
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.
FilterControlId This property is required. string
The ID of the FilterDateTimePickerControl .
SourceFilterId This property is required. string
The source filter ID of the FilterDateTimePickerControl .
Title This property is required. string
The title of the FilterDateTimePickerControl .
CommitMode TemplateCommitMode
The visibility configurationof the Apply button on a DateTimePickerControl .
DisplayOptions TemplateDateTimePickerControlDisplayOptions
The display options of a control.
Type TemplateSheetControlDateTimePickerType
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.
filterControlId This property is required. String
The ID of the FilterDateTimePickerControl .
sourceFilterId This property is required. String
The source filter ID of the FilterDateTimePickerControl .
title This property is required. String
The title of the FilterDateTimePickerControl .
commitMode TemplateCommitMode
The visibility configurationof the Apply button on a DateTimePickerControl .
displayOptions TemplateDateTimePickerControlDisplayOptions
The display options of a control.
type TemplateSheetControlDateTimePickerType
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.
filterControlId This property is required. string
The ID of the FilterDateTimePickerControl .
sourceFilterId This property is required. string
The source filter ID of the FilterDateTimePickerControl .
title This property is required. string
The title of the FilterDateTimePickerControl .
commitMode TemplateCommitMode
The visibility configurationof the Apply button on a DateTimePickerControl .
displayOptions TemplateDateTimePickerControlDisplayOptions
The display options of a control.
type TemplateSheetControlDateTimePickerType
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_id This property is required. str
The ID of the FilterDateTimePickerControl .
source_filter_id This property is required. str
The source filter ID of the FilterDateTimePickerControl .
title This property is required. str
The title of the FilterDateTimePickerControl .
commit_mode TemplateCommitMode
The visibility configurationof the Apply button on a DateTimePickerControl .
display_options TemplateDateTimePickerControlDisplayOptions
The display options of a control.
type TemplateSheetControlDateTimePickerType
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.
filterControlId This property is required. String
The ID of the FilterDateTimePickerControl .
sourceFilterId This property is required. String
The source filter ID of the FilterDateTimePickerControl .
title This property is required. 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

FilterControlId This property is required. string
The ID of the FilterDropDownControl .
SourceFilterId This property is required. string
The source filter ID of the FilterDropDownControl .
Title This property is required. string
The title of the FilterDropDownControl .
CascadingControlConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateCascadingControlConfiguration
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.AwsNative.QuickSight.TemplateCommitMode
The visibility configuration of the Apply button on a FilterDropDownControl .
DisplayOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateDropDownControlDisplayOptions
The display options of the FilterDropDownControl .
SelectableValues Pulumi.AwsNative.QuickSight.Inputs.TemplateFilterSelectableValues
A list of selectable values that are used in a control.
Type Pulumi.AwsNative.QuickSight.TemplateSheetControlListType
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.
FilterControlId This property is required. string
The ID of the FilterDropDownControl .
SourceFilterId This property is required. string
The source filter ID of the FilterDropDownControl .
Title This property is required. string
The title of the FilterDropDownControl .
CascadingControlConfiguration TemplateCascadingControlConfiguration
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 TemplateCommitMode
The visibility configuration of the Apply button on a FilterDropDownControl .
DisplayOptions TemplateDropDownControlDisplayOptions
The display options of the FilterDropDownControl .
SelectableValues TemplateFilterSelectableValues
A list of selectable values that are used in a control.
Type TemplateSheetControlListType
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.
filterControlId This property is required. String
The ID of the FilterDropDownControl .
sourceFilterId This property is required. String
The source filter ID of the FilterDropDownControl .
title This property is required. String
The title of the FilterDropDownControl .
cascadingControlConfiguration TemplateCascadingControlConfiguration
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 TemplateCommitMode
The visibility configuration of the Apply button on a FilterDropDownControl .
displayOptions TemplateDropDownControlDisplayOptions
The display options of the FilterDropDownControl .
selectableValues TemplateFilterSelectableValues
A list of selectable values that are used in a control.
type TemplateSheetControlListType
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.
filterControlId This property is required. string
The ID of the FilterDropDownControl .
sourceFilterId This property is required. string
The source filter ID of the FilterDropDownControl .
title This property is required. string
The title of the FilterDropDownControl .
cascadingControlConfiguration TemplateCascadingControlConfiguration
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 TemplateCommitMode
The visibility configuration of the Apply button on a FilterDropDownControl .
displayOptions TemplateDropDownControlDisplayOptions
The display options of the FilterDropDownControl .
selectableValues TemplateFilterSelectableValues
A list of selectable values that are used in a control.
type TemplateSheetControlListType
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_id This property is required. str
The ID of the FilterDropDownControl .
source_filter_id This property is required. str
The source filter ID of the FilterDropDownControl .
title This property is required. str
The title of the FilterDropDownControl .
cascading_control_configuration TemplateCascadingControlConfiguration
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 TemplateCommitMode
The visibility configuration of the Apply button on a FilterDropDownControl .
display_options TemplateDropDownControlDisplayOptions
The display options of the FilterDropDownControl .
selectable_values TemplateFilterSelectableValues
A list of selectable values that are used in a control.
type TemplateSheetControlListType
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.
filterControlId This property is required. String
The ID of the FilterDropDownControl .
sourceFilterId This property is required. String
The source filter ID of the FilterDropDownControl .
title This property is required. String
The title of the FilterDropDownControl .
cascadingControlConfiguration Property Map
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 This property is required. Pulumi.AwsNative.QuickSight.TemplateCrossDatasetTypes
The filter new feature which can apply filter group to all data sets. Choose one of the following options:

  • ALL_DATASETS
  • SINGLE_DATASET
FilterGroupId This property is required. string
The value that uniquely identifies a FilterGroup within a dashboard, template, or analysis.
Filters This property is required. List<Pulumi.AwsNative.QuickSight.Inputs.TemplateFilter>
The list of filters that are present in a FilterGroup .
ScopeConfiguration This property is required. Pulumi.AwsNative.QuickSight.Inputs.TemplateFilterScopeConfiguration

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.AwsNative.QuickSight.TemplateWidgetStatus
The status of the FilterGroup .
CrossDataset This property is required. TemplateCrossDatasetTypes
The filter new feature which can apply filter group to all data sets. Choose one of the following options:

  • ALL_DATASETS
  • SINGLE_DATASET
FilterGroupId This property is required. string
The value that uniquely identifies a FilterGroup within a dashboard, template, or analysis.
Filters This property is required. []TemplateFilter
The list of filters that are present in a FilterGroup .
ScopeConfiguration This property is required. TemplateFilterScopeConfiguration

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 TemplateWidgetStatus
The status of the FilterGroup .
crossDataset This property is required. TemplateCrossDatasetTypes
The filter new feature which can apply filter group to all data sets. Choose one of the following options:

  • ALL_DATASETS
  • SINGLE_DATASET
filterGroupId This property is required. String
The value that uniquely identifies a FilterGroup within a dashboard, template, or analysis.
filters This property is required. List<TemplateFilter>
The list of filters that are present in a FilterGroup .
scopeConfiguration This property is required. TemplateFilterScopeConfiguration

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 TemplateWidgetStatus
The status of the FilterGroup .
crossDataset This property is required. TemplateCrossDatasetTypes
The filter new feature which can apply filter group to all data sets. Choose one of the following options:

  • ALL_DATASETS
  • SINGLE_DATASET
filterGroupId This property is required. string
The value that uniquely identifies a FilterGroup within a dashboard, template, or analysis.
filters This property is required. TemplateFilter[]
The list of filters that are present in a FilterGroup .
scopeConfiguration This property is required. TemplateFilterScopeConfiguration

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 TemplateWidgetStatus
The status of the FilterGroup .
cross_dataset This property is required. TemplateCrossDatasetTypes
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_id This property is required. str
The value that uniquely identifies a FilterGroup within a dashboard, template, or analysis.
filters This property is required. Sequence[TemplateFilter]
The list of filters that are present in a FilterGroup .
scope_configuration This property is required. TemplateFilterScopeConfiguration

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 TemplateWidgetStatus
The status of the FilterGroup .
crossDataset This property is required. "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
filterGroupId This property is required. String
The value that uniquely identifies a FilterGroup within a dashboard, template, or analysis.
filters This property is required. List<Property Map>
The list of filters that are present in a FilterGroup .
scopeConfiguration This property is required. 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 This property is required. Pulumi.AwsNative.QuickSight.TemplateCategoryFilterMatchOperator
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.AwsNative.QuickSight.TemplateFilterNullOption
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.
SelectAllOptions Pulumi.AwsNative.QuickSight.TemplateCategoryFilterSelectAllOptions
Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES
MatchOperator This property is required. TemplateCategoryFilterMatchOperator
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 TemplateFilterNullOption
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.
SelectAllOptions TemplateCategoryFilterSelectAllOptions
Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES
matchOperator This property is required. TemplateCategoryFilterMatchOperator
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 TemplateFilterNullOption
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.
selectAllOptions TemplateCategoryFilterSelectAllOptions
Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES
matchOperator This property is required. TemplateCategoryFilterMatchOperator
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 TemplateFilterNullOption
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.
selectAllOptions TemplateCategoryFilterSelectAllOptions
Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES
match_operator This property is required. TemplateCategoryFilterMatchOperator
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 TemplateFilterNullOption
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_options TemplateCategoryFilterSelectAllOptions
Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES
matchOperator This property is required. "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.
selectAllOptions "FILTER_ALL_VALUES"
Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES

TemplateFilterListControl
, TemplateFilterListControlArgs

FilterControlId This property is required. string
The ID of the FilterListControl .
SourceFilterId This property is required. string
The source filter ID of the FilterListControl .
Title This property is required. string
The title of the FilterListControl .
CascadingControlConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateCascadingControlConfiguration
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.AwsNative.QuickSight.Inputs.TemplateListControlDisplayOptions
The display options of a control.
SelectableValues Pulumi.AwsNative.QuickSight.Inputs.TemplateFilterSelectableValues
A list of selectable values that are used in a control.
Type Pulumi.AwsNative.QuickSight.TemplateSheetControlListType
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.
FilterControlId This property is required. string
The ID of the FilterListControl .
SourceFilterId This property is required. string
The source filter ID of the FilterListControl .
Title This property is required. string
The title of the FilterListControl .
CascadingControlConfiguration TemplateCascadingControlConfiguration
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 TemplateListControlDisplayOptions
The display options of a control.
SelectableValues TemplateFilterSelectableValues
A list of selectable values that are used in a control.
Type TemplateSheetControlListType
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.
filterControlId This property is required. String
The ID of the FilterListControl .
sourceFilterId This property is required. String
The source filter ID of the FilterListControl .
title This property is required. String
The title of the FilterListControl .
cascadingControlConfiguration TemplateCascadingControlConfiguration
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 TemplateListControlDisplayOptions
The display options of a control.
selectableValues TemplateFilterSelectableValues
A list of selectable values that are used in a control.
type TemplateSheetControlListType
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.
filterControlId This property is required. string
The ID of the FilterListControl .
sourceFilterId This property is required. string
The source filter ID of the FilterListControl .
title This property is required. string
The title of the FilterListControl .
cascadingControlConfiguration TemplateCascadingControlConfiguration
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 TemplateListControlDisplayOptions
The display options of a control.
selectableValues TemplateFilterSelectableValues
A list of selectable values that are used in a control.
type TemplateSheetControlListType
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_id This property is required. str
The ID of the FilterListControl .
source_filter_id This property is required. str
The source filter ID of the FilterListControl .
title This property is required. str
The title of the FilterListControl .
cascading_control_configuration TemplateCascadingControlConfiguration
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 TemplateListControlDisplayOptions
The display options of a control.
selectable_values TemplateFilterSelectableValues
A list of selectable values that are used in a control.
type TemplateSheetControlListType
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.
filterControlId This property is required. String
The ID of the FilterListControl .
sourceFilterId This property is required. String
The source filter ID of the FilterListControl .
title This property is required. String
The title of the FilterListControl .
cascadingControlConfiguration Property Map
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
NonNullsOnly
NON_NULLS_ONLY
TemplateFilterNullOptionAllValues
ALL_VALUES
TemplateFilterNullOptionNullsOnly
NULLS_ONLY
TemplateFilterNullOptionNonNullsOnly
NON_NULLS_ONLY
AllValues
ALL_VALUES
NullsOnly
NULLS_ONLY
NonNullsOnly
NON_NULLS_ONLY
AllValues
ALL_VALUES
NullsOnly
NULLS_ONLY
NonNullsOnly
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.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi