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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi

aws-native.quicksight.Template

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 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 string
    The unique name of the resource.
    args TemplateArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args TemplateArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args TemplateArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args TemplateArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args TemplateArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Template Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Template resource accepts the following input properties:

    AwsAccountId 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 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 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 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 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 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 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 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 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 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 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 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 string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value 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 Pulumi.AwsNative.QuickSight.Inputs.TemplateColumnIdentifier
    The column that determines the sort order of aggregated values.
    SortDirection 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 TemplateColumnIdentifier
    The column that determines the sort order of aggregated values.
    SortDirection 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 TemplateColumnIdentifier
    The column that determines the sort order of aggregated values.
    sortDirection 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 TemplateColumnIdentifier
    The column that determines the sort order of aggregated values.
    sortDirection 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 TemplateColumnIdentifier
    The column that determines the sort order of aggregated values.
    sort_direction 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 Property Map
    The column that determines the sort order of aggregated values.
    sortDirection "ASC" | "DESC"
    The sort direction of values.

    • ASC : Sort in ascending order.
    • DESC : Sort in descending order.
    aggregationFunction Property Map
    The function that aggregates the values in Column .

    TemplateAnalysisDefaults, TemplateAnalysisDefaultsArgs

    DefaultNewSheetConfiguration TemplateDefaultNewSheetConfiguration
    The configuration for default new sheet settings.
    defaultNewSheetConfiguration TemplateDefaultNewSheetConfiguration
    The configuration for default new sheet settings.
    defaultNewSheetConfiguration TemplateDefaultNewSheetConfiguration
    The configuration for default new sheet settings.
    default_new_sheet_configuration TemplateDefaultNewSheetConfiguration
    The configuration for default new sheet settings.
    defaultNewSheetConfiguration 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 Pulumi.AwsNative.QuickSight.TemplateVisibility
    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 Pulumi.AwsNative.QuickSight.TemplateVisibility
    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 TemplateVisibility
    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 TemplateVisibility
    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 TemplateVisibility
    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 TemplateVisibility
    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 TemplateVisibility
    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 TemplateVisibility
    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 TemplateVisibility
    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 TemplateVisibility
    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 "HIDDEN" | "VISIBLE"
    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 "HIDDEN" | "VISIBLE"
    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 Pulumi.AwsNative.QuickSight.Inputs.TemplateColumnIdentifier
    The column that the axis label is targeted to.
    FieldId string
    The field that the axis label is targeted to.
    Column TemplateColumnIdentifier
    The column that the axis label is targeted to.
    FieldId string
    The field that the axis label is targeted to.
    column TemplateColumnIdentifier
    The column that the axis label is targeted to.
    fieldId String
    The field that the axis label is targeted to.
    column TemplateColumnIdentifier
    The column that the axis label is targeted to.
    fieldId string
    The field that the axis label is targeted to.
    column TemplateColumnIdentifier
    The column that the axis label is targeted to.
    field_id str
    The field that the axis label is targeted to.
    column Property Map
    The column that the axis label is targeted to.
    fieldId String
    The field that the axis label is targeted to.

    TemplateAxisLinearScale, TemplateAxisLinearScaleArgs

    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.
    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.
    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.
    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.
    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.
    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.
    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 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.
    VisualId string
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    Actions []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.
    visualId String
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    actions List<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.
    visualId string
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    actions 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.
    visual_id str
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    actions Sequence[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.
    visualId String
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    actions List<Property Map>
    The list of custom actions that are configured for a visual.
    chartConfiguration Property Map
    The configuration settings of the visual.
    columnHierarchies List<Property Map>
    The column hierarchy that is used during drill-downs and drill-ups.
    subtitle Property Map
    The subtitle that is displayed on the visual.
    title Property Map
    The title that is displayed on the visual.

    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 Pulumi.AwsNative.QuickSight.Inputs.TemplateBodySectionContent
    The configuration of content in a body section.
    SectionId string
    The unique identifier of a body section.
    PageBreakConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateSectionPageBreakConfiguration
    The configuration of a page break for a section.
    Style Pulumi.AwsNative.QuickSight.Inputs.TemplateSectionStyle
    The style options of a body section.
    Content TemplateBodySectionContent
    The configuration of content in a body section.
    SectionId string
    The unique identifier of a body section.
    PageBreakConfiguration TemplateSectionPageBreakConfiguration
    The configuration of a page break for a section.
    Style TemplateSectionStyle
    The style options of a body section.
    content TemplateBodySectionContent
    The configuration of content in a body section.
    sectionId String
    The unique identifier of a body section.
    pageBreakConfiguration TemplateSectionPageBreakConfiguration
    The configuration of a page break for a section.
    style TemplateSectionStyle
    The style options of a body section.
    content TemplateBodySectionContent
    The configuration of content in a body section.
    sectionId string
    The unique identifier of a body section.
    pageBreakConfiguration TemplateSectionPageBreakConfiguration
    The configuration of a page break for a section.
    style TemplateSectionStyle
    The style options of a body section.
    content TemplateBodySectionContent
    The configuration of content in a body section.
    section_id str
    The unique identifier of a body section.
    page_break_configuration TemplateSectionPageBreakConfiguration
    The configuration of a page break for a section.
    style TemplateSectionStyle
    The style options of a body section.
    content Property Map
    The configuration of content in a body section.
    sectionId String
    The unique identifier of a body section.
    pageBreakConfiguration Property Map
    The configuration of a page break for a section.
    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.

    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.
    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.
    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.
    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.
    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.
    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.
    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 Pulumi.AwsNative.QuickSight.TemplateVisibility
    Determines the visibility of all data points of the box plot.
    OutlierVisibility Pulumi.AwsNative.QuickSight.TemplateVisibility
    Determines the visibility of the outlier in a box plot.
    StyleOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateBoxPlotStyleOptions
    The style options of the box plot.
    AllDataPointsVisibility TemplateVisibility
    Determines the visibility of all data points of the box plot.
    OutlierVisibility TemplateVisibility
    Determines the visibility of the outlier in a box plot.
    StyleOptions TemplateBoxPlotStyleOptions
    The style options of the box plot.
    allDataPointsVisibility TemplateVisibility
    Determines the visibility of all data points of the box plot.
    outlierVisibility TemplateVisibility
    Determines the visibility of the outlier in a box plot.
    styleOptions TemplateBoxPlotStyleOptions
    The style options of the box plot.
    allDataPointsVisibility TemplateVisibility
    Determines the visibility of all data points of the box plot.
    outlierVisibility TemplateVisibility
    Determines the visibility of the outlier in a box plot.
    styleOptions TemplateBoxPlotStyleOptions
    The style options of the box plot.
    all_data_points_visibility TemplateVisibility
    Determines the visibility of all data points of the box plot.
    outlier_visibility TemplateVisibility
    Determines the visibility of the outlier in a box plot.
    style_options TemplateBoxPlotStyleOptions
    The style options of the box plot.
    allDataPointsVisibility "HIDDEN" | "VISIBLE"
    Determines the visibility of all data points of the box plot.
    outlierVisibility "HIDDEN" | "VISIBLE"
    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 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.
    VisualId string
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
    Actions []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.
    visualId String
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
    actions List<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.
    visualId string
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
    actions 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.
    visual_id str
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
    actions Sequence[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.
    visualId String
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
    actions List<Property Map>
    The list of custom actions that are configured for a visual.
    chartConfiguration Property Map
    The configuration settings of the visual.
    columnHierarchies List<Property Map>
    The column hierarchy that is used during drill-downs and drill-ups.
    subtitle Property Map
    The subtitle that is displayed on the visual.
    title Property Map
    The title that is displayed on the visual.

    TemplateCalculatedField, TemplateCalculatedFieldArgs

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

    TemplateCalculatedMeasureField, TemplateCalculatedMeasureFieldArgs

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

    TemplateCascadingControlConfiguration, TemplateCascadingControlConfigurationArgs

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

    TemplateCategoricalMeasureField, TemplateCategoricalMeasureFieldArgs

    Column Pulumi.AwsNative.QuickSight.Inputs.TemplateColumnIdentifier
    The column that is used in the CategoricalMeasureField .
    FieldId 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 TemplateColumnIdentifier
    The column that is used in the CategoricalMeasureField .
    FieldId string
    The custom field ID.
    AggregationFunction TemplateCategoricalAggregationFunction
    The aggregation function of the measure field.
    FormatConfiguration TemplateStringFormatConfiguration
    The format configuration of the field.
    column TemplateColumnIdentifier
    The column that is used in the CategoricalMeasureField .
    fieldId String
    The custom field ID.
    aggregationFunction TemplateCategoricalAggregationFunction
    The aggregation function of the measure field.
    formatConfiguration TemplateStringFormatConfiguration
    The format configuration of the field.
    column TemplateColumnIdentifier
    The column that is used in the CategoricalMeasureField .
    fieldId string
    The custom field ID.
    aggregationFunction TemplateCategoricalAggregationFunction
    The aggregation function of the measure field.
    formatConfiguration TemplateStringFormatConfiguration
    The format configuration of the field.
    column TemplateColumnIdentifier
    The column that is used in the CategoricalMeasureField .
    field_id 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 Property Map
    The column that is used in the CategoricalMeasureField .
    fieldId String
    The custom field ID.
    aggregationFunction "COUNT" | "DISTINCT_COUNT"
    The aggregation function of the measure field.
    formatConfiguration Property Map
    The format configuration of the field.

    TemplateCategoryDrillDownFilter, TemplateCategoryDrillDownFilterArgs

    CategoryValues List<string>
    A list of the string inputs that are the values of the category drill down filter.
    Column Pulumi.AwsNative.QuickSight.Inputs.TemplateColumnIdentifier
    The column that the filter is applied to.
    CategoryValues []string
    A list of the string inputs that are the values of the category drill down filter.
    Column TemplateColumnIdentifier
    The column that the filter is applied to.
    categoryValues List<String>
    A list of the string inputs that are the values of the category drill down filter.
    column TemplateColumnIdentifier
    The column that the filter is applied to.
    categoryValues string[]
    A list of the string inputs that are the values of the category drill down filter.
    column TemplateColumnIdentifier
    The column that the filter is applied to.
    category_values Sequence[str]
    A list of the string inputs that are the values of the category drill down filter.
    column TemplateColumnIdentifier
    The column that the filter is applied to.
    categoryValues List<String>
    A list of the string inputs that are the values of the category drill down filter.
    column Property Map
    The column that the filter is applied to.

    TemplateCategoryFilter, TemplateCategoryFilterArgs

    Column Pulumi.AwsNative.QuickSight.Inputs.TemplateColumnIdentifier
    The column that the filter is applied to.
    Configuration Pulumi.AwsNative.QuickSight.Inputs.TemplateCategoryFilterConfiguration
    The configuration for a CategoryFilter .
    FilterId 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 TemplateColumnIdentifier
    The column that the filter is applied to.
    Configuration TemplateCategoryFilterConfiguration
    The configuration for a CategoryFilter .
    FilterId 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 TemplateColumnIdentifier
    The column that the filter is applied to.
    configuration TemplateCategoryFilterConfiguration
    The configuration for a CategoryFilter .
    filterId 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 TemplateColumnIdentifier
    The column that the filter is applied to.
    configuration TemplateCategoryFilterConfiguration
    The configuration for a CategoryFilter .
    filterId 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 TemplateColumnIdentifier
    The column that the filter is applied to.
    configuration TemplateCategoryFilterConfiguration
    The configuration for a CategoryFilter .
    filter_id 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 Property Map
    The column that the filter is applied to.
    configuration Property Map
    The configuration for a CategoryFilter .
    filterId String
    An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
    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

    TemplateChartAxisLabelOptions, TemplateChartAxisLabelOptionsArgs

    AxisLabelOptions List<Pulumi.AwsNative.QuickSight.Inputs.TemplateAxisLabelOptions>
    The label options for a chart axis.
    SortIconVisibility Pulumi.AwsNative.QuickSight.TemplateVisibility
    The visibility configuration of the sort icon on a chart's axis label.
    Visibility Pulumi.AwsNative.QuickSight.TemplateVisibility
    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 TemplateVisibility
    The visibility configuration of the sort icon on a chart's axis label.
    Visibility TemplateVisibility
    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 TemplateVisibility
    The visibility configuration of the sort icon on a chart's axis label.
    visibility TemplateVisibility
    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 TemplateVisibility
    The visibility configuration of the sort icon on a chart's axis label.
    visibility TemplateVisibility
    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 TemplateVisibility
    The visibility configuration of the sort icon on a chart's axis label.
    visibility TemplateVisibility
    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 "HIDDEN" | "VISIBLE"
    The visibility configuration of the sort icon on a chart's axis label.
    visibility "HIDDEN" | "VISIBLE"
    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 Pulumi.AwsNative.QuickSight.TemplateColorFillType
    Determines the color fill type.
    Colors 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 TemplateColorFillType
    Determines the color fill type.
    Colors []TemplateDataColor
    Determines the list of colors that are applied to the visual.
    NullValueColor TemplateDataColor
    Determines the color that is applied to null values.
    colorFillType TemplateColorFillType
    Determines the color fill type.
    colors 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 TemplateColorFillType
    Determines the color fill type.
    colors 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 TemplateColorFillType
    Determines the color fill type.
    colors 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 "DISCRETE" | "GRADIENT"
    Determines the color fill type.
    colors 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 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 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 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 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 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 string
    The name of the column.
    DataSetIdentifier string
    The data set that the column belongs to.
    ColumnName string
    The name of the column.
    DataSetIdentifier string
    The data set that the column belongs to.
    columnName String
    The name of the column.
    dataSetIdentifier String
    The data set that the column belongs to.
    columnName string
    The name of the column.
    dataSetIdentifier string
    The data set that the column belongs to.
    column_name str
    The name of the column.
    data_set_identifier str
    The data set that the column belongs to.
    columnName String
    The name of the column.
    dataSetIdentifier 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 TemplateSortDirection
    The sort direction.
    SortBy TemplateColumnIdentifier
    AggregationFunction TemplateAggregationFunction
    The aggregation function that is defined in the column sort.
    direction TemplateSortDirection
    The sort direction.
    sortBy TemplateColumnIdentifier
    aggregationFunction TemplateAggregationFunction
    The aggregation function that is defined in the column sort.
    direction TemplateSortDirection
    The sort direction.
    sortBy TemplateColumnIdentifier
    aggregationFunction TemplateAggregationFunction
    The aggregation function that is defined in the column sort.
    direction TemplateSortDirection
    The sort direction.
    sort_by TemplateColumnIdentifier
    aggregation_function TemplateAggregationFunction
    The aggregation function that is defined in the column sort.
    direction "ASC" | "DESC"
    The sort direction.
    sortBy Property Map
    aggregationFunction Property Map
    The aggregation function that is defined in the column sort.

    TemplateColumnTooltipItem, TemplateColumnTooltipItemArgs

    Column Pulumi.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.
    Visibility Pulumi.AwsNative.QuickSight.TemplateVisibility
    The visibility of the tooltip item.
    Column 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.
    Visibility TemplateVisibility
    The visibility of the tooltip item.
    column 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.
    visibility TemplateVisibility
    The visibility of the tooltip item.
    column 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.
    visibility TemplateVisibility
    The visibility of the tooltip item.
    column 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.
    visibility TemplateVisibility
    The visibility of the tooltip item.
    column Property Map
    The target column of the tooltip item.
    aggregation Property Map
    The aggregation function of the column tooltip item.
    label String
    The label of the tooltip item.
    visibility "HIDDEN" | "VISIBLE"
    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.
    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.
    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.
    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.
    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.
    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.
    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.
    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.
    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.
    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.
    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.
    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.
    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 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.
    VisualId string
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    Actions []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.
    visualId String
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    actions List<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.
    visualId string
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    actions 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.
    visual_id str
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    actions Sequence[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.
    visualId String
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    actions List<Property Map>
    The list of custom actions that are configured for a visual.
    chartConfiguration Property Map
    The configuration settings of the visual.
    columnHierarchies List<Property Map>
    The column hierarchy that is used during drill-downs and drill-ups.
    subtitle Property Map
    The subtitle that is displayed on the visual.
    title Property Map
    The title that is displayed on the visual.

    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 string
    The expression that determines the condition of the icon set.
    IconOptions 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 string
    The expression that determines the condition of the icon set.
    IconOptions TemplateConditionalFormattingCustomIconOptions
    Custom icon options for an icon set.
    Color string
    Determines the color of the icon.
    DisplayConfiguration TemplateConditionalFormattingIconDisplayConfiguration
    Determines the icon display configuration.
    expression String
    The expression that determines the condition of the icon set.
    iconOptions TemplateConditionalFormattingCustomIconOptions
    Custom icon options for an icon set.
    color String
    Determines the color of the icon.
    displayConfiguration TemplateConditionalFormattingIconDisplayConfiguration
    Determines the icon display configuration.
    expression string
    The expression that determines the condition of the icon set.
    iconOptions TemplateConditionalFormattingCustomIconOptions
    Custom icon options for an icon set.
    color string
    Determines the color of the icon.
    displayConfiguration TemplateConditionalFormattingIconDisplayConfiguration
    Determines the icon display configuration.
    expression str
    The expression that determines the condition of the icon set.
    icon_options 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 String
    The expression that determines the condition of the icon set.
    iconOptions Property Map
    Custom icon options for an icon set.
    color String
    Determines the color of the icon.
    displayConfiguration Property Map
    Determines the icon display configuration.

    TemplateConditionalFormattingCustomIconOptions, TemplateConditionalFormattingCustomIconOptionsArgs

    Icon Pulumi.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 Pulumi.AwsNative.QuickSight.Inputs.TemplateGradientColor
    Determines the color.
    Expression string
    The expression that determines the formatting configuration for gradient color.
    Color TemplateGradientColor
    Determines the color.
    Expression string
    The expression that determines the formatting configuration for gradient color.
    color TemplateGradientColor
    Determines the color.
    expression String
    The expression that determines the formatting configuration for gradient color.
    color TemplateGradientColor
    Determines the color.
    expression string
    The expression that determines the formatting configuration for gradient color.
    color TemplateGradientColor
    Determines the color.
    expression str
    The expression that determines the formatting configuration for gradient color.
    color Property Map
    Determines the color.
    expression String
    The expression that determines the formatting configuration for gradient color.

    TemplateConditionalFormattingIcon, TemplateConditionalFormattingIconArgs

    CustomCondition 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 string
    The expression that determines the formatting configuration for the icon set.
    IconSetType Pulumi.AwsNative.QuickSight.TemplateConditionalFormattingIconSetType
    Determines the icon set type.
    Expression string
    The expression that determines the formatting configuration for the icon set.
    IconSetType TemplateConditionalFormattingIconSetType
    Determines the icon set type.
    expression String
    The expression that determines the formatting configuration for the icon set.
    iconSetType TemplateConditionalFormattingIconSetType
    Determines the icon set type.
    expression string
    The expression that determines the formatting configuration for the icon set.
    iconSetType TemplateConditionalFormattingIconSetType
    Determines the icon set type.
    expression str
    The expression that determines the formatting configuration for the icon set.
    icon_set_type TemplateConditionalFormattingIconSetType
    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 string
    The expression that determines the formatting configuration for solid color.
    Color string
    Determines the color.
    Expression string
    The expression that determines the formatting configuration for solid color.
    Color string
    Determines the color.
    expression String
    The expression that determines the formatting configuration for solid color.
    color String
    Determines the color.
    expression string
    The expression that determines the formatting configuration for solid color.
    color string
    Determines the color.
    expression str
    The expression that determines the formatting configuration for solid color.
    color str
    Determines the color.
    expression String
    The expression that determines the formatting configuration for solid color.
    color String
    Determines the color.

    TemplateContributionAnalysisDefault, TemplateContributionAnalysisDefaultArgs

    ContributorDimensions List<Pulumi.AwsNative.QuickSight.Inputs.TemplateColumnIdentifier>
    The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers .
    MeasureFieldId string
    The measure field that is used in the contribution analysis.
    ContributorDimensions []TemplateColumnIdentifier
    The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers .
    MeasureFieldId string
    The measure field that is used in the contribution analysis.
    contributorDimensions List<TemplateColumnIdentifier>
    The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers .
    measureFieldId String
    The measure field that is used in the contribution analysis.
    contributorDimensions TemplateColumnIdentifier[]
    The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers .
    measureFieldId string
    The measure field that is used in the contribution analysis.
    contributor_dimensions Sequence[TemplateColumnIdentifier]
    The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers .
    measure_field_id str
    The measure field that is used in the contribution analysis.
    contributorDimensions List<Property Map>
    The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers .
    measureFieldId 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"
    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 TemplateFilterOperationSelectedFieldsConfiguration
    The configuration that chooses the fields to be filtered.
    TargetVisualsConfiguration TemplateFilterOperationTargetVisualsConfiguration
    The configuration that chooses the target visuals to be filtered.
    selectedFieldsConfiguration TemplateFilterOperationSelectedFieldsConfiguration
    The configuration that chooses the fields to be filtered.
    targetVisualsConfiguration TemplateFilterOperationTargetVisualsConfiguration
    The configuration that chooses the target visuals to be filtered.
    selectedFieldsConfiguration TemplateFilterOperationSelectedFieldsConfiguration
    The configuration that chooses the fields to be filtered.
    targetVisualsConfiguration TemplateFilterOperationTargetVisualsConfiguration
    The configuration that chooses the target visuals to be filtered.
    selected_fields_configuration TemplateFilterOperationSelectedFieldsConfiguration
    The configuration that chooses the fields to be filtered.
    target_visuals_configuration TemplateFilterOperationTargetVisualsConfiguration
    The configuration that chooses the target visuals to be filtered.
    selectedFieldsConfiguration Property Map
    The configuration that chooses the fields to be filtered.
    targetVisualsConfiguration 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 []TemplateSetParameterValueConfiguration
    The parameter that determines the value configuration.
    parameterValueConfigurations List<TemplateSetParameterValueConfiguration>
    The parameter that determines the value configuration.
    parameterValueConfigurations TemplateSetParameterValueConfiguration[]
    The parameter that determines the value configuration.
    parameter_value_configurations Sequence[TemplateSetParameterValueConfiguration]
    The parameter that determines the value configuration.
    parameterValueConfigurations List<Property Map>
    The parameter that determines the value configuration.

    TemplateCustomActionUrlOperation, TemplateCustomActionUrlOperationArgs

    UrlTarget 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 string
    THe URL link of the CustomActionURLOperation .
    UrlTarget 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 string
    THe URL link of the CustomActionURLOperation .
    urlTarget 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 String
    THe URL link of the CustomActionURLOperation .
    urlTarget 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 string
    THe URL link of the CustomActionURLOperation .
    url_target 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 str
    THe URL link of the CustomActionURLOperation .
    urlTarget "NEW_TAB" | "NEW_WINDOW" | "SAME_TAB"

    The target of the CustomActionURLOperation .

    Valid values are defined as follows:

    • NEW_TAB : Opens the target URL in a new browser tab.
    • NEW_WINDOW : Opens the target URL in a new browser window.
    • SAME_TAB : Opens the target URL in the same browser tab.
    urlTemplate String
    THe URL link of the CustomActionURLOperation .

    TemplateCustomColor, TemplateCustomColorArgs

    Color string
    The color that is applied to the data value.
    FieldValue string
    The data value that the color is applied to.
    SpecialValue Pulumi.AwsNative.QuickSight.TemplateSpecialValue
    The value of a special data value.
    Color string
    The color that is applied to the data value.
    FieldValue string
    The data value that the color is applied to.
    SpecialValue TemplateSpecialValue
    The value of a special data value.
    color String
    The color that is applied to the data value.
    fieldValue String
    The data value that the color is applied to.
    specialValue TemplateSpecialValue
    The value of a special data value.
    color string
    The color that is applied to the data value.
    fieldValue string
    The data value that the color is applied to.
    specialValue TemplateSpecialValue
    The value of a special data value.
    color str
    The color that is applied to the data value.
    field_value str
    The data value that the color is applied to.
    special_value TemplateSpecialValue
    The value of a special data value.
    color String
    The color that is applied to the data value.
    fieldValue String
    The data value that the color is applied to.
    specialValue "EMPTY" | "NULL" | "OTHER"
    The value of a special data value.

    TemplateCustomContentConfiguration, TemplateCustomContentConfigurationArgs

    ContentType Pulumi.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' .
    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' .
    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' .
    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' .
    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' .
    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' .

    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 string
    The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
    VisualId string
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    Actions List<Pulumi.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.
    DataSetIdentifier string
    The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
    VisualId string
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    Actions []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.
    dataSetIdentifier String
    The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
    visualId String
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    actions List<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.
    dataSetIdentifier string
    The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
    visualId string
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    actions 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.
    data_set_identifier str
    The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
    visual_id str
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    actions Sequence[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.
    dataSetIdentifier String
    The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
    visualId String
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    actions List<Property Map>
    The list of custom actions that are configured for a visual.
    chartConfiguration Property Map
    The configuration of a CustomContentVisual .
    subtitle Property Map
    The subtitle that is displayed on the visual.
    title Property Map
    The title that is displayed on the visual.

    TemplateCustomFilterConfiguration, TemplateCustomFilterConfigurationArgs

    MatchOperator Pulumi.AwsNative.QuickSight.TemplateCategoryFilterMatchOperator
    The match operator that is used to determine if a filter should be applied.
    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.
    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 TemplateCategoryFilterMatchOperator
    The match operator that is used to determine if a filter should be applied.
    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.
    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 TemplateCategoryFilterMatchOperator
    The match operator that is used to determine if a filter should be applied.
    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.
    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 TemplateCategoryFilterMatchOperator
    The match operator that is used to determine if a filter should be applied.
    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.
    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 TemplateCategoryFilterMatchOperator
    The match operator that is used to determine if a filter should be applied.
    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.
    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 "EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH"
    The match operator that is used to determine if a filter should be applied.
    nullOption "ALL_VALUES" | "NULLS_ONLY" | "NON_NULLS_ONLY"
    This option determines how null values should be treated when filtering data.

    • ALL_VALUES : Include null values in filtered results.
    • NULLS_ONLY : Only include null values in filtered results.
    • NON_NULLS_ONLY : Exclude null values from filtered results.
    categoryValue String

    The category value for the filter.

    This field is mutually exclusive to ParameterName .

    parameterName String

    The parameter whose value should be used for the filter value.

    This field is mutually exclusive to CategoryValue .

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

    • FILTER_ALL_VALUES

    TemplateCustomFilterListConfiguration, TemplateCustomFilterListConfigurationArgs

    MatchOperator Pulumi.AwsNative.QuickSight.TemplateCategoryFilterMatchOperator
    The match operator that is used to determine if a filter should be applied.
    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.
    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 TemplateCategoryFilterMatchOperator
    The match operator that is used to determine if a filter should be applied.
    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.
    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 TemplateCategoryFilterMatchOperator
    The match operator that is used to determine if a filter should be applied.
    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.
    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 TemplateCategoryFilterMatchOperator
    The match operator that is used to determine if a filter should be applied.
    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.
    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 TemplateCategoryFilterMatchOperator
    The match operator that is used to determine if a filter should be applied.
    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.
    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 "EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH"
    The match operator that is used to determine if a filter should be applied.
    nullOption "ALL_VALUES" | "NULLS_ONLY" | "NON_NULLS_ONLY"
    This option determines how null values should be treated when filtering data.

    • ALL_VALUES : Include null values in filtered results.
    • NULLS_ONLY : Only include null values in filtered results.
    • NON_NULLS_ONLY : Exclude null values from filtered results.
    categoryValues List<String>
    The list of category values for the filter.
    selectAllOptions "FILTER_ALL_VALUES"
    Select all of the values. Null is not the assigned value of select all.

    • FILTER_ALL_VALUES

    TemplateCustomNarrativeOptions, TemplateCustomNarrativeOptionsArgs

    Narrative string
    The string input of custom narrative.
    Narrative string
    The string input of custom narrative.
    narrative String
    The string input of custom narrative.
    narrative string
    The string input of custom narrative.
    narrative str
    The string input of custom narrative.
    narrative String
    The string input of custom narrative.

    TemplateCustomParameterValues, TemplateCustomParameterValuesArgs

    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 Pulumi.AwsNative.QuickSight.Inputs.TemplateCustomParameterValues
    IncludeNullValue bool
    Includes the null value in custom action parameter values.
    CustomValues TemplateCustomParameterValues
    IncludeNullValue bool
    Includes the null value in custom action parameter values.
    customValues TemplateCustomParameterValues
    includeNullValue Boolean
    Includes the null value in custom action parameter values.
    customValues TemplateCustomParameterValues
    includeNullValue boolean
    Includes the null value in custom action parameter values.
    custom_values TemplateCustomParameterValues
    include_null_value bool
    Includes the null value in custom action parameter values.
    customValues Property Map
    includeNullValue Boolean
    Includes the null value in custom action parameter values.

    TemplateDataBarsOptions, TemplateDataBarsOptionsArgs

    FieldId string
    The field ID for the data bars options.
    NegativeColor string
    The color of the negative data bar.
    PositiveColor string
    The color of the positive data bar.
    FieldId string
    The field ID for the data bars options.
    NegativeColor string
    The color of the negative data bar.
    PositiveColor string
    The color of the positive data bar.
    fieldId String
    The field ID for the data bars options.
    negativeColor String
    The color of the negative data bar.
    positiveColor String
    The color of the positive data bar.
    fieldId string
    The field ID for the data bars options.
    negativeColor string
    The color of the negative data bar.
    positiveColor string
    The color of the positive data bar.
    field_id str
    The field ID for the data bars options.
    negative_color str
    The color of the negative data bar.
    positive_color str
    The color of the positive data bar.
    fieldId String
    The field ID for the data bars options.
    negativeColor String
    The color of the negative data bar.
    positiveColor String
    The color of the positive data bar.

    TemplateDataColor, TemplateDataColorArgs

    Color 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 Pulumi.AwsNative.QuickSight.TemplateAxisBinding
    The axis that you are binding the field to.
    FieldId string
    The field ID of the field that you are setting the axis binding to.
    FieldValue string
    The field value of the field that you are setting the axis binding to.
    Settings Pulumi.AwsNative.QuickSight.Inputs.TemplateLineChartSeriesSettings
    The options that determine the presentation of line series associated to the field.
    AxisBinding TemplateAxisBinding
    The axis that you are binding the field to.
    FieldId string
    The field ID of the field that you are setting the axis binding to.
    FieldValue string
    The field value of the field that you are setting the axis binding to.
    Settings TemplateLineChartSeriesSettings
    The options that determine the presentation of line series associated to the field.
    axisBinding TemplateAxisBinding
    The axis that you are binding the field to.
    fieldId String
    The field ID of the field that you are setting the axis binding to.
    fieldValue String
    The field value of the field that you are setting the axis binding to.
    settings TemplateLineChartSeriesSettings
    The options that determine the presentation of line series associated to the field.
    axisBinding TemplateAxisBinding
    The axis that you are binding the field to.
    fieldId string
    The field ID of the field that you are setting the axis binding to.
    fieldValue string
    The field value of the field that you are setting the axis binding to.
    settings TemplateLineChartSeriesSettings
    The options that determine the presentation of line series associated to the field.
    axis_binding TemplateAxisBinding
    The axis that you are binding the field to.
    field_id str
    The field ID of the field that you are setting the axis binding to.
    field_value str
    The field value of the field that you are setting the axis binding to.
    settings TemplateLineChartSeriesSettings
    The options that determine the presentation of line series associated to the field.
    axisBinding "PRIMARY_YAXIS" | "SECONDARY_YAXIS"
    The axis that you are binding the field to.
    fieldId String
    The field ID of the field that you are setting the axis binding to.
    fieldValue String
    The field value of the field that you are setting the axis binding to.
    settings Property Map
    The options that determine the presentation of line series associated to the field.

    TemplateDataLabelContent, TemplateDataLabelContentArgs

    Value
    VALUE
    Percent
    PERCENT
    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 Pulumi.AwsNative.QuickSight.TemplateVisibility
    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 Pulumi.AwsNative.QuickSight.TemplateVisibility
    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 Pulumi.AwsNative.QuickSight.TemplateVisibility
    Determines the visibility of the total.
    Visibility Pulumi.AwsNative.QuickSight.TemplateVisibility
    Determines the visibility of the data labels.
    CategoryLabelVisibility TemplateVisibility
    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 TemplateVisibility
    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 TemplateVisibility
    Determines the visibility of the total.
    Visibility TemplateVisibility
    Determines the visibility of the data labels.
    categoryLabelVisibility TemplateVisibility
    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 TemplateVisibility
    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 TemplateVisibility
    Determines the visibility of the total.
    visibility TemplateVisibility
    Determines the visibility of the data labels.
    categoryLabelVisibility TemplateVisibility
    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 TemplateVisibility
    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 TemplateVisibility
    Determines the visibility of the total.
    visibility TemplateVisibility
    Determines the visibility of the data labels.
    category_label_visibility TemplateVisibility
    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 TemplateVisibility
    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 TemplateVisibility
    Determines the visibility of the total.
    visibility TemplateVisibility
    Determines the visibility of the data labels.
    categoryLabelVisibility "HIDDEN" | "VISIBLE"
    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 "HIDDEN" | "VISIBLE"
    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 "HIDDEN" | "VISIBLE"
    Determines the visibility of the total.
    visibility "HIDDEN" | "VISIBLE"
    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 string
    The color that needs to be applied to the element.
    Element 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 string
    The color that needs to be applied to the element.
    Element 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 String
    The color that needs to be applied to the element.
    element 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 string
    The color that needs to be applied to the element.
    element 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 str
    The color that needs to be applied to the element.
    element 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 String
    The color that needs to be applied to the element.
    element Property Map
    The element that the color needs to be applied to.
    timeGranularity "YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND"
    The time granularity of the field that the color needs to be applied to.

    TemplateDataPathLabelType, TemplateDataPathLabelTypeArgs

    FieldId string
    The field ID of the field that the data label needs to be applied to.
    FieldValue string
    The actual value of the field that is labeled.
    Visibility Pulumi.AwsNative.QuickSight.TemplateVisibility
    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 TemplateVisibility
    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 TemplateVisibility
    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 TemplateVisibility
    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 TemplateVisibility
    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 "HIDDEN" | "VISIBLE"
    The visibility of the data label.

    TemplateDataPathSort, TemplateDataPathSortArgs

    Direction TemplateSortDirection
    Determines the sort direction.
    SortPaths []TemplateDataPathValue
    The list of data paths that need to be sorted.
    direction TemplateSortDirection
    Determines the sort direction.
    sortPaths List<TemplateDataPathValue>
    The list of data paths that need to be sorted.
    direction TemplateSortDirection
    Determines the sort direction.
    sortPaths TemplateDataPathValue[]
    The list of data paths that need to be sorted.
    direction TemplateSortDirection
    Determines the sort direction.
    sort_paths Sequence[TemplateDataPathValue]
    The list of data paths that need to be sorted.
    direction "ASC" | "DESC"
    Determines the sort direction.
    sortPaths List<Property Map>
    The list of data paths that need to be sorted.

    TemplateDataPathType, TemplateDataPathTypeArgs

    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

    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 Pulumi.AwsNative.QuickSight.TemplateVisibility
    Determines whether or not missing dates are displayed.
    MissingDateVisibility TemplateVisibility
    Determines whether or not missing dates are displayed.
    missingDateVisibility TemplateVisibility
    Determines whether or not missing dates are displayed.
    missingDateVisibility TemplateVisibility
    Determines whether or not missing dates are displayed.
    missing_date_visibility TemplateVisibility
    Determines whether or not missing dates are displayed.
    missingDateVisibility "HIDDEN" | "VISIBLE"
    Determines whether or not missing dates are displayed.

    TemplateDateDimensionField, TemplateDateDimensionFieldArgs

    Column Pulumi.AwsNative.QuickSight.Inputs.TemplateColumnIdentifier
    The column that is used in the DateDimensionField .
    FieldId 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 TemplateColumnIdentifier
    The column that is used in the DateDimensionField .
    FieldId 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 TemplateColumnIdentifier
    The column that is used in the DateDimensionField .
    fieldId 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 TemplateColumnIdentifier
    The column that is used in the DateDimensionField .
    fieldId 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 TemplateColumnIdentifier
    The column that is used in the DateDimensionField .
    field_id 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 Property Map
    The column that is used in the DateDimensionField .
    fieldId String
    The custom field ID.
    dateGranularity "YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND"
    The date granularity of the DateDimensionField . Choose one of the following options:

    • YEAR
    • QUARTER
    • MONTH
    • WEEK
    • DAY
    • HOUR
    • MINUTE
    • SECOND
    • MILLISECOND
    formatConfiguration Property Map
    The format configuration of the field.
    hierarchyId String
    The custom hierarchy ID.

    TemplateDateMeasureField, TemplateDateMeasureFieldArgs

    Column Pulumi.AwsNative.QuickSight.Inputs.TemplateColumnIdentifier
    The column that is used in the DateMeasureField .
    FieldId 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 TemplateColumnIdentifier
    The column that is used in the DateMeasureField .
    FieldId string
    The custom field ID.
    AggregationFunction TemplateDateAggregationFunction
    The aggregation function of the measure field.
    FormatConfiguration TemplateDateTimeFormatConfiguration
    The format configuration of the field.
    column TemplateColumnIdentifier
    The column that is used in the DateMeasureField .
    fieldId String
    The custom field ID.
    aggregationFunction TemplateDateAggregationFunction
    The aggregation function of the measure field.
    formatConfiguration TemplateDateTimeFormatConfiguration
    The format configuration of the field.
    column TemplateColumnIdentifier
    The column that is used in the DateMeasureField .
    fieldId string
    The custom field ID.
    aggregationFunction TemplateDateAggregationFunction
    The aggregation function of the measure field.
    formatConfiguration TemplateDateTimeFormatConfiguration
    The format configuration of the field.
    column TemplateColumnIdentifier
    The column that is used in the DateMeasureField .
    field_id 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 Property Map
    The column that is used in the DateMeasureField .
    fieldId String
    The custom field ID.
    aggregationFunction "COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX"
    The aggregation function of the measure field.
    formatConfiguration Property Map
    The format configuration of the field.

    TemplateDateTimeDefaultValues, TemplateDateTimeDefaultValuesArgs

    DynamicValue Pulumi.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 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 string
    The hierarchy ID of the DateTime hierarchy.
    DrillDownFilters []TemplateDrillDownFilter
    The option that determines the drill down filters for the DateTime hierarchy.
    hierarchyId String
    The hierarchy ID of the DateTime hierarchy.
    drillDownFilters List<TemplateDrillDownFilter>
    The option that determines the drill down filters for the DateTime hierarchy.
    hierarchyId string
    The hierarchy ID of the DateTime hierarchy.
    drillDownFilters TemplateDrillDownFilter[]
    The option that determines the drill down filters for the DateTime hierarchy.
    hierarchy_id 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 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 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 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 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 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 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 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

    DateTimeFormat string
    Customize how dates are formatted in controls.
    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.
    DateTimeFormat string
    Customize how dates are formatted in controls.
    InfoIconLabelOptions TemplateSheetControlInfoIconLabelOptions
    The configuration of info icon label options.
    TitleOptions TemplateLabelOptions
    The options to configure the title visibility, name, and font size.
    dateTimeFormat String
    Customize how dates are formatted in controls.
    infoIconLabelOptions TemplateSheetControlInfoIconLabelOptions
    The configuration of info icon label options.
    titleOptions TemplateLabelOptions
    The options to configure the title visibility, name, and font size.
    dateTimeFormat string
    Customize how dates are formatted in controls.
    infoIconLabelOptions TemplateSheetControlInfoIconLabelOptions
    The configuration of info icon label options.
    titleOptions TemplateLabelOptions
    The options to configure the title visibility, name, and font size.
    date_time_format str
    Customize how dates are formatted in controls.
    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.
    dateTimeFormat String
    Customize how dates are formatted in controls.
    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 string
    The name of the parameter that is being declared.
    ParameterValueType 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 string
    The name of the parameter that is being declared.
    ParameterValueType 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 String
    The name of the parameter that is being declared.
    parameterValueType 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 string
    The name of the parameter that is being declared.
    parameterValueType 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 str
    The name of the parameter that is being declared.
    parameter_value_type 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 String
    The name of the parameter that is being declared.
    parameterValueType "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 double
    The values of the decimal places.
    DecimalPlaces float64
    The values of the decimal places.
    decimalPlaces Double
    The values of the decimal places.
    decimalPlaces number
    The values of the decimal places.
    decimal_places float
    The values of the decimal places.
    decimalPlaces Number
    The values of the decimal places.

    TemplateDecimalValueWhenUnsetConfiguration, TemplateDecimalValueWhenUnsetConfigurationArgs

    CustomValue double
    A custom value that's used when the value of a parameter isn't set.
    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

    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.
    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.
    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.
    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.
    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.
    displayOptions Property Map
    The display options of a control.
    type "SINGLE_VALUED" | "DATE_RANGE"
    The date time picker type of the DefaultDateTimePickerControlOptions . Choose one of the following options:

    • SINGLE_VALUED : The filter condition is a fixed date.
    • DATE_RANGE : The filter condition is a date time range.

    TemplateDefaultFilterControlConfiguration, TemplateDefaultFilterControlConfigurationArgs

    ControlOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateDefaultFilterControlOptions
    The control option for the DefaultFilterControlConfiguration .
    Title string
    The title of the DefaultFilterControlConfiguration . This title is shared by all controls that are tied to this filter.
    ControlOptions TemplateDefaultFilterControlOptions
    The control option for the DefaultFilterControlConfiguration .
    Title string
    The title of the DefaultFilterControlConfiguration . This title is shared by all controls that are tied to this filter.
    controlOptions TemplateDefaultFilterControlOptions
    The control option for the DefaultFilterControlConfiguration .
    title String
    The title of the DefaultFilterControlConfiguration . This title is shared by all controls that are tied to this filter.
    controlOptions TemplateDefaultFilterControlOptions
    The control option for the DefaultFilterControlConfiguration .
    title string
    The title of the DefaultFilterControlConfiguration . This title is shared by all controls that are tied to this filter.
    control_options TemplateDefaultFilterControlOptions
    The control option for the DefaultFilterControlConfiguration .
    title str
    The title of the DefaultFilterControlConfiguration . This title is shared by all controls that are tied to this filter.
    controlOptions Property Map
    The control option for the DefaultFilterControlConfiguration .
    title String
    The title of the DefaultFilterControlConfiguration . This title is shared by all controls that are tied to this filter.

    TemplateDefaultFilterControlOptions, TemplateDefaultFilterControlOptionsArgs

    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

    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.
    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.
    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.
    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.
    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.
    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 Pulumi.AwsNative.QuickSight.Inputs.TemplateFreeFormLayoutCanvasSizeOptions
    Determines the screen canvas size options for a free-form layout.
    CanvasSizeOptions TemplateFreeFormLayoutCanvasSizeOptions
    Determines the screen canvas size options for a free-form layout.
    canvasSizeOptions TemplateFreeFormLayoutCanvasSizeOptions
    Determines the screen canvas size options for a free-form layout.
    canvasSizeOptions TemplateFreeFormLayoutCanvasSizeOptions
    Determines the screen canvas size options for a free-form layout.
    canvas_size_options TemplateFreeFormLayoutCanvasSizeOptions
    Determines the screen canvas size options for a free-form layout.
    canvasSizeOptions Property Map
    Determines the screen canvas size options for a free-form layout.

    TemplateDefaultGridLayoutConfiguration, TemplateDefaultGridLayoutConfigurationArgs

    CanvasSizeOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateGridLayoutCanvasSizeOptions
    Determines the screen canvas size options for a grid layout.
    CanvasSizeOptions TemplateGridLayoutCanvasSizeOptions
    Determines the screen canvas size options for a grid layout.
    canvasSizeOptions TemplateGridLayoutCanvasSizeOptions
    Determines the screen canvas size options for a grid layout.
    canvasSizeOptions TemplateGridLayoutCanvasSizeOptions
    Determines the screen canvas size options for a grid layout.
    canvas_size_options TemplateGridLayoutCanvasSizeOptions
    Determines the screen canvas size options for a grid layout.
    canvasSizeOptions 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

    displayOptions Property Map
    The display options of a control.

    TemplateDefaultSectionBasedLayoutConfiguration, TemplateDefaultSectionBasedLayoutConfigurationArgs

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

    TemplateDefaultSliderControlOptions, TemplateDefaultSliderControlOptionsArgs

    MaximumValue double
    The larger value that is displayed at the right of the slider.
    MinimumValue double
    The smaller value that is displayed at the left of the slider.
    StepSize double
    The number of increments that the slider bar is divided into.
    DisplayOptions Pulumi.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 float64
    The larger value that is displayed at the right of the slider.
    MinimumValue float64
    The smaller value that is displayed at the left of the slider.
    StepSize float64
    The number of increments that the slider bar is divided into.
    DisplayOptions 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 Double
    The larger value that is displayed at the right of the slider.
    minimumValue Double
    The smaller value that is displayed at the left of the slider.
    stepSize Double
    The number of increments that the slider bar is divided into.
    displayOptions 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 number
    The larger value that is displayed at the right of the slider.
    minimumValue number
    The smaller value that is displayed at the left of the slider.
    stepSize number
    The number of increments that the slider bar is divided into.
    displayOptions 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 float
    The larger value that is displayed at the right of the slider.
    minimum_value float
    The smaller value that is displayed at the left of the slider.
    step_size float
    The number of increments that the slider bar is divided into.
    display_options 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 Number
    The larger value that is displayed at the right of the slider.
    minimumValue Number
    The smaller value that is displayed at the left of the slider.
    stepSize Number
    The number of increments that the slider bar is divided into.
    displayOptions Property Map
    The display options of a control.
    type "SINGLE_POINT" | "RANGE"
    The type of the DefaultSliderControlOptions . Choose one of the following options:

    • SINGLE_POINT : Filter against(equals) a single data point.
    • RANGE : Filter data that is in a specified range.

    TemplateDefaultTextAreaControlOptions, TemplateDefaultTextAreaControlOptionsArgs

    Delimiter string
    The delimiter that is used to separate the lines in text.
    DisplayOptions Pulumi.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
    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
    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
    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
    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
    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
    sourceField String
    The source field ID of the destination parameter.
    sourceParameterName String
    The source parameter name of the destination parameter.

    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 Pulumi.AwsNative.QuickSight.TemplateVisibility
    Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called 'Show total' .
    LabelVisibility TemplateVisibility
    Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called 'Show total' .
    labelVisibility TemplateVisibility
    Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called 'Show total' .
    labelVisibility TemplateVisibility
    Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called 'Show total' .
    label_visibility TemplateVisibility
    Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called 'Show total' .
    labelVisibility "HIDDEN" | "VISIBLE"
    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 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 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 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 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 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 string
    The data set that is used in the empty visual. Every visual requires a dataset to render.
    VisualId string
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    Actions List<Pulumi.AwsNative.QuickSight.Inputs.TemplateVisualCustomAction>
    The list of custom actions that are configured for a visual.
    DataSetIdentifier string
    The data set that is used in the empty visual. Every visual requires a dataset to render.
    VisualId string
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    Actions []TemplateVisualCustomAction
    The list of custom actions that are configured for a visual.
    dataSetIdentifier String
    The data set that is used in the empty visual. Every visual requires a dataset to render.
    visualId String
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    actions List<TemplateVisualCustomAction>
    The list of custom actions that are configured for a visual.
    dataSetIdentifier string
    The data set that is used in the empty visual. Every visual requires a dataset to render.
    visualId string
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    actions TemplateVisualCustomAction[]
    The list of custom actions that are configured for a visual.
    data_set_identifier str
    The data set that is used in the empty visual. Every visual requires a dataset to render.
    visual_id str
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    actions Sequence[TemplateVisualCustomAction]
    The list of custom actions that are configured for a visual.
    dataSetIdentifier String
    The data set that is used in the empty visual. Every visual requires a dataset to render.
    visualId String
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    actions List<Property Map>
    The list of custom actions that are configured for a visual.

    TemplateEntity, TemplateEntityArgs

    Path string
    The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
    Path string
    The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
    path String
    The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
    path string
    The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
    path str
    The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
    path String
    The hierarchical path of the entity within the analysis, template, or dashboard definition tree.

    TemplateError, TemplateErrorArgs

    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 double
    The amount or number of the exclude period.
    Granularity 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 float64
    The amount or number of the exclude period.
    Granularity 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 Double
    The amount or number of the exclude period.
    granularity 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 number
    The amount or number of the exclude period.
    granularity 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 float
    The amount or number of the exclude period.
    granularity 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 Number
    The amount or number of the exclude period.
    granularity "YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND"
    The granularity or unit (day, month, year) of the exclude period.
    status "ENABLED" | "DISABLED"
    The status of the exclude period. Choose from the following options:

    • ENABLED
    • DISABLED

    TemplateExplicitHierarchy, TemplateExplicitHierarchyArgs

    Columns List<Pulumi.AwsNative.QuickSight.Inputs.TemplateColumnIdentifier>
    The list of columns that define the explicit hierarchy.
    HierarchyId 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 []TemplateColumnIdentifier
    The list of columns that define the explicit hierarchy.
    HierarchyId string
    The hierarchy ID of the explicit hierarchy.
    DrillDownFilters []TemplateDrillDownFilter
    The option that determines the drill down filters for the explicit hierarchy.
    columns List<TemplateColumnIdentifier>
    The list of columns that define the explicit hierarchy.
    hierarchyId String
    The hierarchy ID of the explicit hierarchy.
    drillDownFilters List<TemplateDrillDownFilter>
    The option that determines the drill down filters for the explicit hierarchy.
    columns TemplateColumnIdentifier[]
    The list of columns that define the explicit hierarchy.
    hierarchyId string
    The hierarchy ID of the explicit hierarchy.
    drillDownFilters TemplateDrillDownFilter[]
    The option that determines the drill down filters for the explicit hierarchy.
    columns Sequence[TemplateColumnIdentifier]
    The list of columns that define the explicit hierarchy.
    hierarchy_id 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 List<Property Map>
    The list of columns that define the explicit hierarchy.
    hierarchyId 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 Pulumi.AwsNative.QuickSight.TemplateVisibility
    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 TemplateVisibility
    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 TemplateVisibility
    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 TemplateVisibility
    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 TemplateVisibility
    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 "HIDDEN" | "VISIBLE"
    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 Pulumi.AwsNative.QuickSight.TemplateVisibility
    The visibility of the field label.
    FieldId string
    Indicates the field that is targeted by the field label.
    Visibility TemplateVisibility
    The visibility of the field label.
    fieldId String
    Indicates the field that is targeted by the field label.
    visibility TemplateVisibility
    The visibility of the field label.
    fieldId string
    Indicates the field that is targeted by the field label.
    visibility TemplateVisibility
    The visibility of the field label.
    field_id str
    Indicates the field that is targeted by the field label.
    visibility TemplateVisibility
    The visibility of the field label.
    fieldId String
    Indicates the field that is targeted by the field label.
    visibility "HIDDEN" | "VISIBLE"
    The visibility of the field label.

    TemplateFieldSeriesItem, TemplateFieldSeriesItemArgs

    AxisBinding Pulumi.AwsNative.QuickSight.TemplateAxisBinding
    The axis that you are binding the field to.
    FieldId string
    The field ID of the field for which you are setting the axis binding.
    Settings Pulumi.AwsNative.QuickSight.Inputs.TemplateLineChartSeriesSettings
    The options that determine the presentation of line series associated to the field.
    AxisBinding TemplateAxisBinding
    The axis that you are binding the field to.
    FieldId string
    The field ID of the field for which you are setting the axis binding.
    Settings TemplateLineChartSeriesSettings
    The options that determine the presentation of line series associated to the field.
    axisBinding TemplateAxisBinding
    The axis that you are binding the field to.
    fieldId String
    The field ID of the field for which you are setting the axis binding.
    settings TemplateLineChartSeriesSettings
    The options that determine the presentation of line series associated to the field.
    axisBinding TemplateAxisBinding
    The axis that you are binding the field to.
    fieldId string
    The field ID of the field for which you are setting the axis binding.
    settings TemplateLineChartSeriesSettings
    The options that determine the presentation of line series associated to the field.
    axis_binding TemplateAxisBinding
    The axis that you are binding the field to.
    field_id str
    The field ID of the field for which you are setting the axis binding.
    settings TemplateLineChartSeriesSettings
    The options that determine the presentation of line series associated to the field.
    axisBinding "PRIMARY_YAXIS" | "SECONDARY_YAXIS"
    The axis that you are binding the field to.
    fieldId String
    The field ID of the field for which you are setting the axis binding.
    settings Property Map
    The options that determine the presentation of line series associated to the field.

    TemplateFieldSort, TemplateFieldSortArgs

    Direction Pulumi.AwsNative.QuickSight.TemplateSortDirection
    The sort direction. Choose one of the following options:

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

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

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

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

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

    • ASC : Ascending
    • DESC : Descending
    fieldId String
    The sort configuration target field.

    TemplateFieldSortOptions, TemplateFieldSortOptionsArgs

    ColumnSort Pulumi.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 string
    The unique ID of the field that is targeted by the tooltip.
    Label string
    The label of the tooltip item.
    Visibility Pulumi.AwsNative.QuickSight.TemplateVisibility
    The visibility of the tooltip item.
    FieldId string
    The unique ID of the field that is targeted by the tooltip.
    Label string
    The label of the tooltip item.
    Visibility TemplateVisibility
    The visibility of the tooltip item.
    fieldId String
    The unique ID of the field that is targeted by the tooltip.
    label String
    The label of the tooltip item.
    visibility TemplateVisibility
    The visibility of the tooltip item.
    fieldId string
    The unique ID of the field that is targeted by the tooltip.
    label string
    The label of the tooltip item.
    visibility TemplateVisibility
    The visibility of the tooltip item.
    field_id str
    The unique ID of the field that is targeted by the tooltip.
    label str
    The label of the tooltip item.
    visibility TemplateVisibility
    The visibility of the tooltip item.
    fieldId String
    The unique ID of the field that is targeted by the tooltip.
    label String
    The label of the tooltip item.
    visibility "HIDDEN" | "VISIBLE"
    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 []TemplateFilledMapConditionalFormattingOption
    Conditional formatting options of a FilledMapVisual .
    conditionalFormattingOptions List<TemplateFilledMapConditionalFormattingOption>
    Conditional formatting options of a FilledMapVisual .
    conditionalFormattingOptions TemplateFilledMapConditionalFormattingOption[]
    Conditional formatting options of a FilledMapVisual .
    conditionalFormattingOptions List<Property Map>
    Conditional formatting options of a FilledMapVisual .

    TemplateFilledMapConditionalFormattingOption, TemplateFilledMapConditionalFormattingOptionArgs

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

    TemplateFilledMapConfiguration, TemplateFilledMapConfigurationArgs

    FieldWells TemplateFilledMapFieldWells
    The field wells of the 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.
    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.
    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.
    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.
    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 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 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 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 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 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 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 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.
    VisualId string
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
    Actions []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.
    visualId String
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
    actions List<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.
    visualId string
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
    actions 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.
    visual_id str
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
    actions Sequence[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.
    visualId String
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
    actions List<Property Map>
    The list of custom actions that are configured for a visual.
    chartConfiguration Property Map
    The configuration settings of the visual.
    columnHierarchies List<Property Map>
    The column hierarchy that is used during drill-downs and drill-ups.
    conditionalFormatting Property Map
    The conditional formatting of a FilledMapVisual .
    subtitle Property Map
    The subtitle that is displayed on the visual.
    title Property Map
    The title that is displayed on the visual.

    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 .

    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 .

    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 .

    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 .

    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 .

    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 .

    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 string
    The ID of the FilterCrossSheetControl .
    SourceFilterId 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 string
    The ID of the FilterCrossSheetControl .
    SourceFilterId 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 String
    The ID of the FilterCrossSheetControl .
    sourceFilterId 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 string
    The ID of the FilterCrossSheetControl .
    sourceFilterId 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 str
    The ID of the FilterCrossSheetControl .
    source_filter_id 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 String
    The ID of the FilterCrossSheetControl .
    sourceFilterId 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 string
    The ID of the FilterDateTimePickerControl .
    SourceFilterId string
    The source filter ID of the FilterDateTimePickerControl .
    Title string
    The title of the FilterDateTimePickerControl .
    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 string
    The ID of the FilterDateTimePickerControl .
    SourceFilterId string
    The source filter ID of the FilterDateTimePickerControl .
    Title string
    The title of the FilterDateTimePickerControl .
    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 String
    The ID of the FilterDateTimePickerControl .
    sourceFilterId String
    The source filter ID of the FilterDateTimePickerControl .
    title String
    The title of the FilterDateTimePickerControl .
    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 string
    The ID of the FilterDateTimePickerControl .
    sourceFilterId string
    The source filter ID of the FilterDateTimePickerControl .
    title string
    The title of the FilterDateTimePickerControl .
    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 str
    The ID of the FilterDateTimePickerControl .
    source_filter_id str
    The source filter ID of the FilterDateTimePickerControl .
    title str
    The title of the FilterDateTimePickerControl .
    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 String
    The ID of the FilterDateTimePickerControl .
    sourceFilterId String
    The source filter ID of the FilterDateTimePickerControl .
    title String
    The title of the FilterDateTimePickerControl .
    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 string
    The ID of the FilterDropDownControl .
    SourceFilterId string
    The source filter ID of the FilterDropDownControl .
    Title 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.
    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 string
    The ID of the FilterDropDownControl .
    SourceFilterId string
    The source filter ID of the FilterDropDownControl .
    Title 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.
    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 String
    The ID of the FilterDropDownControl .
    sourceFilterId String
    The source filter ID of the FilterDropDownControl .
    title 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.
    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 string
    The ID of the FilterDropDownControl .
    sourceFilterId string
    The source filter ID of the FilterDropDownControl .
    title 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.
    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 str
    The ID of the FilterDropDownControl .
    source_filter_id str
    The source filter ID of the FilterDropDownControl .
    title 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.
    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 String
    The ID of the FilterDropDownControl .
    sourceFilterId String
    The source filter ID of the FilterDropDownControl .
    title 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.
    displayOptions Property Map
    The display options of the FilterDropDownControl .
    selectableValues Property Map
    A list of selectable values that are used in a control.
    type "MULTI_SELECT" | "SINGLE_SELECT"
    The type of the FilterDropDownControl . Choose one of the following options:

    • MULTI_SELECT : The user can select multiple entries from a dropdown menu.
    • SINGLE_SELECT : The user can select a single entry from a dropdown menu.

    TemplateFilterGroup, TemplateFilterGroupArgs

    CrossDataset Pulumi.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 string
    The value that uniquely identifies a FilterGroup within a dashboard, template, or analysis.
    Filters List<Pulumi.AwsNative.QuickSight.Inputs.TemplateFilter>
    The list of filters that are present in a FilterGroup .
    ScopeConfiguration 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 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 string
    The value that uniquely identifies a FilterGroup within a dashboard, template, or analysis.
    Filters []TemplateFilter
    The list of filters that are present in a FilterGroup .
    ScopeConfiguration 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 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 String
    The value that uniquely identifies a FilterGroup within a dashboard, template, or analysis.
    filters List<TemplateFilter>
    The list of filters that are present in a FilterGroup .
    scopeConfiguration 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 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 string
    The value that uniquely identifies a FilterGroup within a dashboard, template, or analysis.
    filters TemplateFilter[]
    The list of filters that are present in a FilterGroup .
    scopeConfiguration 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 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 str
    The value that uniquely identifies a FilterGroup within a dashboard, template, or analysis.
    filters Sequence[TemplateFilter]
    The list of filters that are present in a FilterGroup .
    scope_configuration 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 "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 String
    The value that uniquely identifies a FilterGroup within a dashboard, template, or analysis.
    filters List<Property Map>
    The list of filters that are present in a FilterGroup .
    scopeConfiguration Property Map

    The configuration that specifies what scope to apply to a FilterGroup .

    This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

    status "ENABLED" | "DISABLED"
    The status of the FilterGroup .

    TemplateFilterListConfiguration, TemplateFilterListConfigurationArgs

    MatchOperator Pulumi.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 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 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 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 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 "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 string
    The ID of the FilterListControl .
    SourceFilterId string
    The source filter ID of the FilterListControl .
    Title 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 string
    The ID of the FilterListControl .
    SourceFilterId string
    The source filter ID of the FilterListControl .
    Title 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 String
    The ID of the FilterListControl .
    sourceFilterId String
    The source filter ID of the FilterListControl .
    title 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 string
    The ID of the FilterListControl .
    sourceFilterId string
    The source filter ID of the FilterListControl .
    title 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 str
    The ID of the FilterListControl .
    source_filter_id str
    The source filter ID of the FilterListControl .
    title 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 String
    The ID of the FilterListControl .
    sourceFilterId String
    The source filter ID of the FilterListControl .
    title 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

    TemplateFilterOperationSelectedFieldsConfiguration, TemplateFilterOperationSelectedFieldsConfigurationArgs

    SelectedColumns List<Pulumi.AwsNative.QuickSight.Inputs.TemplateColumnIdentifier>
    SelectedFieldOptions Pulumi.AwsNative.QuickSight.TemplateSelectedFieldOptions

    A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation .

    Valid values are defined as follows:

    • ALL_FIELDS : Applies the filter operation to all fields.
    SelectedFields List<string>
    Chooses the fields that are filtered in CustomActionFilterOperation .
    SelectedColumns []TemplateColumnIdentifier
    SelectedFieldOptions TemplateSelectedFieldOptions

    A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation .

    Valid values are defined as follows:

    • ALL_FIELDS : Applies the filter operation to all fields.
    SelectedFields []string
    Chooses the fields that are filtered in CustomActionFilterOperation .
    selectedColumns List<TemplateColumnIdentifier>
    selectedFieldOptions TemplateSelectedFieldOptions

    A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation .

    Valid values are defined as follows:

    • ALL_FIELDS : Applies the filter operation to all fields.
    selectedFields List<String>
    Chooses the fields that are filtered in CustomActionFilterOperation .
    selectedColumns TemplateColumnIdentifier[]
    selectedFieldOptions TemplateSelectedFieldOptions

    A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation .

    Valid values are defined as follows:

    • ALL_FIELDS : Applies the filter operation to all fields.
    selectedFields string[]
    Chooses the fields that are filtered in CustomActionFilterOperation .
    selected_columns Sequence[TemplateColumnIdentifier]
    selected_field_options TemplateSelectedFieldOptions

    A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation .

    Valid values are defined as follows:

    • ALL_FIELDS : Applies the filter operation to all fields.
    selected_fields Sequence[str]
    Chooses the fields that are filtered in CustomActionFilterOperation .
    selectedColumns List<Property Map>
    selectedFieldOptions "ALL_FIELDS"

    A structure that contains the options that choose which fields are filtered in the CustomActionFilterOperation .

    Valid values are defined as follows:

    • ALL_FIELDS : Applies the filter operation to all fields.
    selectedFields List<String>
    Chooses the fields that are filtered in CustomActionFilterOperation .

    TemplateFilterOperationTargetVisualsConfiguration, TemplateFilterOperationTargetVisualsConfigurationArgs

    SameSheetTargetVisualConfiguration Pulumi.AwsNative.QuickSight.Inputs.TemplateSameSheetTargetVisualConfiguration
    The configuration of the same-sheet target visuals that you want to be filtered.
    SameSheetTargetVisualConfiguration TemplateSameSheetTargetVisualConfiguration
    The configuration of the same-sheet target visuals that you want to be filtered.
    sameSheetTargetVisualConfiguration TemplateSameSheetTargetVisualConfiguration
    The configuration of the same-sheet target visuals that you want to be filtered.
    sameSheetTargetVisualConfiguration TemplateSameSheetTargetVisualConfiguration
    The configuration of the same-sheet target visuals that you want to be filtered.
    same_sheet_target_visual_configuration TemplateSameSheetTargetVisualConfiguration
    The configuration of the same-sheet target visuals that you want to be filtered.
    sameSheetTargetVisualConfiguration Property Map
    The configuration of the same-sheet target visuals that you want to be filtered.

    TemplateFilterRelativeDateTimeControl, TemplateFilterRelativeDateTimeControlArgs

    FilterControlId string
    The ID of the FilterTextAreaControl .
    SourceFilterId string
    The source filter ID of the FilterTextAreaControl .
    Title string
    The title of the FilterTextAreaControl .
    DisplayOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateRelativeDateTimeControlDisplayOptions
    The display options of a control.
    FilterControlId string
    The ID of the FilterTextAreaControl .
    SourceFilterId string
    The source filter ID of the FilterTextAreaControl .
    Title string
    The title of the FilterTextAreaControl .
    DisplayOptions TemplateRelativeDateTimeControlDisplayOptions
    The display options of a control.
    filterControlId String
    The ID of the FilterTextAreaControl .
    sourceFilterId String
    The source filter ID of the FilterTextAreaControl .
    title String
    The title of the FilterTextAreaControl .
    displayOptions TemplateRelativeDateTimeControlDisplayOptions
    The display options of a control.
    filterControlId string
    The ID of the FilterTextAreaControl .
    sourceFilterId string
    The source filter ID of the FilterTextAreaControl .
    title string
    The title of the FilterTextAreaControl .
    displayOptions TemplateRelativeDateTimeControlDisplayOptions
    The display options of a control.
    filter_control_id str
    The ID of the FilterTextAreaControl .
    source_filter_id str
    The source filter ID of the FilterTextAreaControl .
    title str
    The title of the FilterTextAreaControl .
    display_options TemplateRelativeDateTimeControlDisplayOptions
    The display options of a control.
    filterControlId String
    The ID of the FilterTextAreaControl .
    sourceFilterId String
    The source filter ID of the FilterTextAreaControl .
    title String
    The title of the FilterTextAreaControl .
    displayOptions Property Map
    The display options of a control.

    TemplateFilterScopeConfiguration, TemplateFilterScopeConfigurationArgs

    AllSheets Pulumi.AwsNative.QuickSight.Inputs.TemplateAllSheetsFilterScopeConfiguration
    The configuration that applies a filter to all sheets. When you choose AllSheets as the value for a FilterScopeConfiguration , this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. The AllSheetsFilterScopeConfiguration is chosen.
    SelectedSheets Pulumi.AwsNative.QuickSight.Inputs.TemplateSelectedSheetsFilterScopeConfiguration
    The configuration for applying a filter to specific sheets.
    AllSheets TemplateAllSheetsFilterScopeConfiguration
    The configuration that applies a filter to all sheets. When you choose AllSheets as the value for a FilterScopeConfiguration , this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. The AllSheetsFilterScopeConfiguration is chosen.
    SelectedSheets TemplateSelectedSheetsFilterScopeConfiguration
    The configuration for applying a filter to specific sheets.
    allSheets TemplateAllSheetsFilterScopeConfiguration
    The configuration that applies a filter to all sheets. When you choose AllSheets as the value for a FilterScopeConfiguration , this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. The AllSheetsFilterScopeConfiguration is chosen.
    selectedSheets TemplateSelectedSheetsFilterScopeConfiguration
    The configuration for applying a filter to specific sheets.
    allSheets TemplateAllSheetsFilterScopeConfiguration
    The configuration that applies a filter to all sheets. When you choose AllSheets as the value for a FilterScopeConfiguration , this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. The AllSheetsFilterScopeConfiguration is chosen.
    selectedSheets TemplateSelectedSheetsFilterScopeConfiguration
    The configuration for applying a filter to specific sheets.
    all_sheets TemplateAllSheetsFilterScopeConfiguration
    The configuration that applies a filter to all sheets. When you choose AllSheets as the value for a FilterScopeConfiguration , this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. The AllSheetsFilterScopeConfiguration is chosen.
    selected_sheets TemplateSelectedSheetsFilterScopeConfiguration
    The configuration for applying a filter to specific sheets.
    allSheets Property Map
    The configuration that applies a filter to all sheets. When you choose AllSheets as the value for a FilterScopeConfiguration , this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. The AllSheetsFilterScopeConfiguration is chosen.
    selectedSheets Property Map
    The configuration for applying a filter to specific sheets.

    TemplateFilterSelectableValues, TemplateFilterSelectableValuesArgs

    Values List<string>
    The values that are used in the FilterSelectableValues .
    Values []string
    The values that are used in the FilterSelectableValues .
    values List<String>
    The values that are used in the FilterSelectableValues .
    values string[]
    The values that are used in the FilterSelectableValues .
    values Sequence[str]
    The values that are used in the FilterSelectableValues .
    values List<String>
    The values that are used in the FilterSelectableValues .

    TemplateFilterSliderControl, TemplateFilterSliderControlArgs

    FilterControlId string
    The ID of the FilterSliderControl .
    MaximumValue double
    The larger value that is displayed at the right of the slider.
    MinimumValue double
    The smaller value that is displayed at the left of the slider.
    SourceFilterId string
    The source filter ID of the FilterSliderControl .
    StepSize double
    The number of increments that the slider bar is divided into.
    Title string
    The title of the FilterSliderControl .
    DisplayOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateSliderControlDisplayOptions
    The display options of a control.
    Type Pulumi.AwsNative.QuickSight.TemplateSheetControlSliderType
    The type of the FilterSliderControl . Choose one of the following options:

    • SINGLE_POINT : Filter against(equals) a single data point.
    • RANGE : Filter data that is in a specified range.
    FilterControlId string
    The ID of the FilterSliderControl .
    MaximumValue float64
    The larger value that is displayed at the right of the slider.
    MinimumValue float64
    The smaller value that is displayed at the left of the slider.
    SourceFilterId string
    The source filter ID of the FilterSliderControl .
    StepSize float64
    The number of increments that the slider bar is divided into.
    Title string
    The title of the FilterSliderControl .
    DisplayOptions TemplateSliderControlDisplayOptions
    The display options of a control.
    Type TemplateSheetControlSliderType
    The type of the FilterSliderControl . Choose one of the following options:

    • SINGLE_POINT : Filter against(equals) a single data point.
    • RANGE : Filter data that is in a specified range.
    filterControlId String
    The ID of the FilterSliderControl .
    maximumValue Double
    The larger value that is displayed at the right of the slider.
    minimumValue Double
    The smaller value that is displayed at the left of the slider.
    sourceFilterId String
    The source filter ID of the FilterSliderControl .
    stepSize Double
    The number of increments that the slider bar is divided into.
    title String
    The title of the FilterSliderControl .
    displayOptions TemplateSliderControlDisplayOptions
    The display options of a control.
    type TemplateSheetControlSliderType
    The type of the FilterSliderControl . Choose one of the following options:

    • SINGLE_POINT : Filter against(equals) a single data point.
    • RANGE : Filter data that is in a specified range.
    filterControlId string
    The ID of the FilterSliderControl .
    maximumValue number
    The larger value that is displayed at the right of the slider.
    minimumValue number
    The smaller value that is displayed at the left of the slider.
    sourceFilterId string
    The source filter ID of the FilterSliderControl .
    stepSize number
    The number of increments that the slider bar is divided into.
    title string
    The title of the FilterSliderControl .
    displayOptions TemplateSliderControlDisplayOptions
    The display options of a control.
    type TemplateSheetControlSliderType
    The type of the FilterSliderControl . Choose one of the following options:

    • SINGLE_POINT : Filter against(equals) a single data point.
    • RANGE : Filter data that is in a specified range.
    filter_control_id str
    The ID of the FilterSliderControl .
    maximum_value float
    The larger value that is displayed at the right of the slider.
    minimum_value float
    The smaller value that is displayed at the left of the slider.
    source_filter_id str
    The source filter ID of the FilterSliderControl .
    step_size float
    The number of increments that the slider bar is divided into.
    title str
    The title of the FilterSliderControl .
    display_options TemplateSliderControlDisplayOptions
    The display options of a control.
    type TemplateSheetControlSliderType
    The type of the FilterSliderControl . Choose one of the following options:

    • SINGLE_POINT : Filter against(equals) a single data point.
    • RANGE : Filter data that is in a specified range.
    filterControlId String
    The ID of the FilterSliderControl .
    maximumValue Number
    The larger value that is displayed at the right of the slider.
    minimumValue Number
    The smaller value that is displayed at the left of the slider.
    sourceFilterId String
    The source filter ID of the FilterSliderControl .
    stepSize Number
    The number of increments that the slider bar is divided into.
    title String
    The title of the FilterSliderControl .
    displayOptions Property Map
    The display options of a control.
    type "SINGLE_POINT" | "RANGE"
    The type of the FilterSliderControl . Choose one of the following options:

    • SINGLE_POINT : Filter against(equals) a single data point.
    • RANGE : Filter data that is in a specified range.

    TemplateFilterTextAreaControl, TemplateFilterTextAreaControlArgs

    FilterControlId string
    The ID of the FilterTextAreaControl .
    SourceFilterId string
    The source filter ID of the FilterTextAreaControl .
    Title string
    The title of the FilterTextAreaControl .
    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.
    FilterControlId string
    The ID of the FilterTextAreaControl .
    SourceFilterId string
    The source filter ID of the FilterTextAreaControl .
    Title string
    The title of the FilterTextAreaControl .
    Delimiter string
    The delimiter that is used to separate the lines in text.
    DisplayOptions TemplateTextAreaControlDisplayOptions
    The display options of a control.
    filterControlId String
    The ID of the FilterTextAreaControl .
    sourceFilterId String
    The source filter ID of the FilterTextAreaControl .
    title String
    The title of the FilterTextAreaControl .
    delimiter String
    The delimiter that is used to separate the lines in text.
    displayOptions TemplateTextAreaControlDisplayOptions
    The display options of a control.
    filterControlId string
    The ID of the FilterTextAreaControl .
    sourceFilterId string
    The source filter ID of the FilterTextAreaControl .
    title string
    The title of the FilterTextAreaControl .
    delimiter string
    The delimiter that is used to separate the lines in text.
    displayOptions TemplateTextAreaControlDisplayOptions
    The display options of a control.
    filter_control_id str
    The ID of the FilterTextAreaControl .
    source_filter_id str
    The source filter ID of the FilterTextAreaControl .
    title str
    The title of the FilterTextAreaControl .
    delimiter str
    The delimiter that is used to separate the lines in text.
    display_options TemplateTextAreaControlDisplayOptions
    The display options of a control.
    filterControlId String
    The ID of the FilterTextAreaControl .
    sourceFilterId String
    The source filter ID of the FilterTextAreaControl .
    title String
    The title of the FilterTextAreaControl .
    delimiter String
    The delimiter that is used to separate the lines in text.
    displayOptions Property Map
    The display options of a control.

    TemplateFilterTextFieldControl, TemplateFilterTextFieldControlArgs

    FilterControlId string
    The ID of the FilterTextFieldControl .
    SourceFilterId string
    The source filter ID of the FilterTextFieldControl .
    Title string
    The title of the FilterTextFieldControl .
    DisplayOptions Pulumi.AwsNative.QuickSight.Inputs.TemplateTextFieldControlDisplayOptions
    The display options of a control.
    FilterControlId string
    The ID of the FilterTextFieldControl .
    SourceFilterId string
    The source filter ID of the FilterTextFieldControl .
    Title string
    The title of the FilterTextFieldControl .
    DisplayOptions TemplateTextFieldControlDisplayOptions
    The display options of a control.
    filterControlId String
    The ID of the FilterTextFieldControl .
    sourceFilterId String
    The source filter ID of the FilterTextFieldControl .
    title String
    The title of the FilterTextFieldControl .
    displayOptions TemplateTextFieldControlDisplayOptions
    The display options of a control.
    filterControlId string
    The ID of the FilterTextFieldControl .
    sourceFilterId string
    The source filter ID of the FilterTextFieldControl .
    title string
    The title of the FilterTextFieldControl .
    displayOptions TemplateTextFieldControlDisplayOptions
    The display options of a control.
    filter_control_id str
    The ID of the FilterTextFieldControl .
    source_filter_id str
    The source filter ID of the FilterTextFieldControl .
    title str
    The title of the FilterTextFieldControl .
    display_options TemplateTextFieldControlDisplayOptions
    The display options of a control.
    filterControlId String
    The ID of the FilterTextFieldControl .
    sourceFilterId String
    The source filter ID of the FilterTextFieldControl .
    title String
    The title of the FilterTextFieldControl .
    displayOptions Property Map
    The display options of a control.

    TemplateFilterVisualScope, TemplateFilterVisualScopeArgs

    AllVisuals
    ALL_VISUALS
    SelectedVisuals
    SELECTED_VISUALS
    TemplateFilterVisualScopeAllVisuals
    ALL_VISUALS
    TemplateFilterVisualScopeSelectedVisuals
    SELECTED_VISUALS
    AllVisuals
    ALL_VISUALS
    SelectedVisuals
    SELECTED_VISUALS
    AllVisuals
    ALL_VISUALS
    SelectedVisuals
    SELECTED_VISUALS
    ALL_VISUALS
    ALL_VISUALS
    SELECTED_VISUALS
    SELECTED_VISUALS
    "ALL_VISUALS"
    ALL_VISUALS
    "SELECTED_VISUALS"
    SELECTED_VISUALS

    TemplateFontConfiguration, TemplateFontConfigurationArgs

    FontColor string
    Determines the color of the text.
    FontDecoration Pulumi.AwsNative.QuickSight.TemplateFontDecoration
    Determines the appearance of decorative lines on the text.
    FontSize Pulumi.AwsNative.QuickSight.Inputs.TemplateFontSize
    The option that determines the text display size.
    FontStyle Pulumi.AwsNative.QuickSight.TemplateFontStyle
    Determines the text display face that is inherited by the given font family.
    FontWeight Pulumi.AwsNative.QuickSight.Inputs.TemplateFontWeight
    The option that determines the text display weight, or boldness.
    FontColor string
    Determines the color of the text.
    FontDecoration TemplateFontDecoration
    Determines the appearance of decorative lines on the text.
    FontSize TemplateFontSize
    The option that determines the text display size.
    FontStyle TemplateFontStyle
    Determines the text display face that is inherited by the given font family.
    FontWeight TemplateFontWeight
    The option that determines the text display weight, or boldness.
    fontColor String
    Determines the color of the text.
    fontDecoration TemplateFontDecoration
    Determines the appearance of decorative lines on the text.
    fontSize TemplateFontSize
    The option that determines the text display size.
    fontStyle TemplateFontStyle
    Determines the text display face that is inherited by the given font family.
    fontWeight TemplateFontWeight
    The option that determines the text display weight, or boldness.
    fontColor string
    Determines the color of the text.
    fontDecoration TemplateFontDecoration
    Determines the appearance of decorative lines on the text.
    fontSize TemplateFontSize
    The option that determines the text display size.
    fontStyle TemplateFontStyle
    Determines the text display face that is inherited by the given font family.
    fontWeight TemplateFontWeight
    The option that determines the text display weight, or boldness.
    font_color str
    Determines the color of the text.
    font_decoration TemplateFontDecoration
    Determines the appearance of decorative lines on the text.
    font_size TemplateFontSize
    The option that determines the text display size.
    font_style TemplateFontStyle
    Determines the text display face that is inherited by the given font family.
    font_weight TemplateFontWeight
    The option that determines the text display weight, or boldness.
    fontColor String
    Determines the color of the text.
    fontDecoration "UNDERLINE" | "NONE"
    Determines the appearance of decorative lines on the text.
    fontSize Property Map
    The option that determines the text display size.
    fontStyle "NORMAL" | "ITALIC"
    Determines the text display face that is inherited by the given font family.
    fontWeight Property Map
    The option that determines the text display weight, or boldness.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi