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

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

AWS Cloud Control v1.15.0 published on Wednesday, Dec 11, 2024 by Pulumi

aws-native.quicksight.Dashboard

Explore with Pulumi AI

aws-native logo

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

AWS Cloud Control v1.15.0 published on Wednesday, Dec 11, 2024 by Pulumi

    Definition of the AWS::QuickSight::Dashboard Resource Type.

    Create Dashboard Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Dashboard(name: string, args: DashboardArgs, opts?: CustomResourceOptions);
    @overload
    def Dashboard(resource_name: str,
                  args: DashboardArgs,
                  opts: Optional[ResourceOptions] = None)
    
    @overload
    def Dashboard(resource_name: str,
                  opts: Optional[ResourceOptions] = None,
                  aws_account_id: Optional[str] = None,
                  dashboard_id: Optional[str] = None,
                  dashboard_publish_options: Optional[DashboardPublishOptionsArgs] = None,
                  definition: Optional[DashboardVersionDefinitionArgs] = None,
                  folder_arns: Optional[Sequence[str]] = None,
                  link_entities: Optional[Sequence[str]] = None,
                  link_sharing_configuration: Optional[DashboardLinkSharingConfigurationArgs] = None,
                  name: Optional[str] = None,
                  parameters: Optional[DashboardParametersArgs] = None,
                  permissions: Optional[Sequence[DashboardResourcePermissionArgs]] = None,
                  source_entity: Optional[DashboardSourceEntityArgs] = None,
                  tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                  theme_arn: Optional[str] = None,
                  validation_strategy: Optional[DashboardValidationStrategyArgs] = None,
                  version_description: Optional[str] = None)
    func NewDashboard(ctx *Context, name string, args DashboardArgs, opts ...ResourceOption) (*Dashboard, error)
    public Dashboard(string name, DashboardArgs args, CustomResourceOptions? opts = null)
    public Dashboard(String name, DashboardArgs args)
    public Dashboard(String name, DashboardArgs args, CustomResourceOptions options)
    
    type: aws-native:quicksight:Dashboard
    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 DashboardArgs
    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 DashboardArgs
    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 DashboardArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DashboardArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DashboardArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Dashboard Resource Properties

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

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The Dashboard resource accepts the following input properties:

    AwsAccountId string
    The ID of the AWS account where you want to create the dashboard.
    DashboardId string
    The ID for the dashboard, also added to the IAM policy.
    DashboardPublishOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardPublishOptions
    Options for publishing the dashboard when you create it:

    • AvailabilityStatus for AdHocFilteringOption - This status can be either ENABLED or DISABLED . When this is set to DISABLED , Amazon QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option is ENABLED by default.
    • AvailabilityStatus for ExportToCSVOption - This status can be either ENABLED or DISABLED . The visual option to export data to .CSV format isn't enabled when this is set to DISABLED . This option is ENABLED by default.
    • VisibilityState for SheetControlsOption - This visibility state can be either COLLAPSED or EXPANDED . This option is COLLAPSED by default.
    Definition Pulumi.AwsNative.QuickSight.Inputs.DashboardVersionDefinition
    FolderArns List<string>
    LinkEntities List<string>
    A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
    LinkSharingConfiguration Pulumi.AwsNative.QuickSight.Inputs.DashboardLinkSharingConfiguration
    A structure that contains the link sharing configurations that you want to apply overrides to.
    Name string
    The display name of the dashboard.
    Parameters Pulumi.AwsNative.QuickSight.Inputs.DashboardParameters
    The parameters for the creation of the dashboard, which you want to use to override the default settings. A dashboard can have any type of parameters, and some parameters might accept multiple values.
    Permissions List<Pulumi.AwsNative.QuickSight.Inputs.DashboardResourcePermission>

    A structure that contains the permissions of the dashboard. You can use this structure for granting permissions by providing a list of IAM action information for each principal ARN.

    To specify no permissions, omit the permissions list.

    SourceEntity Pulumi.AwsNative.QuickSight.Inputs.DashboardSourceEntity

    The entity that you are using as a source when you create the dashboard. In SourceEntity , you specify the type of object that you want to use. You can only create a dashboard from a template, so you use a SourceTemplate entity. If you need to create a dashboard from an analysis, first convert the analysis to a template by using the CreateTemplate API operation. For SourceTemplate , specify the Amazon Resource Name (ARN) of the source template. The SourceTemplate ARN can contain any AWS account; and any QuickSight-supported AWS Region .

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

    Tags List<Pulumi.AwsNative.Inputs.Tag>
    Contains a map of the key-value pairs for the resource tag or tags assigned to the dashboard.
    ThemeArn string
    The Amazon Resource Name (ARN) of the theme that is being used for this dashboard. If you add a value for this field, it overrides the value that is used in the source entity. The theme ARN must exist in the same AWS account where you create the dashboard.
    ValidationStrategy Pulumi.AwsNative.QuickSight.Inputs.DashboardValidationStrategy
    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 for the first version of the dashboard being created.
    AwsAccountId string
    The ID of the AWS account where you want to create the dashboard.
    DashboardId string
    The ID for the dashboard, also added to the IAM policy.
    DashboardPublishOptions DashboardPublishOptionsArgs
    Options for publishing the dashboard when you create it:

    • AvailabilityStatus for AdHocFilteringOption - This status can be either ENABLED or DISABLED . When this is set to DISABLED , Amazon QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option is ENABLED by default.
    • AvailabilityStatus for ExportToCSVOption - This status can be either ENABLED or DISABLED . The visual option to export data to .CSV format isn't enabled when this is set to DISABLED . This option is ENABLED by default.
    • VisibilityState for SheetControlsOption - This visibility state can be either COLLAPSED or EXPANDED . This option is COLLAPSED by default.
    Definition DashboardVersionDefinitionArgs
    FolderArns []string
    LinkEntities []string
    A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
    LinkSharingConfiguration DashboardLinkSharingConfigurationArgs
    A structure that contains the link sharing configurations that you want to apply overrides to.
    Name string
    The display name of the dashboard.
    Parameters DashboardParametersArgs
    The parameters for the creation of the dashboard, which you want to use to override the default settings. A dashboard can have any type of parameters, and some parameters might accept multiple values.
    Permissions []DashboardResourcePermissionArgs

    A structure that contains the permissions of the dashboard. You can use this structure for granting permissions by providing a list of IAM action information for each principal ARN.

    To specify no permissions, omit the permissions list.

    SourceEntity DashboardSourceEntityArgs

    The entity that you are using as a source when you create the dashboard. In SourceEntity , you specify the type of object that you want to use. You can only create a dashboard from a template, so you use a SourceTemplate entity. If you need to create a dashboard from an analysis, first convert the analysis to a template by using the CreateTemplate API operation. For SourceTemplate , specify the Amazon Resource Name (ARN) of the source template. The SourceTemplate ARN can contain any AWS account; and any QuickSight-supported AWS Region .

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

    Tags TagArgs
    Contains a map of the key-value pairs for the resource tag or tags assigned to the dashboard.
    ThemeArn string
    The Amazon Resource Name (ARN) of the theme that is being used for this dashboard. If you add a value for this field, it overrides the value that is used in the source entity. The theme ARN must exist in the same AWS account where you create the dashboard.
    ValidationStrategy DashboardValidationStrategyArgs
    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 for the first version of the dashboard being created.
    awsAccountId String
    The ID of the AWS account where you want to create the dashboard.
    dashboardId String
    The ID for the dashboard, also added to the IAM policy.
    dashboardPublishOptions DashboardPublishOptions
    Options for publishing the dashboard when you create it:

    • AvailabilityStatus for AdHocFilteringOption - This status can be either ENABLED or DISABLED . When this is set to DISABLED , Amazon QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option is ENABLED by default.
    • AvailabilityStatus for ExportToCSVOption - This status can be either ENABLED or DISABLED . The visual option to export data to .CSV format isn't enabled when this is set to DISABLED . This option is ENABLED by default.
    • VisibilityState for SheetControlsOption - This visibility state can be either COLLAPSED or EXPANDED . This option is COLLAPSED by default.
    definition DashboardVersionDefinition
    folderArns List<String>
    linkEntities List<String>
    A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
    linkSharingConfiguration DashboardLinkSharingConfiguration
    A structure that contains the link sharing configurations that you want to apply overrides to.
    name String
    The display name of the dashboard.
    parameters DashboardParameters
    The parameters for the creation of the dashboard, which you want to use to override the default settings. A dashboard can have any type of parameters, and some parameters might accept multiple values.
    permissions List<DashboardResourcePermission>

    A structure that contains the permissions of the dashboard. You can use this structure for granting permissions by providing a list of IAM action information for each principal ARN.

    To specify no permissions, omit the permissions list.

    sourceEntity DashboardSourceEntity

    The entity that you are using as a source when you create the dashboard. In SourceEntity , you specify the type of object that you want to use. You can only create a dashboard from a template, so you use a SourceTemplate entity. If you need to create a dashboard from an analysis, first convert the analysis to a template by using the CreateTemplate API operation. For SourceTemplate , specify the Amazon Resource Name (ARN) of the source template. The SourceTemplate ARN can contain any AWS account; and any QuickSight-supported AWS Region .

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

    tags List<Tag>
    Contains a map of the key-value pairs for the resource tag or tags assigned to the dashboard.
    themeArn String
    The Amazon Resource Name (ARN) of the theme that is being used for this dashboard. If you add a value for this field, it overrides the value that is used in the source entity. The theme ARN must exist in the same AWS account where you create the dashboard.
    validationStrategy DashboardValidationStrategy
    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 for the first version of the dashboard being created.
    awsAccountId string
    The ID of the AWS account where you want to create the dashboard.
    dashboardId string
    The ID for the dashboard, also added to the IAM policy.
    dashboardPublishOptions DashboardPublishOptions
    Options for publishing the dashboard when you create it:

    • AvailabilityStatus for AdHocFilteringOption - This status can be either ENABLED or DISABLED . When this is set to DISABLED , Amazon QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option is ENABLED by default.
    • AvailabilityStatus for ExportToCSVOption - This status can be either ENABLED or DISABLED . The visual option to export data to .CSV format isn't enabled when this is set to DISABLED . This option is ENABLED by default.
    • VisibilityState for SheetControlsOption - This visibility state can be either COLLAPSED or EXPANDED . This option is COLLAPSED by default.
    definition DashboardVersionDefinition
    folderArns string[]
    linkEntities string[]
    A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
    linkSharingConfiguration DashboardLinkSharingConfiguration
    A structure that contains the link sharing configurations that you want to apply overrides to.
    name string
    The display name of the dashboard.
    parameters DashboardParameters
    The parameters for the creation of the dashboard, which you want to use to override the default settings. A dashboard can have any type of parameters, and some parameters might accept multiple values.
    permissions DashboardResourcePermission[]

    A structure that contains the permissions of the dashboard. You can use this structure for granting permissions by providing a list of IAM action information for each principal ARN.

    To specify no permissions, omit the permissions list.

    sourceEntity DashboardSourceEntity

    The entity that you are using as a source when you create the dashboard. In SourceEntity , you specify the type of object that you want to use. You can only create a dashboard from a template, so you use a SourceTemplate entity. If you need to create a dashboard from an analysis, first convert the analysis to a template by using the CreateTemplate API operation. For SourceTemplate , specify the Amazon Resource Name (ARN) of the source template. The SourceTemplate ARN can contain any AWS account; and any QuickSight-supported AWS Region .

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

    tags Tag[]
    Contains a map of the key-value pairs for the resource tag or tags assigned to the dashboard.
    themeArn string
    The Amazon Resource Name (ARN) of the theme that is being used for this dashboard. If you add a value for this field, it overrides the value that is used in the source entity. The theme ARN must exist in the same AWS account where you create the dashboard.
    validationStrategy DashboardValidationStrategy
    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 for the first version of the dashboard being created.
    aws_account_id str
    The ID of the AWS account where you want to create the dashboard.
    dashboard_id str
    The ID for the dashboard, also added to the IAM policy.
    dashboard_publish_options DashboardPublishOptionsArgs
    Options for publishing the dashboard when you create it:

    • AvailabilityStatus for AdHocFilteringOption - This status can be either ENABLED or DISABLED . When this is set to DISABLED , Amazon QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option is ENABLED by default.
    • AvailabilityStatus for ExportToCSVOption - This status can be either ENABLED or DISABLED . The visual option to export data to .CSV format isn't enabled when this is set to DISABLED . This option is ENABLED by default.
    • VisibilityState for SheetControlsOption - This visibility state can be either COLLAPSED or EXPANDED . This option is COLLAPSED by default.
    definition DashboardVersionDefinitionArgs
    folder_arns Sequence[str]
    link_entities Sequence[str]
    A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
    link_sharing_configuration DashboardLinkSharingConfigurationArgs
    A structure that contains the link sharing configurations that you want to apply overrides to.
    name str
    The display name of the dashboard.
    parameters DashboardParametersArgs
    The parameters for the creation of the dashboard, which you want to use to override the default settings. A dashboard can have any type of parameters, and some parameters might accept multiple values.
    permissions Sequence[DashboardResourcePermissionArgs]

    A structure that contains the permissions of the dashboard. You can use this structure for granting permissions by providing a list of IAM action information for each principal ARN.

    To specify no permissions, omit the permissions list.

    source_entity DashboardSourceEntityArgs

    The entity that you are using as a source when you create the dashboard. In SourceEntity , you specify the type of object that you want to use. You can only create a dashboard from a template, so you use a SourceTemplate entity. If you need to create a dashboard from an analysis, first convert the analysis to a template by using the CreateTemplate API operation. For SourceTemplate , specify the Amazon Resource Name (ARN) of the source template. The SourceTemplate ARN can contain any AWS account; and any QuickSight-supported AWS Region .

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

    tags Sequence[TagArgs]
    Contains a map of the key-value pairs for the resource tag or tags assigned to the dashboard.
    theme_arn str
    The Amazon Resource Name (ARN) of the theme that is being used for this dashboard. If you add a value for this field, it overrides the value that is used in the source entity. The theme ARN must exist in the same AWS account where you create the dashboard.
    validation_strategy DashboardValidationStrategyArgs
    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 for the first version of the dashboard being created.
    awsAccountId String
    The ID of the AWS account where you want to create the dashboard.
    dashboardId String
    The ID for the dashboard, also added to the IAM policy.
    dashboardPublishOptions Property Map
    Options for publishing the dashboard when you create it:

    • AvailabilityStatus for AdHocFilteringOption - This status can be either ENABLED or DISABLED . When this is set to DISABLED , Amazon QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option is ENABLED by default.
    • AvailabilityStatus for ExportToCSVOption - This status can be either ENABLED or DISABLED . The visual option to export data to .CSV format isn't enabled when this is set to DISABLED . This option is ENABLED by default.
    • VisibilityState for SheetControlsOption - This visibility state can be either COLLAPSED or EXPANDED . This option is COLLAPSED by default.
    definition Property Map
    folderArns List<String>
    linkEntities List<String>
    A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
    linkSharingConfiguration Property Map
    A structure that contains the link sharing configurations that you want to apply overrides to.
    name String
    The display name of the dashboard.
    parameters Property Map
    The parameters for the creation of the dashboard, which you want to use to override the default settings. A dashboard can have any type of parameters, and some parameters might accept multiple values.
    permissions List<Property Map>

    A structure that contains the permissions of the dashboard. You can use this structure for granting permissions by providing a list of IAM action information for each principal ARN.

    To specify no permissions, omit the permissions list.

    sourceEntity Property Map

    The entity that you are using as a source when you create the dashboard. In SourceEntity , you specify the type of object that you want to use. You can only create a dashboard from a template, so you use a SourceTemplate entity. If you need to create a dashboard from an analysis, first convert the analysis to a template by using the CreateTemplate API operation. For SourceTemplate , specify the Amazon Resource Name (ARN) of the source template. The SourceTemplate ARN can contain any AWS account; and any QuickSight-supported AWS Region .

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

    tags List<Property Map>
    Contains a map of the key-value pairs for the resource tag or tags assigned to the dashboard.
    themeArn String
    The Amazon Resource Name (ARN) of the theme that is being used for this dashboard. If you add a value for this field, it overrides the value that is used in the source entity. The theme ARN must exist in the same AWS account where you create the dashboard.
    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 for the first version of the dashboard being created.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Dashboard resource produces the following output properties:

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

    DashboardAdHocFilteringOption, DashboardAdHocFilteringOptionArgs

    DashboardAggregationFunction, DashboardAggregationFunctionArgs

    AttributeAggregationFunction Pulumi.AwsNative.QuickSight.Inputs.DashboardAttributeAggregationFunction
    Aggregation for attributes.
    CategoricalAggregationFunction Pulumi.AwsNative.QuickSight.DashboardCategoricalAggregationFunction
    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.DashboardDateAggregationFunction
    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.DashboardNumericalAggregationFunction
    Aggregation for numerical values.
    AttributeAggregationFunction DashboardAttributeAggregationFunction
    Aggregation for attributes.
    CategoricalAggregationFunction DashboardCategoricalAggregationFunction
    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 DashboardDateAggregationFunction
    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 DashboardNumericalAggregationFunction
    Aggregation for numerical values.
    attributeAggregationFunction DashboardAttributeAggregationFunction
    Aggregation for attributes.
    categoricalAggregationFunction DashboardCategoricalAggregationFunction
    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 DashboardDateAggregationFunction
    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 DashboardNumericalAggregationFunction
    Aggregation for numerical values.
    attributeAggregationFunction DashboardAttributeAggregationFunction
    Aggregation for attributes.
    categoricalAggregationFunction DashboardCategoricalAggregationFunction
    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 DashboardDateAggregationFunction
    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 DashboardNumericalAggregationFunction
    Aggregation for numerical values.
    attribute_aggregation_function DashboardAttributeAggregationFunction
    Aggregation for attributes.
    categorical_aggregation_function DashboardCategoricalAggregationFunction
    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 DashboardDateAggregationFunction
    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 DashboardNumericalAggregationFunction
    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.

    DashboardAggregationSortConfiguration, DashboardAggregationSortConfigurationArgs

    Column Pulumi.AwsNative.QuickSight.Inputs.DashboardColumnIdentifier
    The column that determines the sort order of aggregated values.
    SortDirection Pulumi.AwsNative.QuickSight.DashboardSortDirection
    The sort direction of values.

    • ASC : Sort in ascending order.
    • DESC : Sort in descending order.
    AggregationFunction Pulumi.AwsNative.QuickSight.Inputs.DashboardAggregationFunction
    The function that aggregates the values in Column .
    Column DashboardColumnIdentifier
    The column that determines the sort order of aggregated values.
    SortDirection DashboardSortDirection
    The sort direction of values.

    • ASC : Sort in ascending order.
    • DESC : Sort in descending order.
    AggregationFunction DashboardAggregationFunction
    The function that aggregates the values in Column .
    column DashboardColumnIdentifier
    The column that determines the sort order of aggregated values.
    sortDirection DashboardSortDirection
    The sort direction of values.

    • ASC : Sort in ascending order.
    • DESC : Sort in descending order.
    aggregationFunction DashboardAggregationFunction
    The function that aggregates the values in Column .
    column DashboardColumnIdentifier
    The column that determines the sort order of aggregated values.
    sortDirection DashboardSortDirection
    The sort direction of values.

    • ASC : Sort in ascending order.
    • DESC : Sort in descending order.
    aggregationFunction DashboardAggregationFunction
    The function that aggregates the values in Column .
    column DashboardColumnIdentifier
    The column that determines the sort order of aggregated values.
    sort_direction DashboardSortDirection
    The sort direction of values.

    • ASC : Sort in ascending order.
    • DESC : Sort in descending order.
    aggregation_function DashboardAggregationFunction
    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 .

    DashboardAnalysisDefaults, DashboardAnalysisDefaultsArgs

    DefaultNewSheetConfiguration DashboardDefaultNewSheetConfiguration
    The configuration for default new sheet settings.
    defaultNewSheetConfiguration DashboardDefaultNewSheetConfiguration
    The configuration for default new sheet settings.
    defaultNewSheetConfiguration DashboardDefaultNewSheetConfiguration
    The configuration for default new sheet settings.
    default_new_sheet_configuration DashboardDefaultNewSheetConfiguration
    The configuration for default new sheet settings.
    defaultNewSheetConfiguration Property Map
    The configuration for default new sheet settings.

    DashboardAnchorDateConfiguration, DashboardAnchorDateConfigurationArgs

    AnchorOption Pulumi.AwsNative.QuickSight.DashboardAnchorOption
    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 DashboardAnchorOption
    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 DashboardAnchorOption
    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 DashboardAnchorOption
    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 DashboardAnchorOption
    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.

    DashboardAnchorOption, DashboardAnchorOptionArgs

    Now
    NOW
    DashboardAnchorOptionNow
    NOW
    Now
    NOW
    Now
    NOW
    NOW
    NOW
    "NOW"
    NOW

    DashboardArcAxisConfiguration, DashboardArcAxisConfigurationArgs

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

    DashboardArcAxisDisplayRange, DashboardArcAxisDisplayRangeArgs

    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.

    DashboardArcConfiguration, DashboardArcConfigurationArgs

    ArcAngle double
    The option that determines the arc angle of a GaugeChartVisual .
    ArcThickness Pulumi.AwsNative.QuickSight.DashboardArcThicknessOptions
    The options that determine the arc thickness of a GaugeChartVisual .
    ArcAngle float64
    The option that determines the arc angle of a GaugeChartVisual .
    ArcThickness DashboardArcThicknessOptions
    The options that determine the arc thickness of a GaugeChartVisual .
    arcAngle Double
    The option that determines the arc angle of a GaugeChartVisual .
    arcThickness DashboardArcThicknessOptions
    The options that determine the arc thickness of a GaugeChartVisual .
    arcAngle number
    The option that determines the arc angle of a GaugeChartVisual .
    arcThickness DashboardArcThicknessOptions
    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 DashboardArcThicknessOptions
    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 .

    DashboardArcOptions, DashboardArcOptionsArgs

    ArcThickness Pulumi.AwsNative.QuickSight.DashboardArcThickness
    The arc thickness of a GaugeChartVisual .
    ArcThickness DashboardArcThickness
    The arc thickness of a GaugeChartVisual .
    arcThickness DashboardArcThickness
    The arc thickness of a GaugeChartVisual .
    arcThickness DashboardArcThickness
    The arc thickness of a GaugeChartVisual .
    arc_thickness DashboardArcThickness
    The arc thickness of a GaugeChartVisual .
    arcThickness "SMALL" | "MEDIUM" | "LARGE" | "WHOLE"
    The arc thickness of a GaugeChartVisual .

    DashboardArcThickness, DashboardArcThicknessArgs

    Small
    SMALL
    Medium
    MEDIUM
    Large
    LARGE
    Whole
    WHOLE
    DashboardArcThicknessSmall
    SMALL
    DashboardArcThicknessMedium
    MEDIUM
    DashboardArcThicknessLarge
    LARGE
    DashboardArcThicknessWhole
    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

    DashboardArcThicknessOptions, DashboardArcThicknessOptionsArgs

    Small
    SMALL
    Medium
    MEDIUM
    Large
    LARGE
    DashboardArcThicknessOptionsSmall
    SMALL
    DashboardArcThicknessOptionsMedium
    MEDIUM
    DashboardArcThicknessOptionsLarge
    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

    DashboardAssetOptions, DashboardAssetOptionsArgs

    Timezone string
    Determines the timezone for the analysis.
    WeekStart Pulumi.AwsNative.QuickSight.DashboardDayOfTheWeek
    Determines the week start day for an analysis.
    Timezone string
    Determines the timezone for the analysis.
    WeekStart DashboardDayOfTheWeek
    Determines the week start day for an analysis.
    timezone String
    Determines the timezone for the analysis.
    weekStart DashboardDayOfTheWeek
    Determines the week start day for an analysis.
    timezone string
    Determines the timezone for the analysis.
    weekStart DashboardDayOfTheWeek
    Determines the week start day for an analysis.
    timezone str
    Determines the timezone for the analysis.
    week_start DashboardDayOfTheWeek
    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.

    DashboardAttributeAggregationFunction, DashboardAttributeAggregationFunctionArgs

    SimpleAttributeAggregation Pulumi.AwsNative.QuickSight.DashboardSimpleAttributeAggregationFunction
    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 DashboardSimpleAttributeAggregationFunction
    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 DashboardSimpleAttributeAggregationFunction
    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 DashboardSimpleAttributeAggregationFunction
    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 DashboardSimpleAttributeAggregationFunction
    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 '*'.

    DashboardAxisBinding, DashboardAxisBindingArgs

    PrimaryYaxis
    PRIMARY_YAXIS
    SecondaryYaxis
    SECONDARY_YAXIS
    DashboardAxisBindingPrimaryYaxis
    PRIMARY_YAXIS
    DashboardAxisBindingSecondaryYaxis
    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

    DashboardAxisDataOptions, DashboardAxisDataOptionsArgs

    DateAxisOptions DashboardDateAxisOptions
    The options for an axis with a date field.
    NumericAxisOptions DashboardNumericAxisOptions
    The options for an axis with a numeric field.
    dateAxisOptions DashboardDateAxisOptions
    The options for an axis with a date field.
    numericAxisOptions DashboardNumericAxisOptions
    The options for an axis with a numeric field.
    dateAxisOptions DashboardDateAxisOptions
    The options for an axis with a date field.
    numericAxisOptions DashboardNumericAxisOptions
    The options for an axis with a numeric field.
    date_axis_options DashboardDateAxisOptions
    The options for an axis with a date field.
    numeric_axis_options DashboardNumericAxisOptions
    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.

    DashboardAxisDisplayMinMaxRange, DashboardAxisDisplayMinMaxRangeArgs

    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.

    DashboardAxisDisplayOptions, DashboardAxisDisplayOptionsArgs

    AxisLineVisibility Pulumi.AwsNative.QuickSight.DashboardVisibility
    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.DashboardAxisDataOptions
    The data options for an axis.
    GridLineVisibility Pulumi.AwsNative.QuickSight.DashboardVisibility
    Determines whether or not the grid line is visible.
    ScrollbarOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardScrollBarOptions
    The scroll bar options for an axis.
    TickLabelOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardAxisTickLabelOptions
    The tick label options of an axis.
    AxisLineVisibility DashboardVisibility
    Determines whether or not the axis line is visible.
    AxisOffset string
    String based length that is composed of value and unit in px
    DataOptions DashboardAxisDataOptions
    The data options for an axis.
    GridLineVisibility DashboardVisibility
    Determines whether or not the grid line is visible.
    ScrollbarOptions DashboardScrollBarOptions
    The scroll bar options for an axis.
    TickLabelOptions DashboardAxisTickLabelOptions
    The tick label options of an axis.
    axisLineVisibility DashboardVisibility
    Determines whether or not the axis line is visible.
    axisOffset String
    String based length that is composed of value and unit in px
    dataOptions DashboardAxisDataOptions
    The data options for an axis.
    gridLineVisibility DashboardVisibility
    Determines whether or not the grid line is visible.
    scrollbarOptions DashboardScrollBarOptions
    The scroll bar options for an axis.
    tickLabelOptions DashboardAxisTickLabelOptions
    The tick label options of an axis.
    axisLineVisibility DashboardVisibility
    Determines whether or not the axis line is visible.
    axisOffset string
    String based length that is composed of value and unit in px
    dataOptions DashboardAxisDataOptions
    The data options for an axis.
    gridLineVisibility DashboardVisibility
    Determines whether or not the grid line is visible.
    scrollbarOptions DashboardScrollBarOptions
    The scroll bar options for an axis.
    tickLabelOptions DashboardAxisTickLabelOptions
    The tick label options of an axis.
    axis_line_visibility DashboardVisibility
    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 DashboardAxisDataOptions
    The data options for an axis.
    grid_line_visibility DashboardVisibility
    Determines whether or not the grid line is visible.
    scrollbar_options DashboardScrollBarOptions
    The scroll bar options for an axis.
    tick_label_options DashboardAxisTickLabelOptions
    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.

    DashboardAxisDisplayRange, DashboardAxisDisplayRangeArgs

    DataDriven Pulumi.AwsNative.QuickSight.Inputs.DashboardAxisDisplayDataDrivenRange
    The data-driven setup of an axis display range.
    MinMax Pulumi.AwsNative.QuickSight.Inputs.DashboardAxisDisplayMinMaxRange
    The minimum and maximum setup of an axis display range.
    DataDriven DashboardAxisDisplayDataDrivenRange
    The data-driven setup of an axis display range.
    MinMax DashboardAxisDisplayMinMaxRange
    The minimum and maximum setup of an axis display range.
    dataDriven DashboardAxisDisplayDataDrivenRange
    The data-driven setup of an axis display range.
    minMax DashboardAxisDisplayMinMaxRange
    The minimum and maximum setup of an axis display range.
    dataDriven DashboardAxisDisplayDataDrivenRange
    The data-driven setup of an axis display range.
    minMax DashboardAxisDisplayMinMaxRange
    The minimum and maximum setup of an axis display range.
    data_driven DashboardAxisDisplayDataDrivenRange
    The data-driven setup of an axis display range.
    min_max DashboardAxisDisplayMinMaxRange
    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.

    DashboardAxisLabelOptions, DashboardAxisLabelOptionsArgs

    ApplyTo Pulumi.AwsNative.QuickSight.Inputs.DashboardAxisLabelReferenceOptions
    The options that indicate which field the label belongs to.
    CustomLabel string
    The text for the axis label.
    FontConfiguration Pulumi.AwsNative.QuickSight.Inputs.DashboardFontConfiguration
    The font configuration of the axis label.
    ApplyTo DashboardAxisLabelReferenceOptions
    The options that indicate which field the label belongs to.
    CustomLabel string
    The text for the axis label.
    FontConfiguration DashboardFontConfiguration
    The font configuration of the axis label.
    applyTo DashboardAxisLabelReferenceOptions
    The options that indicate which field the label belongs to.
    customLabel String
    The text for the axis label.
    fontConfiguration DashboardFontConfiguration
    The font configuration of the axis label.
    applyTo DashboardAxisLabelReferenceOptions
    The options that indicate which field the label belongs to.
    customLabel string
    The text for the axis label.
    fontConfiguration DashboardFontConfiguration
    The font configuration of the axis label.
    apply_to DashboardAxisLabelReferenceOptions
    The options that indicate which field the label belongs to.
    custom_label str
    The text for the axis label.
    font_configuration DashboardFontConfiguration
    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.

    DashboardAxisLabelReferenceOptions, DashboardAxisLabelReferenceOptionsArgs

    Column Pulumi.AwsNative.QuickSight.Inputs.DashboardColumnIdentifier
    The column that the axis label is targeted to.
    FieldId string
    The field that the axis label is targeted to.
    Column DashboardColumnIdentifier
    The column that the axis label is targeted to.
    FieldId string
    The field that the axis label is targeted to.
    column DashboardColumnIdentifier
    The column that the axis label is targeted to.
    fieldId String
    The field that the axis label is targeted to.
    column DashboardColumnIdentifier
    The column that the axis label is targeted to.
    fieldId string
    The field that the axis label is targeted to.
    column DashboardColumnIdentifier
    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.

    DashboardAxisLinearScale, DashboardAxisLinearScaleArgs

    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.

    DashboardAxisLogarithmicScale, DashboardAxisLogarithmicScaleArgs

    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.

    DashboardAxisScale, DashboardAxisScaleArgs

    Linear DashboardAxisLinearScale
    The linear axis scale setup.
    Logarithmic DashboardAxisLogarithmicScale
    The logarithmic axis scale setup.
    linear DashboardAxisLinearScale
    The linear axis scale setup.
    logarithmic DashboardAxisLogarithmicScale
    The logarithmic axis scale setup.
    linear DashboardAxisLinearScale
    The linear axis scale setup.
    logarithmic DashboardAxisLogarithmicScale
    The logarithmic axis scale setup.
    linear DashboardAxisLinearScale
    The linear axis scale setup.
    logarithmic DashboardAxisLogarithmicScale
    The logarithmic axis scale setup.
    linear Property Map
    The linear axis scale setup.
    logarithmic Property Map
    The logarithmic axis scale setup.

    DashboardAxisTickLabelOptions, DashboardAxisTickLabelOptionsArgs

    LabelOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardLabelOptions
    Determines whether or not the axis ticks are visible.
    RotationAngle double
    The rotation angle of the axis tick labels.
    LabelOptions DashboardLabelOptions
    Determines whether or not the axis ticks are visible.
    RotationAngle float64
    The rotation angle of the axis tick labels.
    labelOptions DashboardLabelOptions
    Determines whether or not the axis ticks are visible.
    rotationAngle Double
    The rotation angle of the axis tick labels.
    labelOptions DashboardLabelOptions
    Determines whether or not the axis ticks are visible.
    rotationAngle number
    The rotation angle of the axis tick labels.
    label_options DashboardLabelOptions
    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.

    DashboardBarChartAggregatedFieldWells, DashboardBarChartAggregatedFieldWellsArgs

    Category List<Pulumi.AwsNative.QuickSight.Inputs.DashboardDimensionField>
    The category (y-axis) field well of a bar chart.
    Colors List<Pulumi.AwsNative.QuickSight.Inputs.DashboardDimensionField>
    The color (group/color) field well of a bar chart.
    SmallMultiples List<Pulumi.AwsNative.QuickSight.Inputs.DashboardDimensionField>
    The small multiples field well of a bar chart.
    Values List<Pulumi.AwsNative.QuickSight.Inputs.DashboardMeasureField>
    The value field wells of a bar chart. Values are aggregated by category.
    Category []DashboardDimensionField
    The category (y-axis) field well of a bar chart.
    Colors []DashboardDimensionField
    The color (group/color) field well of a bar chart.
    SmallMultiples []DashboardDimensionField
    The small multiples field well of a bar chart.
    Values []DashboardMeasureField
    The value field wells of a bar chart. Values are aggregated by category.
    category List<DashboardDimensionField>
    The category (y-axis) field well of a bar chart.
    colors List<DashboardDimensionField>
    The color (group/color) field well of a bar chart.
    smallMultiples List<DashboardDimensionField>
    The small multiples field well of a bar chart.
    values List<DashboardMeasureField>
    The value field wells of a bar chart. Values are aggregated by category.
    category DashboardDimensionField[]
    The category (y-axis) field well of a bar chart.
    colors DashboardDimensionField[]
    The color (group/color) field well of a bar chart.
    smallMultiples DashboardDimensionField[]
    The small multiples field well of a bar chart.
    values DashboardMeasureField[]
    The value field wells of a bar chart. Values are aggregated by category.
    category Sequence[DashboardDimensionField]
    The category (y-axis) field well of a bar chart.
    colors Sequence[DashboardDimensionField]
    The color (group/color) field well of a bar chart.
    small_multiples Sequence[DashboardDimensionField]
    The small multiples field well of a bar chart.
    values Sequence[DashboardMeasureField]
    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.

    DashboardBarChartConfiguration, DashboardBarChartConfigurationArgs

    BarsArrangement Pulumi.AwsNative.QuickSight.DashboardBarsArrangement
    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.DashboardAxisDisplayOptions
    The label display options (grid line, range, scale, axis step) for bar chart category.
    CategoryLabelOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardChartAxisLabelOptions
    The label options (label text, label visibility and sort icon visibility) for a bar chart.
    ColorLabelOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardChartAxisLabelOptions
    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.DashboardContributionAnalysisDefault>
    The contribution analysis (anomaly configuration) setup of the visual.
    DataLabels Pulumi.AwsNative.QuickSight.Inputs.DashboardDataLabelOptions
    The options that determine if visual data labels are displayed.
    FieldWells Pulumi.AwsNative.QuickSight.Inputs.DashboardBarChartFieldWells
    The field wells of the visual.
    Legend Pulumi.AwsNative.QuickSight.Inputs.DashboardLegendOptions
    The legend display setup of the visual.
    Orientation Pulumi.AwsNative.QuickSight.DashboardBarChartOrientation
    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.DashboardReferenceLine>
    The reference line setup of the visual.
    SmallMultiplesOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardSmallMultiplesOptions
    The small multiples setup for the visual.
    SortConfiguration Pulumi.AwsNative.QuickSight.Inputs.DashboardBarChartSortConfiguration
    The sort configuration of a BarChartVisual .
    Tooltip Pulumi.AwsNative.QuickSight.Inputs.DashboardTooltipOptions
    The tooltip display setup of the visual.
    ValueAxis Pulumi.AwsNative.QuickSight.Inputs.DashboardAxisDisplayOptions
    The label display options (grid line, range, scale, axis step) for a bar chart value.
    ValueLabelOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardChartAxisLabelOptions
    The label options (label text, label visibility and sort icon visibility) for a bar chart value.
    VisualPalette Pulumi.AwsNative.QuickSight.Inputs.DashboardVisualPalette
    The palette (chart color) display setup of the visual.
    BarsArrangement DashboardBarsArrangement
    Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.
    CategoryAxis DashboardAxisDisplayOptions
    The label display options (grid line, range, scale, axis step) for bar chart category.
    CategoryLabelOptions DashboardChartAxisLabelOptions
    The label options (label text, label visibility and sort icon visibility) for a bar chart.
    ColorLabelOptions DashboardChartAxisLabelOptions
    The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
    ContributionAnalysisDefaults []DashboardContributionAnalysisDefault
    The contribution analysis (anomaly configuration) setup of the visual.
    DataLabels DashboardDataLabelOptions
    The options that determine if visual data labels are displayed.
    FieldWells DashboardBarChartFieldWells
    The field wells of the visual.
    Legend DashboardLegendOptions
    The legend display setup of the visual.
    Orientation DashboardBarChartOrientation
    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 []DashboardReferenceLine
    The reference line setup of the visual.
    SmallMultiplesOptions DashboardSmallMultiplesOptions
    The small multiples setup for the visual.
    SortConfiguration DashboardBarChartSortConfiguration
    The sort configuration of a BarChartVisual .
    Tooltip DashboardTooltipOptions
    The tooltip display setup of the visual.
    ValueAxis DashboardAxisDisplayOptions
    The label display options (grid line, range, scale, axis step) for a bar chart value.
    ValueLabelOptions DashboardChartAxisLabelOptions
    The label options (label text, label visibility and sort icon visibility) for a bar chart value.
    VisualPalette DashboardVisualPalette
    The palette (chart color) display setup of the visual.
    barsArrangement DashboardBarsArrangement
    Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.
    categoryAxis DashboardAxisDisplayOptions
    The label display options (grid line, range, scale, axis step) for bar chart category.
    categoryLabelOptions DashboardChartAxisLabelOptions
    The label options (label text, label visibility and sort icon visibility) for a bar chart.
    colorLabelOptions DashboardChartAxisLabelOptions
    The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
    contributionAnalysisDefaults List<DashboardContributionAnalysisDefault>
    The contribution analysis (anomaly configuration) setup of the visual.
    dataLabels DashboardDataLabelOptions
    The options that determine if visual data labels are displayed.
    fieldWells DashboardBarChartFieldWells
    The field wells of the visual.
    legend DashboardLegendOptions
    The legend display setup of the visual.
    orientation DashboardBarChartOrientation
    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<DashboardReferenceLine>
    The reference line setup of the visual.
    smallMultiplesOptions DashboardSmallMultiplesOptions
    The small multiples setup for the visual.
    sortConfiguration DashboardBarChartSortConfiguration
    The sort configuration of a BarChartVisual .
    tooltip DashboardTooltipOptions
    The tooltip display setup of the visual.
    valueAxis DashboardAxisDisplayOptions
    The label display options (grid line, range, scale, axis step) for a bar chart value.
    valueLabelOptions DashboardChartAxisLabelOptions
    The label options (label text, label visibility and sort icon visibility) for a bar chart value.
    visualPalette DashboardVisualPalette
    The palette (chart color) display setup of the visual.
    barsArrangement DashboardBarsArrangement
    Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.
    categoryAxis DashboardAxisDisplayOptions
    The label display options (grid line, range, scale, axis step) for bar chart category.
    categoryLabelOptions DashboardChartAxisLabelOptions
    The label options (label text, label visibility and sort icon visibility) for a bar chart.
    colorLabelOptions DashboardChartAxisLabelOptions
    The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
    contributionAnalysisDefaults DashboardContributionAnalysisDefault[]
    The contribution analysis (anomaly configuration) setup of the visual.
    dataLabels DashboardDataLabelOptions
    The options that determine if visual data labels are displayed.
    fieldWells DashboardBarChartFieldWells
    The field wells of the visual.
    legend DashboardLegendOptions
    The legend display setup of the visual.
    orientation DashboardBarChartOrientation
    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 DashboardReferenceLine[]
    The reference line setup of the visual.
    smallMultiplesOptions DashboardSmallMultiplesOptions
    The small multiples setup for the visual.
    sortConfiguration DashboardBarChartSortConfiguration
    The sort configuration of a BarChartVisual .
    tooltip DashboardTooltipOptions
    The tooltip display setup of the visual.
    valueAxis DashboardAxisDisplayOptions
    The label display options (grid line, range, scale, axis step) for a bar chart value.
    valueLabelOptions DashboardChartAxisLabelOptions
    The label options (label text, label visibility and sort icon visibility) for a bar chart value.
    visualPalette DashboardVisualPalette
    The palette (chart color) display setup of the visual.
    bars_arrangement DashboardBarsArrangement
    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 DashboardAxisDisplayOptions
    The label display options (grid line, range, scale, axis step) for bar chart category.
    category_label_options DashboardChartAxisLabelOptions
    The label options (label text, label visibility and sort icon visibility) for a bar chart.
    color_label_options DashboardChartAxisLabelOptions
    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[DashboardContributionAnalysisDefault]
    The contribution analysis (anomaly configuration) setup of the visual.
    data_labels DashboardDataLabelOptions
    The options that determine if visual data labels are displayed.
    field_wells DashboardBarChartFieldWells
    The field wells of the visual.
    legend DashboardLegendOptions
    The legend display setup of the visual.
    orientation DashboardBarChartOrientation
    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[DashboardReferenceLine]
    The reference line setup of the visual.
    small_multiples_options DashboardSmallMultiplesOptions
    The small multiples setup for the visual.
    sort_configuration DashboardBarChartSortConfiguration
    The sort configuration of a BarChartVisual .
    tooltip DashboardTooltipOptions
    The tooltip display setup of the visual.
    value_axis DashboardAxisDisplayOptions
    The label display options (grid line, range, scale, axis step) for a bar chart value.
    value_label_options DashboardChartAxisLabelOptions
    The label options (label text, label visibility and sort icon visibility) for a bar chart value.
    visual_palette DashboardVisualPalette
    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.

    DashboardBarChartFieldWells, DashboardBarChartFieldWellsArgs

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

    DashboardBarChartOrientation, DashboardBarChartOrientationArgs

    Horizontal
    HORIZONTAL
    Vertical
    VERTICAL
    DashboardBarChartOrientationHorizontal
    HORIZONTAL
    DashboardBarChartOrientationVertical
    VERTICAL
    Horizontal
    HORIZONTAL
    Vertical
    VERTICAL
    Horizontal
    HORIZONTAL
    Vertical
    VERTICAL
    HORIZONTAL
    HORIZONTAL
    VERTICAL
    VERTICAL
    "HORIZONTAL"
    HORIZONTAL
    "VERTICAL"
    VERTICAL

    DashboardBarChartSortConfiguration, DashboardBarChartSortConfigurationArgs

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

    DashboardBarChartVisual, DashboardBarChartVisualArgs

    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.DashboardVisualCustomAction>
    The list of custom actions that are configured for a visual.
    ChartConfiguration Pulumi.AwsNative.QuickSight.Inputs.DashboardBarChartConfiguration
    The configuration settings of the visual.
    ColumnHierarchies List<Pulumi.AwsNative.QuickSight.Inputs.DashboardColumnHierarchy>
    The column hierarchy that is used during drill-downs and drill-ups.
    Subtitle Pulumi.AwsNative.QuickSight.Inputs.DashboardVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    Title Pulumi.AwsNative.QuickSight.Inputs.DashboardVisualTitleLabelOptions
    The title that is displayed on the visual.
    VisualContentAltText string
    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 []DashboardVisualCustomAction
    The list of custom actions that are configured for a visual.
    ChartConfiguration DashboardBarChartConfiguration
    The configuration settings of the visual.
    ColumnHierarchies []DashboardColumnHierarchy
    The column hierarchy that is used during drill-downs and drill-ups.
    Subtitle DashboardVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    Title DashboardVisualTitleLabelOptions
    The title that is displayed on the visual.
    VisualContentAltText string
    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<DashboardVisualCustomAction>
    The list of custom actions that are configured for a visual.
    chartConfiguration DashboardBarChartConfiguration
    The configuration settings of the visual.
    columnHierarchies List<DashboardColumnHierarchy>
    The column hierarchy that is used during drill-downs and drill-ups.
    subtitle DashboardVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    title DashboardVisualTitleLabelOptions
    The title that is displayed on the visual.
    visualContentAltText String
    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 DashboardVisualCustomAction[]
    The list of custom actions that are configured for a visual.
    chartConfiguration DashboardBarChartConfiguration
    The configuration settings of the visual.
    columnHierarchies DashboardColumnHierarchy[]
    The column hierarchy that is used during drill-downs and drill-ups.
    subtitle DashboardVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    title DashboardVisualTitleLabelOptions
    The title that is displayed on the visual.
    visualContentAltText string
    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[DashboardVisualCustomAction]
    The list of custom actions that are configured for a visual.
    chart_configuration DashboardBarChartConfiguration
    The configuration settings of the visual.
    column_hierarchies Sequence[DashboardColumnHierarchy]
    The column hierarchy that is used during drill-downs and drill-ups.
    subtitle DashboardVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    title DashboardVisualTitleLabelOptions
    The title that is displayed on the visual.
    visual_content_alt_text str
    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.
    visualContentAltText String

    DashboardBarsArrangement, DashboardBarsArrangementArgs

    Clustered
    CLUSTERED
    Stacked
    STACKED
    StackedPercent
    STACKED_PERCENT
    DashboardBarsArrangementClustered
    CLUSTERED
    DashboardBarsArrangementStacked
    STACKED
    DashboardBarsArrangementStackedPercent
    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

    DashboardBaseMapStyleType, DashboardBaseMapStyleTypeArgs

    LightGray
    LIGHT_GRAY
    DarkGray
    DARK_GRAY
    Street
    STREET
    Imagery
    IMAGERY
    DashboardBaseMapStyleTypeLightGray
    LIGHT_GRAY
    DashboardBaseMapStyleTypeDarkGray
    DARK_GRAY
    DashboardBaseMapStyleTypeStreet
    STREET
    DashboardBaseMapStyleTypeImagery
    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

    DashboardBehavior, DashboardBehaviorArgs

    Enabled
    ENABLED
    Disabled
    DISABLED
    DashboardBehaviorEnabled
    ENABLED
    DashboardBehaviorDisabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    Enabled
    ENABLED
    Disabled
    DISABLED
    ENABLED
    ENABLED
    DISABLED
    DISABLED
    "ENABLED"
    ENABLED
    "DISABLED"
    DISABLED

    DashboardBinCountOptions, DashboardBinCountOptionsArgs

    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.

    DashboardBinWidthOptions, DashboardBinWidthOptionsArgs

    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.

    DashboardBodySectionConfiguration, DashboardBodySectionConfigurationArgs

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

    DashboardBodySectionContent, DashboardBodySectionContentArgs

    Layout DashboardSectionLayoutConfiguration
    The layout configuration of a body section.
    layout DashboardSectionLayoutConfiguration
    The layout configuration of a body section.
    layout DashboardSectionLayoutConfiguration
    The layout configuration of a body section.
    layout DashboardSectionLayoutConfiguration
    The layout configuration of a body section.
    layout Property Map
    The layout configuration of a body section.

    DashboardBoxPlotAggregatedFieldWells, DashboardBoxPlotAggregatedFieldWellsArgs

    GroupBy List<Pulumi.AwsNative.QuickSight.Inputs.DashboardDimensionField>
    The group by field well of a box plot chart. Values are grouped based on group by fields.
    Values List<Pulumi.AwsNative.QuickSight.Inputs.DashboardMeasureField>
    The value field well of a box plot chart. Values are aggregated based on group by fields.
    GroupBy []DashboardDimensionField
    The group by field well of a box plot chart. Values are grouped based on group by fields.
    Values []DashboardMeasureField
    The value field well of a box plot chart. Values are aggregated based on group by fields.
    groupBy List<DashboardDimensionField>
    The group by field well of a box plot chart. Values are grouped based on group by fields.
    values List<DashboardMeasureField>
    The value field well of a box plot chart. Values are aggregated based on group by fields.
    groupBy DashboardDimensionField[]
    The group by field well of a box plot chart. Values are grouped based on group by fields.
    values DashboardMeasureField[]
    The value field well of a box plot chart. Values are aggregated based on group by fields.
    group_by Sequence[DashboardDimensionField]
    The group by field well of a box plot chart. Values are grouped based on group by fields.
    values Sequence[DashboardMeasureField]
    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.

    DashboardBoxPlotChartConfiguration, DashboardBoxPlotChartConfigurationArgs

    BoxPlotOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardBoxPlotOptions
    The box plot chart options for a box plot visual
    CategoryAxis Pulumi.AwsNative.QuickSight.Inputs.DashboardAxisDisplayOptions
    The label display options (grid line, range, scale, axis step) of a box plot category.
    CategoryLabelOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardChartAxisLabelOptions
    The label options (label text, label visibility and sort Icon visibility) of a box plot category.
    FieldWells Pulumi.AwsNative.QuickSight.Inputs.DashboardBoxPlotFieldWells
    The field wells of the visual.
    Legend Pulumi.AwsNative.QuickSight.Inputs.DashboardLegendOptions
    PrimaryYAxisDisplayOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardAxisDisplayOptions
    The label display options (grid line, range, scale, axis step) of a box plot category.
    PrimaryYAxisLabelOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardChartAxisLabelOptions
    The label options (label text, label visibility and sort icon visibility) of a box plot value.
    ReferenceLines List<Pulumi.AwsNative.QuickSight.Inputs.DashboardReferenceLine>
    The reference line setup of the visual.
    SortConfiguration Pulumi.AwsNative.QuickSight.Inputs.DashboardBoxPlotSortConfiguration
    The sort configuration of a BoxPlotVisual .
    Tooltip Pulumi.AwsNative.QuickSight.Inputs.DashboardTooltipOptions
    The tooltip display setup of the visual.
    VisualPalette Pulumi.AwsNative.QuickSight.Inputs.DashboardVisualPalette
    The palette (chart color) display setup of the visual.
    BoxPlotOptions DashboardBoxPlotOptions
    The box plot chart options for a box plot visual
    CategoryAxis DashboardAxisDisplayOptions
    The label display options (grid line, range, scale, axis step) of a box plot category.
    CategoryLabelOptions DashboardChartAxisLabelOptions
    The label options (label text, label visibility and sort Icon visibility) of a box plot category.
    FieldWells DashboardBoxPlotFieldWells
    The field wells of the visual.
    Legend DashboardLegendOptions
    PrimaryYAxisDisplayOptions DashboardAxisDisplayOptions
    The label display options (grid line, range, scale, axis step) of a box plot category.
    PrimaryYAxisLabelOptions DashboardChartAxisLabelOptions
    The label options (label text, label visibility and sort icon visibility) of a box plot value.
    ReferenceLines []DashboardReferenceLine
    The reference line setup of the visual.
    SortConfiguration DashboardBoxPlotSortConfiguration
    The sort configuration of a BoxPlotVisual .
    Tooltip DashboardTooltipOptions
    The tooltip display setup of the visual.
    VisualPalette DashboardVisualPalette
    The palette (chart color) display setup of the visual.
    boxPlotOptions DashboardBoxPlotOptions
    The box plot chart options for a box plot visual
    categoryAxis DashboardAxisDisplayOptions
    The label display options (grid line, range, scale, axis step) of a box plot category.
    categoryLabelOptions DashboardChartAxisLabelOptions
    The label options (label text, label visibility and sort Icon visibility) of a box plot category.
    fieldWells DashboardBoxPlotFieldWells
    The field wells of the visual.
    legend DashboardLegendOptions
    primaryYAxisDisplayOptions DashboardAxisDisplayOptions
    The label display options (grid line, range, scale, axis step) of a box plot category.
    primaryYAxisLabelOptions DashboardChartAxisLabelOptions
    The label options (label text, label visibility and sort icon visibility) of a box plot value.
    referenceLines List<DashboardReferenceLine>
    The reference line setup of the visual.
    sortConfiguration DashboardBoxPlotSortConfiguration
    The sort configuration of a BoxPlotVisual .
    tooltip DashboardTooltipOptions
    The tooltip display setup of the visual.
    visualPalette DashboardVisualPalette
    The palette (chart color) display setup of the visual.
    boxPlotOptions DashboardBoxPlotOptions
    The box plot chart options for a box plot visual
    categoryAxis DashboardAxisDisplayOptions
    The label display options (grid line, range, scale, axis step) of a box plot category.
    categoryLabelOptions DashboardChartAxisLabelOptions
    The label options (label text, label visibility and sort Icon visibility) of a box plot category.
    fieldWells DashboardBoxPlotFieldWells
    The field wells of the visual.
    legend DashboardLegendOptions
    primaryYAxisDisplayOptions DashboardAxisDisplayOptions
    The label display options (grid line, range, scale, axis step) of a box plot category.
    primaryYAxisLabelOptions DashboardChartAxisLabelOptions
    The label options (label text, label visibility and sort icon visibility) of a box plot value.
    referenceLines DashboardReferenceLine[]
    The reference line setup of the visual.
    sortConfiguration DashboardBoxPlotSortConfiguration
    The sort configuration of a BoxPlotVisual .
    tooltip DashboardTooltipOptions
    The tooltip display setup of the visual.
    visualPalette DashboardVisualPalette
    The palette (chart color) display setup of the visual.
    box_plot_options DashboardBoxPlotOptions
    The box plot chart options for a box plot visual
    category_axis DashboardAxisDisplayOptions
    The label display options (grid line, range, scale, axis step) of a box plot category.
    category_label_options DashboardChartAxisLabelOptions
    The label options (label text, label visibility and sort Icon visibility) of a box plot category.
    field_wells DashboardBoxPlotFieldWells
    The field wells of the visual.
    legend DashboardLegendOptions
    primary_y_axis_display_options DashboardAxisDisplayOptions
    The label display options (grid line, range, scale, axis step) of a box plot category.
    primary_y_axis_label_options DashboardChartAxisLabelOptions
    The label options (label text, label visibility and sort icon visibility) of a box plot value.
    reference_lines Sequence[DashboardReferenceLine]
    The reference line setup of the visual.
    sort_configuration DashboardBoxPlotSortConfiguration
    The sort configuration of a BoxPlotVisual .
    tooltip DashboardTooltipOptions
    The tooltip display setup of the visual.
    visual_palette DashboardVisualPalette
    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.

    DashboardBoxPlotFieldWells, DashboardBoxPlotFieldWellsArgs

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

    DashboardBoxPlotFillStyle, DashboardBoxPlotFillStyleArgs

    Solid
    SOLID
    Transparent
    TRANSPARENT
    DashboardBoxPlotFillStyleSolid
    SOLID
    DashboardBoxPlotFillStyleTransparent
    TRANSPARENT
    Solid
    SOLID
    Transparent
    TRANSPARENT
    Solid
    SOLID
    Transparent
    TRANSPARENT
    SOLID
    SOLID
    TRANSPARENT
    TRANSPARENT
    "SOLID"
    SOLID
    "TRANSPARENT"
    TRANSPARENT

    DashboardBoxPlotOptions, DashboardBoxPlotOptionsArgs

    AllDataPointsVisibility Pulumi.AwsNative.QuickSight.DashboardVisibility
    Determines the visibility of all data points of the box plot.
    OutlierVisibility Pulumi.AwsNative.QuickSight.DashboardVisibility
    Determines the visibility of the outlier in a box plot.
    StyleOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardBoxPlotStyleOptions
    The style options of the box plot.
    AllDataPointsVisibility DashboardVisibility
    Determines the visibility of all data points of the box plot.
    OutlierVisibility DashboardVisibility
    Determines the visibility of the outlier in a box plot.
    StyleOptions DashboardBoxPlotStyleOptions
    The style options of the box plot.
    allDataPointsVisibility DashboardVisibility
    Determines the visibility of all data points of the box plot.
    outlierVisibility DashboardVisibility
    Determines the visibility of the outlier in a box plot.
    styleOptions DashboardBoxPlotStyleOptions
    The style options of the box plot.
    allDataPointsVisibility DashboardVisibility
    Determines the visibility of all data points of the box plot.
    outlierVisibility DashboardVisibility
    Determines the visibility of the outlier in a box plot.
    styleOptions DashboardBoxPlotStyleOptions
    The style options of the box plot.
    all_data_points_visibility DashboardVisibility
    Determines the visibility of all data points of the box plot.
    outlier_visibility DashboardVisibility
    Determines the visibility of the outlier in a box plot.
    style_options DashboardBoxPlotStyleOptions
    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.

    DashboardBoxPlotSortConfiguration, DashboardBoxPlotSortConfigurationArgs

    CategorySort []DashboardFieldSortOptions
    The sort configuration of a group by fields.
    PaginationConfiguration DashboardPaginationConfiguration
    The pagination configuration of a table visual or box plot.
    categorySort List<DashboardFieldSortOptions>
    The sort configuration of a group by fields.
    paginationConfiguration DashboardPaginationConfiguration
    The pagination configuration of a table visual or box plot.
    categorySort DashboardFieldSortOptions[]
    The sort configuration of a group by fields.
    paginationConfiguration DashboardPaginationConfiguration
    The pagination configuration of a table visual or box plot.
    category_sort Sequence[DashboardFieldSortOptions]
    The sort configuration of a group by fields.
    pagination_configuration DashboardPaginationConfiguration
    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.

    DashboardBoxPlotStyleOptions, DashboardBoxPlotStyleOptionsArgs

    FillStyle Pulumi.AwsNative.QuickSight.DashboardBoxPlotFillStyle
    The fill styles (solid, transparent) of the box plot.
    FillStyle DashboardBoxPlotFillStyle
    The fill styles (solid, transparent) of the box plot.
    fillStyle DashboardBoxPlotFillStyle
    The fill styles (solid, transparent) of the box plot.
    fillStyle DashboardBoxPlotFillStyle
    The fill styles (solid, transparent) of the box plot.
    fill_style DashboardBoxPlotFillStyle
    The fill styles (solid, transparent) of the box plot.
    fillStyle "SOLID" | "TRANSPARENT"
    The fill styles (solid, transparent) of the box plot.

    DashboardBoxPlotVisual, DashboardBoxPlotVisualArgs

    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.DashboardVisualCustomAction>
    The list of custom actions that are configured for a visual.
    ChartConfiguration Pulumi.AwsNative.QuickSight.Inputs.DashboardBoxPlotChartConfiguration
    The configuration settings of the visual.
    ColumnHierarchies List<Pulumi.AwsNative.QuickSight.Inputs.DashboardColumnHierarchy>
    The column hierarchy that is used during drill-downs and drill-ups.
    Subtitle Pulumi.AwsNative.QuickSight.Inputs.DashboardVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    Title Pulumi.AwsNative.QuickSight.Inputs.DashboardVisualTitleLabelOptions
    The title that is displayed on the visual.
    VisualContentAltText string
    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 []DashboardVisualCustomAction
    The list of custom actions that are configured for a visual.
    ChartConfiguration DashboardBoxPlotChartConfiguration
    The configuration settings of the visual.
    ColumnHierarchies []DashboardColumnHierarchy
    The column hierarchy that is used during drill-downs and drill-ups.
    Subtitle DashboardVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    Title DashboardVisualTitleLabelOptions
    The title that is displayed on the visual.
    VisualContentAltText string
    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<DashboardVisualCustomAction>
    The list of custom actions that are configured for a visual.
    chartConfiguration DashboardBoxPlotChartConfiguration
    The configuration settings of the visual.
    columnHierarchies List<DashboardColumnHierarchy>
    The column hierarchy that is used during drill-downs and drill-ups.
    subtitle DashboardVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    title DashboardVisualTitleLabelOptions
    The title that is displayed on the visual.
    visualContentAltText String
    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 DashboardVisualCustomAction[]
    The list of custom actions that are configured for a visual.
    chartConfiguration DashboardBoxPlotChartConfiguration
    The configuration settings of the visual.
    columnHierarchies DashboardColumnHierarchy[]
    The column hierarchy that is used during drill-downs and drill-ups.
    subtitle DashboardVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    title DashboardVisualTitleLabelOptions
    The title that is displayed on the visual.
    visualContentAltText string
    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[DashboardVisualCustomAction]
    The list of custom actions that are configured for a visual.
    chart_configuration DashboardBoxPlotChartConfiguration
    The configuration settings of the visual.
    column_hierarchies Sequence[DashboardColumnHierarchy]
    The column hierarchy that is used during drill-downs and drill-ups.
    subtitle DashboardVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    title DashboardVisualTitleLabelOptions
    The title that is displayed on the visual.
    visual_content_alt_text str
    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.
    visualContentAltText String

    DashboardCalculatedField, DashboardCalculatedFieldArgs

    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.

    DashboardCalculatedMeasureField, DashboardCalculatedMeasureFieldArgs

    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.

    DashboardCascadingControlConfiguration, DashboardCascadingControlConfigurationArgs

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

    DashboardCascadingControlSource, DashboardCascadingControlSourceArgs

    ColumnToMatch Pulumi.AwsNative.QuickSight.Inputs.DashboardColumnIdentifier
    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 DashboardColumnIdentifier
    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 DashboardColumnIdentifier
    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 DashboardColumnIdentifier
    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 DashboardColumnIdentifier
    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 .

    DashboardCategoricalAggregationFunction, DashboardCategoricalAggregationFunctionArgs

    Count
    COUNT
    DistinctCount
    DISTINCT_COUNT
    DashboardCategoricalAggregationFunctionCount
    COUNT
    DashboardCategoricalAggregationFunctionDistinctCount
    DISTINCT_COUNT
    Count
    COUNT
    DistinctCount
    DISTINCT_COUNT
    Count
    COUNT
    DistinctCount
    DISTINCT_COUNT
    COUNT
    COUNT
    DISTINCT_COUNT
    DISTINCT_COUNT
    "COUNT"
    COUNT
    "DISTINCT_COUNT"
    DISTINCT_COUNT

    DashboardCategoricalDimensionField, DashboardCategoricalDimensionFieldArgs

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

    DashboardCategoricalMeasureField, DashboardCategoricalMeasureFieldArgs

    Column Pulumi.AwsNative.QuickSight.Inputs.DashboardColumnIdentifier
    The column that is used in the CategoricalMeasureField .
    FieldId string
    The custom field ID.
    AggregationFunction Pulumi.AwsNative.QuickSight.DashboardCategoricalAggregationFunction
    The aggregation function of the measure field.
    FormatConfiguration Pulumi.AwsNative.QuickSight.Inputs.DashboardStringFormatConfiguration
    The format configuration of the field.
    Column DashboardColumnIdentifier
    The column that is used in the CategoricalMeasureField .
    FieldId string
    The custom field ID.
    AggregationFunction DashboardCategoricalAggregationFunction
    The aggregation function of the measure field.
    FormatConfiguration DashboardStringFormatConfiguration
    The format configuration of the field.
    column DashboardColumnIdentifier
    The column that is used in the CategoricalMeasureField .
    fieldId String
    The custom field ID.
    aggregationFunction DashboardCategoricalAggregationFunction
    The aggregation function of the measure field.
    formatConfiguration DashboardStringFormatConfiguration
    The format configuration of the field.
    column DashboardColumnIdentifier
    The column that is used in the CategoricalMeasureField .
    fieldId string
    The custom field ID.
    aggregationFunction DashboardCategoricalAggregationFunction
    The aggregation function of the measure field.
    formatConfiguration DashboardStringFormatConfiguration
    The format configuration of the field.
    column DashboardColumnIdentifier
    The column that is used in the CategoricalMeasureField .
    field_id str
    The custom field ID.
    aggregation_function DashboardCategoricalAggregationFunction
    The aggregation function of the measure field.
    format_configuration DashboardStringFormatConfiguration
    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.

    DashboardCategoryDrillDownFilter, DashboardCategoryDrillDownFilterArgs

    CategoryValues List<string>
    A list of the string inputs that are the values of the category drill down filter.
    Column Pulumi.AwsNative.QuickSight.Inputs.DashboardColumnIdentifier
    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 DashboardColumnIdentifier
    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 DashboardColumnIdentifier
    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 DashboardColumnIdentifier
    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 DashboardColumnIdentifier
    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.

    DashboardCategoryFilter, DashboardCategoryFilterArgs

    Column Pulumi.AwsNative.QuickSight.Inputs.DashboardColumnIdentifier
    The column that the filter is applied to.
    Configuration Pulumi.AwsNative.QuickSight.Inputs.DashboardCategoryFilterConfiguration
    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.DashboardDefaultFilterControlConfiguration
    The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
    Column DashboardColumnIdentifier
    The column that the filter is applied to.
    Configuration DashboardCategoryFilterConfiguration
    The configuration for a CategoryFilter .
    FilterId string
    An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
    DefaultFilterControlConfiguration DashboardDefaultFilterControlConfiguration
    The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
    column DashboardColumnIdentifier
    The column that the filter is applied to.
    configuration DashboardCategoryFilterConfiguration
    The configuration for a CategoryFilter .
    filterId String
    An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
    defaultFilterControlConfiguration DashboardDefaultFilterControlConfiguration
    The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
    column DashboardColumnIdentifier
    The column that the filter is applied to.
    configuration DashboardCategoryFilterConfiguration
    The configuration for a CategoryFilter .
    filterId string
    An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
    defaultFilterControlConfiguration DashboardDefaultFilterControlConfiguration
    The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
    column DashboardColumnIdentifier
    The column that the filter is applied to.
    configuration DashboardCategoryFilterConfiguration
    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 DashboardDefaultFilterControlConfiguration
    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.

    DashboardCategoryFilterConfiguration, DashboardCategoryFilterConfigurationArgs

    CustomFilterConfiguration Pulumi.AwsNative.QuickSight.Inputs.DashboardCustomFilterConfiguration
    A custom filter that filters based on a single value. This filter can be partially matched.
    CustomFilterListConfiguration Pulumi.AwsNative.QuickSight.Inputs.DashboardCustomFilterListConfiguration
    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.DashboardFilterListConfiguration
    A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.
    CustomFilterConfiguration DashboardCustomFilterConfiguration
    A custom filter that filters based on a single value. This filter can be partially matched.
    CustomFilterListConfiguration DashboardCustomFilterListConfiguration
    A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.
    FilterListConfiguration DashboardFilterListConfiguration
    A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.
    customFilterConfiguration DashboardCustomFilterConfiguration
    A custom filter that filters based on a single value. This filter can be partially matched.
    customFilterListConfiguration DashboardCustomFilterListConfiguration
    A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.
    filterListConfiguration DashboardFilterListConfiguration
    A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.
    customFilterConfiguration DashboardCustomFilterConfiguration
    A custom filter that filters based on a single value. This filter can be partially matched.
    customFilterListConfiguration DashboardCustomFilterListConfiguration
    A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.
    filterListConfiguration DashboardFilterListConfiguration
    A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.
    custom_filter_configuration DashboardCustomFilterConfiguration
    A custom filter that filters based on a single value. This filter can be partially matched.
    custom_filter_list_configuration DashboardCustomFilterListConfiguration
    A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.
    filter_list_configuration DashboardFilterListConfiguration
    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.

    DashboardCategoryFilterMatchOperator, DashboardCategoryFilterMatchOperatorArgs

    EqualsValue
    EQUALS
    DoesNotEqual
    DOES_NOT_EQUAL
    Contains
    CONTAINS
    DoesNotContain
    DOES_NOT_CONTAIN
    StartsWith
    STARTS_WITH
    EndsWith
    ENDS_WITH
    DashboardCategoryFilterMatchOperatorEquals
    EQUALS
    DashboardCategoryFilterMatchOperatorDoesNotEqual
    DOES_NOT_EQUAL
    DashboardCategoryFilterMatchOperatorContains
    CONTAINS
    DashboardCategoryFilterMatchOperatorDoesNotContain
    DOES_NOT_CONTAIN
    DashboardCategoryFilterMatchOperatorStartsWith
    STARTS_WITH
    DashboardCategoryFilterMatchOperatorEndsWith
    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

    DashboardCategoryFilterSelectAllOptions, DashboardCategoryFilterSelectAllOptionsArgs

    FilterAllValues
    FILTER_ALL_VALUES
    DashboardCategoryFilterSelectAllOptionsFilterAllValues
    FILTER_ALL_VALUES
    FilterAllValues
    FILTER_ALL_VALUES
    FilterAllValues
    FILTER_ALL_VALUES
    FILTER_ALL_VALUES
    FILTER_ALL_VALUES
    "FILTER_ALL_VALUES"
    FILTER_ALL_VALUES

    DashboardCategoryInnerFilter, DashboardCategoryInnerFilterArgs

    DashboardChartAxisLabelOptions, DashboardChartAxisLabelOptionsArgs

    AxisLabelOptions List<Pulumi.AwsNative.QuickSight.Inputs.DashboardAxisLabelOptions>
    The label options for a chart axis.
    SortIconVisibility Pulumi.AwsNative.QuickSight.DashboardVisibility
    The visibility configuration of the sort icon on a chart's axis label.
    Visibility Pulumi.AwsNative.QuickSight.DashboardVisibility
    The visibility of an axis label on a chart. Choose one of the following options:

    • VISIBLE : Shows the axis.
    • HIDDEN : Hides the axis.
    AxisLabelOptions []DashboardAxisLabelOptions
    The label options for a chart axis.
    SortIconVisibility DashboardVisibility
    The visibility configuration of the sort icon on a chart's axis label.
    Visibility DashboardVisibility
    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<DashboardAxisLabelOptions>
    The label options for a chart axis.
    sortIconVisibility DashboardVisibility
    The visibility configuration of the sort icon on a chart's axis label.
    visibility DashboardVisibility
    The visibility of an axis label on a chart. Choose one of the following options:

    • VISIBLE : Shows the axis.
    • HIDDEN : Hides the axis.
    axisLabelOptions DashboardAxisLabelOptions[]
    The label options for a chart axis.
    sortIconVisibility DashboardVisibility
    The visibility configuration of the sort icon on a chart's axis label.
    visibility DashboardVisibility
    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[DashboardAxisLabelOptions]
    The label options for a chart axis.
    sort_icon_visibility DashboardVisibility
    The visibility configuration of the sort icon on a chart's axis label.
    visibility DashboardVisibility
    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.

    DashboardClusterMarker, DashboardClusterMarkerArgs

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

    DashboardClusterMarkerConfiguration, DashboardClusterMarkerConfigurationArgs

    ClusterMarker Pulumi.AwsNative.QuickSight.Inputs.DashboardClusterMarker
    The cluster marker that is a part of the cluster marker configuration.
    ClusterMarker DashboardClusterMarker
    The cluster marker that is a part of the cluster marker configuration.
    clusterMarker DashboardClusterMarker
    The cluster marker that is a part of the cluster marker configuration.
    clusterMarker DashboardClusterMarker
    The cluster marker that is a part of the cluster marker configuration.
    cluster_marker DashboardClusterMarker
    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.

    DashboardColorFillType, DashboardColorFillTypeArgs

    Discrete
    DISCRETE
    Gradient
    GRADIENT
    DashboardColorFillTypeDiscrete
    DISCRETE
    DashboardColorFillTypeGradient
    GRADIENT
    Discrete
    DISCRETE
    Gradient
    GRADIENT
    Discrete
    DISCRETE
    Gradient
    GRADIENT
    DISCRETE
    DISCRETE
    GRADIENT
    GRADIENT
    "DISCRETE"
    DISCRETE
    "GRADIENT"
    GRADIENT

    DashboardColorScale, DashboardColorScaleArgs

    ColorFillType Pulumi.AwsNative.QuickSight.DashboardColorFillType
    Determines the color fill type.
    Colors List<Pulumi.AwsNative.QuickSight.Inputs.DashboardDataColor>
    Determines the list of colors that are applied to the visual.
    NullValueColor Pulumi.AwsNative.QuickSight.Inputs.DashboardDataColor
    Determines the color that is applied to null values.
    ColorFillType DashboardColorFillType
    Determines the color fill type.
    Colors []DashboardDataColor
    Determines the list of colors that are applied to the visual.
    NullValueColor DashboardDataColor
    Determines the color that is applied to null values.
    colorFillType DashboardColorFillType
    Determines the color fill type.
    colors List<DashboardDataColor>
    Determines the list of colors that are applied to the visual.
    nullValueColor DashboardDataColor
    Determines the color that is applied to null values.
    colorFillType DashboardColorFillType
    Determines the color fill type.
    colors DashboardDataColor[]
    Determines the list of colors that are applied to the visual.
    nullValueColor DashboardDataColor
    Determines the color that is applied to null values.
    color_fill_type DashboardColorFillType
    Determines the color fill type.
    colors Sequence[DashboardDataColor]
    Determines the list of colors that are applied to the visual.
    null_value_color DashboardDataColor
    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.

    DashboardColorsConfiguration, DashboardColorsConfigurationArgs

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

    DashboardColumnConfiguration, DashboardColumnConfigurationArgs

    Column DashboardColumnIdentifier
    The column.
    ColorsConfiguration DashboardColorsConfiguration
    The color configurations of the column.
    FormatConfiguration DashboardFormatConfiguration
    The format configuration of a column.
    Role DashboardColumnRole
    The role of the column.
    column DashboardColumnIdentifier
    The column.
    colorsConfiguration DashboardColorsConfiguration
    The color configurations of the column.
    formatConfiguration DashboardFormatConfiguration
    The format configuration of a column.
    role DashboardColumnRole
    The role of the column.
    column DashboardColumnIdentifier
    The column.
    colorsConfiguration DashboardColorsConfiguration
    The color configurations of the column.
    formatConfiguration DashboardFormatConfiguration
    The format configuration of a column.
    role DashboardColumnRole
    The role of the column.
    column DashboardColumnIdentifier
    The column.
    colors_configuration DashboardColorsConfiguration
    The color configurations of the column.
    format_configuration DashboardFormatConfiguration
    The format configuration of a column.
    role DashboardColumnRole
    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.

    DashboardColumnHierarchy, DashboardColumnHierarchyArgs

    DateTimeHierarchy Pulumi.AwsNative.QuickSight.Inputs.DashboardDateTimeHierarchy
    The option that determines the hierarchy of any DateTime fields.
    ExplicitHierarchy Pulumi.AwsNative.QuickSight.Inputs.DashboardExplicitHierarchy
    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.DashboardPredefinedHierarchy
    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 DashboardDateTimeHierarchy
    The option that determines the hierarchy of any DateTime fields.
    ExplicitHierarchy DashboardExplicitHierarchy
    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 DashboardPredefinedHierarchy
    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 DashboardDateTimeHierarchy
    The option that determines the hierarchy of any DateTime fields.
    explicitHierarchy DashboardExplicitHierarchy
    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 DashboardPredefinedHierarchy
    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 DashboardDateTimeHierarchy
    The option that determines the hierarchy of any DateTime fields.
    explicitHierarchy DashboardExplicitHierarchy
    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 DashboardPredefinedHierarchy
    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 DashboardDateTimeHierarchy
    The option that determines the hierarchy of any DateTime fields.
    explicit_hierarchy DashboardExplicitHierarchy
    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 DashboardPredefinedHierarchy
    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.

    DashboardColumnIdentifier, DashboardColumnIdentifierArgs

    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.

    DashboardColumnRole, DashboardColumnRoleArgs

    Dimension
    DIMENSION
    Measure
    MEASURE
    DashboardColumnRoleDimension
    DIMENSION
    DashboardColumnRoleMeasure
    MEASURE
    Dimension
    DIMENSION
    Measure
    MEASURE
    Dimension
    DIMENSION
    Measure
    MEASURE
    DIMENSION
    DIMENSION
    MEASURE
    MEASURE
    "DIMENSION"
    DIMENSION
    "MEASURE"
    MEASURE

    DashboardColumnSort, DashboardColumnSortArgs

    Direction DashboardSortDirection
    The sort direction.
    SortBy DashboardColumnIdentifier
    AggregationFunction DashboardAggregationFunction
    The aggregation function that is defined in the column sort.
    direction DashboardSortDirection
    The sort direction.
    sortBy DashboardColumnIdentifier
    aggregationFunction DashboardAggregationFunction
    The aggregation function that is defined in the column sort.
    direction DashboardSortDirection
    The sort direction.
    sortBy DashboardColumnIdentifier
    aggregationFunction DashboardAggregationFunction
    The aggregation function that is defined in the column sort.
    direction DashboardSortDirection
    The sort direction.
    sort_by DashboardColumnIdentifier
    aggregation_function DashboardAggregationFunction
    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.

    DashboardColumnTooltipItem, DashboardColumnTooltipItemArgs

    Column Pulumi.AwsNative.QuickSight.Inputs.DashboardColumnIdentifier
    The target column of the tooltip item.
    Aggregation Pulumi.AwsNative.QuickSight.Inputs.DashboardAggregationFunction
    The aggregation function of the column tooltip item.
    Label string
    The label of the tooltip item.
    TooltipTarget Pulumi.AwsNative.QuickSight.DashboardTooltipTarget
    Determines the target of the column tooltip item in a combo chart visual.
    Visibility Pulumi.AwsNative.QuickSight.DashboardVisibility
    The visibility of the tooltip item.
    Column DashboardColumnIdentifier
    The target column of the tooltip item.
    Aggregation DashboardAggregationFunction
    The aggregation function of the column tooltip item.
    Label string
    The label of the tooltip item.
    TooltipTarget DashboardTooltipTarget
    Determines the target of the column tooltip item in a combo chart visual.
    Visibility DashboardVisibility
    The visibility of the tooltip item.
    column DashboardColumnIdentifier
    The target column of the tooltip item.
    aggregation DashboardAggregationFunction
    The aggregation function of the column tooltip item.
    label String
    The label of the tooltip item.
    tooltipTarget DashboardTooltipTarget
    Determines the target of the column tooltip item in a combo chart visual.
    visibility DashboardVisibility
    The visibility of the tooltip item.
    column DashboardColumnIdentifier
    The target column of the tooltip item.
    aggregation DashboardAggregationFunction
    The aggregation function of the column tooltip item.
    label string
    The label of the tooltip item.
    tooltipTarget DashboardTooltipTarget
    Determines the target of the column tooltip item in a combo chart visual.
    visibility DashboardVisibility
    The visibility of the tooltip item.
    column DashboardColumnIdentifier
    The target column of the tooltip item.
    aggregation DashboardAggregationFunction
    The aggregation function of the column tooltip item.
    label str
    The label of the tooltip item.
    tooltip_target DashboardTooltipTarget
    Determines the target of the column tooltip item in a combo chart visual.
    visibility DashboardVisibility
    The visibility of the tooltip item.
    column Property Map
    The target column of the tooltip item.
    aggregation Property Map
    The aggregation function of the column tooltip item.
    label String
    The label of the tooltip item.
    tooltipTarget "BOTH" | "BAR" | "LINE"
    Determines the target of the column tooltip item in a combo chart visual.
    visibility "HIDDEN" | "VISIBLE"
    The visibility of the tooltip item.

    DashboardComboChartAggregatedFieldWells, DashboardComboChartAggregatedFieldWellsArgs

    BarValues List<Pulumi.AwsNative.QuickSight.Inputs.DashboardMeasureField>
    The aggregated BarValues field well of a combo chart.
    Category List<Pulumi.AwsNative.QuickSight.Inputs.DashboardDimensionField>
    The aggregated category field wells of a combo chart.
    Colors List<Pulumi.AwsNative.QuickSight.Inputs.DashboardDimensionField>
    The aggregated colors field well of a combo chart.
    LineValues List<Pulumi.AwsNative.QuickSight.Inputs.DashboardMeasureField>
    The aggregated LineValues field well of a combo chart.
    BarValues []DashboardMeasureField
    The aggregated BarValues field well of a combo chart.
    Category []DashboardDimensionField
    The aggregated category field wells of a combo chart.
    Colors []DashboardDimensionField
    The aggregated colors field well of a combo chart.
    LineValues []DashboardMeasureField
    The aggregated LineValues field well of a combo chart.
    barValues List<DashboardMeasureField>
    The aggregated BarValues field well of a combo chart.
    category List<DashboardDimensionField>
    The aggregated category field wells of a combo chart.
    colors List<DashboardDimensionField>
    The aggregated colors field well of a combo chart.
    lineValues List<DashboardMeasureField>
    The aggregated LineValues field well of a combo chart.
    barValues DashboardMeasureField[]
    The aggregated BarValues field well of a combo chart.
    category DashboardDimensionField[]
    The aggregated category field wells of a combo chart.
    colors DashboardDimensionField[]
    The aggregated colors field well of a combo chart.
    lineValues DashboardMeasureField[]
    The aggregated LineValues field well of a combo chart.
    bar_values Sequence[DashboardMeasureField]
    The aggregated BarValues field well of a combo chart.
    category Sequence[DashboardDimensionField]
    The aggregated category field wells of a combo chart.
    colors Sequence[DashboardDimensionField]
    The aggregated colors field well of a combo chart.
    line_values Sequence[DashboardMeasureField]
    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.

    DashboardComboChartConfiguration, DashboardComboChartConfigurationArgs

    BarDataLabels Pulumi.AwsNative.QuickSight.Inputs.DashboardDataLabelOptions

    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.DashboardBarsArrangement
    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.DashboardAxisDisplayOptions
    The category axis of a combo chart.
    CategoryLabelOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardChartAxisLabelOptions
    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.DashboardChartAxisLabelOptions
    The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
    FieldWells Pulumi.AwsNative.QuickSight.Inputs.DashboardComboChartFieldWells
    The field wells of the visual.
    Legend Pulumi.AwsNative.QuickSight.Inputs.DashboardLegendOptions
    The legend display setup of the visual.
    LineDataLabels Pulumi.AwsNative.QuickSight.Inputs.DashboardDataLabelOptions

    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.DashboardAxisDisplayOptions
    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.DashboardChartAxisLabelOptions
    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.DashboardReferenceLine>
    The reference line setup of the visual.
    SecondaryYAxisDisplayOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardAxisDisplayOptions
    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.DashboardChartAxisLabelOptions
    The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
    SingleAxisOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardSingleAxisOptions
    SortConfiguration Pulumi.AwsNative.QuickSight.Inputs.DashboardComboChartSortConfiguration
    The sort configuration of a ComboChartVisual .
    Tooltip Pulumi.AwsNative.QuickSight.Inputs.DashboardTooltipOptions
    The legend display setup of the visual.
    VisualPalette Pulumi.AwsNative.QuickSight.Inputs.DashboardVisualPalette
    The palette (chart color) display setup of the visual.
    BarDataLabels DashboardDataLabelOptions

    The options that determine if visual data labels are displayed.

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

    BarsArrangement DashboardBarsArrangement
    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 DashboardAxisDisplayOptions
    The category axis of a combo chart.
    CategoryLabelOptions DashboardChartAxisLabelOptions
    The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
    ColorLabelOptions DashboardChartAxisLabelOptions
    The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
    FieldWells DashboardComboChartFieldWells
    The field wells of the visual.
    Legend DashboardLegendOptions
    The legend display setup of the visual.
    LineDataLabels DashboardDataLabelOptions

    The options that determine if visual data labels are displayed.

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

    PrimaryYAxisDisplayOptions DashboardAxisDisplayOptions
    The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.
    PrimaryYAxisLabelOptions DashboardChartAxisLabelOptions
    The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.
    ReferenceLines []DashboardReferenceLine
    The reference line setup of the visual.
    SecondaryYAxisDisplayOptions DashboardAxisDisplayOptions
    The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
    SecondaryYAxisLabelOptions DashboardChartAxisLabelOptions
    The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
    SingleAxisOptions DashboardSingleAxisOptions
    SortConfiguration DashboardComboChartSortConfiguration
    The sort configuration of a ComboChartVisual .
    Tooltip DashboardTooltipOptions
    The legend display setup of the visual.
    VisualPalette DashboardVisualPalette
    The palette (chart color) display setup of the visual.
    barDataLabels DashboardDataLabelOptions

    The options that determine if visual data labels are displayed.

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

    barsArrangement DashboardBarsArrangement
    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 DashboardAxisDisplayOptions
    The category axis of a combo chart.
    categoryLabelOptions DashboardChartAxisLabelOptions
    The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
    colorLabelOptions DashboardChartAxisLabelOptions
    The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
    fieldWells DashboardComboChartFieldWells
    The field wells of the visual.
    legend DashboardLegendOptions
    The legend display setup of the visual.
    lineDataLabels DashboardDataLabelOptions

    The options that determine if visual data labels are displayed.

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

    primaryYAxisDisplayOptions DashboardAxisDisplayOptions
    The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.
    primaryYAxisLabelOptions DashboardChartAxisLabelOptions
    The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.
    referenceLines List<DashboardReferenceLine>
    The reference line setup of the visual.
    secondaryYAxisDisplayOptions DashboardAxisDisplayOptions
    The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
    secondaryYAxisLabelOptions DashboardChartAxisLabelOptions
    The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
    singleAxisOptions DashboardSingleAxisOptions
    sortConfiguration DashboardComboChartSortConfiguration
    The sort configuration of a ComboChartVisual .
    tooltip DashboardTooltipOptions
    The legend display setup of the visual.
    visualPalette DashboardVisualPalette
    The palette (chart color) display setup of the visual.
    barDataLabels DashboardDataLabelOptions

    The options that determine if visual data labels are displayed.

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

    barsArrangement DashboardBarsArrangement
    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 DashboardAxisDisplayOptions
    The category axis of a combo chart.
    categoryLabelOptions DashboardChartAxisLabelOptions
    The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
    colorLabelOptions DashboardChartAxisLabelOptions
    The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
    fieldWells DashboardComboChartFieldWells
    The field wells of the visual.
    legend DashboardLegendOptions
    The legend display setup of the visual.
    lineDataLabels DashboardDataLabelOptions

    The options that determine if visual data labels are displayed.

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

    primaryYAxisDisplayOptions DashboardAxisDisplayOptions
    The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.
    primaryYAxisLabelOptions DashboardChartAxisLabelOptions
    The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.
    referenceLines DashboardReferenceLine[]
    The reference line setup of the visual.
    secondaryYAxisDisplayOptions DashboardAxisDisplayOptions
    The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
    secondaryYAxisLabelOptions DashboardChartAxisLabelOptions
    The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
    singleAxisOptions DashboardSingleAxisOptions
    sortConfiguration DashboardComboChartSortConfiguration
    The sort configuration of a ComboChartVisual .
    tooltip DashboardTooltipOptions
    The legend display setup of the visual.
    visualPalette DashboardVisualPalette
    The palette (chart color) display setup of the visual.
    bar_data_labels DashboardDataLabelOptions

    The options that determine if visual data labels are displayed.

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

    bars_arrangement DashboardBarsArrangement
    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 DashboardAxisDisplayOptions
    The category axis of a combo chart.
    category_label_options DashboardChartAxisLabelOptions
    The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
    color_label_options DashboardChartAxisLabelOptions
    The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
    field_wells DashboardComboChartFieldWells
    The field wells of the visual.
    legend DashboardLegendOptions
    The legend display setup of the visual.
    line_data_labels DashboardDataLabelOptions

    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 DashboardAxisDisplayOptions
    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 DashboardChartAxisLabelOptions
    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[DashboardReferenceLine]
    The reference line setup of the visual.
    secondary_y_axis_display_options DashboardAxisDisplayOptions
    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 DashboardChartAxisLabelOptions
    The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
    single_axis_options DashboardSingleAxisOptions
    sort_configuration DashboardComboChartSortConfiguration
    The sort configuration of a ComboChartVisual .
    tooltip DashboardTooltipOptions
    The legend display setup of the visual.
    visual_palette DashboardVisualPalette
    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.
    singleAxisOptions Property Map
    sortConfiguration Property Map
    The sort configuration of a ComboChartVisual .
    tooltip Property Map
    The legend display setup of the visual.
    visualPalette Property Map
    The palette (chart color) display setup of the visual.

    DashboardComboChartFieldWells, DashboardComboChartFieldWellsArgs

    ComboChartAggregatedFieldWells Pulumi.AwsNative.QuickSight.Inputs.DashboardComboChartAggregatedFieldWells
    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 DashboardComboChartAggregatedFieldWells
    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 DashboardComboChartAggregatedFieldWells
    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 DashboardComboChartAggregatedFieldWells
    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 DashboardComboChartAggregatedFieldWells
    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.

    DashboardComboChartSortConfiguration, DashboardComboChartSortConfigurationArgs

    CategoryItemsLimit Pulumi.AwsNative.QuickSight.Inputs.DashboardItemsLimitConfiguration
    The item limit configuration for the category field well of a combo chart.
    CategorySort List<Pulumi.AwsNative.QuickSight.Inputs.DashboardFieldSortOptions>
    The sort configuration of the category field well in a combo chart.
    ColorItemsLimit Pulumi.AwsNative.QuickSight.Inputs.DashboardItemsLimitConfiguration
    The item limit configuration of the color field well in a combo chart.
    ColorSort List<Pulumi.AwsNative.QuickSight.Inputs.DashboardFieldSortOptions>
    The sort configuration of the color field well in a combo chart.
    CategoryItemsLimit DashboardItemsLimitConfiguration
    The item limit configuration for the category field well of a combo chart.
    CategorySort []DashboardFieldSortOptions
    The sort configuration of the category field well in a combo chart.
    ColorItemsLimit DashboardItemsLimitConfiguration
    The item limit configuration of the color field well in a combo chart.
    ColorSort []DashboardFieldSortOptions
    The sort configuration of the color field well in a combo chart.
    categoryItemsLimit DashboardItemsLimitConfiguration
    The item limit configuration for the category field well of a combo chart.
    categorySort List<DashboardFieldSortOptions>
    The sort configuration of the category field well in a combo chart.
    colorItemsLimit DashboardItemsLimitConfiguration
    The item limit configuration of the color field well in a combo chart.
    colorSort List<DashboardFieldSortOptions>
    The sort configuration of the color field well in a combo chart.
    categoryItemsLimit DashboardItemsLimitConfiguration
    The item limit configuration for the category field well of a combo chart.
    categorySort DashboardFieldSortOptions[]
    The sort configuration of the category field well in a combo chart.
    colorItemsLimit DashboardItemsLimitConfiguration
    The item limit configuration of the color field well in a combo chart.
    colorSort DashboardFieldSortOptions[]
    The sort configuration of the color field well in a combo chart.
    category_items_limit DashboardItemsLimitConfiguration
    The item limit configuration for the category field well of a combo chart.
    category_sort Sequence[DashboardFieldSortOptions]
    The sort configuration of the category field well in a combo chart.
    color_items_limit DashboardItemsLimitConfiguration
    The item limit configuration of the color field well in a combo chart.
    color_sort Sequence[DashboardFieldSortOptions]
    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.

    DashboardComboChartVisual, DashboardComboChartVisualArgs

    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.DashboardVisualCustomAction>
    The list of custom actions that are configured for a visual.
    ChartConfiguration Pulumi.AwsNative.QuickSight.Inputs.DashboardComboChartConfiguration
    The configuration settings of the visual.
    ColumnHierarchies List<Pulumi.AwsNative.QuickSight.Inputs.DashboardColumnHierarchy>
    The column hierarchy that is used during drill-downs and drill-ups.
    Subtitle Pulumi.AwsNative.QuickSight.Inputs.DashboardVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    Title Pulumi.AwsNative.QuickSight.Inputs.DashboardVisualTitleLabelOptions
    The title that is displayed on the visual.
    VisualContentAltText string
    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 []DashboardVisualCustomAction
    The list of custom actions that are configured for a visual.
    ChartConfiguration DashboardComboChartConfiguration
    The configuration settings of the visual.
    ColumnHierarchies []DashboardColumnHierarchy
    The column hierarchy that is used during drill-downs and drill-ups.
    Subtitle DashboardVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    Title DashboardVisualTitleLabelOptions
    The title that is displayed on the visual.
    VisualContentAltText string
    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<DashboardVisualCustomAction>
    The list of custom actions that are configured for a visual.
    chartConfiguration DashboardComboChartConfiguration
    The configuration settings of the visual.
    columnHierarchies List<DashboardColumnHierarchy>
    The column hierarchy that is used during drill-downs and drill-ups.
    subtitle DashboardVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    title DashboardVisualTitleLabelOptions
    The title that is displayed on the visual.
    visualContentAltText String
    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 DashboardVisualCustomAction[]
    The list of custom actions that are configured for a visual.
    chartConfiguration DashboardComboChartConfiguration
    The configuration settings of the visual.
    columnHierarchies DashboardColumnHierarchy[]
    The column hierarchy that is used during drill-downs and drill-ups.
    subtitle DashboardVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    title DashboardVisualTitleLabelOptions
    The title that is displayed on the visual.
    visualContentAltText string
    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[DashboardVisualCustomAction]
    The list of custom actions that are configured for a visual.
    chart_configuration DashboardComboChartConfiguration
    The configuration settings of the visual.
    column_hierarchies Sequence[DashboardColumnHierarchy]
    The column hierarchy that is used during drill-downs and drill-ups.
    subtitle DashboardVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    title DashboardVisualTitleLabelOptions
    The title that is displayed on the visual.
    visual_content_alt_text str
    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.
    visualContentAltText String

    DashboardCommitMode, DashboardCommitModeArgs

    Auto
    AUTO
    Manual
    MANUAL
    DashboardCommitModeAuto
    AUTO
    DashboardCommitModeManual
    MANUAL
    Auto
    AUTO
    Manual
    MANUAL
    Auto
    AUTO
    Manual
    MANUAL
    AUTO
    AUTO
    MANUAL
    MANUAL
    "AUTO"
    AUTO
    "MANUAL"
    MANUAL

    DashboardComparisonConfiguration, DashboardComparisonConfigurationArgs

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

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

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

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

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

    DashboardComparisonFormatConfiguration, DashboardComparisonFormatConfigurationArgs

    DashboardComparisonMethod, DashboardComparisonMethodArgs

    Difference
    DIFFERENCE
    PercentDifference
    PERCENT_DIFFERENCE
    Percent
    PERCENT
    DashboardComparisonMethodDifference
    DIFFERENCE
    DashboardComparisonMethodPercentDifference
    PERCENT_DIFFERENCE
    DashboardComparisonMethodPercent
    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

    DashboardComputation, DashboardComputationArgs

    Forecast Pulumi.AwsNative.QuickSight.Inputs.DashboardForecastComputation
    The forecast computation configuration.
    GrowthRate Pulumi.AwsNative.QuickSight.Inputs.DashboardGrowthRateComputation
    The growth rate computation configuration.
    MaximumMinimum Pulumi.AwsNative.QuickSight.Inputs.DashboardMaximumMinimumComputation
    The maximum and minimum computation configuration.
    MetricComparison Pulumi.AwsNative.QuickSight.Inputs.DashboardMetricComparisonComputation
    The metric comparison computation configuration.
    PeriodOverPeriod Pulumi.AwsNative.QuickSight.Inputs.DashboardPeriodOverPeriodComputation
    The period over period computation configuration.
    PeriodToDate Pulumi.AwsNative.QuickSight.Inputs.DashboardPeriodToDateComputation
    The period to DataSetIdentifier computation configuration.
    TopBottomMovers Pulumi.AwsNative.QuickSight.Inputs.DashboardTopBottomMoversComputation
    The top movers and bottom movers computation configuration.
    TopBottomRanked Pulumi.AwsNative.QuickSight.Inputs.DashboardTopBottomRankedComputation
    The top ranked and bottom ranked computation configuration.
    TotalAggregation Pulumi.AwsNative.QuickSight.Inputs.DashboardTotalAggregationComputation
    The total aggregation computation configuration.
    UniqueValues Pulumi.AwsNative.QuickSight.Inputs.DashboardUniqueValuesComputation
    The unique values computation configuration.
    Forecast DashboardForecastComputation
    The forecast computation configuration.
    GrowthRate DashboardGrowthRateComputation
    The growth rate computation configuration.
    MaximumMinimum DashboardMaximumMinimumComputation
    The maximum and minimum computation configuration.
    MetricComparison DashboardMetricComparisonComputation
    The metric comparison computation configuration.
    PeriodOverPeriod DashboardPeriodOverPeriodComputation
    The period over period computation configuration.
    PeriodToDate DashboardPeriodToDateComputation
    The period to DataSetIdentifier computation configuration.
    TopBottomMovers DashboardTopBottomMoversComputation
    The top movers and bottom movers computation configuration.
    TopBottomRanked DashboardTopBottomRankedComputation
    The top ranked and bottom ranked computation configuration.
    TotalAggregation DashboardTotalAggregationComputation
    The total aggregation computation configuration.
    UniqueValues DashboardUniqueValuesComputation
    The unique values computation configuration.
    forecast DashboardForecastComputation
    The forecast computation configuration.
    growthRate DashboardGrowthRateComputation
    The growth rate computation configuration.
    maximumMinimum DashboardMaximumMinimumComputation
    The maximum and minimum computation configuration.
    metricComparison DashboardMetricComparisonComputation
    The metric comparison computation configuration.
    periodOverPeriod DashboardPeriodOverPeriodComputation
    The period over period computation configuration.
    periodToDate DashboardPeriodToDateComputation
    The period to DataSetIdentifier computation configuration.
    topBottomMovers DashboardTopBottomMoversComputation
    The top movers and bottom movers computation configuration.
    topBottomRanked DashboardTopBottomRankedComputation
    The top ranked and bottom ranked computation configuration.
    totalAggregation DashboardTotalAggregationComputation
    The total aggregation computation configuration.
    uniqueValues DashboardUniqueValuesComputation
    The unique values computation configuration.
    forecast DashboardForecastComputation
    The forecast computation configuration.
    growthRate DashboardGrowthRateComputation
    The growth rate computation configuration.
    maximumMinimum DashboardMaximumMinimumComputation
    The maximum and minimum computation configuration.
    metricComparison DashboardMetricComparisonComputation
    The metric comparison computation configuration.
    periodOverPeriod DashboardPeriodOverPeriodComputation
    The period over period computation configuration.
    periodToDate DashboardPeriodToDateComputation
    The period to DataSetIdentifier computation configuration.
    topBottomMovers DashboardTopBottomMoversComputation
    The top movers and bottom movers computation configuration.
    topBottomRanked DashboardTopBottomRankedComputation
    The top ranked and bottom ranked computation configuration.
    totalAggregation DashboardTotalAggregationComputation
    The total aggregation computation configuration.
    uniqueValues DashboardUniqueValuesComputation
    The unique values computation configuration.
    forecast DashboardForecastComputation
    The forecast computation configuration.
    growth_rate DashboardGrowthRateComputation
    The growth rate computation configuration.
    maximum_minimum DashboardMaximumMinimumComputation
    The maximum and minimum computation configuration.
    metric_comparison DashboardMetricComparisonComputation
    The metric comparison computation configuration.
    period_over_period DashboardPeriodOverPeriodComputation
    The period over period computation configuration.
    period_to_date DashboardPeriodToDateComputation
    The period to DataSetIdentifier computation configuration.
    top_bottom_movers DashboardTopBottomMoversComputation
    The top movers and bottom movers computation configuration.
    top_bottom_ranked DashboardTopBottomRankedComputation
    The top ranked and bottom ranked computation configuration.
    total_aggregation DashboardTotalAggregationComputation
    The total aggregation computation configuration.
    unique_values DashboardUniqueValuesComputation
    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.

    DashboardConditionalFormattingColor, DashboardConditionalFormattingColorArgs

    Gradient DashboardConditionalFormattingGradientColor
    Formatting configuration for gradient color.
    Solid DashboardConditionalFormattingSolidColor
    Formatting configuration for solid color.
    gradient DashboardConditionalFormattingGradientColor
    Formatting configuration for gradient color.
    solid DashboardConditionalFormattingSolidColor
    Formatting configuration for solid color.
    gradient DashboardConditionalFormattingGradientColor
    Formatting configuration for gradient color.
    solid DashboardConditionalFormattingSolidColor
    Formatting configuration for solid color.
    gradient DashboardConditionalFormattingGradientColor
    Formatting configuration for gradient color.
    solid DashboardConditionalFormattingSolidColor
    Formatting configuration for solid color.
    gradient Property Map
    Formatting configuration for gradient color.
    solid Property Map
    Formatting configuration for solid color.

    DashboardConditionalFormattingCustomIconCondition, DashboardConditionalFormattingCustomIconConditionArgs

    Expression string
    The expression that determines the condition of the icon set.
    IconOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardConditionalFormattingCustomIconOptions
    Custom icon options for an icon set.
    Color string
    Determines the color of the icon.
    DisplayConfiguration Pulumi.AwsNative.QuickSight.Inputs.DashboardConditionalFormattingIconDisplayConfiguration
    Determines the icon display configuration.
    Expression string
    The expression that determines the condition of the icon set.
    IconOptions DashboardConditionalFormattingCustomIconOptions
    Custom icon options for an icon set.
    Color string
    Determines the color of the icon.
    DisplayConfiguration DashboardConditionalFormattingIconDisplayConfiguration
    Determines the icon display configuration.
    expression String
    The expression that determines the condition of the icon set.
    iconOptions DashboardConditionalFormattingCustomIconOptions
    Custom icon options for an icon set.
    color String
    Determines the color of the icon.
    displayConfiguration DashboardConditionalFormattingIconDisplayConfiguration
    Determines the icon display configuration.
    expression string
    The expression that determines the condition of the icon set.
    iconOptions DashboardConditionalFormattingCustomIconOptions
    Custom icon options for an icon set.
    color string
    Determines the color of the icon.
    displayConfiguration DashboardConditionalFormattingIconDisplayConfiguration
    Determines the icon display configuration.
    expression str
    The expression that determines the condition of the icon set.
    icon_options DashboardConditionalFormattingCustomIconOptions
    Custom icon options for an icon set.
    color str
    Determines the color of the icon.
    display_configuration DashboardConditionalFormattingIconDisplayConfiguration
    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.

    DashboardConditionalFormattingCustomIconOptions, DashboardConditionalFormattingCustomIconOptionsArgs

    Icon Pulumi.AwsNative.QuickSight.DashboardIcon
    Determines the type of icon.
    UnicodeIcon string
    Determines the Unicode icon type.
    Icon DashboardIcon
    Determines the type of icon.
    UnicodeIcon string
    Determines the Unicode icon type.
    icon DashboardIcon
    Determines the type of icon.
    unicodeIcon String
    Determines the Unicode icon type.
    icon DashboardIcon
    Determines the type of icon.
    unicodeIcon string
    Determines the Unicode icon type.
    icon DashboardIcon
    Determines the type of icon.
    unicode_icon str
    Determines the Unicode icon type.

    DashboardConditionalFormattingGradientColor, DashboardConditionalFormattingGradientColorArgs

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

    DashboardConditionalFormattingIcon, DashboardConditionalFormattingIconArgs

    CustomCondition DashboardConditionalFormattingCustomIconCondition
    Determines the custom condition for an icon set.
    IconSet DashboardConditionalFormattingIconSet
    Formatting configuration for icon set.
    customCondition DashboardConditionalFormattingCustomIconCondition
    Determines the custom condition for an icon set.
    iconSet DashboardConditionalFormattingIconSet
    Formatting configuration for icon set.
    customCondition DashboardConditionalFormattingCustomIconCondition
    Determines the custom condition for an icon set.
    iconSet DashboardConditionalFormattingIconSet
    Formatting configuration for icon set.
    custom_condition DashboardConditionalFormattingCustomIconCondition
    Determines the custom condition for an icon set.
    icon_set DashboardConditionalFormattingIconSet
    Formatting configuration for icon set.
    customCondition Property Map
    Determines the custom condition for an icon set.
    iconSet Property Map
    Formatting configuration for icon set.

    DashboardConditionalFormattingIconDisplayConfiguration, DashboardConditionalFormattingIconDisplayConfigurationArgs

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

    DashboardConditionalFormattingIconDisplayOption, DashboardConditionalFormattingIconDisplayOptionArgs

    IconOnly
    ICON_ONLY
    DashboardConditionalFormattingIconDisplayOptionIconOnly
    ICON_ONLY
    IconOnly
    ICON_ONLY
    IconOnly
    ICON_ONLY
    ICON_ONLY
    ICON_ONLY
    "ICON_ONLY"
    ICON_ONLY

    DashboardConditionalFormattingIconSet, DashboardConditionalFormattingIconSetArgs

    Expression string
    The expression that determines the formatting configuration for the icon set.
    IconSetType Pulumi.AwsNative.QuickSight.DashboardConditionalFormattingIconSetType
    Determines the icon set type.
    Expression string
    The expression that determines the formatting configuration for the icon set.
    IconSetType DashboardConditionalFormattingIconSetType
    Determines the icon set type.
    expression String
    The expression that determines the formatting configuration for the icon set.
    iconSetType DashboardConditionalFormattingIconSetType
    Determines the icon set type.
    expression string
    The expression that determines the formatting configuration for the icon set.
    iconSetType DashboardConditionalFormattingIconSetType
    Determines the icon set type.
    expression str
    The expression that determines the formatting configuration for the icon set.
    icon_set_type DashboardConditionalFormattingIconSetType
    Determines the icon set type.

    DashboardConditionalFormattingIconSetType, DashboardConditionalFormattingIconSetTypeArgs

    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
    DashboardConditionalFormattingIconSetTypePlusMinus
    PLUS_MINUS
    DashboardConditionalFormattingIconSetTypeCheckX
    CHECK_X
    DashboardConditionalFormattingIconSetTypeThreeColorArrow
    THREE_COLOR_ARROW
    DashboardConditionalFormattingIconSetTypeThreeGrayArrow
    THREE_GRAY_ARROW
    DashboardConditionalFormattingIconSetTypeCaretUpMinusDown
    CARET_UP_MINUS_DOWN
    DashboardConditionalFormattingIconSetTypeThreeShape
    THREE_SHAPE
    DashboardConditionalFormattingIconSetTypeThreeCircle
    THREE_CIRCLE
    DashboardConditionalFormattingIconSetTypeFlags
    FLAGS
    DashboardConditionalFormattingIconSetTypeBars
    BARS
    DashboardConditionalFormattingIconSetTypeFourColorArrow
    FOUR_COLOR_ARROW
    DashboardConditionalFormattingIconSetTypeFourGrayArrow
    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

    DashboardConditionalFormattingSolidColor, DashboardConditionalFormattingSolidColorArgs

    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.

    DashboardContributionAnalysisDefault, DashboardContributionAnalysisDefaultArgs

    ContributorDimensions List<Pulumi.AwsNative.QuickSight.Inputs.DashboardColumnIdentifier>
    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 []DashboardColumnIdentifier
    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<DashboardColumnIdentifier>
    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 DashboardColumnIdentifier[]
    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[DashboardColumnIdentifier]
    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.

    DashboardCrossDatasetTypes, DashboardCrossDatasetTypesArgs

    AllDatasets
    ALL_DATASETS
    SingleDataset
    SINGLE_DATASET
    DashboardCrossDatasetTypesAllDatasets
    ALL_DATASETS
    DashboardCrossDatasetTypesSingleDataset
    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

    DashboardCurrencyDisplayFormatConfiguration, DashboardCurrencyDisplayFormatConfigurationArgs

    DecimalPlacesConfiguration Pulumi.AwsNative.QuickSight.Inputs.DashboardDecimalPlacesConfiguration
    The option that determines the decimal places configuration.
    NegativeValueConfiguration Pulumi.AwsNative.QuickSight.Inputs.DashboardNegativeValueConfiguration
    The options that determine the negative value configuration.
    NullValueFormatConfiguration Pulumi.AwsNative.QuickSight.Inputs.DashboardNullValueFormatConfiguration
    The options that determine the null value format configuration.
    NumberScale Pulumi.AwsNative.QuickSight.DashboardNumberScale
    Determines the number scale value for the currency format.
    Prefix string
    Determines the prefix value of the currency format.
    SeparatorConfiguration Pulumi.AwsNative.QuickSight.Inputs.DashboardNumericSeparatorConfiguration
    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 DashboardDecimalPlacesConfiguration
    The option that determines the decimal places configuration.
    NegativeValueConfiguration DashboardNegativeValueConfiguration
    The options that determine the negative value configuration.
    NullValueFormatConfiguration DashboardNullValueFormatConfiguration
    The options that determine the null value format configuration.
    NumberScale DashboardNumberScale
    Determines the number scale value for the currency format.
    Prefix string
    Determines the prefix value of the currency format.
    SeparatorConfiguration DashboardNumericSeparatorConfiguration
    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 DashboardDecimalPlacesConfiguration
    The option that determines the decimal places configuration.
    negativeValueConfiguration DashboardNegativeValueConfiguration
    The options that determine the negative value configuration.
    nullValueFormatConfiguration DashboardNullValueFormatConfiguration
    The options that determine the null value format configuration.
    numberScale DashboardNumberScale
    Determines the number scale value for the currency format.
    prefix String
    Determines the prefix value of the currency format.
    separatorConfiguration DashboardNumericSeparatorConfiguration
    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 DashboardDecimalPlacesConfiguration
    The option that determines the decimal places configuration.
    negativeValueConfiguration DashboardNegativeValueConfiguration
    The options that determine the negative value configuration.
    nullValueFormatConfiguration DashboardNullValueFormatConfiguration
    The options that determine the null value format configuration.
    numberScale DashboardNumberScale
    Determines the number scale value for the currency format.
    prefix string
    Determines the prefix value of the currency format.
    separatorConfiguration DashboardNumericSeparatorConfiguration
    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 DashboardDecimalPlacesConfiguration
    The option that determines the decimal places configuration.
    negative_value_configuration DashboardNegativeValueConfiguration
    The options that determine the negative value configuration.
    null_value_format_configuration DashboardNullValueFormatConfiguration
    The options that determine the null value format configuration.
    number_scale DashboardNumberScale
    Determines the number scale value for the currency format.
    prefix str
    Determines the prefix value of the currency format.
    separator_configuration DashboardNumericSeparatorConfiguration
    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.

    DashboardCustomActionFilterOperation, DashboardCustomActionFilterOperationArgs

    SelectedFieldsConfiguration DashboardFilterOperationSelectedFieldsConfiguration
    The configuration that chooses the fields to be filtered.
    TargetVisualsConfiguration DashboardFilterOperationTargetVisualsConfiguration
    The configuration that chooses the target visuals to be filtered.
    selectedFieldsConfiguration DashboardFilterOperationSelectedFieldsConfiguration
    The configuration that chooses the fields to be filtered.
    targetVisualsConfiguration DashboardFilterOperationTargetVisualsConfiguration
    The configuration that chooses the target visuals to be filtered.
    selectedFieldsConfiguration DashboardFilterOperationSelectedFieldsConfiguration
    The configuration that chooses the fields to be filtered.
    targetVisualsConfiguration DashboardFilterOperationTargetVisualsConfiguration
    The configuration that chooses the target visuals to be filtered.
    selected_fields_configuration DashboardFilterOperationSelectedFieldsConfiguration
    The configuration that chooses the fields to be filtered.
    target_visuals_configuration DashboardFilterOperationTargetVisualsConfiguration
    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.

    DashboardCustomActionNavigationOperation, DashboardCustomActionNavigationOperationArgs

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

    DashboardCustomActionSetParametersOperation, DashboardCustomActionSetParametersOperationArgs

    ParameterValueConfigurations []DashboardSetParameterValueConfiguration
    The parameter that determines the value configuration.
    parameterValueConfigurations List<DashboardSetParameterValueConfiguration>
    The parameter that determines the value configuration.
    parameterValueConfigurations DashboardSetParameterValueConfiguration[]
    The parameter that determines the value configuration.
    parameter_value_configurations Sequence[DashboardSetParameterValueConfiguration]
    The parameter that determines the value configuration.
    parameterValueConfigurations List<Property Map>
    The parameter that determines the value configuration.

    DashboardCustomActionUrlOperation, DashboardCustomActionUrlOperationArgs

    UrlTarget Pulumi.AwsNative.QuickSight.DashboardUrlTargetConfiguration

    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 DashboardUrlTargetConfiguration

    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 DashboardUrlTargetConfiguration

    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 DashboardUrlTargetConfiguration

    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 DashboardUrlTargetConfiguration

    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 .

    DashboardCustomColor, DashboardCustomColorArgs

    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.DashboardSpecialValue
    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 DashboardSpecialValue
    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 DashboardSpecialValue
    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 DashboardSpecialValue
    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 DashboardSpecialValue
    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.

    DashboardCustomContentConfiguration, DashboardCustomContentConfigurationArgs

    ContentType Pulumi.AwsNative.QuickSight.DashboardCustomContentType
    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.DashboardCustomContentImageScalingConfiguration
    The sizing options for the size of the custom content visual. This structure is required when the ContentType of the visual is 'IMAGE' .
    ContentType DashboardCustomContentType
    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 DashboardCustomContentImageScalingConfiguration
    The sizing options for the size of the custom content visual. This structure is required when the ContentType of the visual is 'IMAGE' .
    contentType DashboardCustomContentType
    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 DashboardCustomContentImageScalingConfiguration
    The sizing options for the size of the custom content visual. This structure is required when the ContentType of the visual is 'IMAGE' .
    contentType DashboardCustomContentType
    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 DashboardCustomContentImageScalingConfiguration
    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 DashboardCustomContentType
    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 DashboardCustomContentImageScalingConfiguration
    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' .

    DashboardCustomContentImageScalingConfiguration, DashboardCustomContentImageScalingConfigurationArgs

    FitToHeight
    FIT_TO_HEIGHT
    FitToWidth
    FIT_TO_WIDTH
    DoNotScale
    DO_NOT_SCALE
    ScaleToVisual
    SCALE_TO_VISUAL
    DashboardCustomContentImageScalingConfigurationFitToHeight
    FIT_TO_HEIGHT
    DashboardCustomContentImageScalingConfigurationFitToWidth
    FIT_TO_WIDTH
    DashboardCustomContentImageScalingConfigurationDoNotScale
    DO_NOT_SCALE
    DashboardCustomContentImageScalingConfigurationScaleToVisual
    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

    DashboardCustomContentType, DashboardCustomContentTypeArgs

    Image
    IMAGE
    OtherEmbeddedContent
    OTHER_EMBEDDED_CONTENT
    DashboardCustomContentTypeImage
    IMAGE
    DashboardCustomContentTypeOtherEmbeddedContent
    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

    DashboardCustomContentVisual, DashboardCustomContentVisualArgs

    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.DashboardVisualCustomAction>
    The list of custom actions that are configured for a visual.
    ChartConfiguration Pulumi.AwsNative.QuickSight.Inputs.DashboardCustomContentConfiguration
    The configuration of a CustomContentVisual .
    Subtitle Pulumi.AwsNative.QuickSight.Inputs.DashboardVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    Title Pulumi.AwsNative.QuickSight.Inputs.DashboardVisualTitleLabelOptions
    The title that is displayed on the visual.
    VisualContentAltText string
    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 []DashboardVisualCustomAction
    The list of custom actions that are configured for a visual.
    ChartConfiguration DashboardCustomContentConfiguration
    The configuration of a CustomContentVisual .
    Subtitle DashboardVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    Title DashboardVisualTitleLabelOptions
    The title that is displayed on the visual.
    VisualContentAltText string
    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<DashboardVisualCustomAction>
    The list of custom actions that are configured for a visual.
    chartConfiguration DashboardCustomContentConfiguration
    The configuration of a CustomContentVisual .
    subtitle DashboardVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    title DashboardVisualTitleLabelOptions
    The title that is displayed on the visual.
    visualContentAltText String
    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 DashboardVisualCustomAction[]
    The list of custom actions that are configured for a visual.
    chartConfiguration DashboardCustomContentConfiguration
    The configuration of a CustomContentVisual .
    subtitle DashboardVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    title DashboardVisualTitleLabelOptions
    The title that is displayed on the visual.
    visualContentAltText string
    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[DashboardVisualCustomAction]
    The list of custom actions that are configured for a visual.
    chart_configuration DashboardCustomContentConfiguration
    The configuration of a CustomContentVisual .
    subtitle DashboardVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    title DashboardVisualTitleLabelOptions
    The title that is displayed on the visual.
    visual_content_alt_text str
    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.
    visualContentAltText String

    DashboardCustomFilterConfiguration, DashboardCustomFilterConfigurationArgs

    MatchOperator Pulumi.AwsNative.QuickSight.DashboardCategoryFilterMatchOperator
    The match operator that is used to determine if a filter should be applied.
    NullOption Pulumi.AwsNative.QuickSight.DashboardFilterNullOption
    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.DashboardCategoryFilterSelectAllOptions
    Select all of the values. Null is not the assigned value of select all.

    • FILTER_ALL_VALUES
    MatchOperator DashboardCategoryFilterMatchOperator
    The match operator that is used to determine if a filter should be applied.
    NullOption DashboardFilterNullOption
    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 DashboardCategoryFilterSelectAllOptions
    Select all of the values. Null is not the assigned value of select all.

    • FILTER_ALL_VALUES
    matchOperator DashboardCategoryFilterMatchOperator
    The match operator that is used to determine if a filter should be applied.
    nullOption DashboardFilterNullOption
    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 DashboardCategoryFilterSelectAllOptions
    Select all of the values. Null is not the assigned value of select all.

    • FILTER_ALL_VALUES
    matchOperator DashboardCategoryFilterMatchOperator
    The match operator that is used to determine if a filter should be applied.
    nullOption DashboardFilterNullOption
    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 DashboardCategoryFilterSelectAllOptions
    Select all of the values. Null is not the assigned value of select all.

    • FILTER_ALL_VALUES
    match_operator DashboardCategoryFilterMatchOperator
    The match operator that is used to determine if a filter should be applied.
    null_option DashboardFilterNullOption
    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 DashboardCategoryFilterSelectAllOptions
    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

    DashboardCustomFilterListConfiguration, DashboardCustomFilterListConfigurationArgs

    MatchOperator Pulumi.AwsNative.QuickSight.DashboardCategoryFilterMatchOperator
    The match operator that is used to determine if a filter should be applied.
    NullOption Pulumi.AwsNative.QuickSight.DashboardFilterNullOption
    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.DashboardCategoryFilterSelectAllOptions
    Select all of the values. Null is not the assigned value of select all.

    • FILTER_ALL_VALUES
    MatchOperator DashboardCategoryFilterMatchOperator
    The match operator that is used to determine if a filter should be applied.
    NullOption DashboardFilterNullOption
    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 DashboardCategoryFilterSelectAllOptions
    Select all of the values. Null is not the assigned value of select all.

    • FILTER_ALL_VALUES
    matchOperator DashboardCategoryFilterMatchOperator
    The match operator that is used to determine if a filter should be applied.
    nullOption DashboardFilterNullOption
    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 DashboardCategoryFilterSelectAllOptions
    Select all of the values. Null is not the assigned value of select all.

    • FILTER_ALL_VALUES
    matchOperator DashboardCategoryFilterMatchOperator
    The match operator that is used to determine if a filter should be applied.
    nullOption DashboardFilterNullOption
    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 DashboardCategoryFilterSelectAllOptions
    Select all of the values. Null is not the assigned value of select all.

    • FILTER_ALL_VALUES
    match_operator DashboardCategoryFilterMatchOperator
    The match operator that is used to determine if a filter should be applied.
    null_option DashboardFilterNullOption
    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 DashboardCategoryFilterSelectAllOptions
    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

    DashboardCustomNarrativeOptions, DashboardCustomNarrativeOptionsArgs

    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.

    DashboardCustomParameterValues, DashboardCustomParameterValuesArgs

    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.

    DashboardCustomValuesConfiguration, DashboardCustomValuesConfigurationArgs

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

    DashboardDataBarsOptions, DashboardDataBarsOptionsArgs

    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.

    DashboardDataColor, DashboardDataColorArgs

    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.

    DashboardDataFieldSeriesItem, DashboardDataFieldSeriesItemArgs

    AxisBinding Pulumi.AwsNative.QuickSight.DashboardAxisBinding
    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.DashboardLineChartSeriesSettings
    The options that determine the presentation of line series associated to the field.
    AxisBinding DashboardAxisBinding
    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 DashboardLineChartSeriesSettings
    The options that determine the presentation of line series associated to the field.
    axisBinding DashboardAxisBinding
    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 DashboardLineChartSeriesSettings
    The options that determine the presentation of line series associated to the field.
    axisBinding DashboardAxisBinding
    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 DashboardLineChartSeriesSettings
    The options that determine the presentation of line series associated to the field.
    axis_binding DashboardAxisBinding
    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 DashboardLineChartSeriesSettings
    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.

    DashboardDataLabelContent, DashboardDataLabelContentArgs

    Value
    VALUE
    Percent
    PERCENT
    ValueAndPercent
    VALUE_AND_PERCENT
    DashboardDataLabelContentValue
    VALUE
    DashboardDataLabelContentPercent
    PERCENT
    DashboardDataLabelContentValueAndPercent
    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

    DashboardDataLabelOptions, DashboardDataLabelOptionsArgs

    CategoryLabelVisibility Pulumi.AwsNative.QuickSight.DashboardVisibility
    Determines the visibility of the category field labels.
    DataLabelTypes List<Pulumi.AwsNative.QuickSight.Inputs.DashboardDataLabelType>
    The option that determines the data label type.
    LabelColor string
    Determines the color of the data labels.
    LabelContent Pulumi.AwsNative.QuickSight.DashboardDataLabelContent
    Determines the content of the data labels.
    LabelFontConfiguration Pulumi.AwsNative.QuickSight.Inputs.DashboardFontConfiguration
    Determines the font configuration of the data labels.
    MeasureLabelVisibility Pulumi.AwsNative.QuickSight.DashboardVisibility
    Determines the visibility of the measure field labels.
    Overlap Pulumi.AwsNative.QuickSight.DashboardDataLabelOverlap
    Determines whether overlap is enabled or disabled for the data labels.
    Position Pulumi.AwsNative.QuickSight.DashboardDataLabelPosition
    Determines the position of the data labels.
    TotalsVisibility Pulumi.AwsNative.QuickSight.DashboardVisibility
    Determines the visibility of the total.
    Visibility Pulumi.AwsNative.QuickSight.DashboardVisibility
    Determines the visibility of the data labels.
    CategoryLabelVisibility DashboardVisibility
    Determines the visibility of the category field labels.
    DataLabelTypes []DashboardDataLabelType
    The option that determines the data label type.
    LabelColor string
    Determines the color of the data labels.
    LabelContent DashboardDataLabelContent
    Determines the content of the data labels.
    LabelFontConfiguration DashboardFontConfiguration
    Determines the font configuration of the data labels.
    MeasureLabelVisibility DashboardVisibility
    Determines the visibility of the measure field labels.
    Overlap DashboardDataLabelOverlap
    Determines whether overlap is enabled or disabled for the data labels.
    Position DashboardDataLabelPosition
    Determines the position of the data labels.
    TotalsVisibility DashboardVisibility
    Determines the visibility of the total.
    Visibility DashboardVisibility
    Determines the visibility of the data labels.
    categoryLabelVisibility DashboardVisibility
    Determines the visibility of the category field labels.
    dataLabelTypes List<DashboardDataLabelType>
    The option that determines the data label type.
    labelColor String
    Determines the color of the data labels.
    labelContent DashboardDataLabelContent
    Determines the content of the data labels.
    labelFontConfiguration DashboardFontConfiguration
    Determines the font configuration of the data labels.
    measureLabelVisibility DashboardVisibility
    Determines the visibility of the measure field labels.
    overlap DashboardDataLabelOverlap
    Determines whether overlap is enabled or disabled for the data labels.
    position DashboardDataLabelPosition
    Determines the position of the data labels.
    totalsVisibility DashboardVisibility
    Determines the visibility of the total.
    visibility DashboardVisibility
    Determines the visibility of the data labels.
    categoryLabelVisibility DashboardVisibility
    Determines the visibility of the category field labels.
    dataLabelTypes DashboardDataLabelType[]
    The option that determines the data label type.
    labelColor string
    Determines the color of the data labels.
    labelContent DashboardDataLabelContent
    Determines the content of the data labels.
    labelFontConfiguration DashboardFontConfiguration
    Determines the font configuration of the data labels.
    measureLabelVisibility DashboardVisibility
    Determines the visibility of the measure field labels.
    overlap DashboardDataLabelOverlap
    Determines whether overlap is enabled or disabled for the data labels.
    position DashboardDataLabelPosition
    Determines the position of the data labels.
    totalsVisibility DashboardVisibility
    Determines the visibility of the total.
    visibility DashboardVisibility
    Determines the visibility of the data labels.
    category_label_visibility DashboardVisibility
    Determines the visibility of the category field labels.
    data_label_types Sequence[DashboardDataLabelType]
    The option that determines the data label type.
    label_color str
    Determines the color of the data labels.
    label_content DashboardDataLabelContent
    Determines the content of the data labels.
    label_font_configuration DashboardFontConfiguration
    Determines the font configuration of the data labels.
    measure_label_visibility DashboardVisibility
    Determines the visibility of the measure field labels.
    overlap DashboardDataLabelOverlap
    Determines whether overlap is enabled or disabled for the data labels.
    position DashboardDataLabelPosition
    Determines the position of the data labels.
    totals_visibility DashboardVisibility
    Determines the visibility of the total.
    visibility DashboardVisibility
    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.

    DashboardDataLabelOverlap, DashboardDataLabelOverlapArgs

    DisableOverlap
    DISABLE_OVERLAP
    EnableOverlap
    ENABLE_OVERLAP
    DashboardDataLabelOverlapDisableOverlap
    DISABLE_OVERLAP
    DashboardDataLabelOverlapEnableOverlap
    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

    DashboardDataLabelPosition, DashboardDataLabelPositionArgs

    Inside
    INSIDE
    Outside
    OUTSIDE
    Left
    LEFT
    Top
    TOP
    Bottom
    BOTTOM
    Right
    RIGHT
    DashboardDataLabelPositionInside
    INSIDE
    DashboardDataLabelPositionOutside
    OUTSIDE
    DashboardDataLabelPositionLeft
    LEFT
    DashboardDataLabelPositionTop
    TOP
    DashboardDataLabelPositionBottom
    BOTTOM
    DashboardDataLabelPositionRight
    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

    DashboardDataLabelType, DashboardDataLabelTypeArgs

    DataPathLabelType Pulumi.AwsNative.QuickSight.Inputs.DashboardDataPathLabelType
    The option that specifies individual data values for labels.
    FieldLabelType Pulumi.AwsNative.QuickSight.Inputs.DashboardFieldLabelType
    Determines the label configuration for the entire field.
    MaximumLabelType Pulumi.AwsNative.QuickSight.Inputs.DashboardMaximumLabelType
    Determines the label configuration for the maximum value in a visual.
    MinimumLabelType Pulumi.AwsNative.QuickSight.Inputs.DashboardMinimumLabelType
    Determines the label configuration for the minimum value in a visual.
    RangeEndsLabelType Pulumi.AwsNative.QuickSight.Inputs.DashboardRangeEndsLabelType
    Determines the label configuration for range end value in a visual.
    DataPathLabelType DashboardDataPathLabelType
    The option that specifies individual data values for labels.
    FieldLabelType DashboardFieldLabelType
    Determines the label configuration for the entire field.
    MaximumLabelType DashboardMaximumLabelType
    Determines the label configuration for the maximum value in a visual.
    MinimumLabelType DashboardMinimumLabelType
    Determines the label configuration for the minimum value in a visual.
    RangeEndsLabelType DashboardRangeEndsLabelType
    Determines the label configuration for range end value in a visual.
    dataPathLabelType DashboardDataPathLabelType
    The option that specifies individual data values for labels.
    fieldLabelType DashboardFieldLabelType
    Determines the label configuration for the entire field.
    maximumLabelType DashboardMaximumLabelType
    Determines the label configuration for the maximum value in a visual.
    minimumLabelType DashboardMinimumLabelType
    Determines the label configuration for the minimum value in a visual.
    rangeEndsLabelType DashboardRangeEndsLabelType
    Determines the label configuration for range end value in a visual.
    dataPathLabelType DashboardDataPathLabelType
    The option that specifies individual data values for labels.