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

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

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

aws-native.quicksight.Dashboard

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.112.0 published on Wednesday, Jul 24, 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,
                  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

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

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

    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

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

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

    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.
    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.
    data_path_label_type DashboardDataPathLabelType
    The option that specifies individual data values for labels.
    field_label_type DashboardFieldLabelType
    Determines the label configuration for the entire field.
    maximum_label_type DashboardMaximumLabelType
    Determines the label configuration for the maximum value in a visual.
    minimum_label_type DashboardMinimumLabelType
    Determines the label configuration for the minimum value in a visual.
    range_ends_label_type DashboardRangeEndsLabelType
    Determines the label configuration for range end value in a visual.
    dataPathLabelType Property Map
    The option that specifies individual data values for labels.
    fieldLabelType Property Map
    Determines the label configuration for the entire field.
    maximumLabelType Property Map
    Determines the label configuration for the maximum value in a visual.
    minimumLabelType Property Map
    Determines the label configuration for the minimum value in a visual.
    rangeEndsLabelType Property Map
    Determines the label configuration for range end value in a visual.

    DashboardDataPathColor, DashboardDataPathColorArgs

    Color string
    The color that needs to be applied to the element.
    Element Pulumi.AwsNative.QuickSight.Inputs.DashboardDataPathValue
    The element that the color needs to be applied to.
    TimeGranularity Pulumi.AwsNative.QuickSight.DashboardTimeGranularity
    The time granularity of the field that the color needs to be applied to.
    Color string
    The color that needs to be applied to the element.
    Element DashboardDataPathValue
    The element that the color needs to be applied to.
    TimeGranularity DashboardTimeGranularity
    The time granularity of the field that the color needs to be applied to.
    color String
    The color that needs to be applied to the element.
    element DashboardDataPathValue
    The element that the color needs to be applied to.
    timeGranularity DashboardTimeGranularity
    The time granularity of the field that the color needs to be applied to.
    color string
    The color that needs to be applied to the element.
    element DashboardDataPathValue
    The element that the color needs to be applied to.
    timeGranularity DashboardTimeGranularity
    The time granularity of the field that the color needs to be applied to.
    color str
    The color that needs to be applied to the element.
    element DashboardDataPathValue
    The element that the color needs to be applied to.
    time_granularity DashboardTimeGranularity
    The time granularity of the field that the color needs to be applied to.
    color String
    The color that needs to be applied to the element.
    element Property Map
    The element that the color needs to be applied to.
    timeGranularity "YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND"
    The time granularity of the field that the color needs to be applied to.

    DashboardDataPathLabelType, DashboardDataPathLabelTypeArgs

    FieldId string
    The field ID of the field that the data label needs to be applied to.
    FieldValue string
    The actual value of the field that is labeled.
    Visibility Pulumi.AwsNative.QuickSight.DashboardVisibility
    The visibility of the data label.
    FieldId string
    The field ID of the field that the data label needs to be applied to.
    FieldValue string
    The actual value of the field that is labeled.
    Visibility DashboardVisibility
    The visibility of the data label.
    fieldId String
    The field ID of the field that the data label needs to be applied to.
    fieldValue String
    The actual value of the field that is labeled.
    visibility DashboardVisibility
    The visibility of the data label.
    fieldId string
    The field ID of the field that the data label needs to be applied to.
    fieldValue string
    The actual value of the field that is labeled.
    visibility DashboardVisibility
    The visibility of the data label.
    field_id str
    The field ID of the field that the data label needs to be applied to.
    field_value str
    The actual value of the field that is labeled.
    visibility DashboardVisibility
    The visibility of the data label.
    fieldId String
    The field ID of the field that the data label needs to be applied to.
    fieldValue String
    The actual value of the field that is labeled.
    visibility "HIDDEN" | "VISIBLE"
    The visibility of the data label.

    DashboardDataPathSort, DashboardDataPathSortArgs

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

    DashboardDataPathType, DashboardDataPathTypeArgs

    PivotTableDataPathType Pulumi.AwsNative.QuickSight.DashboardPivotTableDataPathType
    The type of data path value utilized in a pivot table. Choose one of the following options:

    • HIERARCHY_ROWS_LAYOUT_COLUMN - The type of data path for the rows layout column, when RowsLayout is set to HIERARCHY .
    • MULTIPLE_ROW_METRICS_COLUMN - The type of data path for the metric column when the row is set to Metric Placement.
    • EMPTY_COLUMN_HEADER - The type of data path for the column with empty column header, when there is no field in ColumnsFieldWell and the row is set to Metric Placement.
    • COUNT_METRIC_COLUMN - The type of data path for the column with COUNT as the metric, when there is no field in the ValuesFieldWell .
    PivotTableDataPathType DashboardPivotTableDataPathType
    The type of data path value utilized in a pivot table. Choose one of the following options:

    • HIERARCHY_ROWS_LAYOUT_COLUMN - The type of data path for the rows layout column, when RowsLayout is set to HIERARCHY .
    • MULTIPLE_ROW_METRICS_COLUMN - The type of data path for the metric column when the row is set to Metric Placement.
    • EMPTY_COLUMN_HEADER - The type of data path for the column with empty column header, when there is no field in ColumnsFieldWell and the row is set to Metric Placement.
    • COUNT_METRIC_COLUMN - The type of data path for the column with COUNT as the metric, when there is no field in the ValuesFieldWell .
    pivotTableDataPathType DashboardPivotTableDataPathType
    The type of data path value utilized in a pivot table. Choose one of the following options:

    • HIERARCHY_ROWS_LAYOUT_COLUMN - The type of data path for the rows layout column, when RowsLayout is set to HIERARCHY .
    • MULTIPLE_ROW_METRICS_COLUMN - The type of data path for the metric column when the row is set to Metric Placement.
    • EMPTY_COLUMN_HEADER - The type of data path for the column with empty column header, when there is no field in ColumnsFieldWell and the row is set to Metric Placement.
    • COUNT_METRIC_COLUMN - The type of data path for the column with COUNT as the metric, when there is no field in the ValuesFieldWell .
    pivotTableDataPathType DashboardPivotTableDataPathType
    The type of data path value utilized in a pivot table. Choose one of the following options:

    • HIERARCHY_ROWS_LAYOUT_COLUMN - The type of data path for the rows layout column, when RowsLayout is set to HIERARCHY .
    • MULTIPLE_ROW_METRICS_COLUMN - The type of data path for the metric column when the row is set to Metric Placement.
    • EMPTY_COLUMN_HEADER - The type of data path for the column with empty column header, when there is no field in ColumnsFieldWell and the row is set to Metric Placement.
    • COUNT_METRIC_COLUMN - The type of data path for the column with COUNT as the metric, when there is no field in the ValuesFieldWell .
    pivot_table_data_path_type DashboardPivotTableDataPathType
    The type of data path value utilized in a pivot table. Choose one of the following options:

    • HIERARCHY_ROWS_LAYOUT_COLUMN - The type of data path for the rows layout column, when RowsLayout is set to HIERARCHY .
    • MULTIPLE_ROW_METRICS_COLUMN - The type of data path for the metric column when the row is set to Metric Placement.
    • EMPTY_COLUMN_HEADER - The type of data path for the column with empty column header, when there is no field in ColumnsFieldWell and the row is set to Metric Placement.
    • COUNT_METRIC_COLUMN - The type of data path for the column with COUNT as the metric, when there is no field in the ValuesFieldWell .
    pivotTableDataPathType "HIERARCHY_ROWS_LAYOUT_COLUMN" | "MULTIPLE_ROW_METRICS_COLUMN" | "EMPTY_COLUMN_HEADER" | "COUNT_METRIC_COLUMN"
    The type of data path value utilized in a pivot table. Choose one of the following options:

    • HIERARCHY_ROWS_LAYOUT_COLUMN - The type of data path for the rows layout column, when RowsLayout is set to HIERARCHY .
    • MULTIPLE_ROW_METRICS_COLUMN - The type of data path for the metric column when the row is set to Metric Placement.
    • EMPTY_COLUMN_HEADER - The type of data path for the column with empty column header, when there is no field in ColumnsFieldWell and the row is set to Metric Placement.
    • COUNT_METRIC_COLUMN - The type of data path for the column with COUNT as the metric, when there is no field in the ValuesFieldWell .

    DashboardDataPathValue, DashboardDataPathValueArgs

    DataPathType Pulumi.AwsNative.QuickSight.Inputs.DashboardDataPathType
    The type configuration of the field.
    FieldId string
    The field ID of the field that needs to be sorted.
    FieldValue string
    The actual value of the field that needs to be sorted.
    DataPathType DashboardDataPathType
    The type configuration of the field.
    FieldId string
    The field ID of the field that needs to be sorted.
    FieldValue string
    The actual value of the field that needs to be sorted.
    dataPathType DashboardDataPathType
    The type configuration of the field.
    fieldId String
    The field ID of the field that needs to be sorted.
    fieldValue String
    The actual value of the field that needs to be sorted.
    dataPathType DashboardDataPathType
    The type configuration of the field.
    fieldId string
    The field ID of the field that needs to be sorted.
    fieldValue string
    The actual value of the field that needs to be sorted.
    data_path_type DashboardDataPathType
    The type configuration of the field.
    field_id str
    The field ID of the field that needs to be sorted.
    field_value str
    The actual value of the field that needs to be sorted.
    dataPathType Property Map
    The type configuration of the field.
    fieldId String
    The field ID of the field that needs to be sorted.
    fieldValue String
    The actual value of the field that needs to be sorted.

    DashboardDataPointDrillUpDownOption, DashboardDataPointDrillUpDownOptionArgs

    AvailabilityStatus Pulumi.AwsNative.QuickSight.DashboardBehavior
    The status of the drill down options of data points.
    AvailabilityStatus DashboardBehavior
    The status of the drill down options of data points.
    availabilityStatus DashboardBehavior
    The status of the drill down options of data points.
    availabilityStatus DashboardBehavior
    The status of the drill down options of data points.
    availability_status DashboardBehavior
    The status of the drill down options of data points.
    availabilityStatus "ENABLED" | "DISABLED"
    The status of the drill down options of data points.

    DashboardDataPointMenuLabelOption, DashboardDataPointMenuLabelOptionArgs

    AvailabilityStatus Pulumi.AwsNative.QuickSight.DashboardBehavior
    The status of the data point menu options.
    AvailabilityStatus DashboardBehavior
    The status of the data point menu options.
    availabilityStatus DashboardBehavior
    The status of the data point menu options.
    availabilityStatus DashboardBehavior
    The status of the data point menu options.
    availability_status DashboardBehavior
    The status of the data point menu options.
    availabilityStatus "ENABLED" | "DISABLED"
    The status of the data point menu options.

    DashboardDataPointTooltipOption, DashboardDataPointTooltipOptionArgs

    AvailabilityStatus Pulumi.AwsNative.QuickSight.DashboardBehavior
    The status of the data point tool tip options.
    AvailabilityStatus DashboardBehavior
    The status of the data point tool tip options.
    availabilityStatus DashboardBehavior
    The status of the data point tool tip options.
    availabilityStatus DashboardBehavior
    The status of the data point tool tip options.
    availability_status DashboardBehavior
    The status of the data point tool tip options.
    availabilityStatus "ENABLED" | "DISABLED"
    The status of the data point tool tip options.

    DashboardDataSetIdentifierDeclaration, DashboardDataSetIdentifierDeclarationArgs

    DataSetArn string
    The Amazon Resource Name (ARN) of the data set.
    Identifier string
    The identifier of the data set, typically the data set's name.
    DataSetArn string
    The Amazon Resource Name (ARN) of the data set.
    Identifier string
    The identifier of the data set, typically the data set's name.
    dataSetArn String
    The Amazon Resource Name (ARN) of the data set.
    identifier String
    The identifier of the data set, typically the data set's name.
    dataSetArn string
    The Amazon Resource Name (ARN) of the data set.
    identifier string
    The identifier of the data set, typically the data set's name.
    data_set_arn str
    The Amazon Resource Name (ARN) of the data set.
    identifier str
    The identifier of the data set, typically the data set's name.
    dataSetArn String
    The Amazon Resource Name (ARN) of the data set.
    identifier String
    The identifier of the data set, typically the data set's name.

    DashboardDataSetReference, DashboardDataSetReferenceArgs

    DashboardDateAggregationFunction, DashboardDateAggregationFunctionArgs

    Count
    COUNT
    DistinctCount
    DISTINCT_COUNT
    Min
    MIN
    Max
    MAX
    DashboardDateAggregationFunctionCount
    COUNT
    DashboardDateAggregationFunctionDistinctCount
    DISTINCT_COUNT
    DashboardDateAggregationFunctionMin
    MIN
    DashboardDateAggregationFunctionMax
    MAX
    Count
    COUNT
    DistinctCount
    DISTINCT_COUNT
    Min
    MIN
    Max
    MAX
    Count
    COUNT
    DistinctCount
    DISTINCT_COUNT
    Min
    MIN
    Max
    MAX
    COUNT
    COUNT
    DISTINCT_COUNT
    DISTINCT_COUNT
    MIN
    MIN
    MAX
    MAX
    "COUNT"
    COUNT
    "DISTINCT_COUNT"
    DISTINCT_COUNT
    "MIN"
    MIN
    "MAX"
    MAX

    DashboardDateAxisOptions, DashboardDateAxisOptionsArgs

    MissingDateVisibility Pulumi.AwsNative.QuickSight.DashboardVisibility
    Determines whether or not missing dates are displayed.
    MissingDateVisibility DashboardVisibility
    Determines whether or not missing dates are displayed.
    missingDateVisibility DashboardVisibility
    Determines whether or not missing dates are displayed.
    missingDateVisibility DashboardVisibility
    Determines whether or not missing dates are displayed.
    missing_date_visibility DashboardVisibility
    Determines whether or not missing dates are displayed.
    missingDateVisibility "HIDDEN" | "VISIBLE"
    Determines whether or not missing dates are displayed.

    DashboardDateDimensionField, DashboardDateDimensionFieldArgs

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

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

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

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

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

    • YEAR
    • QUARTER
    • MONTH
    • WEEK
    • DAY
    • HOUR
    • MINUTE
    • SECOND
    • MILLISECOND
    format_configuration DashboardDateTimeFormatConfiguration
    The format configuration of the field.
    hierarchy_id str
    The custom hierarchy ID.
    column Property Map
    The column that is used in the DateDimensionField .
    fieldId String
    The custom field ID.
    dateGranularity "YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND"
    The date granularity of the DateDimensionField . Choose one of the following options:

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

    DashboardDateMeasureField, DashboardDateMeasureFieldArgs

    Column Pulumi.AwsNative.QuickSight.Inputs.DashboardColumnIdentifier
    The column that is used in the DateMeasureField .
    FieldId string
    The custom field ID.
    AggregationFunction Pulumi.AwsNative.QuickSight.DashboardDateAggregationFunction
    The aggregation function of the measure field.
    FormatConfiguration Pulumi.AwsNative.QuickSight.Inputs.DashboardDateTimeFormatConfiguration
    The format configuration of the field.
    Column DashboardColumnIdentifier
    The column that is used in the DateMeasureField .
    FieldId string
    The custom field ID.
    AggregationFunction DashboardDateAggregationFunction
    The aggregation function of the measure field.
    FormatConfiguration DashboardDateTimeFormatConfiguration
    The format configuration of the field.
    column DashboardColumnIdentifier
    The column that is used in the DateMeasureField .
    fieldId String
    The custom field ID.
    aggregationFunction DashboardDateAggregationFunction
    The aggregation function of the measure field.
    formatConfiguration DashboardDateTimeFormatConfiguration
    The format configuration of the field.
    column DashboardColumnIdentifier
    The column that is used in the DateMeasureField .
    fieldId string
    The custom field ID.
    aggregationFunction DashboardDateAggregationFunction
    The aggregation function of the measure field.
    formatConfiguration DashboardDateTimeFormatConfiguration
    The format configuration of the field.
    column DashboardColumnIdentifier
    The column that is used in the DateMeasureField .
    field_id str
    The custom field ID.
    aggregation_function DashboardDateAggregationFunction
    The aggregation function of the measure field.
    format_configuration DashboardDateTimeFormatConfiguration
    The format configuration of the field.
    column Property Map
    The column that is used in the DateMeasureField .
    fieldId String
    The custom field ID.
    aggregationFunction "COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX"
    The aggregation function of the measure field.
    formatConfiguration Property Map
    The format configuration of the field.

    DashboardDateTimeDefaultValues, DashboardDateTimeDefaultValuesArgs

    DynamicValue Pulumi.AwsNative.QuickSight.Inputs.DashboardDynamicDefaultValue
    The dynamic value of the DataTimeDefaultValues . Different defaults are displayed according to users, groups, and values mapping.
    RollingDate Pulumi.AwsNative.QuickSight.Inputs.DashboardRollingDateConfiguration
    The rolling date of the DataTimeDefaultValues . The date is determined from the dataset based on input expression.
    StaticValues List<string>
    The static values of the DataTimeDefaultValues .
    DynamicValue DashboardDynamicDefaultValue
    The dynamic value of the DataTimeDefaultValues . Different defaults are displayed according to users, groups, and values mapping.
    RollingDate DashboardRollingDateConfiguration
    The rolling date of the DataTimeDefaultValues . The date is determined from the dataset based on input expression.
    StaticValues []string
    The static values of the DataTimeDefaultValues .
    dynamicValue DashboardDynamicDefaultValue
    The dynamic value of the DataTimeDefaultValues . Different defaults are displayed according to users, groups, and values mapping.
    rollingDate DashboardRollingDateConfiguration
    The rolling date of the DataTimeDefaultValues . The date is determined from the dataset based on input expression.
    staticValues List<String>
    The static values of the DataTimeDefaultValues .
    dynamicValue DashboardDynamicDefaultValue
    The dynamic value of the DataTimeDefaultValues . Different defaults are displayed according to users, groups, and values mapping.
    rollingDate DashboardRollingDateConfiguration
    The rolling date of the DataTimeDefaultValues . The date is determined from the dataset based on input expression.
    staticValues string[]
    The static values of the DataTimeDefaultValues .
    dynamic_value DashboardDynamicDefaultValue
    The dynamic value of the DataTimeDefaultValues . Different defaults are displayed according to users, groups, and values mapping.
    rolling_date DashboardRollingDateConfiguration
    The rolling date of the DataTimeDefaultValues . The date is determined from the dataset based on input expression.
    static_values Sequence[str]
    The static values of the DataTimeDefaultValues .
    dynamicValue Property Map
    The dynamic value of the DataTimeDefaultValues . Different defaults are displayed according to users, groups, and values mapping.
    rollingDate Property Map
    The rolling date of the DataTimeDefaultValues . The date is determined from the dataset based on input expression.
    staticValues List<String>
    The static values of the DataTimeDefaultValues .

    DashboardDateTimeFormatConfiguration, DashboardDateTimeFormatConfigurationArgs

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

    DashboardDateTimeHierarchy, DashboardDateTimeHierarchyArgs

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

    DashboardDateTimeParameter, DashboardDateTimeParameterArgs

    Name string
    Values List<string>
    Name string
    Values []string
    name String
    values List<String>
    name string
    values string[]
    name str
    values Sequence[str]
    name String
    values List<String>

    DashboardDateTimeParameterDeclaration, DashboardDateTimeParameterDeclarationArgs

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

    DashboardDateTimePickerControlDisplayOptions, DashboardDateTimePickerControlDisplayOptionsArgs

    DateTimeFormat string
    Customize how dates are formatted in controls.
    InfoIconLabelOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardSheetControlInfoIconLabelOptions
    The configuration of info icon label options.
    TitleOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardLabelOptions
    The options to configure the title visibility, name, and font size.
    DateTimeFormat string
    Customize how dates are formatted in controls.
    InfoIconLabelOptions DashboardSheetControlInfoIconLabelOptions
    The configuration of info icon label options.
    TitleOptions DashboardLabelOptions
    The options to configure the title visibility, name, and font size.
    dateTimeFormat String
    Customize how dates are formatted in controls.
    infoIconLabelOptions DashboardSheetControlInfoIconLabelOptions
    The configuration of info icon label options.
    titleOptions DashboardLabelOptions
    The options to configure the title visibility, name, and font size.
    dateTimeFormat string
    Customize how dates are formatted in controls.
    infoIconLabelOptions DashboardSheetControlInfoIconLabelOptions
    The configuration of info icon label options.
    titleOptions DashboardLabelOptions
    The options to configure the title visibility, name, and font size.
    date_time_format str
    Customize how dates are formatted in controls.
    info_icon_label_options DashboardSheetControlInfoIconLabelOptions
    The configuration of info icon label options.
    title_options DashboardLabelOptions
    The options to configure the title visibility, name, and font size.
    dateTimeFormat String
    Customize how dates are formatted in controls.
    infoIconLabelOptions Property Map
    The configuration of info icon label options.
    titleOptions Property Map
    The options to configure the title visibility, name, and font size.

    DashboardDateTimeValueWhenUnsetConfiguration, DashboardDateTimeValueWhenUnsetConfigurationArgs

    CustomValue string
    A custom value that's used when the value of a parameter isn't set.
    ValueWhenUnsetOption Pulumi.AwsNative.QuickSight.DashboardValueWhenUnsetOption
    The built-in options for default values. The value can be one of the following:

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

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

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

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

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

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

    DashboardDayOfTheWeek, DashboardDayOfTheWeekArgs

    Sunday
    SUNDAY
    Monday
    MONDAY
    Tuesday
    TUESDAY
    Wednesday
    WEDNESDAY
    Thursday
    THURSDAY
    Friday
    FRIDAY
    Saturday
    SATURDAY
    DashboardDayOfTheWeekSunday
    SUNDAY
    DashboardDayOfTheWeekMonday
    MONDAY
    DashboardDayOfTheWeekTuesday
    TUESDAY
    DashboardDayOfTheWeekWednesday
    WEDNESDAY
    DashboardDayOfTheWeekThursday
    THURSDAY
    DashboardDayOfTheWeekFriday
    FRIDAY
    DashboardDayOfTheWeekSaturday
    SATURDAY
    Sunday
    SUNDAY
    Monday
    MONDAY
    Tuesday
    TUESDAY
    Wednesday
    WEDNESDAY
    Thursday
    THURSDAY
    Friday
    FRIDAY
    Saturday
    SATURDAY
    Sunday
    SUNDAY
    Monday
    MONDAY
    Tuesday
    TUESDAY
    Wednesday
    WEDNESDAY
    Thursday
    THURSDAY
    Friday
    FRIDAY
    Saturday
    SATURDAY
    SUNDAY
    SUNDAY
    MONDAY
    MONDAY
    TUESDAY
    TUESDAY
    WEDNESDAY
    WEDNESDAY
    THURSDAY
    THURSDAY
    FRIDAY
    FRIDAY
    SATURDAY
    SATURDAY
    "SUNDAY"
    SUNDAY
    "MONDAY"
    MONDAY
    "TUESDAY"
    TUESDAY
    "WEDNESDAY"
    WEDNESDAY
    "THURSDAY"
    THURSDAY
    "FRIDAY"
    FRIDAY
    "SATURDAY"
    SATURDAY

    DashboardDecimalDefaultValues, DashboardDecimalDefaultValuesArgs

    DynamicValue Pulumi.AwsNative.QuickSight.Inputs.DashboardDynamicDefaultValue
    The dynamic value of the DecimalDefaultValues . Different defaults are displayed according to users, groups, and values mapping.
    StaticValues List<double>
    The static values of the DecimalDefaultValues .
    DynamicValue DashboardDynamicDefaultValue
    The dynamic value of the DecimalDefaultValues . Different defaults are displayed according to users, groups, and values mapping.
    StaticValues []float64
    The static values of the DecimalDefaultValues .
    dynamicValue DashboardDynamicDefaultValue
    The dynamic value of the DecimalDefaultValues . Different defaults are displayed according to users, groups, and values mapping.
    staticValues List<Double>
    The static values of the DecimalDefaultValues .
    dynamicValue DashboardDynamicDefaultValue
    The dynamic value of the DecimalDefaultValues . Different defaults are displayed according to users, groups, and values mapping.
    staticValues number[]
    The static values of the DecimalDefaultValues .
    dynamic_value DashboardDynamicDefaultValue
    The dynamic value of the DecimalDefaultValues . Different defaults are displayed according to users, groups, and values mapping.
    static_values Sequence[float]
    The static values of the DecimalDefaultValues .
    dynamicValue Property Map
    The dynamic value of the DecimalDefaultValues . Different defaults are displayed according to users, groups, and values mapping.
    staticValues List<Number>
    The static values of the DecimalDefaultValues .

    DashboardDecimalParameter, DashboardDecimalParameterArgs

    Name string
    Values List<double>
    Name string
    Values []float64
    name String
    values List<Double>
    name string
    values number[]
    name str
    values Sequence[float]
    name String
    values List<Number>

    DashboardDecimalParameterDeclaration, DashboardDecimalParameterDeclarationArgs

    Name string
    The name of the parameter that is being declared.
    ParameterValueType Pulumi.AwsNative.QuickSight.DashboardParameterValueType
    The value type determines whether the parameter is a single-value or multi-value parameter.
    DefaultValues Pulumi.AwsNative.QuickSight.Inputs.DashboardDecimalDefaultValues
    The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
    MappedDataSetParameters List<Pulumi.AwsNative.QuickSight.Inputs.DashboardMappedDataSetParameter>
    ValueWhenUnset Pulumi.AwsNative.QuickSight.Inputs.DashboardDecimalValueWhenUnsetConfiguration
    The configuration that defines the default value of a Decimal parameter when a value has not been set.
    Name string
    The name of the parameter that is being declared.
    ParameterValueType DashboardParameterValueType
    The value type determines whether the parameter is a single-value or multi-value parameter.
    DefaultValues DashboardDecimalDefaultValues
    The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
    MappedDataSetParameters []DashboardMappedDataSetParameter
    ValueWhenUnset DashboardDecimalValueWhenUnsetConfiguration
    The configuration that defines the default value of a Decimal parameter when a value has not been set.
    name String
    The name of the parameter that is being declared.
    parameterValueType DashboardParameterValueType
    The value type determines whether the parameter is a single-value or multi-value parameter.
    defaultValues DashboardDecimalDefaultValues
    The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
    mappedDataSetParameters List<DashboardMappedDataSetParameter>
    valueWhenUnset DashboardDecimalValueWhenUnsetConfiguration
    The configuration that defines the default value of a Decimal parameter when a value has not been set.
    name string
    The name of the parameter that is being declared.
    parameterValueType DashboardParameterValueType
    The value type determines whether the parameter is a single-value or multi-value parameter.
    defaultValues DashboardDecimalDefaultValues
    The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
    mappedDataSetParameters DashboardMappedDataSetParameter[]
    valueWhenUnset DashboardDecimalValueWhenUnsetConfiguration
    The configuration that defines the default value of a Decimal parameter when a value has not been set.
    name str
    The name of the parameter that is being declared.
    parameter_value_type DashboardParameterValueType
    The value type determines whether the parameter is a single-value or multi-value parameter.
    default_values DashboardDecimalDefaultValues
    The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
    mapped_data_set_parameters Sequence[DashboardMappedDataSetParameter]
    value_when_unset DashboardDecimalValueWhenUnsetConfiguration
    The configuration that defines the default value of a Decimal parameter when a value has not been set.
    name String
    The name of the parameter that is being declared.
    parameterValueType "MULTI_VALUED" | "SINGLE_VALUED"
    The value type determines whether the parameter is a single-value or multi-value parameter.
    defaultValues Property Map
    The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
    mappedDataSetParameters List<Property Map>
    valueWhenUnset Property Map
    The configuration that defines the default value of a Decimal parameter when a value has not been set.

    DashboardDecimalPlacesConfiguration, DashboardDecimalPlacesConfigurationArgs

    DecimalPlaces double
    The values of the decimal places.
    DecimalPlaces float64
    The values of the decimal places.
    decimalPlaces Double
    The values of the decimal places.
    decimalPlaces number
    The values of the decimal places.
    decimal_places float
    The values of the decimal places.
    decimalPlaces Number
    The values of the decimal places.

    DashboardDecimalValueWhenUnsetConfiguration, DashboardDecimalValueWhenUnsetConfigurationArgs

    CustomValue double
    A custom value that's used when the value of a parameter isn't set.
    ValueWhenUnsetOption Pulumi.AwsNative.QuickSight.DashboardValueWhenUnsetOption
    The built-in options for default values. The value can be one of the following:

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

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

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

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

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

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

    DashboardDefaultDateTimePickerControlOptions, DashboardDefaultDateTimePickerControlOptionsArgs

    DisplayOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardDateTimePickerControlDisplayOptions
    The display options of a control.
    Type Pulumi.AwsNative.QuickSight.DashboardSheetControlDateTimePickerType
    The date time picker type of the DefaultDateTimePickerControlOptions . Choose one of the following options:

    • SINGLE_VALUED : The filter condition is a fixed date.
    • DATE_RANGE : The filter condition is a date time range.
    DisplayOptions DashboardDateTimePickerControlDisplayOptions
    The display options of a control.
    Type DashboardSheetControlDateTimePickerType
    The date time picker type of the DefaultDateTimePickerControlOptions . Choose one of the following options:

    • SINGLE_VALUED : The filter condition is a fixed date.
    • DATE_RANGE : The filter condition is a date time range.
    displayOptions DashboardDateTimePickerControlDisplayOptions
    The display options of a control.
    type DashboardSheetControlDateTimePickerType
    The date time picker type of the DefaultDateTimePickerControlOptions . Choose one of the following options:

    • SINGLE_VALUED : The filter condition is a fixed date.
    • DATE_RANGE : The filter condition is a date time range.
    displayOptions DashboardDateTimePickerControlDisplayOptions
    The display options of a control.
    type DashboardSheetControlDateTimePickerType
    The date time picker type of the DefaultDateTimePickerControlOptions . Choose one of the following options:

    • SINGLE_VALUED : The filter condition is a fixed date.
    • DATE_RANGE : The filter condition is a date time range.
    display_options DashboardDateTimePickerControlDisplayOptions
    The display options of a control.
    type DashboardSheetControlDateTimePickerType
    The date time picker type of the DefaultDateTimePickerControlOptions . Choose one of the following options:

    • SINGLE_VALUED : The filter condition is a fixed date.
    • DATE_RANGE : The filter condition is a date time range.
    displayOptions Property Map
    The display options of a control.
    type "SINGLE_VALUED" | "DATE_RANGE"
    The date time picker type of the DefaultDateTimePickerControlOptions . Choose one of the following options:

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

    DashboardDefaultFilterControlConfiguration, DashboardDefaultFilterControlConfigurationArgs

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

    DashboardDefaultFilterControlOptions, DashboardDefaultFilterControlOptionsArgs

    DefaultDateTimePickerOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardDefaultDateTimePickerControlOptions
    The default options that correspond to the filter control type of a DateTimePicker .
    DefaultDropdownOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardDefaultFilterDropDownControlOptions
    The default options that correspond to the Dropdown filter control type.
    DefaultListOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardDefaultFilterListControlOptions
    The default options that correspond to the List filter control type.
    DefaultRelativeDateTimeOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardDefaultRelativeDateTimeControlOptions
    The default options that correspond to the RelativeDateTime filter control type.
    DefaultSliderOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardDefaultSliderControlOptions
    The default options that correspond to the Slider filter control type.
    DefaultTextAreaOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardDefaultTextAreaControlOptions
    The default options that correspond to the TextArea filter control type.
    DefaultTextFieldOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardDefaultTextFieldControlOptions
    The default options that correspond to the TextField filter control type.
    DefaultDateTimePickerOptions DashboardDefaultDateTimePickerControlOptions
    The default options that correspond to the filter control type of a DateTimePicker .
    DefaultDropdownOptions DashboardDefaultFilterDropDownControlOptions
    The default options that correspond to the Dropdown filter control type.
    DefaultListOptions DashboardDefaultFilterListControlOptions
    The default options that correspond to the List filter control type.
    DefaultRelativeDateTimeOptions DashboardDefaultRelativeDateTimeControlOptions
    The default options that correspond to the RelativeDateTime filter control type.
    DefaultSliderOptions DashboardDefaultSliderControlOptions
    The default options that correspond to the Slider filter control type.
    DefaultTextAreaOptions DashboardDefaultTextAreaControlOptions
    The default options that correspond to the TextArea filter control type.
    DefaultTextFieldOptions DashboardDefaultTextFieldControlOptions
    The default options that correspond to the TextField filter control type.
    defaultDateTimePickerOptions DashboardDefaultDateTimePickerControlOptions
    The default options that correspond to the filter control type of a DateTimePicker .
    defaultDropdownOptions DashboardDefaultFilterDropDownControlOptions
    The default options that correspond to the Dropdown filter control type.
    defaultListOptions DashboardDefaultFilterListControlOptions
    The default options that correspond to the List filter control type.
    defaultRelativeDateTimeOptions DashboardDefaultRelativeDateTimeControlOptions
    The default options that correspond to the RelativeDateTime filter control type.
    defaultSliderOptions DashboardDefaultSliderControlOptions
    The default options that correspond to the Slider filter control type.
    defaultTextAreaOptions DashboardDefaultTextAreaControlOptions
    The default options that correspond to the TextArea filter control type.
    defaultTextFieldOptions DashboardDefaultTextFieldControlOptions
    The default options that correspond to the TextField filter control type.
    defaultDateTimePickerOptions DashboardDefaultDateTimePickerControlOptions
    The default options that correspond to the filter control type of a DateTimePicker .
    defaultDropdownOptions DashboardDefaultFilterDropDownControlOptions
    The default options that correspond to the Dropdown filter control type.
    defaultListOptions DashboardDefaultFilterListControlOptions
    The default options that correspond to the List filter control type.
    defaultRelativeDateTimeOptions DashboardDefaultRelativeDateTimeControlOptions
    The default options that correspond to the RelativeDateTime filter control type.
    defaultSliderOptions DashboardDefaultSliderControlOptions
    The default options that correspond to the Slider filter control type.
    defaultTextAreaOptions DashboardDefaultTextAreaControlOptions
    The default options that correspond to the TextArea filter control type.
    defaultTextFieldOptions DashboardDefaultTextFieldControlOptions
    The default options that correspond to the TextField filter control type.
    default_date_time_picker_options DashboardDefaultDateTimePickerControlOptions
    The default options that correspond to the filter control type of a DateTimePicker .
    default_dropdown_options DashboardDefaultFilterDropDownControlOptions
    The default options that correspond to the Dropdown filter control type.
    default_list_options DashboardDefaultFilterListControlOptions
    The default options that correspond to the List filter control type.
    default_relative_date_time_options DashboardDefaultRelativeDateTimeControlOptions
    The default options that correspond to the RelativeDateTime filter control type.
    default_slider_options DashboardDefaultSliderControlOptions
    The default options that correspond to the Slider filter control type.
    default_text_area_options DashboardDefaultTextAreaControlOptions
    The default options that correspond to the TextArea filter control type.
    default_text_field_options DashboardDefaultTextFieldControlOptions
    The default options that correspond to the TextField filter control type.
    defaultDateTimePickerOptions Property Map
    The default options that correspond to the filter control type of a DateTimePicker .
    defaultDropdownOptions Property Map
    The default options that correspond to the Dropdown filter control type.
    defaultListOptions Property Map
    The default options that correspond to the List filter control type.
    defaultRelativeDateTimeOptions Property Map
    The default options that correspond to the RelativeDateTime filter control type.
    defaultSliderOptions Property Map
    The default options that correspond to the Slider filter control type.
    defaultTextAreaOptions Property Map
    The default options that correspond to the TextArea filter control type.
    defaultTextFieldOptions Property Map
    The default options that correspond to the TextField filter control type.

    DashboardDefaultFilterDropDownControlOptions, DashboardDefaultFilterDropDownControlOptionsArgs

    DisplayOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardDropDownControlDisplayOptions
    The display options of a control.
    SelectableValues Pulumi.AwsNative.QuickSight.Inputs.DashboardFilterSelectableValues
    A list of selectable values that are used in a control.
    Type Pulumi.AwsNative.QuickSight.DashboardSheetControlListType
    The type of the FilterDropDownControl . Choose one of the following options:

    • MULTI_SELECT : The user can select multiple entries from a dropdown menu.
    • SINGLE_SELECT : The user can select a single entry from a dropdown menu.
    DisplayOptions DashboardDropDownControlDisplayOptions
    The display options of a control.
    SelectableValues DashboardFilterSelectableValues
    A list of selectable values that are used in a control.
    Type DashboardSheetControlListType
    The type of the FilterDropDownControl . Choose one of the following options:

    • MULTI_SELECT : The user can select multiple entries from a dropdown menu.
    • SINGLE_SELECT : The user can select a single entry from a dropdown menu.
    displayOptions DashboardDropDownControlDisplayOptions
    The display options of a control.
    selectableValues DashboardFilterSelectableValues
    A list of selectable values that are used in a control.
    type DashboardSheetControlListType
    The type of the FilterDropDownControl . Choose one of the following options:

    • MULTI_SELECT : The user can select multiple entries from a dropdown menu.
    • SINGLE_SELECT : The user can select a single entry from a dropdown menu.
    displayOptions DashboardDropDownControlDisplayOptions
    The display options of a control.
    selectableValues DashboardFilterSelectableValues
    A list of selectable values that are used in a control.
    type DashboardSheetControlListType
    The type of the FilterDropDownControl . Choose one of the following options:

    • MULTI_SELECT : The user can select multiple entries from a dropdown menu.
    • SINGLE_SELECT : The user can select a single entry from a dropdown menu.
    display_options DashboardDropDownControlDisplayOptions
    The display options of a control.
    selectable_values DashboardFilterSelectableValues
    A list of selectable values that are used in a control.
    type DashboardSheetControlListType
    The type of the FilterDropDownControl . Choose one of the following options:

    • MULTI_SELECT : The user can select multiple entries from a dropdown menu.
    • SINGLE_SELECT : The user can select a single entry from a dropdown menu.
    displayOptions Property Map
    The display options of a control.
    selectableValues Property Map
    A list of selectable values that are used in a control.
    type "MULTI_SELECT" | "SINGLE_SELECT"
    The type of the FilterDropDownControl . Choose one of the following options:

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

    DashboardDefaultFilterListControlOptions, DashboardDefaultFilterListControlOptionsArgs

    DisplayOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardListControlDisplayOptions
    The display options of a control.
    SelectableValues Pulumi.AwsNative.QuickSight.Inputs.DashboardFilterSelectableValues
    A list of selectable values that are used in a control.
    Type Pulumi.AwsNative.QuickSight.DashboardSheetControlListType
    The type of the DefaultFilterListControlOptions . Choose one of the following options:

    • MULTI_SELECT : The user can select multiple entries from the list.
    • SINGLE_SELECT : The user can select a single entry from the list.
    DisplayOptions DashboardListControlDisplayOptions
    The display options of a control.
    SelectableValues DashboardFilterSelectableValues
    A list of selectable values that are used in a control.
    Type DashboardSheetControlListType
    The type of the DefaultFilterListControlOptions . Choose one of the following options:

    • MULTI_SELECT : The user can select multiple entries from the list.
    • SINGLE_SELECT : The user can select a single entry from the list.
    displayOptions DashboardListControlDisplayOptions
    The display options of a control.
    selectableValues DashboardFilterSelectableValues
    A list of selectable values that are used in a control.
    type DashboardSheetControlListType
    The type of the DefaultFilterListControlOptions . Choose one of the following options:

    • MULTI_SELECT : The user can select multiple entries from the list.
    • SINGLE_SELECT : The user can select a single entry from the list.
    displayOptions DashboardListControlDisplayOptions
    The display options of a control.
    selectableValues DashboardFilterSelectableValues
    A list of selectable values that are used in a control.
    type DashboardSheetControlListType
    The type of the DefaultFilterListControlOptions . Choose one of the following options:

    • MULTI_SELECT : The user can select multiple entries from the list.
    • SINGLE_SELECT : The user can select a single entry from the list.
    display_options DashboardListControlDisplayOptions
    The display options of a control.
    selectable_values DashboardFilterSelectableValues
    A list of selectable values that are used in a control.
    type DashboardSheetControlListType
    The type of the DefaultFilterListControlOptions . Choose one of the following options:

    • MULTI_SELECT : The user can select multiple entries from the list.
    • SINGLE_SELECT : The user can select a single entry from the list.
    displayOptions Property Map
    The display options of a control.
    selectableValues Property Map
    A list of selectable values that are used in a control.
    type "MULTI_SELECT" | "SINGLE_SELECT"
    The type of the DefaultFilterListControlOptions . Choose one of the following options:

    • MULTI_SELECT : The user can select multiple entries from the list.
    • SINGLE_SELECT : The user can select a single entry from the list.

    DashboardDefaultFreeFormLayoutConfiguration, DashboardDefaultFreeFormLayoutConfigurationArgs

    CanvasSizeOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardFreeFormLayoutCanvasSizeOptions
    Determines the screen canvas size options for a free-form layout.
    CanvasSizeOptions DashboardFreeFormLayoutCanvasSizeOptions
    Determines the screen canvas size options for a free-form layout.
    canvasSizeOptions DashboardFreeFormLayoutCanvasSizeOptions
    Determines the screen canvas size options for a free-form layout.
    canvasSizeOptions DashboardFreeFormLayoutCanvasSizeOptions
    Determines the screen canvas size options for a free-form layout.
    canvas_size_options DashboardFreeFormLayoutCanvasSizeOptions
    Determines the screen canvas size options for a free-form layout.
    canvasSizeOptions Property Map
    Determines the screen canvas size options for a free-form layout.

    DashboardDefaultGridLayoutConfiguration, DashboardDefaultGridLayoutConfigurationArgs

    CanvasSizeOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardGridLayoutCanvasSizeOptions
    Determines the screen canvas size options for a grid layout.
    CanvasSizeOptions DashboardGridLayoutCanvasSizeOptions
    Determines the screen canvas size options for a grid layout.
    canvasSizeOptions DashboardGridLayoutCanvasSizeOptions
    Determines the screen canvas size options for a grid layout.
    canvasSizeOptions DashboardGridLayoutCanvasSizeOptions
    Determines the screen canvas size options for a grid layout.
    canvas_size_options DashboardGridLayoutCanvasSizeOptions
    Determines the screen canvas size options for a grid layout.
    canvasSizeOptions Property Map
    Determines the screen canvas size options for a grid layout.

    DashboardDefaultInteractiveLayoutConfiguration, DashboardDefaultInteractiveLayoutConfigurationArgs

    FreeForm Pulumi.AwsNative.QuickSight.Inputs.DashboardDefaultFreeFormLayoutConfiguration
    The options that determine the default settings of a free-form layout configuration.
    Grid Pulumi.AwsNative.QuickSight.Inputs.DashboardDefaultGridLayoutConfiguration
    The options that determine the default settings for a grid layout configuration.
    FreeForm DashboardDefaultFreeFormLayoutConfiguration
    The options that determine the default settings of a free-form layout configuration.
    Grid DashboardDefaultGridLayoutConfiguration
    The options that determine the default settings for a grid layout configuration.
    freeForm DashboardDefaultFreeFormLayoutConfiguration
    The options that determine the default settings of a free-form layout configuration.
    grid DashboardDefaultGridLayoutConfiguration
    The options that determine the default settings for a grid layout configuration.
    freeForm DashboardDefaultFreeFormLayoutConfiguration
    The options that determine the default settings of a free-form layout configuration.
    grid DashboardDefaultGridLayoutConfiguration
    The options that determine the default settings for a grid layout configuration.
    free_form DashboardDefaultFreeFormLayoutConfiguration
    The options that determine the default settings of a free-form layout configuration.
    grid DashboardDefaultGridLayoutConfiguration
    The options that determine the default settings for a grid layout configuration.
    freeForm Property Map
    The options that determine the default settings of a free-form layout configuration.
    grid Property Map
    The options that determine the default settings for a grid layout configuration.

    DashboardDefaultNewSheetConfiguration, DashboardDefaultNewSheetConfigurationArgs

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

    DashboardDefaultPaginatedLayoutConfiguration, DashboardDefaultPaginatedLayoutConfigurationArgs

    SectionBased Pulumi.AwsNative.QuickSight.Inputs.DashboardDefaultSectionBasedLayoutConfiguration
    The options that determine the default settings for a section-based layout configuration.
    SectionBased DashboardDefaultSectionBasedLayoutConfiguration
    The options that determine the default settings for a section-based layout configuration.
    sectionBased DashboardDefaultSectionBasedLayoutConfiguration
    The options that determine the default settings for a section-based layout configuration.
    sectionBased DashboardDefaultSectionBasedLayoutConfiguration
    The options that determine the default settings for a section-based layout configuration.
    section_based DashboardDefaultSectionBasedLayoutConfiguration
    The options that determine the default settings for a section-based layout configuration.
    sectionBased Property Map
    The options that determine the default settings for a section-based layout configuration.

    DashboardDefaultRelativeDateTimeControlOptions, DashboardDefaultRelativeDateTimeControlOptionsArgs

    displayOptions Property Map
    The display options of a control.

    DashboardDefaultSectionBasedLayoutConfiguration, DashboardDefaultSectionBasedLayoutConfigurationArgs

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

    DashboardDefaultSliderControlOptions, DashboardDefaultSliderControlOptionsArgs

    MaximumValue double
    The larger value that is displayed at the right of the slider.
    MinimumValue double
    The smaller value that is displayed at the left of the slider.
    StepSize double
    The number of increments that the slider bar is divided into.
    DisplayOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardSliderControlDisplayOptions
    The display options of a control.
    Type Pulumi.AwsNative.QuickSight.DashboardSheetControlSliderType
    The type of the DefaultSliderControlOptions . Choose one of the following options:

    • SINGLE_POINT : Filter against(equals) a single data point.
    • RANGE : Filter data that is in a specified range.
    MaximumValue float64
    The larger value that is displayed at the right of the slider.
    MinimumValue float64
    The smaller value that is displayed at the left of the slider.
    StepSize float64
    The number of increments that the slider bar is divided into.
    DisplayOptions DashboardSliderControlDisplayOptions
    The display options of a control.
    Type DashboardSheetControlSliderType
    The type of the DefaultSliderControlOptions . Choose one of the following options:

    • SINGLE_POINT : Filter against(equals) a single data point.
    • RANGE : Filter data that is in a specified range.
    maximumValue Double
    The larger value that is displayed at the right of the slider.
    minimumValue Double
    The smaller value that is displayed at the left of the slider.
    stepSize Double
    The number of increments that the slider bar is divided into.
    displayOptions DashboardSliderControlDisplayOptions
    The display options of a control.
    type DashboardSheetControlSliderType
    The type of the DefaultSliderControlOptions . Choose one of the following options:

    • SINGLE_POINT : Filter against(equals) a single data point.
    • RANGE : Filter data that is in a specified range.
    maximumValue number
    The larger value that is displayed at the right of the slider.
    minimumValue number
    The smaller value that is displayed at the left of the slider.
    stepSize number
    The number of increments that the slider bar is divided into.
    displayOptions DashboardSliderControlDisplayOptions
    The display options of a control.
    type DashboardSheetControlSliderType
    The type of the DefaultSliderControlOptions . Choose one of the following options:

    • SINGLE_POINT : Filter against(equals) a single data point.
    • RANGE : Filter data that is in a specified range.
    maximum_value float
    The larger value that is displayed at the right of the slider.
    minimum_value float
    The smaller value that is displayed at the left of the slider.
    step_size float
    The number of increments that the slider bar is divided into.
    display_options DashboardSliderControlDisplayOptions
    The display options of a control.
    type DashboardSheetControlSliderType
    The type of the DefaultSliderControlOptions . Choose one of the following options:

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

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

    DashboardDefaultTextAreaControlOptions, DashboardDefaultTextAreaControlOptionsArgs

    Delimiter string
    The delimiter that is used to separate the lines in text.
    DisplayOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardTextAreaControlDisplayOptions
    The display options of a control.
    Delimiter string
    The delimiter that is used to separate the lines in text.
    DisplayOptions DashboardTextAreaControlDisplayOptions
    The display options of a control.
    delimiter String
    The delimiter that is used to separate the lines in text.
    displayOptions DashboardTextAreaControlDisplayOptions
    The display options of a control.
    delimiter string
    The delimiter that is used to separate the lines in text.
    displayOptions DashboardTextAreaControlDisplayOptions
    The display options of a control.
    delimiter str
    The delimiter that is used to separate the lines in text.
    display_options DashboardTextAreaControlDisplayOptions
    The display options of a control.
    delimiter String
    The delimiter that is used to separate the lines in text.
    displayOptions Property Map
    The display options of a control.

    DashboardDefaultTextFieldControlOptions, DashboardDefaultTextFieldControlOptionsArgs

    displayOptions Property Map
    The display options of a control.

    DashboardDestinationParameterValueConfiguration, DashboardDestinationParameterValueConfigurationArgs

    CustomValuesConfiguration Pulumi.AwsNative.QuickSight.Inputs.DashboardCustomValuesConfiguration
    The configuration of custom values for destination parameter in DestinationParameterValueConfiguration .
    SelectAllValueOptions Pulumi.AwsNative.QuickSight.DashboardSelectAllValueOptions
    The configuration that selects all options.
    SourceColumn Pulumi.AwsNative.QuickSight.Inputs.DashboardColumnIdentifier
    SourceField string
    The source field ID of the destination parameter.
    SourceParameterName string
    The source parameter name of the destination parameter.
    CustomValuesConfiguration DashboardCustomValuesConfiguration
    The configuration of custom values for destination parameter in DestinationParameterValueConfiguration .
    SelectAllValueOptions DashboardSelectAllValueOptions
    The configuration that selects all options.
    SourceColumn DashboardColumnIdentifier
    SourceField string
    The source field ID of the destination parameter.
    SourceParameterName string
    The source parameter name of the destination parameter.
    customValuesConfiguration DashboardCustomValuesConfiguration
    The configuration of custom values for destination parameter in DestinationParameterValueConfiguration .
    selectAllValueOptions DashboardSelectAllValueOptions
    The configuration that selects all options.
    sourceColumn DashboardColumnIdentifier
    sourceField String
    The source field ID of the destination parameter.
    sourceParameterName String
    The source parameter name of the destination parameter.
    customValuesConfiguration DashboardCustomValuesConfiguration
    The configuration of custom values for destination parameter in DestinationParameterValueConfiguration .
    selectAllValueOptions DashboardSelectAllValueOptions
    The configuration that selects all options.
    sourceColumn DashboardColumnIdentifier
    sourceField string
    The source field ID of the destination parameter.
    sourceParameterName string
    The source parameter name of the destination parameter.
    custom_values_configuration DashboardCustomValuesConfiguration
    The configuration of custom values for destination parameter in DestinationParameterValueConfiguration .
    select_all_value_options DashboardSelectAllValueOptions
    The configuration that selects all options.
    source_column DashboardColumnIdentifier
    source_field str
    The source field ID of the destination parameter.
    source_parameter_name str
    The source parameter name of the destination parameter.
    customValuesConfiguration Property Map
    The configuration of custom values for destination parameter in DestinationParameterValueConfiguration .
    selectAllValueOptions "ALL_VALUES"
    The configuration that selects all options.
    sourceColumn Property Map
    sourceField String
    The source field ID of the destination parameter.
    sourceParameterName String
    The source parameter name of the destination parameter.

    DashboardDimensionField, DashboardDimensionFieldArgs

    CategoricalDimensionField DashboardCategoricalDimensionField
    The dimension type field with categorical type columns.
    DateDimensionField DashboardDateDimensionField
    The dimension type field with date type columns.
    NumericalDimensionField DashboardNumericalDimensionField
    The dimension type field with numerical type columns.
    categoricalDimensionField DashboardCategoricalDimensionField
    The dimension type field with categorical type columns.
    dateDimensionField DashboardDateDimensionField
    The dimension type field with date type columns.
    numericalDimensionField DashboardNumericalDimensionField
    The dimension type field with numerical type columns.
    categoricalDimensionField DashboardCategoricalDimensionField
    The dimension type field with categorical type columns.
    dateDimensionField DashboardDateDimensionField
    The dimension type field with date type columns.
    numericalDimensionField DashboardNumericalDimensionField
    The dimension type field with numerical type columns.
    categorical_dimension_field DashboardCategoricalDimensionField
    The dimension type field with categorical type columns.
    date_dimension_field DashboardDateDimensionField
    The dimension type field with date type columns.
    numerical_dimension_field DashboardNumericalDimensionField
    The dimension type field with numerical type columns.
    categoricalDimensionField Property Map
    The dimension type field with categorical type columns.
    dateDimensionField Property Map
    The dimension type field with date type columns.
    numericalDimensionField Property Map
    The dimension type field with numerical type columns.

    DashboardDonutCenterOptions, DashboardDonutCenterOptionsArgs

    LabelVisibility Pulumi.AwsNative.QuickSight.DashboardVisibility
    Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called 'Show total' .
    LabelVisibility DashboardVisibility
    Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called 'Show total' .
    labelVisibility DashboardVisibility
    Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called 'Show total' .
    labelVisibility DashboardVisibility
    Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called 'Show total' .
    label_visibility DashboardVisibility
    Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called 'Show total' .
    labelVisibility "HIDDEN" | "VISIBLE"
    Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called 'Show total' .

    DashboardDonutOptions, DashboardDonutOptionsArgs

    ArcOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardArcOptions
    The option for define the arc of the chart shape. Valid values are as follows:

    • WHOLE - A pie chart
    • SMALL - A small-sized donut chart
    • MEDIUM - A medium-sized donut chart
    • LARGE - A large-sized donut chart
    DonutCenterOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardDonutCenterOptions
    The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.
    ArcOptions DashboardArcOptions
    The option for define the arc of the chart shape. Valid values are as follows:

    • WHOLE - A pie chart
    • SMALL - A small-sized donut chart
    • MEDIUM - A medium-sized donut chart
    • LARGE - A large-sized donut chart
    DonutCenterOptions DashboardDonutCenterOptions
    The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.
    arcOptions DashboardArcOptions
    The option for define the arc of the chart shape. Valid values are as follows:

    • WHOLE - A pie chart
    • SMALL - A small-sized donut chart
    • MEDIUM - A medium-sized donut chart
    • LARGE - A large-sized donut chart
    donutCenterOptions DashboardDonutCenterOptions
    The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.
    arcOptions DashboardArcOptions
    The option for define the arc of the chart shape. Valid values are as follows:

    • WHOLE - A pie chart
    • SMALL - A small-sized donut chart
    • MEDIUM - A medium-sized donut chart
    • LARGE - A large-sized donut chart
    donutCenterOptions DashboardDonutCenterOptions
    The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.
    arc_options DashboardArcOptions
    The option for define the arc of the chart shape. Valid values are as follows:

    • WHOLE - A pie chart
    • SMALL - A small-sized donut chart
    • MEDIUM - A medium-sized donut chart
    • LARGE - A large-sized donut chart
    donut_center_options DashboardDonutCenterOptions
    The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.
    arcOptions Property Map
    The option for define the arc of the chart shape. Valid values are as follows:

    • WHOLE - A pie chart
    • SMALL - A small-sized donut chart
    • MEDIUM - A medium-sized donut chart
    • LARGE - A large-sized donut chart
    donutCenterOptions Property Map
    The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.

    DashboardDrillDownFilter, DashboardDrillDownFilterArgs

    CategoryFilter Pulumi.AwsNative.QuickSight.Inputs.DashboardCategoryDrillDownFilter
    The category type drill down filter. This filter is used for string type columns.
    NumericEqualityFilter Pulumi.AwsNative.QuickSight.Inputs.DashboardNumericEqualityDrillDownFilter
    The numeric equality type drill down filter. This filter is used for number type columns.
    TimeRangeFilter Pulumi.AwsNative.QuickSight.Inputs.DashboardTimeRangeDrillDownFilter
    The time range drill down filter. This filter is used for date time columns.
    CategoryFilter DashboardCategoryDrillDownFilter
    The category type drill down filter. This filter is used for string type columns.
    NumericEqualityFilter DashboardNumericEqualityDrillDownFilter
    The numeric equality type drill down filter. This filter is used for number type columns.
    TimeRangeFilter DashboardTimeRangeDrillDownFilter
    The time range drill down filter. This filter is used for date time columns.
    categoryFilter DashboardCategoryDrillDownFilter
    The category type drill down filter. This filter is used for string type columns.
    numericEqualityFilter DashboardNumericEqualityDrillDownFilter
    The numeric equality type drill down filter. This filter is used for number type columns.
    timeRangeFilter DashboardTimeRangeDrillDownFilter
    The time range drill down filter. This filter is used for date time columns.
    categoryFilter DashboardCategoryDrillDownFilter
    The category type drill down filter. This filter is used for string type columns.
    numericEqualityFilter DashboardNumericEqualityDrillDownFilter
    The numeric equality type drill down filter. This filter is used for number type columns.
    timeRangeFilter DashboardTimeRangeDrillDownFilter
    The time range drill down filter. This filter is used for date time columns.
    category_filter DashboardCategoryDrillDownFilter
    The category type drill down filter. This filter is used for string type columns.
    numeric_equality_filter DashboardNumericEqualityDrillDownFilter
    The numeric equality type drill down filter. This filter is used for number type columns.
    time_range_filter DashboardTimeRangeDrillDownFilter
    The time range drill down filter. This filter is used for date time columns.
    categoryFilter Property Map
    The category type drill down filter. This filter is used for string type columns.
    numericEqualityFilter Property Map
    The numeric equality type drill down filter. This filter is used for number type columns.
    timeRangeFilter Property Map
    The time range drill down filter. This filter is used for date time columns.

    DashboardDropDownControlDisplayOptions, DashboardDropDownControlDisplayOptionsArgs

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

    DashboardDynamicDefaultValue, DashboardDynamicDefaultValueArgs

    DefaultValueColumn DashboardColumnIdentifier
    The column that contains the default value of each user or group.
    GroupNameColumn DashboardColumnIdentifier
    The column that contains the group name.
    UserNameColumn DashboardColumnIdentifier
    The column that contains the username.
    defaultValueColumn DashboardColumnIdentifier
    The column that contains the default value of each user or group.
    groupNameColumn DashboardColumnIdentifier
    The column that contains the group name.
    userNameColumn DashboardColumnIdentifier
    The column that contains the username.
    defaultValueColumn DashboardColumnIdentifier
    The column that contains the default value of each user or group.
    groupNameColumn DashboardColumnIdentifier
    The column that contains the group name.
    userNameColumn DashboardColumnIdentifier
    The column that contains the username.
    default_value_column DashboardColumnIdentifier
    The column that contains the default value of each user or group.
    group_name_column DashboardColumnIdentifier
    The column that contains the group name.
    user_name_column DashboardColumnIdentifier
    The column that contains the username.
    defaultValueColumn Property Map
    The column that contains the default value of each user or group.
    groupNameColumn Property Map
    The column that contains the group name.
    userNameColumn Property Map
    The column that contains the username.

    DashboardEmptyVisual, DashboardEmptyVisualArgs

    DataSetIdentifier string
    The data set that is used in the empty visual. Every visual requires a dataset to render.
    VisualId string
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    Actions List<Pulumi.AwsNative.QuickSight.Inputs.DashboardVisualCustomAction>
    The list of custom actions that are configured for a visual.
    DataSetIdentifier string
    The data set that is used in the empty visual. Every visual requires a dataset to render.
    VisualId string
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    Actions []DashboardVisualCustomAction
    The list of custom actions that are configured for a visual.
    dataSetIdentifier String
    The data set that is used in the empty visual. Every visual requires a dataset to render.
    visualId String
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    actions List<DashboardVisualCustomAction>
    The list of custom actions that are configured for a visual.
    dataSetIdentifier string
    The data set that is used in the empty visual. Every visual requires a dataset to render.
    visualId string
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    actions DashboardVisualCustomAction[]
    The list of custom actions that are configured for a visual.
    data_set_identifier str
    The data set that is used in the empty visual. Every visual requires a dataset to render.
    visual_id str
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    actions Sequence[DashboardVisualCustomAction]
    The list of custom actions that are configured for a visual.
    dataSetIdentifier String
    The data set that is used in the empty visual. Every visual requires a dataset to render.
    visualId String
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    actions List<Property Map>
    The list of custom actions that are configured for a visual.

    DashboardEntity, DashboardEntityArgs

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

    DashboardError, DashboardErrorArgs

    DashboardErrorType, DashboardErrorTypeArgs

    AccessDenied
    ACCESS_DENIED
    SourceNotFound
    SOURCE_NOT_FOUND
    DataSetNotFound
    DATA_SET_NOT_FOUND
    InternalFailure
    INTERNAL_FAILURE
    ParameterValueIncompatible
    PARAMETER_VALUE_INCOMPATIBLE
    ParameterTypeInvalid
    PARAMETER_TYPE_INVALID
    ParameterNotFound
    PARAMETER_NOT_FOUND
    ColumnTypeMismatch
    COLUMN_TYPE_MISMATCH
    ColumnGeographicRoleMismatch
    COLUMN_GEOGRAPHIC_ROLE_MISMATCH
    ColumnReplacementMissing
    COLUMN_REPLACEMENT_MISSING
    DashboardErrorTypeAccessDenied
    ACCESS_DENIED
    DashboardErrorTypeSourceNotFound
    SOURCE_NOT_FOUND
    DashboardErrorTypeDataSetNotFound
    DATA_SET_NOT_FOUND
    DashboardErrorTypeInternalFailure
    INTERNAL_FAILURE
    DashboardErrorTypeParameterValueIncompatible
    PARAMETER_VALUE_INCOMPATIBLE
    DashboardErrorTypeParameterTypeInvalid
    PARAMETER_TYPE_INVALID
    DashboardErrorTypeParameterNotFound
    PARAMETER_NOT_FOUND
    DashboardErrorTypeColumnTypeMismatch
    COLUMN_TYPE_MISMATCH
    DashboardErrorTypeColumnGeographicRoleMismatch
    COLUMN_GEOGRAPHIC_ROLE_MISMATCH
    DashboardErrorTypeColumnReplacementMissing
    COLUMN_REPLACEMENT_MISSING
    AccessDenied
    ACCESS_DENIED
    SourceNotFound
    SOURCE_NOT_FOUND
    DataSetNotFound
    DATA_SET_NOT_FOUND
    InternalFailure
    INTERNAL_FAILURE
    ParameterValueIncompatible
    PARAMETER_VALUE_INCOMPATIBLE
    ParameterTypeInvalid
    PARAMETER_TYPE_INVALID
    ParameterNotFound
    PARAMETER_NOT_FOUND
    ColumnTypeMismatch
    COLUMN_TYPE_MISMATCH
    ColumnGeographicRoleMismatch
    COLUMN_GEOGRAPHIC_ROLE_MISMATCH
    ColumnReplacementMissing
    COLUMN_REPLACEMENT_MISSING
    AccessDenied
    ACCESS_DENIED
    SourceNotFound
    SOURCE_NOT_FOUND
    DataSetNotFound
    DATA_SET_NOT_FOUND
    InternalFailure
    INTERNAL_FAILURE
    ParameterValueIncompatible
    PARAMETER_VALUE_INCOMPATIBLE
    ParameterTypeInvalid
    PARAMETER_TYPE_INVALID
    ParameterNotFound
    PARAMETER_NOT_FOUND
    ColumnTypeMismatch
    COLUMN_TYPE_MISMATCH
    ColumnGeographicRoleMismatch
    COLUMN_GEOGRAPHIC_ROLE_MISMATCH
    ColumnReplacementMissing
    COLUMN_REPLACEMENT_MISSING
    ACCESS_DENIED
    ACCESS_DENIED
    SOURCE_NOT_FOUND
    SOURCE_NOT_FOUND
    DATA_SET_NOT_FOUND
    DATA_SET_NOT_FOUND
    INTERNAL_FAILURE
    INTERNAL_FAILURE
    PARAMETER_VALUE_INCOMPATIBLE
    PARAMETER_VALUE_INCOMPATIBLE
    PARAMETER_TYPE_INVALID
    PARAMETER_TYPE_INVALID
    PARAMETER_NOT_FOUND
    PARAMETER_NOT_FOUND
    COLUMN_TYPE_MISMATCH
    COLUMN_TYPE_MISMATCH
    COLUMN_GEOGRAPHIC_ROLE_MISMATCH
    COLUMN_GEOGRAPHIC_ROLE_MISMATCH
    COLUMN_REPLACEMENT_MISSING
    COLUMN_REPLACEMENT_MISSING
    "ACCESS_DENIED"
    ACCESS_DENIED
    "SOURCE_NOT_FOUND"
    SOURCE_NOT_FOUND
    "DATA_SET_NOT_FOUND"
    DATA_SET_NOT_FOUND
    "INTERNAL_FAILURE"
    INTERNAL_FAILURE
    "PARAMETER_VALUE_INCOMPATIBLE"
    PARAMETER_VALUE_INCOMPATIBLE
    "PARAMETER_TYPE_INVALID"
    PARAMETER_TYPE_INVALID
    "PARAMETER_NOT_FOUND"
    PARAMETER_NOT_FOUND
    "COLUMN_TYPE_MISMATCH"
    COLUMN_TYPE_MISMATCH
    "COLUMN_GEOGRAPHIC_ROLE_MISMATCH"
    COLUMN_GEOGRAPHIC_ROLE_MISMATCH
    "COLUMN_REPLACEMENT_MISSING"
    COLUMN_REPLACEMENT_MISSING

    DashboardExcludePeriodConfiguration, DashboardExcludePeriodConfigurationArgs

    Amount double
    The amount or number of the exclude period.
    Granularity Pulumi.AwsNative.QuickSight.DashboardTimeGranularity
    The granularity or unit (day, month, year) of the exclude period.
    Status Pulumi.AwsNative.QuickSight.DashboardWidgetStatus
    The status of the exclude period. Choose from the following options:

    • ENABLED
    • DISABLED
    Amount float64
    The amount or number of the exclude period.
    Granularity DashboardTimeGranularity
    The granularity or unit (day, month, year) of the exclude period.
    Status DashboardWidgetStatus
    The status of the exclude period. Choose from the following options:

    • ENABLED
    • DISABLED
    amount Double
    The amount or number of the exclude period.
    granularity DashboardTimeGranularity
    The granularity or unit (day, month, year) of the exclude period.
    status DashboardWidgetStatus
    The status of the exclude period. Choose from the following options:

    • ENABLED
    • DISABLED
    amount number
    The amount or number of the exclude period.
    granularity DashboardTimeGranularity
    The granularity or unit (day, month, year) of the exclude period.
    status DashboardWidgetStatus
    The status of the exclude period. Choose from the following options:

    • ENABLED
    • DISABLED
    amount float
    The amount or number of the exclude period.
    granularity DashboardTimeGranularity
    The granularity or unit (day, month, year) of the exclude period.
    status DashboardWidgetStatus
    The status of the exclude period. Choose from the following options:

    • ENABLED
    • DISABLED
    amount Number
    The amount or number of the exclude period.
    granularity "YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND"
    The granularity or unit (day, month, year) of the exclude period.
    status "ENABLED" | "DISABLED"
    The status of the exclude period. Choose from the following options:

    • ENABLED
    • DISABLED

    DashboardExplicitHierarchy, DashboardExplicitHierarchyArgs

    Columns List<Pulumi.AwsNative.QuickSight.Inputs.DashboardColumnIdentifier>
    The list of columns that define the explicit hierarchy.
    HierarchyId string
    The hierarchy ID of the explicit hierarchy.
    DrillDownFilters List<Pulumi.AwsNative.QuickSight.Inputs.DashboardDrillDownFilter>
    The option that determines the drill down filters for the explicit hierarchy.
    Columns []DashboardColumnIdentifier
    The list of columns that define the explicit hierarchy.
    HierarchyId string
    The hierarchy ID of the explicit hierarchy.
    DrillDownFilters []DashboardDrillDownFilter
    The option that determines the drill down filters for the explicit hierarchy.
    columns List<DashboardColumnIdentifier>
    The list of columns that define the explicit hierarchy.
    hierarchyId String
    The hierarchy ID of the explicit hierarchy.
    drillDownFilters List<DashboardDrillDownFilter>
    The option that determines the drill down filters for the explicit hierarchy.
    columns DashboardColumnIdentifier[]
    The list of columns that define the explicit hierarchy.
    hierarchyId string
    The hierarchy ID of the explicit hierarchy.
    drillDownFilters DashboardDrillDownFilter[]
    The option that determines the drill down filters for the explicit hierarchy.
    columns Sequence[DashboardColumnIdentifier]
    The list of columns that define the explicit hierarchy.
    hierarchy_id str
    The hierarchy ID of the explicit hierarchy.
    drill_down_filters Sequence[DashboardDrillDownFilter]
    The option that determines the drill down filters for the explicit hierarchy.
    columns List<Property Map>
    The list of columns that define the explicit hierarchy.
    hierarchyId String
    The hierarchy ID of the explicit hierarchy.
    drillDownFilters List<Property Map>
    The option that determines the drill down filters for the explicit hierarchy.

    DashboardExportHiddenFieldsOption, DashboardExportHiddenFieldsOptionArgs

    AvailabilityStatus Pulumi.AwsNative.QuickSight.DashboardBehavior
    The status of the export hidden fields options of a dashbaord.
    AvailabilityStatus DashboardBehavior
    The status of the export hidden fields options of a dashbaord.
    availabilityStatus DashboardBehavior
    The status of the export hidden fields options of a dashbaord.
    availabilityStatus DashboardBehavior
    The status of the export hidden fields options of a dashbaord.
    availability_status DashboardBehavior
    The status of the export hidden fields options of a dashbaord.
    availabilityStatus "ENABLED" | "DISABLED"
    The status of the export hidden fields options of a dashbaord.

    DashboardExportToCsvOption, DashboardExportToCsvOptionArgs

    DashboardExportWithHiddenFieldsOption, DashboardExportWithHiddenFieldsOptionArgs

    AvailabilityStatus Pulumi.AwsNative.QuickSight.DashboardBehavior
    The status of the export with hidden fields options.
    AvailabilityStatus DashboardBehavior
    The status of the export with hidden fields options.
    availabilityStatus DashboardBehavior
    The status of the export with hidden fields options.
    availabilityStatus DashboardBehavior
    The status of the export with hidden fields options.
    availability_status DashboardBehavior
    The status of the export with hidden fields options.
    availabilityStatus "ENABLED" | "DISABLED"
    The status of the export with hidden fields options.

    DashboardFieldBasedTooltip, DashboardFieldBasedTooltipArgs

    AggregationVisibility Pulumi.AwsNative.QuickSight.DashboardVisibility
    The visibility of Show aggregations .
    TooltipFields List<Pulumi.AwsNative.QuickSight.Inputs.DashboardTooltipItem>
    The fields configuration in the tooltip.
    TooltipTitleType Pulumi.AwsNative.QuickSight.DashboardTooltipTitleType
    The type for the >tooltip title. Choose one of the following options:

    • NONE : Doesn't use the primary value as the title.
    • PRIMARY_VALUE : Uses primary value as the title.
    AggregationVisibility DashboardVisibility
    The visibility of Show aggregations .
    TooltipFields []DashboardTooltipItem
    The fields configuration in the tooltip.
    TooltipTitleType DashboardTooltipTitleType
    The type for the >tooltip title. Choose one of the following options:

    • NONE : Doesn't use the primary value as the title.
    • PRIMARY_VALUE : Uses primary value as the title.
    aggregationVisibility DashboardVisibility
    The visibility of Show aggregations .
    tooltipFields List<DashboardTooltipItem>
    The fields configuration in the tooltip.
    tooltipTitleType DashboardTooltipTitleType
    The type for the >tooltip title. Choose one of the following options:

    • NONE : Doesn't use the primary value as the title.
    • PRIMARY_VALUE : Uses primary value as the title.
    aggregationVisibility DashboardVisibility
    The visibility of Show aggregations .
    tooltipFields DashboardTooltipItem[]
    The fields configuration in the tooltip.
    tooltipTitleType DashboardTooltipTitleType
    The type for the >tooltip title. Choose one of the following options:

    • NONE : Doesn't use the primary value as the title.
    • PRIMARY_VALUE : Uses primary value as the title.
    aggregation_visibility DashboardVisibility
    The visibility of Show aggregations .
    tooltip_fields Sequence[DashboardTooltipItem]
    The fields configuration in the tooltip.
    tooltip_title_type DashboardTooltipTitleType
    The type for the >tooltip title. Choose one of the following options:

    • NONE : Doesn't use the primary value as the title.
    • PRIMARY_VALUE : Uses primary value as the title.
    aggregationVisibility "HIDDEN" | "VISIBLE"
    The visibility of Show aggregations .
    tooltipFields List<Property Map>
    The fields configuration in the tooltip.
    tooltipTitleType "NONE" | "PRIMARY_VALUE"
    The type for the >tooltip title. Choose one of the following options:

    • NONE : Doesn't use the primary value as the title.
    • PRIMARY_VALUE : Uses primary value as the title.

    DashboardFieldLabelType, DashboardFieldLabelTypeArgs

    FieldId string
    Indicates the field that is targeted by the field label.
    Visibility Pulumi.AwsNative.QuickSight.DashboardVisibility
    The visibility of the field label.
    FieldId string
    Indicates the field that is targeted by the field label.
    Visibility DashboardVisibility
    The visibility of the field label.
    fieldId String
    Indicates the field that is targeted by the field label.
    visibility DashboardVisibility
    The visibility of the field label.
    fieldId string
    Indicates the field that is targeted by the field label.
    visibility DashboardVisibility
    The visibility of the field label.
    field_id str
    Indicates the field that is targeted by the field label.
    visibility DashboardVisibility
    The visibility of the field label.
    fieldId String
    Indicates the field that is targeted by the field label.
    visibility "HIDDEN" | "VISIBLE"
    The visibility of the field label.

    DashboardFieldSeriesItem, DashboardFieldSeriesItemArgs

    AxisBinding Pulumi.AwsNative.QuickSight.DashboardAxisBinding
    The axis that you are binding the field to.
    FieldId string
    The field ID of the field for which you are setting the axis binding.
    Settings Pulumi.AwsNative.QuickSight.Inputs.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 for which you are setting the axis binding.
    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 for which you are setting the axis binding.
    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 for which you are setting the axis binding.
    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 for which you are setting the axis binding.
    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 for which you are setting the axis binding.
    settings Property Map
    The options that determine the presentation of line series associated to the field.

    DashboardFieldSort, DashboardFieldSortArgs

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

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

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

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

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

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

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

    DashboardFieldSortOptions, DashboardFieldSortOptionsArgs

    ColumnSort Pulumi.AwsNative.QuickSight.Inputs.DashboardColumnSort
    The sort configuration for a column that is not used in a field well.
    FieldSort Pulumi.AwsNative.QuickSight.Inputs.DashboardFieldSort
    The sort configuration for a field in a field well.
    ColumnSort DashboardColumnSort
    The sort configuration for a column that is not used in a field well.
    FieldSort DashboardFieldSort
    The sort configuration for a field in a field well.
    columnSort DashboardColumnSort
    The sort configuration for a column that is not used in a field well.
    fieldSort DashboardFieldSort
    The sort configuration for a field in a field well.
    columnSort DashboardColumnSort
    The sort configuration for a column that is not used in a field well.
    fieldSort DashboardFieldSort
    The sort configuration for a field in a field well.
    column_sort DashboardColumnSort
    The sort configuration for a column that is not used in a field well.
    field_sort DashboardFieldSort
    The sort configuration for a field in a field well.
    columnSort Property Map
    The sort configuration for a column that is not used in a field well.
    fieldSort Property Map
    The sort configuration for a field in a field well.

    DashboardFieldTooltipItem, DashboardFieldTooltipItemArgs

    FieldId string
    The unique ID of the field that is targeted by the tooltip.
    Label string
    The label of the tooltip item.
    Visibility Pulumi.AwsNative.QuickSight.DashboardVisibility
    The visibility of the tooltip item.
    FieldId string
    The unique ID of the field that is targeted by the tooltip.
    Label string
    The label of the tooltip item.
    Visibility DashboardVisibility
    The visibility of the tooltip item.
    fieldId String
    The unique ID of the field that is targeted by the tooltip.
    label String
    The label of the tooltip item.
    visibility DashboardVisibility
    The visibility of the tooltip item.
    fieldId string
    The unique ID of the field that is targeted by the tooltip.
    label string
    The label of the tooltip item.
    visibility DashboardVisibility
    The visibility of the tooltip item.
    field_id str
    The unique ID of the field that is targeted by the tooltip.
    label str
    The label of the tooltip item.
    visibility DashboardVisibility
    The visibility of the tooltip item.
    fieldId String
    The unique ID of the field that is targeted by the tooltip.
    label String
    The label of the tooltip item.
    visibility "HIDDEN" | "VISIBLE"
    The visibility of the tooltip item.

    DashboardFilledMapAggregatedFieldWells, DashboardFilledMapAggregatedFieldWellsArgs

    Geospatial List<Pulumi.AwsNative.QuickSight.Inputs.DashboardDimensionField>
    The aggregated location field well of the filled map. Values are grouped by location fields.
    Values List<Pulumi.AwsNative.QuickSight.Inputs.DashboardMeasureField>
    The aggregated color field well of a filled map. Values are aggregated based on location fields.
    Geospatial []DashboardDimensionField
    The aggregated location field well of the filled map. Values are grouped by location fields.
    Values []DashboardMeasureField
    The aggregated color field well of a filled map. Values are aggregated based on location fields.
    geospatial List<DashboardDimensionField>
    The aggregated location field well of the filled map. Values are grouped by location fields.
    values List<DashboardMeasureField>
    The aggregated color field well of a filled map. Values are aggregated based on location fields.
    geospatial DashboardDimensionField[]
    The aggregated location field well of the filled map. Values are grouped by location fields.
    values DashboardMeasureField[]
    The aggregated color field well of a filled map. Values are aggregated based on location fields.
    geospatial Sequence[DashboardDimensionField]
    The aggregated location field well of the filled map. Values are grouped by location fields.
    values Sequence[DashboardMeasureField]
    The aggregated color field well of a filled map. Values are aggregated based on location fields.
    geospatial List<Property Map>
    The aggregated location field well of the filled map. Values are grouped by location fields.
    values List<Property Map>
    The aggregated color field well of a filled map. Values are aggregated based on location fields.

    DashboardFilledMapConditionalFormatting, DashboardFilledMapConditionalFormattingArgs

    ConditionalFormattingOptions []DashboardFilledMapConditionalFormattingOption
    Conditional formatting options of a FilledMapVisual .
    conditionalFormattingOptions List<DashboardFilledMapConditionalFormattingOption>
    Conditional formatting options of a FilledMapVisual .
    conditionalFormattingOptions DashboardFilledMapConditionalFormattingOption[]
    Conditional formatting options of a FilledMapVisual .
    conditionalFormattingOptions List<Property Map>
    Conditional formatting options of a FilledMapVisual .

    DashboardFilledMapConditionalFormattingOption, DashboardFilledMapConditionalFormattingOptionArgs

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

    DashboardFilledMapConfiguration, DashboardFilledMapConfigurationArgs

    FieldWells DashboardFilledMapFieldWells
    The field wells of the visual.
    Legend DashboardLegendOptions
    The legend display setup of the visual.
    MapStyleOptions DashboardGeospatialMapStyleOptions
    The map style options of the filled map visual.
    SortConfiguration DashboardFilledMapSortConfiguration
    The sort configuration of a FilledMapVisual .
    Tooltip DashboardTooltipOptions
    The tooltip display setup of the visual.
    WindowOptions DashboardGeospatialWindowOptions
    The window options of the filled map visual.
    fieldWells DashboardFilledMapFieldWells
    The field wells of the visual.
    legend DashboardLegendOptions
    The legend display setup of the visual.
    mapStyleOptions DashboardGeospatialMapStyleOptions
    The map style options of the filled map visual.
    sortConfiguration DashboardFilledMapSortConfiguration
    The sort configuration of a FilledMapVisual .
    tooltip DashboardTooltipOptions
    The tooltip display setup of the visual.
    windowOptions DashboardGeospatialWindowOptions
    The window options of the filled map visual.
    fieldWells DashboardFilledMapFieldWells
    The field wells of the visual.
    legend DashboardLegendOptions
    The legend display setup of the visual.
    mapStyleOptions DashboardGeospatialMapStyleOptions
    The map style options of the filled map visual.
    sortConfiguration DashboardFilledMapSortConfiguration
    The sort configuration of a FilledMapVisual .
    tooltip DashboardTooltipOptions
    The tooltip display setup of the visual.
    windowOptions DashboardGeospatialWindowOptions
    The window options of the filled map visual.
    field_wells DashboardFilledMapFieldWells
    The field wells of the visual.
    legend DashboardLegendOptions
    The legend display setup of the visual.
    map_style_options DashboardGeospatialMapStyleOptions
    The map style options of the filled map visual.
    sort_configuration DashboardFilledMapSortConfiguration
    The sort configuration of a FilledMapVisual .
    tooltip DashboardTooltipOptions
    The tooltip display setup of the visual.
    window_options DashboardGeospatialWindowOptions
    The window options of the filled map visual.
    fieldWells Property Map
    The field wells of the visual.
    legend Property Map
    The legend display setup of the visual.
    mapStyleOptions Property Map
    The map style options of the filled map visual.
    sortConfiguration Property Map
    The sort configuration of a FilledMapVisual .
    tooltip Property Map
    The tooltip display setup of the visual.
    windowOptions Property Map
    The window options of the filled map visual.

    DashboardFilledMapFieldWells, DashboardFilledMapFieldWellsArgs

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

    DashboardFilledMapShapeConditionalFormatting, DashboardFilledMapShapeConditionalFormattingArgs

    FieldId string
    The field ID of the filled map shape.
    Format Pulumi.AwsNative.QuickSight.Inputs.DashboardShapeConditionalFormat
    The conditional formatting that determines the background color of a filled map's shape.
    FieldId string
    The field ID of the filled map shape.
    Format DashboardShapeConditionalFormat
    The conditional formatting that determines the background color of a filled map's shape.
    fieldId String
    The field ID of the filled map shape.
    format DashboardShapeConditionalFormat
    The conditional formatting that determines the background color of a filled map's shape.
    fieldId string
    The field ID of the filled map shape.
    format DashboardShapeConditionalFormat
    The conditional formatting that determines the background color of a filled map's shape.
    field_id str
    The field ID of the filled map shape.
    format DashboardShapeConditionalFormat
    The conditional formatting that determines the background color of a filled map's shape.
    fieldId String
    The field ID of the filled map shape.
    format Property Map
    The conditional formatting that determines the background color of a filled map's shape.

    DashboardFilledMapSortConfiguration, DashboardFilledMapSortConfigurationArgs

    CategorySort []DashboardFieldSortOptions
    The sort configuration of the location fields.
    categorySort List<DashboardFieldSortOptions>
    The sort configuration of the location fields.
    categorySort DashboardFieldSortOptions[]
    The sort configuration of the location fields.
    category_sort Sequence[DashboardFieldSortOptions]
    The sort configuration of the location fields.
    categorySort List<Property Map>
    The sort configuration of the location fields.

    DashboardFilledMapVisual, DashboardFilledMapVisualArgs

    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.DashboardFilledMapConfiguration
    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.
    ConditionalFormatting Pulumi.AwsNative.QuickSight.Inputs.DashboardFilledMapConditionalFormatting
    The conditional formatting of a FilledMapVisual .
    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.
    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 DashboardFilledMapConfiguration
    The configuration settings of the visual.
    ColumnHierarchies []DashboardColumnHierarchy
    The column hierarchy that is used during drill-downs and drill-ups.
    ConditionalFormatting DashboardFilledMapConditionalFormatting
    The conditional formatting of a FilledMapVisual .
    Subtitle DashboardVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    Title DashboardVisualTitleLabelOptions
    The title that is displayed on the visual.
    visualId String
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
    actions List<DashboardVisualCustomAction>
    The list of custom actions that are configured for a visual.
    chartConfiguration DashboardFilledMapConfiguration
    The configuration settings of the visual.
    columnHierarchies List<DashboardColumnHierarchy>
    The column hierarchy that is used during drill-downs and drill-ups.
    conditionalFormatting DashboardFilledMapConditionalFormatting
    The conditional formatting of a FilledMapVisual .
    subtitle DashboardVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    title DashboardVisualTitleLabelOptions
    The title that is displayed on the visual.
    visualId string
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
    actions DashboardVisualCustomAction[]
    The list of custom actions that are configured for a visual.
    chartConfiguration DashboardFilledMapConfiguration
    The configuration settings of the visual.
    columnHierarchies DashboardColumnHierarchy[]
    The column hierarchy that is used during drill-downs and drill-ups.
    conditionalFormatting DashboardFilledMapConditionalFormatting
    The conditional formatting of a FilledMapVisual .
    subtitle DashboardVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    title DashboardVisualTitleLabelOptions
    The title that is displayed on the visual.
    visual_id str
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
    actions Sequence[DashboardVisualCustomAction]
    The list of custom actions that are configured for a visual.
    chart_configuration DashboardFilledMapConfiguration
    The configuration settings of the visual.
    column_hierarchies Sequence[DashboardColumnHierarchy]
    The column hierarchy that is used during drill-downs and drill-ups.
    conditional_formatting DashboardFilledMapConditionalFormatting
    The conditional formatting of a FilledMapVisual .
    subtitle DashboardVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    title DashboardVisualTitleLabelOptions
    The title that is displayed on the visual.
    visualId String
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
    actions List<Property Map>
    The list of custom actions that are configured for a visual.
    chartConfiguration Property Map
    The configuration settings of the visual.
    columnHierarchies List<Property Map>
    The column hierarchy that is used during drill-downs and drill-ups.
    conditionalFormatting Property Map
    The conditional formatting of a FilledMapVisual .
    subtitle Property Map
    The subtitle that is displayed on the visual.
    title Property Map
    The title that is displayed on the visual.

    DashboardFilter, DashboardFilterArgs

    CategoryFilter Pulumi.AwsNative.QuickSight.Inputs.DashboardCategoryFilter

    A CategoryFilter filters text values.

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

    NumericEqualityFilter Pulumi.AwsNative.QuickSight.Inputs.DashboardNumericEqualityFilter
    A NumericEqualityFilter filters numeric values that equal or do not equal a given numeric value.
    NumericRangeFilter Pulumi.AwsNative.QuickSight.Inputs.DashboardNumericRangeFilter
    A NumericRangeFilter filters numeric values that are either inside or outside a given numeric range.
    RelativeDatesFilter Pulumi.AwsNative.QuickSight.Inputs.DashboardRelativeDatesFilter
    A RelativeDatesFilter filters date values that are relative to a given date.
    TimeEqualityFilter Pulumi.AwsNative.QuickSight.Inputs.DashboardTimeEqualityFilter
    A TimeEqualityFilter filters date-time values that equal or do not equal a given date/time value.
    TimeRangeFilter Pulumi.AwsNative.QuickSight.Inputs.DashboardTimeRangeFilter
    A TimeRangeFilter filters date-time values that are either inside or outside a given date/time range.
    TopBottomFilter Pulumi.AwsNative.QuickSight.Inputs.DashboardTopBottomFilter
    A TopBottomFilter filters data to the top or bottom values for a given column.
    CategoryFilter DashboardCategoryFilter

    A CategoryFilter filters text values.

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

    NumericEqualityFilter DashboardNumericEqualityFilter
    A NumericEqualityFilter filters numeric values that equal or do not equal a given numeric value.
    NumericRangeFilter DashboardNumericRangeFilter
    A NumericRangeFilter filters numeric values that are either inside or outside a given numeric range.
    RelativeDatesFilter DashboardRelativeDatesFilter
    A RelativeDatesFilter filters date values that are relative to a given date.
    TimeEqualityFilter DashboardTimeEqualityFilter
    A TimeEqualityFilter filters date-time values that equal or do not equal a given date/time value.
    TimeRangeFilter DashboardTimeRangeFilter
    A TimeRangeFilter filters date-time values that are either inside or outside a given date/time range.
    TopBottomFilter DashboardTopBottomFilter
    A TopBottomFilter filters data to the top or bottom values for a given column.
    categoryFilter DashboardCategoryFilter

    A CategoryFilter filters text values.

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

    numericEqualityFilter DashboardNumericEqualityFilter
    A NumericEqualityFilter filters numeric values that equal or do not equal a given numeric value.
    numericRangeFilter DashboardNumericRangeFilter
    A NumericRangeFilter filters numeric values that are either inside or outside a given numeric range.
    relativeDatesFilter DashboardRelativeDatesFilter
    A RelativeDatesFilter filters date values that are relative to a given date.
    timeEqualityFilter DashboardTimeEqualityFilter
    A TimeEqualityFilter filters date-time values that equal or do not equal a given date/time value.
    timeRangeFilter DashboardTimeRangeFilter
    A TimeRangeFilter filters date-time values that are either inside or outside a given date/time range.
    topBottomFilter DashboardTopBottomFilter
    A TopBottomFilter filters data to the top or bottom values for a given column.
    categoryFilter DashboardCategoryFilter

    A CategoryFilter filters text values.

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

    numericEqualityFilter DashboardNumericEqualityFilter
    A NumericEqualityFilter filters numeric values that equal or do not equal a given numeric value.
    numericRangeFilter DashboardNumericRangeFilter
    A NumericRangeFilter filters numeric values that are either inside or outside a given numeric range.
    relativeDatesFilter DashboardRelativeDatesFilter
    A RelativeDatesFilter filters date values that are relative to a given date.
    timeEqualityFilter DashboardTimeEqualityFilter
    A TimeEqualityFilter filters date-time values that equal or do not equal a given date/time value.
    timeRangeFilter DashboardTimeRangeFilter
    A TimeRangeFilter filters date-time values that are either inside or outside a given date/time range.
    topBottomFilter DashboardTopBottomFilter
    A TopBottomFilter filters data to the top or bottom values for a given column.
    category_filter DashboardCategoryFilter

    A CategoryFilter filters text values.

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

    numeric_equality_filter DashboardNumericEqualityFilter
    A NumericEqualityFilter filters numeric values that equal or do not equal a given numeric value.
    numeric_range_filter DashboardNumericRangeFilter
    A NumericRangeFilter filters numeric values that are either inside or outside a given numeric range.
    relative_dates_filter DashboardRelativeDatesFilter
    A RelativeDatesFilter filters date values that are relative to a given date.
    time_equality_filter DashboardTimeEqualityFilter
    A TimeEqualityFilter filters date-time values that equal or do not equal a given date/time value.
    time_range_filter DashboardTimeRangeFilter
    A TimeRangeFilter filters date-time values that are either inside or outside a given date/time range.
    top_bottom_filter DashboardTopBottomFilter
    A TopBottomFilter filters data to the top or bottom values for a given column.
    categoryFilter Property Map

    A CategoryFilter filters text values.

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

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

    DashboardFilterControl, DashboardFilterControlArgs

    CrossSheet Pulumi.AwsNative.QuickSight.Inputs.DashboardFilterCrossSheetControl
    A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet
    DateTimePicker Pulumi.AwsNative.QuickSight.Inputs.DashboardFilterDateTimePickerControl
    A control from a date filter that is used to specify date and time.
    Dropdown Pulumi.AwsNative.QuickSight.Inputs.DashboardFilterDropDownControl
    A control to display a dropdown list with buttons that are used to select a single value.
    List Pulumi.AwsNative.QuickSight.Inputs.DashboardFilterListControl
    A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
    RelativeDateTime Pulumi.AwsNative.QuickSight.Inputs.DashboardFilterRelativeDateTimeControl
    A control from a date filter that is used to specify the relative date.
    Slider Pulumi.AwsNative.QuickSight.Inputs.DashboardFilterSliderControl
    A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
    TextArea Pulumi.AwsNative.QuickSight.Inputs.DashboardFilterTextAreaControl
    A control to display a text box that is used to enter multiple entries.
    TextField Pulumi.AwsNative.QuickSight.Inputs.DashboardFilterTextFieldControl
    A control to display a text box that is used to enter a single entry.
    CrossSheet DashboardFilterCrossSheetControl
    A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet
    DateTimePicker DashboardFilterDateTimePickerControl
    A control from a date filter that is used to specify date and time.
    Dropdown DashboardFilterDropDownControl
    A control to display a dropdown list with buttons that are used to select a single value.
    List DashboardFilterListControl
    A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
    RelativeDateTime DashboardFilterRelativeDateTimeControl
    A control from a date filter that is used to specify the relative date.
    Slider DashboardFilterSliderControl
    A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
    TextArea DashboardFilterTextAreaControl
    A control to display a text box that is used to enter multiple entries.
    TextField DashboardFilterTextFieldControl
    A control to display a text box that is used to enter a single entry.
    crossSheet DashboardFilterCrossSheetControl
    A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet
    dateTimePicker DashboardFilterDateTimePickerControl
    A control from a date filter that is used to specify date and time.
    dropdown DashboardFilterDropDownControl
    A control to display a dropdown list with buttons that are used to select a single value.
    list DashboardFilterListControl
    A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
    relativeDateTime DashboardFilterRelativeDateTimeControl
    A control from a date filter that is used to specify the relative date.
    slider DashboardFilterSliderControl
    A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
    textArea DashboardFilterTextAreaControl
    A control to display a text box that is used to enter multiple entries.
    textField DashboardFilterTextFieldControl
    A control to display a text box that is used to enter a single entry.
    crossSheet DashboardFilterCrossSheetControl
    A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet
    dateTimePicker DashboardFilterDateTimePickerControl
    A control from a date filter that is used to specify date and time.
    dropdown DashboardFilterDropDownControl
    A control to display a dropdown list with buttons that are used to select a single value.
    list DashboardFilterListControl
    A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
    relativeDateTime DashboardFilterRelativeDateTimeControl
    A control from a date filter that is used to specify the relative date.
    slider DashboardFilterSliderControl
    A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
    textArea DashboardFilterTextAreaControl
    A control to display a text box that is used to enter multiple entries.
    textField DashboardFilterTextFieldControl
    A control to display a text box that is used to enter a single entry.
    cross_sheet DashboardFilterCrossSheetControl
    A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet
    date_time_picker DashboardFilterDateTimePickerControl
    A control from a date filter that is used to specify date and time.
    dropdown DashboardFilterDropDownControl
    A control to display a dropdown list with buttons that are used to select a single value.
    list DashboardFilterListControl
    A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
    relative_date_time DashboardFilterRelativeDateTimeControl
    A control from a date filter that is used to specify the relative date.
    slider DashboardFilterSliderControl
    A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
    text_area DashboardFilterTextAreaControl
    A control to display a text box that is used to enter multiple entries.
    text_field DashboardFilterTextFieldControl
    A control to display a text box that is used to enter a single entry.
    crossSheet Property Map
    A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet
    dateTimePicker Property Map
    A control from a date filter that is used to specify date and time.
    dropdown Property Map
    A control to display a dropdown list with buttons that are used to select a single value.
    list Property Map
    A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
    relativeDateTime Property Map
    A control from a date filter that is used to specify the relative date.
    slider Property Map
    A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
    textArea Property Map
    A control to display a text box that is used to enter multiple entries.
    textField Property Map
    A control to display a text box that is used to enter a single entry.

    DashboardFilterCrossSheetControl, DashboardFilterCrossSheetControlArgs

    FilterControlId string
    The ID of the FilterCrossSheetControl .
    SourceFilterId string
    The source filter ID of the FilterCrossSheetControl .
    CascadingControlConfiguration Pulumi.AwsNative.QuickSight.Inputs.DashboardCascadingControlConfiguration
    The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
    FilterControlId string
    The ID of the FilterCrossSheetControl .
    SourceFilterId string
    The source filter ID of the FilterCrossSheetControl .
    CascadingControlConfiguration DashboardCascadingControlConfiguration
    The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
    filterControlId String
    The ID of the FilterCrossSheetControl .
    sourceFilterId String
    The source filter ID of the FilterCrossSheetControl .
    cascadingControlConfiguration DashboardCascadingControlConfiguration
    The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
    filterControlId string
    The ID of the FilterCrossSheetControl .
    sourceFilterId string
    The source filter ID of the FilterCrossSheetControl .
    cascadingControlConfiguration DashboardCascadingControlConfiguration
    The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
    filter_control_id str
    The ID of the FilterCrossSheetControl .
    source_filter_id str
    The source filter ID of the FilterCrossSheetControl .
    cascading_control_configuration DashboardCascadingControlConfiguration
    The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
    filterControlId String
    The ID of the FilterCrossSheetControl .
    sourceFilterId String
    The source filter ID of the FilterCrossSheetControl .
    cascadingControlConfiguration Property Map
    The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.

    DashboardFilterDateTimePickerControl, DashboardFilterDateTimePickerControlArgs

    FilterControlId string
    The ID of the FilterDateTimePickerControl .
    SourceFilterId string
    The source filter ID of the FilterDateTimePickerControl .
    Title string
    The title of the FilterDateTimePickerControl .
    DisplayOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardDateTimePickerControlDisplayOptions
    The display options of a control.
    Type Pulumi.AwsNative.QuickSight.DashboardSheetControlDateTimePickerType
    The type of the FilterDropDownControl . Choose one of the following options:

    • MULTI_SELECT : The user can select multiple entries from a dropdown menu.
    • SINGLE_SELECT : The user can select a single entry from a dropdown menu.
    FilterControlId string
    The ID of the FilterDateTimePickerControl .
    SourceFilterId string
    The source filter ID of the FilterDateTimePickerControl .
    Title string
    The title of the FilterDateTimePickerControl .
    DisplayOptions DashboardDateTimePickerControlDisplayOptions
    The display options of a control.
    Type DashboardSheetControlDateTimePickerType
    The type of the FilterDropDownControl . Choose one of the following options:

    • MULTI_SELECT : The user can select multiple entries from a dropdown menu.
    • SINGLE_SELECT : The user can select a single entry from a dropdown menu.
    filterControlId String
    The ID of the FilterDateTimePickerControl .
    sourceFilterId String
    The source filter ID of the FilterDateTimePickerControl .
    title String
    The title of the FilterDateTimePickerControl .
    displayOptions DashboardDateTimePickerControlDisplayOptions
    The display options of a control.
    type DashboardSheetControlDateTimePickerType
    The type of the FilterDropDownControl . Choose one of the following options:

    • MULTI_SELECT : The user can select multiple entries from a dropdown menu.
    • SINGLE_SELECT : The user can select a single entry from a dropdown menu.
    filterControlId string
    The ID of the FilterDateTimePickerControl .
    sourceFilterId string
    The source filter ID of the FilterDateTimePickerControl .
    title string
    The title of the FilterDateTimePickerControl .
    displayOptions DashboardDateTimePickerControlDisplayOptions
    The display options of a control.
    type DashboardSheetControlDateTimePickerType
    The type of the FilterDropDownControl . Choose one of the following options:

    • MULTI_SELECT : The user can select multiple entries from a dropdown menu.
    • SINGLE_SELECT : The user can select a single entry from a dropdown menu.
    filter_control_id str
    The ID of the FilterDateTimePickerControl .
    source_filter_id str
    The source filter ID of the FilterDateTimePickerControl .
    title str
    The title of the FilterDateTimePickerControl .
    display_options DashboardDateTimePickerControlDisplayOptions
    The display options of a control.
    type DashboardSheetControlDateTimePickerType
    The type of the FilterDropDownControl . Choose one of the following options:

    • MULTI_SELECT : The user can select multiple entries from a dropdown menu.
    • SINGLE_SELECT : The user can select a single entry from a dropdown menu.
    filterControlId String
    The ID of the FilterDateTimePickerControl .
    sourceFilterId String
    The source filter ID of the FilterDateTimePickerControl .
    title String
    The title of the FilterDateTimePickerControl .
    displayOptions Property Map
    The display options of a control.
    type "SINGLE_VALUED" | "DATE_RANGE"
    The type of the FilterDropDownControl . Choose one of the following options:

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

    DashboardFilterDropDownControl, DashboardFilterDropDownControlArgs

    FilterControlId string
    The ID of the FilterDropDownControl .
    SourceFilterId string
    The source filter ID of the FilterDropDownControl .
    Title string
    The title of the FilterDropDownControl .
    CascadingControlConfiguration Pulumi.AwsNative.QuickSight.Inputs.DashboardCascadingControlConfiguration
    The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
    DisplayOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardDropDownControlDisplayOptions
    The display options of the FilterDropDownControl .
    SelectableValues Pulumi.AwsNative.QuickSight.Inputs.DashboardFilterSelectableValues
    A list of selectable values that are used in a control.
    Type Pulumi.AwsNative.QuickSight.DashboardSheetControlListType
    The type of the FilterDropDownControl . Choose one of the following options:

    • MULTI_SELECT : The user can select multiple entries from a dropdown menu.
    • SINGLE_SELECT : The user can select a single entry from a dropdown menu.
    FilterControlId string
    The ID of the FilterDropDownControl .
    SourceFilterId string
    The source filter ID of the FilterDropDownControl .
    Title string
    The title of the FilterDropDownControl .
    CascadingControlConfiguration DashboardCascadingControlConfiguration
    The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
    DisplayOptions DashboardDropDownControlDisplayOptions
    The display options of the FilterDropDownControl .
    SelectableValues DashboardFilterSelectableValues
    A list of selectable values that are used in a control.
    Type DashboardSheetControlListType
    The type of the FilterDropDownControl . Choose one of the following options:

    • MULTI_SELECT : The user can select multiple entries from a dropdown menu.
    • SINGLE_SELECT : The user can select a single entry from a dropdown menu.
    filterControlId String
    The ID of the FilterDropDownControl .
    sourceFilterId String
    The source filter ID of the FilterDropDownControl .
    title String
    The title of the FilterDropDownControl .
    cascadingControlConfiguration DashboardCascadingControlConfiguration
    The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
    displayOptions DashboardDropDownControlDisplayOptions
    The display options of the FilterDropDownControl .
    selectableValues DashboardFilterSelectableValues
    A list of selectable values that are used in a control.
    type DashboardSheetControlListType
    The type of the FilterDropDownControl . Choose one of the following options:

    • MULTI_SELECT : The user can select multiple entries from a dropdown menu.
    • SINGLE_SELECT : The user can select a single entry from a dropdown menu.
    filterControlId string
    The ID of the FilterDropDownControl .
    sourceFilterId string
    The source filter ID of the FilterDropDownControl .
    title string
    The title of the FilterDropDownControl .
    cascadingControlConfiguration DashboardCascadingControlConfiguration
    The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
    displayOptions DashboardDropDownControlDisplayOptions
    The display options of the FilterDropDownControl .
    selectableValues DashboardFilterSelectableValues
    A list of selectable values that are used in a control.
    type DashboardSheetControlListType
    The type of the FilterDropDownControl . Choose one of the following options:

    • MULTI_SELECT : The user can select multiple entries from a dropdown menu.
    • SINGLE_SELECT : The user can select a single entry from a dropdown menu.
    filter_control_id str
    The ID of the FilterDropDownControl .
    source_filter_id str
    The source filter ID of the FilterDropDownControl .
    title str
    The title of the FilterDropDownControl .
    cascading_control_configuration DashboardCascadingControlConfiguration
    The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
    display_options DashboardDropDownControlDisplayOptions
    The display options of the FilterDropDownControl .
    selectable_values DashboardFilterSelectableValues
    A list of selectable values that are used in a control.
    type DashboardSheetControlListType
    The type of the FilterDropDownControl . Choose one of the following options:

    • MULTI_SELECT : The user can select multiple entries from a dropdown menu.
    • SINGLE_SELECT : The user can select a single entry from a dropdown menu.
    filterControlId String
    The ID of the FilterDropDownControl .
    sourceFilterId String
    The source filter ID of the FilterDropDownControl .
    title String
    The title of the FilterDropDownControl .
    cascadingControlConfiguration Property Map
    The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
    displayOptions Property Map
    The display options of the FilterDropDownControl .
    selectableValues Property Map
    A list of selectable values that are used in a control.
    type "MULTI_SELECT" | "SINGLE_SELECT"
    The type of the FilterDropDownControl . Choose one of the following options:

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

    DashboardFilterGroup, DashboardFilterGroupArgs

    CrossDataset Pulumi.AwsNative.QuickSight.DashboardCrossDatasetTypes
    The filter new feature which can apply filter group to all data sets. Choose one of the following options:

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

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

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

    Status Pulumi.AwsNative.QuickSight.DashboardWidgetStatus
    The status of the FilterGroup .
    CrossDataset DashboardCrossDatasetTypes
    The filter new feature which can apply filter group to all data sets. Choose one of the following options:

    • ALL_DATASETS
    • SINGLE_DATASET
    FilterGroupId string
    The value that uniquely identifies a FilterGroup within a dashboard, template, or analysis.
    Filters []DashboardFilter
    The list of filters that are present in a FilterGroup .
    ScopeConfiguration DashboardFilterScopeConfiguration

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

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

    Status DashboardWidgetStatus
    The status of the FilterGroup .
    crossDataset DashboardCrossDatasetTypes
    The filter new feature which can apply filter group to all data sets. Choose one of the following options:

    • ALL_DATASETS
    • SINGLE_DATASET
    filterGroupId String
    The value that uniquely identifies a FilterGroup within a dashboard, template, or analysis.
    filters List<DashboardFilter>
    The list of filters that are present in a FilterGroup .
    scopeConfiguration DashboardFilterScopeConfiguration

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

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

    status DashboardWidgetStatus
    The status of the FilterGroup .
    crossDataset DashboardCrossDatasetTypes
    The filter new feature which can apply filter group to all data sets. Choose one of the following options:

    • ALL_DATASETS
    • SINGLE_DATASET
    filterGroupId string
    The value that uniquely identifies a FilterGroup within a dashboard, template, or analysis.
    filters DashboardFilter[]
    The list of filters that are present in a FilterGroup .
    scopeConfiguration DashboardFilterScopeConfiguration

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

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

    status DashboardWidgetStatus
    The status of the FilterGroup .
    cross_dataset DashboardCrossDatasetTypes
    The filter new feature which can apply filter group to all data sets. Choose one of the following options:

    • ALL_DATASETS
    • SINGLE_DATASET
    filter_group_id str
    The value that uniquely identifies a FilterGroup within a dashboard, template, or analysis.
    filters Sequence[DashboardFilter]
    The list of filters that are present in a FilterGroup .
    scope_configuration DashboardFilterScopeConfiguration

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

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

    status DashboardWidgetStatus
    The status of the FilterGroup .
    crossDataset "ALL_DATASETS" | "SINGLE_DATASET"
    The filter new feature which can apply filter group to all data sets. Choose one of the following options:

    • ALL_DATASETS
    • SINGLE_DATASET
    filterGroupId String
    The value that uniquely identifies a FilterGroup within a dashboard, template, or analysis.
    filters List<Property Map>
    The list of filters that are present in a FilterGroup .
    scopeConfiguration Property Map

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

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

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

    DashboardFilterListConfiguration, DashboardFilterListConfigurationArgs

    MatchOperator Pulumi.AwsNative.QuickSight.DashboardCategoryFilterMatchOperator
    The match operator that is used to determine if a filter should be applied.
    CategoryValues List<string>
    The list of category values for the filter.
    NullOption Pulumi.AwsNative.QuickSight.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.
    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.
    CategoryValues []string
    The list of category values for the filter.
    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.
    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.
    categoryValues List<String>
    The list of category values for the filter.
    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.
    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.
    categoryValues string[]
    The list of category values for the filter.
    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.
    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.
    category_values Sequence[str]
    The list of category values for the filter.
    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.
    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.
    categoryValues List<String>
    The list of category values for the filter.
    nullOption "ALL_VALUES" | "NULLS_ONLY" | "NON_NULLS_ONLY"
    This option determines how null values should be treated when filtering data.

    • ALL_VALUES : Include null values in filtered results.
    • NULLS_ONLY : Only include null values in filtered results.
    • NON_NULLS_ONLY : Exclude null values from filtered results.
    selectAllOptions "FILTER_ALL_VALUES"
    Select all of the values. Null is not the assigned value of select all.

    • FILTER_ALL_VALUES

    DashboardFilterListControl, DashboardFilterListControlArgs

    FilterControlId string
    The ID of the FilterListControl .
    SourceFilterId string
    The source filter ID of the FilterListControl .
    Title string
    The title of the FilterListControl .
    CascadingControlConfiguration Pulumi.AwsNative.QuickSight.Inputs.DashboardCascadingControlConfiguration
    The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
    DisplayOptions Pulumi.AwsNative.QuickSight.Inputs.DashboardListControlDisplayOptions
    The display options of a control.
    SelectableValues Pulumi.AwsNative.QuickSight.Inputs.DashboardFilterSelectableValues
    A list of selectable values that are used in a control.
    Type Pulumi.AwsNative.QuickSight.DashboardSheetControlListType
    The type of the FilterListControl . Choose one of the following options:

    • MULTI_SELECT : The user can select multiple entries from the list.
    • SINGLE_SELECT : The user can select a single entry from the list.
    FilterControlId string
    The ID of the FilterListControl .
    SourceFilterId string
    The source filter ID of the FilterListControl .
    Title string
    The title of the FilterListControl .
    CascadingControlConfiguration DashboardCascadingControlConfiguration
    The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
    DisplayOptions DashboardListControlDisplayOptions
    The display options of a control.
    SelectableValues DashboardFilterSelectableValues
    A list of selectable values that are used in a control.
    Type DashboardSheetControlListType
    The type of the FilterListControl . Choose one of the following options:

    • MULTI_SELECT : The user can select multiple entries from the list.
    • SINGLE_SELECT : The user can select a single entry from the list.
    filterControlId String
    The ID of the FilterListControl .
    sourceFilterId String
    The source filter ID of the FilterListControl .
    title String
    The title of the FilterListControl .
    cascadingControlConfiguration DashboardCascadingControlConfiguration
    The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
    displayOptions DashboardListControlDisplayOptions
    The display options of a control.
    selectableValues DashboardFilterSelectableValues
    A list of selectable values that are used in a control.
    type DashboardSheetControlListType
    The type of the FilterListControl . Choose one of the following options:

    • MULTI_SELECT : The user can select multiple entries from the list.
    • SINGLE_SELECT : The user can select a single entry from the list.
    filterControlId string
    The ID of the FilterListControl .
    sourceFilterId string
    The source filter ID of the FilterListControl .
    title string
    The title of the FilterListControl .
    cascadingControlConfiguration DashboardCascadingControlConfiguration
    The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
    displayOptions DashboardListControlDisplayOptions
    The display options of a control.
    selectableValues DashboardFilterSelectableValues
    A list of selectable values that are used in a control.
    type DashboardSheetControlListType
    The type of the FilterListControl . Choose one of the following options:

    • MULTI_SELECT : The user can select multiple entries from the list.
    • SINGLE_SELECT : The user can select a single entry from the list.
    filter_control_id str
    The ID of the FilterListControl .
    source_filter_id str
    The source filter ID of the FilterListControl .
    title str
    The title of the FilterListControl .
    cascading_control_configuration DashboardCascadingControlConfiguration
    The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
    display_options DashboardListControlDisplayOptions
    The display options of a control.
    selectable_values DashboardFilterSelectableValues
    A list of selectable values that are used in a control.
    type DashboardSheetControlListType
    The type of the FilterListControl . Choose one of the following options:

    • MULTI_SELECT : The user can select multiple entries from the list.
    • SINGLE_SELECT : The user can select a single entry from the list.
    filterControlId String
    The ID of the FilterListControl .
    sourceFilterId String
    The source filter ID of the FilterListControl .
    title String
    The title of the FilterListControl .
    cascadingControlConfiguration Property Map
    The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
    displayOptions Property Map
    The display options of a control.
    selectableValues Property Map
    A list of selectable values that are used in a control.
    type "MULTI_SELECT" | "SINGLE_SELECT"
    The type of the FilterListControl . Choose one of the following options:

    • MULTI_SELECT : The user can select multiple entries from the list.
    • SINGLE_SELECT : The user can select a single entry from the list.

    DashboardFilterNullOption, DashboardFilterNullOptionArgs

    AllValues
    ALL_VALUES
    NullsOnly
    NULLS_ONLY
    NonNullsOnly
    NON_NULLS_ONLY
    DashboardFilterNullOptionAllValues
    ALL_VALUES
    DashboardFilterNullOptionNullsOnly
    NULLS_ONLY
    DashboardFilterNullOptionNonNullsOnly
    NON_NULLS_ONLY
    AllValues
    ALL_VALUES
    NullsOnly
    NULLS_ONLY
    NonNullsOnly
    NON_NULLS_ONLY
    AllValues
    ALL_VALUES
    NullsOnly
    NULLS_ONLY
    NonNullsOnly
    NON_NULLS_ONLY
    ALL_VALUES
    ALL_VALUES
    NULLS_ONLY
    NULLS_ONLY
    NON_NULLS_ONLY
    NON_NULLS_ONLY
    "ALL_VALUES"
    ALL_VALUES
    "NULLS_ONLY"
    NULLS_ONLY
    "NON_NULLS_ONLY"
    NON_NULLS_ONLY

    DashboardFilterOperationSelectedFieldsConfiguration, DashboardFilterOperationSelectedFieldsConfigurationArgs

    SelectedColumns List<Pulumi.AwsNative.QuickSight.Inputs.DashboardColumnIdentifier>
    SelectedFieldOptions Pulumi.AwsNative.QuickSight.DashboardSelectedFieldOptions

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

    Valid values are defined as follows:

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

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

    Valid values are defined as follows:

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

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

    Valid values are defined as follows:

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

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

    Valid values are defined as follows:

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

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

    Valid values are defined as follows:

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

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

    Valid values are defined as follows:

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

    DashboardFilterOperationTargetVisualsConfiguration, DashboardFilterOperationTargetVisualsConfigurationArgs

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

    DashboardFilterRelativeDateTimeControl, DashboardFilterRelativeDateTimeControlArgs

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

    DashboardFilterScopeConfiguration, DashboardFilterScopeConfigurationArgs

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

    DashboardFilterSelectableValues, DashboardFilterSelectableValuesArgs

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

    Package Details

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

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

    AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi