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

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

AWS Cloud Control v1.25.0 published on Monday, Feb 3, 2025 by Pulumi

aws-native.quicksight.Analysis

Explore with Pulumi AI

aws-native logo

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

AWS Cloud Control v1.25.0 published on Monday, Feb 3, 2025 by Pulumi

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

    Create Analysis Resource

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

    Constructor syntax

    new Analysis(name: string, args: AnalysisArgs, opts?: CustomResourceOptions);
    @overload
    def Analysis(resource_name: str,
                 args: AnalysisArgs,
                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def Analysis(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 analysis_id: Optional[str] = None,
                 aws_account_id: Optional[str] = None,
                 definition: Optional[AnalysisDefinitionArgs] = None,
                 errors: Optional[Sequence[AnalysisErrorArgs]] = None,
                 folder_arns: Optional[Sequence[str]] = None,
                 name: Optional[str] = None,
                 parameters: Optional[AnalysisParametersArgs] = None,
                 permissions: Optional[Sequence[AnalysisResourcePermissionArgs]] = None,
                 sheets: Optional[Sequence[AnalysisSheetArgs]] = None,
                 source_entity: Optional[AnalysisSourceEntityArgs] = None,
                 status: Optional[AnalysisResourceStatus] = None,
                 tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                 theme_arn: Optional[str] = None,
                 validation_strategy: Optional[AnalysisValidationStrategyArgs] = None)
    func NewAnalysis(ctx *Context, name string, args AnalysisArgs, opts ...ResourceOption) (*Analysis, error)
    public Analysis(string name, AnalysisArgs args, CustomResourceOptions? opts = null)
    public Analysis(String name, AnalysisArgs args)
    public Analysis(String name, AnalysisArgs args, CustomResourceOptions options)
    
    type: aws-native:quicksight:Analysis
    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 AnalysisArgs
    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 AnalysisArgs
    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 AnalysisArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args AnalysisArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args AnalysisArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Analysis Resource Properties

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

    Inputs

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

    The Analysis resource accepts the following input properties:

    AnalysisId string
    The ID for the analysis that you're creating. This ID displays in the URL of the analysis.
    AwsAccountId string
    The ID of the AWS account where you are creating an analysis.
    Definition Pulumi.AwsNative.QuickSight.Inputs.AnalysisDefinition
    Errors List<Pulumi.AwsNative.QuickSight.Inputs.AnalysisError>
    FolderArns List<string>
    Name string
    Parameters Pulumi.AwsNative.QuickSight.Inputs.AnalysisParameters
    The parameter names and override values that you want to use. An analysis can have any parameter type, and some parameters might accept multiple values.
    Permissions List<Pulumi.AwsNative.QuickSight.Inputs.AnalysisResourcePermission>

    A structure that describes the principals and the resource-level permissions on an analysis. You can use the Permissions structure to grant permissions by providing a list of AWS Identity and Access Management (IAM) action information for each principal listed by Amazon Resource Name (ARN).

    To specify no permissions, omit Permissions .

    Sheets List<Pulumi.AwsNative.QuickSight.Inputs.AnalysisSheet>
    SourceEntity Pulumi.AwsNative.QuickSight.Inputs.AnalysisSourceEntity

    A source entity to use for the analysis that you're creating. This metadata structure contains details that describe a source template and one or more datasets.

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

    Status Pulumi.AwsNative.QuickSight.AnalysisResourceStatus
    Status associated with the analysis.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    Contains a map of the key-value pairs for the resource tag or tags assigned to the analysis.
    ThemeArn string
    ValidationStrategy Pulumi.AwsNative.QuickSight.Inputs.AnalysisValidationStrategy
    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.
    AnalysisId string
    The ID for the analysis that you're creating. This ID displays in the URL of the analysis.
    AwsAccountId string
    The ID of the AWS account where you are creating an analysis.
    Definition AnalysisDefinitionArgs
    Errors []AnalysisErrorArgs
    FolderArns []string
    Name string
    Parameters AnalysisParametersArgs
    The parameter names and override values that you want to use. An analysis can have any parameter type, and some parameters might accept multiple values.
    Permissions []AnalysisResourcePermissionArgs

    A structure that describes the principals and the resource-level permissions on an analysis. You can use the Permissions structure to grant permissions by providing a list of AWS Identity and Access Management (IAM) action information for each principal listed by Amazon Resource Name (ARN).

    To specify no permissions, omit Permissions .

    Sheets []AnalysisSheetArgs
    SourceEntity AnalysisSourceEntityArgs

    A source entity to use for the analysis that you're creating. This metadata structure contains details that describe a source template and one or more datasets.

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

    Status AnalysisResourceStatus
    Status associated with the analysis.
    Tags TagArgs
    Contains a map of the key-value pairs for the resource tag or tags assigned to the analysis.
    ThemeArn string
    ValidationStrategy AnalysisValidationStrategyArgs
    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.
    analysisId String
    The ID for the analysis that you're creating. This ID displays in the URL of the analysis.
    awsAccountId String
    The ID of the AWS account where you are creating an analysis.
    definition AnalysisDefinition
    errors List<AnalysisError>
    folderArns List<String>
    name String
    parameters AnalysisParameters
    The parameter names and override values that you want to use. An analysis can have any parameter type, and some parameters might accept multiple values.
    permissions List<AnalysisResourcePermission>

    A structure that describes the principals and the resource-level permissions on an analysis. You can use the Permissions structure to grant permissions by providing a list of AWS Identity and Access Management (IAM) action information for each principal listed by Amazon Resource Name (ARN).

    To specify no permissions, omit Permissions .

    sheets List<AnalysisSheet>
    sourceEntity AnalysisSourceEntity

    A source entity to use for the analysis that you're creating. This metadata structure contains details that describe a source template and one or more datasets.

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

    status AnalysisResourceStatus
    Status associated with the analysis.
    tags List<Tag>
    Contains a map of the key-value pairs for the resource tag or tags assigned to the analysis.
    themeArn String
    validationStrategy AnalysisValidationStrategy
    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.
    analysisId string
    The ID for the analysis that you're creating. This ID displays in the URL of the analysis.
    awsAccountId string
    The ID of the AWS account where you are creating an analysis.
    definition AnalysisDefinition
    errors AnalysisError[]
    folderArns string[]
    name string
    parameters AnalysisParameters
    The parameter names and override values that you want to use. An analysis can have any parameter type, and some parameters might accept multiple values.
    permissions AnalysisResourcePermission[]

    A structure that describes the principals and the resource-level permissions on an analysis. You can use the Permissions structure to grant permissions by providing a list of AWS Identity and Access Management (IAM) action information for each principal listed by Amazon Resource Name (ARN).

    To specify no permissions, omit Permissions .

    sheets AnalysisSheet[]
    sourceEntity AnalysisSourceEntity

    A source entity to use for the analysis that you're creating. This metadata structure contains details that describe a source template and one or more datasets.

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

    status AnalysisResourceStatus
    Status associated with the analysis.
    tags Tag[]
    Contains a map of the key-value pairs for the resource tag or tags assigned to the analysis.
    themeArn string
    validationStrategy AnalysisValidationStrategy
    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.
    analysis_id str
    The ID for the analysis that you're creating. This ID displays in the URL of the analysis.
    aws_account_id str
    The ID of the AWS account where you are creating an analysis.
    definition AnalysisDefinitionArgs
    errors Sequence[AnalysisErrorArgs]
    folder_arns Sequence[str]
    name str
    parameters AnalysisParametersArgs
    The parameter names and override values that you want to use. An analysis can have any parameter type, and some parameters might accept multiple values.
    permissions Sequence[AnalysisResourcePermissionArgs]

    A structure that describes the principals and the resource-level permissions on an analysis. You can use the Permissions structure to grant permissions by providing a list of AWS Identity and Access Management (IAM) action information for each principal listed by Amazon Resource Name (ARN).

    To specify no permissions, omit Permissions .

    sheets Sequence[AnalysisSheetArgs]
    source_entity AnalysisSourceEntityArgs

    A source entity to use for the analysis that you're creating. This metadata structure contains details that describe a source template and one or more datasets.

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

    status AnalysisResourceStatus
    Status associated with the analysis.
    tags Sequence[TagArgs]
    Contains a map of the key-value pairs for the resource tag or tags assigned to the analysis.
    theme_arn str
    validation_strategy AnalysisValidationStrategyArgs
    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.
    analysisId String
    The ID for the analysis that you're creating. This ID displays in the URL of the analysis.
    awsAccountId String
    The ID of the AWS account where you are creating an analysis.
    definition Property Map
    errors List<Property Map>
    folderArns List<String>
    name String
    parameters Property Map
    The parameter names and override values that you want to use. An analysis can have any parameter type, and some parameters might accept multiple values.
    permissions List<Property Map>

    A structure that describes the principals and the resource-level permissions on an analysis. You can use the Permissions structure to grant permissions by providing a list of AWS Identity and Access Management (IAM) action information for each principal listed by Amazon Resource Name (ARN).

    To specify no permissions, omit Permissions .

    sheets List<Property Map>
    sourceEntity Property Map

    A source entity to use for the analysis that you're creating. This metadata structure contains details that describe a source template and one or more datasets.

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

    status "CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED"
    Status associated with the analysis.
    tags List<Property Map>
    Contains a map of the key-value pairs for the resource tag or tags assigned to the analysis.
    themeArn String
    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.

    Outputs

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

    Arn string
    CreatedTime string
    DataSetArns List<string>
    Id string
    The provider-assigned unique ID for this managed resource.
    LastUpdatedTime string
    Arn string
    CreatedTime string
    DataSetArns []string
    Id string
    The provider-assigned unique ID for this managed resource.
    LastUpdatedTime string
    arn String
    createdTime String
    dataSetArns List<String>
    id String
    The provider-assigned unique ID for this managed resource.
    lastUpdatedTime String
    arn string
    createdTime string
    dataSetArns string[]
    id string
    The provider-assigned unique ID for this managed resource.
    lastUpdatedTime string
    arn str
    created_time str
    data_set_arns Sequence[str]
    id str
    The provider-assigned unique ID for this managed resource.
    last_updated_time str
    arn String
    createdTime String
    dataSetArns List<String>
    id String
    The provider-assigned unique ID for this managed resource.
    lastUpdatedTime String

    Supporting Types

    Note: There are over 200 nested types for this resource. Only the first 200 types are included in this documentation.

    AnalysisAggregationFunction, AnalysisAggregationFunctionArgs

    AttributeAggregationFunction Pulumi.AwsNative.QuickSight.Inputs.AnalysisAttributeAggregationFunction
    Aggregation for attributes.
    CategoricalAggregationFunction Pulumi.AwsNative.QuickSight.AnalysisCategoricalAggregationFunction
    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.AnalysisDateAggregationFunction
    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.AnalysisNumericalAggregationFunction
    Aggregation for numerical values.
    AttributeAggregationFunction AnalysisAttributeAggregationFunction
    Aggregation for attributes.
    CategoricalAggregationFunction AnalysisCategoricalAggregationFunction
    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 AnalysisDateAggregationFunction
    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 AnalysisNumericalAggregationFunction
    Aggregation for numerical values.
    attributeAggregationFunction AnalysisAttributeAggregationFunction
    Aggregation for attributes.
    categoricalAggregationFunction AnalysisCategoricalAggregationFunction
    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 AnalysisDateAggregationFunction
    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 AnalysisNumericalAggregationFunction
    Aggregation for numerical values.
    attributeAggregationFunction AnalysisAttributeAggregationFunction
    Aggregation for attributes.
    categoricalAggregationFunction AnalysisCategoricalAggregationFunction
    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 AnalysisDateAggregationFunction
    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 AnalysisNumericalAggregationFunction
    Aggregation for numerical values.
    attribute_aggregation_function AnalysisAttributeAggregationFunction
    Aggregation for attributes.
    categorical_aggregation_function AnalysisCategoricalAggregationFunction
    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 AnalysisDateAggregationFunction
    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 AnalysisNumericalAggregationFunction
    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.

    AnalysisAggregationSortConfiguration, AnalysisAggregationSortConfigurationArgs

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

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

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

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

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

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

    AnalysisAnchorDateConfiguration, AnalysisAnchorDateConfigurationArgs

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

    AnalysisAnchorOption, AnalysisAnchorOptionArgs

    Now
    NOW
    AnalysisAnchorOptionNow
    NOW
    Now
    NOW
    Now
    NOW
    NOW
    NOW
    "NOW"
    NOW

    AnalysisArcAxisConfiguration, AnalysisArcAxisConfigurationArgs

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

    AnalysisArcAxisDisplayRange, AnalysisArcAxisDisplayRangeArgs

    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.

    AnalysisArcConfiguration, AnalysisArcConfigurationArgs

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

    AnalysisArcOptions, AnalysisArcOptionsArgs

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

    AnalysisArcThickness, AnalysisArcThicknessArgs

    Small
    SMALL
    Medium
    MEDIUM
    Large
    LARGE
    Whole
    WHOLE
    AnalysisArcThicknessSmall
    SMALL
    AnalysisArcThicknessMedium
    MEDIUM
    AnalysisArcThicknessLarge
    LARGE
    AnalysisArcThicknessWhole
    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

    AnalysisArcThicknessOptions, AnalysisArcThicknessOptionsArgs

    Small
    SMALL
    Medium
    MEDIUM
    Large
    LARGE
    AnalysisArcThicknessOptionsSmall
    SMALL
    AnalysisArcThicknessOptionsMedium
    MEDIUM
    AnalysisArcThicknessOptionsLarge
    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

    AnalysisAssetOptions, AnalysisAssetOptionsArgs

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

    AnalysisAttributeAggregationFunction, AnalysisAttributeAggregationFunctionArgs

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

    AnalysisAxisBinding, AnalysisAxisBindingArgs

    PrimaryYaxis
    PRIMARY_YAXIS
    SecondaryYaxis
    SECONDARY_YAXIS
    AnalysisAxisBindingPrimaryYaxis
    PRIMARY_YAXIS
    AnalysisAxisBindingSecondaryYaxis
    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

    AnalysisAxisDataOptions, AnalysisAxisDataOptionsArgs

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

    AnalysisAxisDisplayMinMaxRange, AnalysisAxisDisplayMinMaxRangeArgs

    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.

    AnalysisAxisDisplayOptions, AnalysisAxisDisplayOptionsArgs

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

    AnalysisAxisDisplayRange, AnalysisAxisDisplayRangeArgs

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

    AnalysisAxisLabelOptions, AnalysisAxisLabelOptionsArgs

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

    AnalysisAxisLabelReferenceOptions, AnalysisAxisLabelReferenceOptionsArgs

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

    AnalysisAxisLinearScale, AnalysisAxisLinearScaleArgs

    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.

    AnalysisAxisLogarithmicScale, AnalysisAxisLogarithmicScaleArgs

    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.

    AnalysisAxisScale, AnalysisAxisScaleArgs

    Linear AnalysisAxisLinearScale
    The linear axis scale setup.
    Logarithmic AnalysisAxisLogarithmicScale
    The logarithmic axis scale setup.
    linear AnalysisAxisLinearScale
    The linear axis scale setup.
    logarithmic AnalysisAxisLogarithmicScale
    The logarithmic axis scale setup.
    linear AnalysisAxisLinearScale
    The linear axis scale setup.
    logarithmic AnalysisAxisLogarithmicScale
    The logarithmic axis scale setup.
    linear AnalysisAxisLinearScale
    The linear axis scale setup.
    logarithmic AnalysisAxisLogarithmicScale
    The logarithmic axis scale setup.
    linear Property Map
    The linear axis scale setup.
    logarithmic Property Map
    The logarithmic axis scale setup.

    AnalysisAxisTickLabelOptions, AnalysisAxisTickLabelOptionsArgs

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

    AnalysisBarChartAggregatedFieldWells, AnalysisBarChartAggregatedFieldWellsArgs

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

    AnalysisBarChartConfiguration, AnalysisBarChartConfigurationArgs

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

    AnalysisBarChartFieldWells, AnalysisBarChartFieldWellsArgs

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

    AnalysisBarChartOrientation, AnalysisBarChartOrientationArgs

    Horizontal
    HORIZONTAL
    Vertical
    VERTICAL
    AnalysisBarChartOrientationHorizontal
    HORIZONTAL
    AnalysisBarChartOrientationVertical
    VERTICAL
    Horizontal
    HORIZONTAL
    Vertical
    VERTICAL
    Horizontal
    HORIZONTAL
    Vertical
    VERTICAL
    HORIZONTAL
    HORIZONTAL
    VERTICAL
    VERTICAL
    "HORIZONTAL"
    HORIZONTAL
    "VERTICAL"
    VERTICAL

    AnalysisBarChartSortConfiguration, AnalysisBarChartSortConfigurationArgs

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

    AnalysisBarChartVisual, AnalysisBarChartVisualArgs

    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.AnalysisVisualCustomAction>
    The list of custom actions that are configured for a visual.
    ChartConfiguration Pulumi.AwsNative.QuickSight.Inputs.AnalysisBarChartConfiguration
    The configuration settings of the visual.
    ColumnHierarchies List<Pulumi.AwsNative.QuickSight.Inputs.AnalysisColumnHierarchy>
    The column hierarchy that is used during drill-downs and drill-ups.
    Subtitle Pulumi.AwsNative.QuickSight.Inputs.AnalysisVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    Title Pulumi.AwsNative.QuickSight.Inputs.AnalysisVisualTitleLabelOptions
    The title that is displayed on the visual.
    VisualContentAltText string
    The alt text for the visual.
    VisualId string
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    Actions []AnalysisVisualCustomAction
    The list of custom actions that are configured for a visual.
    ChartConfiguration AnalysisBarChartConfiguration
    The configuration settings of the visual.
    ColumnHierarchies []AnalysisColumnHierarchy
    The column hierarchy that is used during drill-downs and drill-ups.
    Subtitle AnalysisVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    Title AnalysisVisualTitleLabelOptions
    The title that is displayed on the visual.
    VisualContentAltText string
    The alt text for the visual.
    visualId String
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    actions List<AnalysisVisualCustomAction>
    The list of custom actions that are configured for a visual.
    chartConfiguration AnalysisBarChartConfiguration
    The configuration settings of the visual.
    columnHierarchies List<AnalysisColumnHierarchy>
    The column hierarchy that is used during drill-downs and drill-ups.
    subtitle AnalysisVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    title AnalysisVisualTitleLabelOptions
    The title that is displayed on the visual.
    visualContentAltText String
    The alt text for the visual.
    visualId string
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    actions AnalysisVisualCustomAction[]
    The list of custom actions that are configured for a visual.
    chartConfiguration AnalysisBarChartConfiguration
    The configuration settings of the visual.
    columnHierarchies AnalysisColumnHierarchy[]
    The column hierarchy that is used during drill-downs and drill-ups.
    subtitle AnalysisVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    title AnalysisVisualTitleLabelOptions
    The title that is displayed on the visual.
    visualContentAltText string
    The alt text for the visual.
    visual_id str
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    actions Sequence[AnalysisVisualCustomAction]
    The list of custom actions that are configured for a visual.
    chart_configuration AnalysisBarChartConfiguration
    The configuration settings of the visual.
    column_hierarchies Sequence[AnalysisColumnHierarchy]
    The column hierarchy that is used during drill-downs and drill-ups.
    subtitle AnalysisVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    title AnalysisVisualTitleLabelOptions
    The title that is displayed on the visual.
    visual_content_alt_text str
    The alt text for the visual.
    visualId String
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    actions List<Property Map>
    The list of custom actions that are configured for a visual.
    chartConfiguration Property Map
    The configuration settings of the visual.
    columnHierarchies List<Property Map>
    The column hierarchy that is used during drill-downs and drill-ups.
    subtitle Property Map
    The subtitle that is displayed on the visual.
    title Property Map
    The title that is displayed on the visual.
    visualContentAltText String
    The alt text for the visual.

    AnalysisBarsArrangement, AnalysisBarsArrangementArgs

    Clustered
    CLUSTERED
    Stacked
    STACKED
    StackedPercent
    STACKED_PERCENT
    AnalysisBarsArrangementClustered
    CLUSTERED
    AnalysisBarsArrangementStacked
    STACKED
    AnalysisBarsArrangementStackedPercent
    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

    AnalysisBaseMapStyleType, AnalysisBaseMapStyleTypeArgs

    LightGray
    LIGHT_GRAY
    DarkGray
    DARK_GRAY
    Street
    STREET
    Imagery
    IMAGERY
    AnalysisBaseMapStyleTypeLightGray
    LIGHT_GRAY
    AnalysisBaseMapStyleTypeDarkGray
    DARK_GRAY
    AnalysisBaseMapStyleTypeStreet
    STREET
    AnalysisBaseMapStyleTypeImagery
    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

    AnalysisBinCountOptions, AnalysisBinCountOptionsArgs

    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.

    AnalysisBinWidthOptions, AnalysisBinWidthOptionsArgs

    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.

    AnalysisBodySectionConfiguration, AnalysisBodySectionConfigurationArgs

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

    AnalysisBodySectionContent, AnalysisBodySectionContentArgs

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

    AnalysisBoxPlotAggregatedFieldWells, AnalysisBoxPlotAggregatedFieldWellsArgs

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

    AnalysisBoxPlotChartConfiguration, AnalysisBoxPlotChartConfigurationArgs

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

    AnalysisBoxPlotFieldWells, AnalysisBoxPlotFieldWellsArgs

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

    AnalysisBoxPlotFillStyle, AnalysisBoxPlotFillStyleArgs

    Solid
    SOLID
    Transparent
    TRANSPARENT
    AnalysisBoxPlotFillStyleSolid
    SOLID
    AnalysisBoxPlotFillStyleTransparent
    TRANSPARENT
    Solid
    SOLID
    Transparent
    TRANSPARENT
    Solid
    SOLID
    Transparent
    TRANSPARENT
    SOLID
    SOLID
    TRANSPARENT
    TRANSPARENT
    "SOLID"
    SOLID
    "TRANSPARENT"
    TRANSPARENT

    AnalysisBoxPlotOptions, AnalysisBoxPlotOptionsArgs

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

    AnalysisBoxPlotSortConfiguration, AnalysisBoxPlotSortConfigurationArgs

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

    AnalysisBoxPlotStyleOptions, AnalysisBoxPlotStyleOptionsArgs

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

    AnalysisBoxPlotVisual, AnalysisBoxPlotVisualArgs

    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.AnalysisVisualCustomAction>
    The list of custom actions that are configured for a visual.
    ChartConfiguration Pulumi.AwsNative.QuickSight.Inputs.AnalysisBoxPlotChartConfiguration
    The configuration settings of the visual.
    ColumnHierarchies List<Pulumi.AwsNative.QuickSight.Inputs.AnalysisColumnHierarchy>
    The column hierarchy that is used during drill-downs and drill-ups.
    Subtitle Pulumi.AwsNative.QuickSight.Inputs.AnalysisVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    Title Pulumi.AwsNative.QuickSight.Inputs.AnalysisVisualTitleLabelOptions
    The title that is displayed on the visual.
    VisualContentAltText string
    The alt text for the visual.
    VisualId string
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
    Actions []AnalysisVisualCustomAction
    The list of custom actions that are configured for a visual.
    ChartConfiguration AnalysisBoxPlotChartConfiguration
    The configuration settings of the visual.
    ColumnHierarchies []AnalysisColumnHierarchy
    The column hierarchy that is used during drill-downs and drill-ups.
    Subtitle AnalysisVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    Title AnalysisVisualTitleLabelOptions
    The title that is displayed on the visual.
    VisualContentAltText string
    The alt text for the visual.
    visualId String
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
    actions List<AnalysisVisualCustomAction>
    The list of custom actions that are configured for a visual.
    chartConfiguration AnalysisBoxPlotChartConfiguration
    The configuration settings of the visual.
    columnHierarchies List<AnalysisColumnHierarchy>
    The column hierarchy that is used during drill-downs and drill-ups.
    subtitle AnalysisVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    title AnalysisVisualTitleLabelOptions
    The title that is displayed on the visual.
    visualContentAltText String
    The alt text for the visual.
    visualId string
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
    actions AnalysisVisualCustomAction[]
    The list of custom actions that are configured for a visual.
    chartConfiguration AnalysisBoxPlotChartConfiguration
    The configuration settings of the visual.
    columnHierarchies AnalysisColumnHierarchy[]
    The column hierarchy that is used during drill-downs and drill-ups.
    subtitle AnalysisVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    title AnalysisVisualTitleLabelOptions
    The title that is displayed on the visual.
    visualContentAltText string
    The alt text for the visual.
    visual_id str
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
    actions Sequence[AnalysisVisualCustomAction]
    The list of custom actions that are configured for a visual.
    chart_configuration AnalysisBoxPlotChartConfiguration
    The configuration settings of the visual.
    column_hierarchies Sequence[AnalysisColumnHierarchy]
    The column hierarchy that is used during drill-downs and drill-ups.
    subtitle AnalysisVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    title AnalysisVisualTitleLabelOptions
    The title that is displayed on the visual.
    visual_content_alt_text str
    The alt text for the visual.
    visualId String
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
    actions List<Property Map>
    The list of custom actions that are configured for a visual.
    chartConfiguration Property Map
    The configuration settings of the visual.
    columnHierarchies List<Property Map>
    The column hierarchy that is used during drill-downs and drill-ups.
    subtitle Property Map
    The subtitle that is displayed on the visual.
    title Property Map
    The title that is displayed on the visual.
    visualContentAltText String
    The alt text for the visual.

    AnalysisCalculatedField, AnalysisCalculatedFieldArgs

    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.

    AnalysisCalculatedMeasureField, AnalysisCalculatedMeasureFieldArgs

    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.

    AnalysisCascadingControlConfiguration, AnalysisCascadingControlConfigurationArgs

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

    AnalysisCascadingControlSource, AnalysisCascadingControlSourceArgs

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

    AnalysisCategoricalAggregationFunction, AnalysisCategoricalAggregationFunctionArgs

    Count
    COUNT
    DistinctCount
    DISTINCT_COUNT
    AnalysisCategoricalAggregationFunctionCount
    COUNT
    AnalysisCategoricalAggregationFunctionDistinctCount
    DISTINCT_COUNT
    Count
    COUNT
    DistinctCount
    DISTINCT_COUNT
    Count
    COUNT
    DistinctCount
    DISTINCT_COUNT
    COUNT
    COUNT
    DISTINCT_COUNT
    DISTINCT_COUNT
    "COUNT"
    COUNT
    "DISTINCT_COUNT"
    DISTINCT_COUNT

    AnalysisCategoricalDimensionField, AnalysisCategoricalDimensionFieldArgs

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

    AnalysisCategoricalMeasureField, AnalysisCategoricalMeasureFieldArgs

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

    AnalysisCategoryDrillDownFilter, AnalysisCategoryDrillDownFilterArgs

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

    AnalysisCategoryFilter, AnalysisCategoryFilterArgs

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

    AnalysisCategoryFilterConfiguration, AnalysisCategoryFilterConfigurationArgs

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

    AnalysisCategoryFilterMatchOperator, AnalysisCategoryFilterMatchOperatorArgs

    EqualsValue
    EQUALS
    DoesNotEqual
    DOES_NOT_EQUAL
    Contains
    CONTAINS
    DoesNotContain
    DOES_NOT_CONTAIN
    StartsWith
    STARTS_WITH
    EndsWith
    ENDS_WITH
    AnalysisCategoryFilterMatchOperatorEquals
    EQUALS
    AnalysisCategoryFilterMatchOperatorDoesNotEqual
    DOES_NOT_EQUAL
    AnalysisCategoryFilterMatchOperatorContains
    CONTAINS
    AnalysisCategoryFilterMatchOperatorDoesNotContain
    DOES_NOT_CONTAIN
    AnalysisCategoryFilterMatchOperatorStartsWith
    STARTS_WITH
    AnalysisCategoryFilterMatchOperatorEndsWith
    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

    AnalysisCategoryFilterSelectAllOptions, AnalysisCategoryFilterSelectAllOptionsArgs

    FilterAllValues
    FILTER_ALL_VALUES
    AnalysisCategoryFilterSelectAllOptionsFilterAllValues
    FILTER_ALL_VALUES
    FilterAllValues
    FILTER_ALL_VALUES
    FilterAllValues
    FILTER_ALL_VALUES
    FILTER_ALL_VALUES
    FILTER_ALL_VALUES
    "FILTER_ALL_VALUES"
    FILTER_ALL_VALUES

    AnalysisCategoryInnerFilter, AnalysisCategoryInnerFilterArgs

    AnalysisChartAxisLabelOptions, AnalysisChartAxisLabelOptionsArgs

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

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

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

    AnalysisClusterMarker, AnalysisClusterMarkerArgs

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

    AnalysisClusterMarkerConfiguration, AnalysisClusterMarkerConfigurationArgs

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

    AnalysisColorFillType, AnalysisColorFillTypeArgs

    Discrete
    DISCRETE
    Gradient
    GRADIENT
    AnalysisColorFillTypeDiscrete
    DISCRETE
    AnalysisColorFillTypeGradient
    GRADIENT
    Discrete
    DISCRETE
    Gradient
    GRADIENT
    Discrete
    DISCRETE
    Gradient
    GRADIENT
    DISCRETE
    DISCRETE
    GRADIENT
    GRADIENT
    "DISCRETE"
    DISCRETE
    "GRADIENT"
    GRADIENT

    AnalysisColorScale, AnalysisColorScaleArgs

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

    AnalysisColorsConfiguration, AnalysisColorsConfigurationArgs

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

    AnalysisColumnConfiguration, AnalysisColumnConfigurationArgs

    Column AnalysisColumnIdentifier
    The column.
    ColorsConfiguration AnalysisColorsConfiguration
    The color configurations of the column.
    FormatConfiguration AnalysisFormatConfiguration
    The format configuration of a column.
    Role AnalysisColumnRole
    The role of the column.
    column AnalysisColumnIdentifier
    The column.
    colorsConfiguration AnalysisColorsConfiguration
    The color configurations of the column.
    formatConfiguration AnalysisFormatConfiguration
    The format configuration of a column.
    role AnalysisColumnRole
    The role of the column.
    column AnalysisColumnIdentifier
    The column.
    colorsConfiguration AnalysisColorsConfiguration
    The color configurations of the column.
    formatConfiguration AnalysisFormatConfiguration
    The format configuration of a column.
    role AnalysisColumnRole
    The role of the column.
    column AnalysisColumnIdentifier
    The column.
    colors_configuration AnalysisColorsConfiguration
    The color configurations of the column.
    format_configuration AnalysisFormatConfiguration
    The format configuration of a column.
    role AnalysisColumnRole
    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.

    AnalysisColumnHierarchy, AnalysisColumnHierarchyArgs

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

    AnalysisColumnIdentifier, AnalysisColumnIdentifierArgs

    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.

    AnalysisColumnRole, AnalysisColumnRoleArgs

    Dimension
    DIMENSION
    Measure
    MEASURE
    AnalysisColumnRoleDimension
    DIMENSION
    AnalysisColumnRoleMeasure
    MEASURE
    Dimension
    DIMENSION
    Measure
    MEASURE
    Dimension
    DIMENSION
    Measure
    MEASURE
    DIMENSION
    DIMENSION
    MEASURE
    MEASURE
    "DIMENSION"
    DIMENSION
    "MEASURE"
    MEASURE

    AnalysisColumnSort, AnalysisColumnSortArgs

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

    AnalysisColumnTooltipItem, AnalysisColumnTooltipItemArgs

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

    AnalysisComboChartAggregatedFieldWells, AnalysisComboChartAggregatedFieldWellsArgs

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

    AnalysisComboChartConfiguration, AnalysisComboChartConfigurationArgs

    BarDataLabels Pulumi.AwsNative.QuickSight.Inputs.AnalysisDataLabelOptions

    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.AnalysisBarsArrangement
    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.AnalysisAxisDisplayOptions
    The category axis of a combo chart.
    CategoryLabelOptions Pulumi.AwsNative.QuickSight.Inputs.AnalysisChartAxisLabelOptions
    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.AnalysisChartAxisLabelOptions
    The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
    FieldWells Pulumi.AwsNative.QuickSight.Inputs.AnalysisComboChartFieldWells
    The field wells of the visual.
    Legend Pulumi.AwsNative.QuickSight.Inputs.AnalysisLegendOptions
    The legend display setup of the visual.
    LineDataLabels Pulumi.AwsNative.QuickSight.Inputs.AnalysisDataLabelOptions

    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.AnalysisAxisDisplayOptions
    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.AnalysisChartAxisLabelOptions
    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.AnalysisReferenceLine>
    The reference line setup of the visual.
    SecondaryYAxisDisplayOptions Pulumi.AwsNative.QuickSight.Inputs.AnalysisAxisDisplayOptions
    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.AnalysisChartAxisLabelOptions
    The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
    SingleAxisOptions Pulumi.AwsNative.QuickSight.Inputs.AnalysisSingleAxisOptions
    SortConfiguration Pulumi.AwsNative.QuickSight.Inputs.AnalysisComboChartSortConfiguration
    The sort configuration of a ComboChartVisual .
    Tooltip Pulumi.AwsNative.QuickSight.Inputs.AnalysisTooltipOptions
    The legend display setup of the visual.
    VisualPalette Pulumi.AwsNative.QuickSight.Inputs.AnalysisVisualPalette
    The palette (chart color) display setup of the visual.
    BarDataLabels AnalysisDataLabelOptions

    The options that determine if visual data labels are displayed.

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

    BarsArrangement AnalysisBarsArrangement
    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 AnalysisAxisDisplayOptions
    The category axis of a combo chart.
    CategoryLabelOptions AnalysisChartAxisLabelOptions
    The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
    ColorLabelOptions AnalysisChartAxisLabelOptions
    The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
    FieldWells AnalysisComboChartFieldWells
    The field wells of the visual.
    Legend AnalysisLegendOptions
    The legend display setup of the visual.
    LineDataLabels AnalysisDataLabelOptions

    The options that determine if visual data labels are displayed.

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

    PrimaryYAxisDisplayOptions AnalysisAxisDisplayOptions
    The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.
    PrimaryYAxisLabelOptions AnalysisChartAxisLabelOptions
    The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.
    ReferenceLines []AnalysisReferenceLine
    The reference line setup of the visual.
    SecondaryYAxisDisplayOptions AnalysisAxisDisplayOptions
    The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
    SecondaryYAxisLabelOptions AnalysisChartAxisLabelOptions
    The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
    SingleAxisOptions AnalysisSingleAxisOptions
    SortConfiguration AnalysisComboChartSortConfiguration
    The sort configuration of a ComboChartVisual .
    Tooltip AnalysisTooltipOptions
    The legend display setup of the visual.
    VisualPalette AnalysisVisualPalette
    The palette (chart color) display setup of the visual.
    barDataLabels AnalysisDataLabelOptions

    The options that determine if visual data labels are displayed.

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

    barsArrangement AnalysisBarsArrangement
    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 AnalysisAxisDisplayOptions
    The category axis of a combo chart.
    categoryLabelOptions AnalysisChartAxisLabelOptions
    The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
    colorLabelOptions AnalysisChartAxisLabelOptions
    The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
    fieldWells AnalysisComboChartFieldWells
    The field wells of the visual.
    legend AnalysisLegendOptions
    The legend display setup of the visual.
    lineDataLabels AnalysisDataLabelOptions

    The options that determine if visual data labels are displayed.

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

    primaryYAxisDisplayOptions AnalysisAxisDisplayOptions
    The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.
    primaryYAxisLabelOptions AnalysisChartAxisLabelOptions
    The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.
    referenceLines List<AnalysisReferenceLine>
    The reference line setup of the visual.
    secondaryYAxisDisplayOptions AnalysisAxisDisplayOptions
    The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
    secondaryYAxisLabelOptions AnalysisChartAxisLabelOptions
    The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
    singleAxisOptions AnalysisSingleAxisOptions
    sortConfiguration AnalysisComboChartSortConfiguration
    The sort configuration of a ComboChartVisual .
    tooltip AnalysisTooltipOptions
    The legend display setup of the visual.
    visualPalette AnalysisVisualPalette
    The palette (chart color) display setup of the visual.
    barDataLabels AnalysisDataLabelOptions

    The options that determine if visual data labels are displayed.

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

    barsArrangement AnalysisBarsArrangement
    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 AnalysisAxisDisplayOptions
    The category axis of a combo chart.
    categoryLabelOptions AnalysisChartAxisLabelOptions
    The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
    colorLabelOptions AnalysisChartAxisLabelOptions
    The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
    fieldWells AnalysisComboChartFieldWells
    The field wells of the visual.
    legend AnalysisLegendOptions
    The legend display setup of the visual.
    lineDataLabels AnalysisDataLabelOptions

    The options that determine if visual data labels are displayed.

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

    primaryYAxisDisplayOptions AnalysisAxisDisplayOptions
    The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.
    primaryYAxisLabelOptions AnalysisChartAxisLabelOptions
    The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.
    referenceLines AnalysisReferenceLine[]
    The reference line setup of the visual.
    secondaryYAxisDisplayOptions AnalysisAxisDisplayOptions
    The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
    secondaryYAxisLabelOptions AnalysisChartAxisLabelOptions
    The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
    singleAxisOptions AnalysisSingleAxisOptions
    sortConfiguration AnalysisComboChartSortConfiguration
    The sort configuration of a ComboChartVisual .
    tooltip AnalysisTooltipOptions
    The legend display setup of the visual.
    visualPalette AnalysisVisualPalette
    The palette (chart color) display setup of the visual.
    bar_data_labels AnalysisDataLabelOptions

    The options that determine if visual data labels are displayed.

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

    bars_arrangement AnalysisBarsArrangement
    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 AnalysisAxisDisplayOptions
    The category axis of a combo chart.
    category_label_options AnalysisChartAxisLabelOptions
    The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
    color_label_options AnalysisChartAxisLabelOptions
    The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
    field_wells AnalysisComboChartFieldWells
    The field wells of the visual.
    legend AnalysisLegendOptions
    The legend display setup of the visual.
    line_data_labels AnalysisDataLabelOptions

    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 AnalysisAxisDisplayOptions
    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 AnalysisChartAxisLabelOptions
    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[AnalysisReferenceLine]
    The reference line setup of the visual.
    secondary_y_axis_display_options AnalysisAxisDisplayOptions
    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 AnalysisChartAxisLabelOptions
    The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
    single_axis_options AnalysisSingleAxisOptions
    sort_configuration AnalysisComboChartSortConfiguration
    The sort configuration of a ComboChartVisual .
    tooltip AnalysisTooltipOptions
    The legend display setup of the visual.
    visual_palette AnalysisVisualPalette
    The palette (chart color) display setup of the visual.
    barDataLabels Property Map

    The options that determine if visual data labels are displayed.

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

    barsArrangement "CLUSTERED" | "STACKED" | "STACKED_PERCENT"
    Determines the bar arrangement in a combo chart. The following are valid values in this structure:

    • CLUSTERED : For clustered bar combo charts.
    • STACKED : For stacked bar combo charts.
    • STACKED_PERCENT : Do not use. If you use this value, the operation returns a validation error.
    categoryAxis Property Map
    The category axis of a combo chart.
    categoryLabelOptions Property Map
    The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
    colorLabelOptions Property Map
    The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
    fieldWells Property Map
    The field wells of the visual.
    legend Property Map
    The legend display setup of the visual.
    lineDataLabels Property Map

    The options that determine if visual data labels are displayed.

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

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

    AnalysisComboChartFieldWells, AnalysisComboChartFieldWellsArgs

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

    AnalysisComboChartSortConfiguration, AnalysisComboChartSortConfigurationArgs

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

    AnalysisComboChartVisual, AnalysisComboChartVisualArgs

    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.AnalysisVisualCustomAction>
    The list of custom actions that are configured for a visual.
    ChartConfiguration Pulumi.AwsNative.QuickSight.Inputs.AnalysisComboChartConfiguration
    The configuration settings of the visual.
    ColumnHierarchies List<Pulumi.AwsNative.QuickSight.Inputs.AnalysisColumnHierarchy>
    The column hierarchy that is used during drill-downs and drill-ups.
    Subtitle Pulumi.AwsNative.QuickSight.Inputs.AnalysisVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    Title Pulumi.AwsNative.QuickSight.Inputs.AnalysisVisualTitleLabelOptions
    The title that is displayed on the visual.
    VisualContentAltText string
    The alt text for the visual.
    VisualId string
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    Actions []AnalysisVisualCustomAction
    The list of custom actions that are configured for a visual.
    ChartConfiguration AnalysisComboChartConfiguration
    The configuration settings of the visual.
    ColumnHierarchies []AnalysisColumnHierarchy
    The column hierarchy that is used during drill-downs and drill-ups.
    Subtitle AnalysisVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    Title AnalysisVisualTitleLabelOptions
    The title that is displayed on the visual.
    VisualContentAltText string
    The alt text for the visual.
    visualId String
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    actions List<AnalysisVisualCustomAction>
    The list of custom actions that are configured for a visual.
    chartConfiguration AnalysisComboChartConfiguration
    The configuration settings of the visual.
    columnHierarchies List<AnalysisColumnHierarchy>
    The column hierarchy that is used during drill-downs and drill-ups.
    subtitle AnalysisVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    title AnalysisVisualTitleLabelOptions
    The title that is displayed on the visual.
    visualContentAltText String
    The alt text for the visual.
    visualId string
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    actions AnalysisVisualCustomAction[]
    The list of custom actions that are configured for a visual.
    chartConfiguration AnalysisComboChartConfiguration
    The configuration settings of the visual.
    columnHierarchies AnalysisColumnHierarchy[]
    The column hierarchy that is used during drill-downs and drill-ups.
    subtitle AnalysisVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    title AnalysisVisualTitleLabelOptions
    The title that is displayed on the visual.
    visualContentAltText string
    The alt text for the visual.
    visual_id str
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    actions Sequence[AnalysisVisualCustomAction]
    The list of custom actions that are configured for a visual.
    chart_configuration AnalysisComboChartConfiguration
    The configuration settings of the visual.
    column_hierarchies Sequence[AnalysisColumnHierarchy]
    The column hierarchy that is used during drill-downs and drill-ups.
    subtitle AnalysisVisualSubtitleLabelOptions
    The subtitle that is displayed on the visual.
    title AnalysisVisualTitleLabelOptions
    The title that is displayed on the visual.
    visual_content_alt_text str
    The alt text for the visual.
    visualId String
    The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
    actions List<Property Map>
    The list of custom actions that are configured for a visual.
    chartConfiguration Property Map
    The configuration settings of the visual.
    columnHierarchies List<Property Map>
    The column hierarchy that is used during drill-downs and drill-ups.
    subtitle Property Map
    The subtitle that is displayed on the visual.
    title Property Map
    The title that is displayed on the visual.
    visualContentAltText String
    The alt text for the visual.

    AnalysisCommitMode, AnalysisCommitModeArgs

    Auto
    AUTO
    Manual
    MANUAL
    AnalysisCommitModeAuto
    AUTO
    AnalysisCommitModeManual
    MANUAL
    Auto
    AUTO
    Manual
    MANUAL
    Auto
    AUTO
    Manual
    MANUAL
    AUTO
    AUTO
    MANUAL
    MANUAL
    "AUTO"
    AUTO
    "MANUAL"
    MANUAL

    AnalysisComparisonConfiguration, AnalysisComparisonConfigurationArgs

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

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

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

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

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

    AnalysisComparisonFormatConfiguration, AnalysisComparisonFormatConfigurationArgs

    AnalysisComparisonMethod, AnalysisComparisonMethodArgs

    Difference
    DIFFERENCE
    PercentDifference
    PERCENT_DIFFERENCE
    Percent
    PERCENT
    AnalysisComparisonMethodDifference
    DIFFERENCE
    AnalysisComparisonMethodPercentDifference
    PERCENT_DIFFERENCE
    AnalysisComparisonMethodPercent
    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

    AnalysisComputation, AnalysisComputationArgs

    Forecast Pulumi.AwsNative.QuickSight.Inputs.AnalysisForecastComputation
    The forecast computation configuration.
    GrowthRate Pulumi.AwsNative.QuickSight.Inputs.AnalysisGrowthRateComputation
    The growth rate computation configuration.
    MaximumMinimum Pulumi.AwsNative.QuickSight.Inputs.AnalysisMaximumMinimumComputation
    The maximum and minimum computation configuration.
    MetricComparison Pulumi.AwsNative.QuickSight.Inputs.AnalysisMetricComparisonComputation
    The metric comparison computation configuration.
    PeriodOverPeriod Pulumi.AwsNative.QuickSight.Inputs.AnalysisPeriodOverPeriodComputation
    The period over period computation configuration.
    PeriodToDate Pulumi.AwsNative.QuickSight.Inputs.AnalysisPeriodToDateComputation
    The period to DataSetIdentifier computation configuration.
    TopBottomMovers Pulumi.AwsNative.QuickSight.Inputs.AnalysisTopBottomMoversComputation
    The top movers and bottom movers computation configuration.
    TopBottomRanked Pulumi.AwsNative.QuickSight.Inputs.AnalysisTopBottomRankedComputation
    The top ranked and bottom ranked computation configuration.
    TotalAggregation Pulumi.AwsNative.QuickSight.Inputs.AnalysisTotalAggregationComputation
    The total aggregation computation configuration.
    UniqueValues Pulumi.AwsNative.QuickSight.Inputs.AnalysisUniqueValuesComputation
    The unique values computation configuration.
    Forecast AnalysisForecastComputation
    The forecast computation configuration.
    GrowthRate AnalysisGrowthRateComputation
    The growth rate computation configuration.
    MaximumMinimum AnalysisMaximumMinimumComputation
    The maximum and minimum computation configuration.
    MetricComparison AnalysisMetricComparisonComputation
    The metric comparison computation configuration.
    PeriodOverPeriod AnalysisPeriodOverPeriodComputation
    The period over period computation configuration.
    PeriodToDate AnalysisPeriodToDateComputation
    The period to DataSetIdentifier computation configuration.
    TopBottomMovers AnalysisTopBottomMoversComputation
    The top movers and bottom movers computation configuration.
    TopBottomRanked AnalysisTopBottomRankedComputation
    The top ranked and bottom ranked computation configuration.
    TotalAggregation AnalysisTotalAggregationComputation
    The total aggregation computation configuration.
    UniqueValues AnalysisUniqueValuesComputation
    The unique values computation configuration.
    forecast AnalysisForecastComputation
    The forecast computation configuration.
    growthRate AnalysisGrowthRateComputation
    The growth rate computation configuration.
    maximumMinimum AnalysisMaximumMinimumComputation
    The maximum and minimum computation configuration.
    metricComparison AnalysisMetricComparisonComputation
    The metric comparison computation configuration.
    periodOverPeriod AnalysisPeriodOverPeriodComputation
    The period over period computation configuration.
    periodToDate AnalysisPeriodToDateComputation
    The period to DataSetIdentifier computation configuration.
    topBottomMovers AnalysisTopBottomMoversComputation
    The top movers and bottom movers computation configuration.
    topBottomRanked AnalysisTopBottomRankedComputation
    The top ranked and bottom ranked computation configuration.
    totalAggregation AnalysisTotalAggregationComputation
    The total aggregation computation configuration.
    uniqueValues AnalysisUniqueValuesComputation
    The unique values computation configuration.
    forecast AnalysisForecastComputation
    The forecast computation configuration.
    growthRate AnalysisGrowthRateComputation
    The growth rate computation configuration.
    maximumMinimum AnalysisMaximumMinimumComputation
    The maximum and minimum computation configuration.
    metricComparison AnalysisMetricComparisonComputation
    The metric comparison computation configuration.
    periodOverPeriod AnalysisPeriodOverPeriodComputation
    The period over period computation configuration.
    periodToDate AnalysisPeriodToDateComputation
    The period to DataSetIdentifier computation configuration.
    topBottomMovers AnalysisTopBottomMoversComputation
    The top movers and bottom movers computation configuration.
    topBottomRanked AnalysisTopBottomRankedComputation
    The top ranked and bottom ranked computation configuration.
    totalAggregation AnalysisTotalAggregationComputation
    The total aggregation computation configuration.
    uniqueValues AnalysisUniqueValuesComputation
    The unique values computation configuration.
    forecast AnalysisForecastComputation
    The forecast computation configuration.
    growth_rate AnalysisGrowthRateComputation
    The growth rate computation configuration.
    maximum_minimum AnalysisMaximumMinimumComputation
    The maximum and minimum computation configuration.
    metric_comparison AnalysisMetricComparisonComputation
    The metric comparison computation configuration.
    period_over_period AnalysisPeriodOverPeriodComputation
    The period over period computation configuration.
    period_to_date AnalysisPeriodToDateComputation
    The period to DataSetIdentifier computation configuration.
    top_bottom_movers AnalysisTopBottomMoversComputation
    The top movers and bottom movers computation configuration.
    top_bottom_ranked AnalysisTopBottomRankedComputation
    The top ranked and bottom ranked computation configuration.
    total_aggregation AnalysisTotalAggregationComputation
    The total aggregation computation configuration.
    unique_values AnalysisUniqueValuesComputation
    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.

    AnalysisConditionalFormattingColor, AnalysisConditionalFormattingColorArgs

    Gradient AnalysisConditionalFormattingGradientColor
    Formatting configuration for gradient color.
    Solid AnalysisConditionalFormattingSolidColor
    Formatting configuration for solid color.
    gradient AnalysisConditionalFormattingGradientColor
    Formatting configuration for gradient color.
    solid AnalysisConditionalFormattingSolidColor
    Formatting configuration for solid color.
    gradient AnalysisConditionalFormattingGradientColor
    Formatting configuration for gradient color.
    solid AnalysisConditionalFormattingSolidColor
    Formatting configuration for solid color.
    gradient AnalysisConditionalFormattingGradientColor
    Formatting configuration for gradient color.
    solid AnalysisConditionalFormattingSolidColor
    Formatting configuration for solid color.
    gradient Property Map
    Formatting configuration for gradient color.
    solid Property Map
    Formatting configuration for solid color.

    AnalysisConditionalFormattingCustomIconCondition, AnalysisConditionalFormattingCustomIconConditionArgs

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

    AnalysisConditionalFormattingCustomIconOptions, AnalysisConditionalFormattingCustomIconOptionsArgs

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

    AnalysisConditionalFormattingGradientColor, AnalysisConditionalFormattingGradientColorArgs

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

    AnalysisConditionalFormattingIcon, AnalysisConditionalFormattingIconArgs

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

    AnalysisConditionalFormattingIconDisplayConfiguration, AnalysisConditionalFormattingIconDisplayConfigurationArgs

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

    AnalysisConditionalFormattingIconDisplayOption, AnalysisConditionalFormattingIconDisplayOptionArgs

    IconOnly
    ICON_ONLY
    AnalysisConditionalFormattingIconDisplayOptionIconOnly
    ICON_ONLY
    IconOnly
    ICON_ONLY
    IconOnly
    ICON_ONLY
    ICON_ONLY
    ICON_ONLY
    "ICON_ONLY"
    ICON_ONLY

    AnalysisConditionalFormattingIconSet, AnalysisConditionalFormattingIconSetArgs

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

    AnalysisConditionalFormattingIconSetType, AnalysisConditionalFormattingIconSetTypeArgs

    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
    AnalysisConditionalFormattingIconSetTypePlusMinus
    PLUS_MINUS
    AnalysisConditionalFormattingIconSetTypeCheckX
    CHECK_X
    AnalysisConditionalFormattingIconSetTypeThreeColorArrow
    THREE_COLOR_ARROW
    AnalysisConditionalFormattingIconSetTypeThreeGrayArrow
    THREE_GRAY_ARROW
    AnalysisConditionalFormattingIconSetTypeCaretUpMinusDown
    CARET_UP_MINUS_DOWN
    AnalysisConditionalFormattingIconSetTypeThreeShape
    THREE_SHAPE
    AnalysisConditionalFormattingIconSetTypeThreeCircle
    THREE_CIRCLE
    AnalysisConditionalFormattingIconSetTypeFlags
    FLAGS
    AnalysisConditionalFormattingIconSetTypeBars
    BARS
    AnalysisConditionalFormattingIconSetTypeFourColorArrow
    FOUR_COLOR_ARROW
    AnalysisConditionalFormattingIconSetTypeFourGrayArrow
    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

    AnalysisConditionalFormattingSolidColor, AnalysisConditionalFormattingSolidColorArgs

    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.

    AnalysisContributionAnalysisDefault, AnalysisContributionAnalysisDefaultArgs

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

    AnalysisCrossDatasetTypes, AnalysisCrossDatasetTypesArgs

    AllDatasets
    ALL_DATASETS
    SingleDataset
    SINGLE_DATASET
    AnalysisCrossDatasetTypesAllDatasets
    ALL_DATASETS
    AnalysisCrossDatasetTypesSingleDataset
    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

    AnalysisCurrencyDisplayFormatConfiguration, AnalysisCurrencyDisplayFormatConfigurationArgs

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

    AnalysisCustomActionFilterOperation, AnalysisCustomActionFilterOperationArgs

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

    AnalysisCustomActionNavigationOperation, AnalysisCustomActionNavigationOperationArgs

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

    AnalysisCustomActionSetParametersOperation, AnalysisCustomActionSetParametersOperationArgs

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

    AnalysisCustomActionUrlOperation, AnalysisCustomActionUrlOperationArgs

    UrlTarget Pulumi.AwsNative.QuickSight.AnalysisUrlTargetConfiguration

    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 AnalysisUrlTargetConfiguration

    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 AnalysisUrlTargetConfiguration

    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 AnalysisUrlTargetConfiguration

    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 AnalysisUrlTargetConfiguration

    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 .

    AnalysisCustomColor, AnalysisCustomColorArgs

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

    AnalysisCustomContentConfiguration, AnalysisCustomContentConfigurationArgs

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

    AnalysisCustomContentImageScalingConfiguration, AnalysisCustomContentImageScalingConfigurationArgs

    FitToHeight
    FIT_TO_HEIGHT
    FitToWidth
    FIT_TO_WIDTH
    DoNotScale
    DO_NOT_SCALE
    ScaleToVisual
    SCALE_TO_VISUAL
    AnalysisCustomContentImageScalingConfigurationFitToHeight
    FIT_TO_HEIGHT
    AnalysisCustomContentImageScalingConfigurationFitToWidth
    FIT_TO_WIDTH
    AnalysisCustomContentImageScalingConfigurationDoNotScale
    DO_NOT_SCALE
    AnalysisCustomContentImageScalingConfigurationScaleToVisual
    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

    AnalysisCustomContentType, AnalysisCustomContentTypeArgs

    Image
    IMAGE
    OtherEmbeddedContent
    OTHER_EMBEDDED_CONTENT
    AnalysisCustomContentTypeImage
    IMAGE
    AnalysisCustomContentTypeOtherEmbeddedContent
    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

    AnalysisCustomContentVisual, AnalysisCustomContentVisualArgs

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

    AnalysisCustomFilterConfiguration, AnalysisCustomFilterConfigurationArgs

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

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

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

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

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

    AnalysisCustomFilterListConfiguration, AnalysisCustomFilterListConfigurationArgs

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

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

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

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

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

    AnalysisCustomNarrativeOptions, AnalysisCustomNarrativeOptionsArgs

    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.

    AnalysisCustomParameterValues, AnalysisCustomParameterValuesArgs

    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.

    AnalysisCustomValuesConfiguration, AnalysisCustomValuesConfigurationArgs

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

    AnalysisDataBarsOptions, AnalysisDataBarsOptionsArgs

    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.

    AnalysisDataColor, AnalysisDataColorArgs

    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.

    AnalysisDataFieldSeriesItem, AnalysisDataFieldSeriesItemArgs

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

    AnalysisDataLabelContent, AnalysisDataLabelContentArgs

    Value
    VALUE
    Percent
    PERCENT
    ValueAndPercent
    VALUE_AND_PERCENT
    AnalysisDataLabelContentValue
    VALUE
    AnalysisDataLabelContentPercent
    PERCENT
    AnalysisDataLabelContentValueAndPercent
    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

    AnalysisDataLabelOptions, AnalysisDataLabelOptionsArgs

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

    AnalysisDataLabelOverlap, AnalysisDataLabelOverlapArgs

    DisableOverlap
    DISABLE_OVERLAP
    EnableOverlap
    ENABLE_OVERLAP
    AnalysisDataLabelOverlapDisableOverlap
    DISABLE_OVERLAP
    AnalysisDataLabelOverlapEnableOverlap
    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

    AnalysisDataLabelPosition, AnalysisDataLabelPositionArgs

    Inside
    INSIDE
    Outside
    OUTSIDE
    Left
    LEFT
    Top
    TOP
    Bottom
    BOTTOM
    Right
    RIGHT
    AnalysisDataLabelPositionInside
    INSIDE
    AnalysisDataLabelPositionOutside
    OUTSIDE
    AnalysisDataLabelPositionLeft
    LEFT
    AnalysisDataLabelPositionTop
    TOP
    AnalysisDataLabelPositionBottom
    BOTTOM
    AnalysisDataLabelPositionRight
    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

    AnalysisDataLabelType, AnalysisDataLabelTypeArgs

    DataPathLabelType Pulumi.AwsNative.QuickSight.Inputs.AnalysisDataPathLabelType
    The option that specifies individual data values for labels.
    FieldLabelType Pulumi.AwsNative.QuickSight.Inputs.AnalysisFieldLabelType
    Determines the label configuration for the entire field.
    MaximumLabelType Pulumi.AwsNative.QuickSight.Inputs.AnalysisMaximumLabelType
    Determines the label configuration for the maximum value in a visual.
    MinimumLabelType Pulumi.AwsNative.QuickSight.Inputs.AnalysisMinimumLabelType
    Determines the label configuration for the minimum value in a visual.
    RangeEndsLabelType Pulumi.AwsNative.QuickSight.Inputs.AnalysisRangeEndsLabelType
    Determines the label configuration for range end value in a visual.
    DataPathLabelType AnalysisDataPathLabelType
    The option that specifies individual data values for labels.
    FieldLabelType AnalysisFieldLabelType
    Determines the label configuration for the entire field.
    MaximumLabelType AnalysisMaximumLabelType
    Determines the label configuration for the maximum value in a visual.
    MinimumLabelType AnalysisMinimumLabelType
    Determines the label configuration for the minimum value in a visual.
    RangeEndsLabelType AnalysisRangeEndsLabelType
    Determines the label configuration for range end value in a visual.
    dataPathLabelType AnalysisDataPathLabelType
    The option that specifies individual data values for labels.
    fieldLabelType AnalysisFieldLabelType
    Determines the label configuration for the entire field.
    maximumLabelType AnalysisMaximumLabelType
    Determines the label configuration for the maximum value in a visual.
    minimumLabelType AnalysisMinimumLabelType
    Determines the label configuration for the minimum value in a visual.
    rangeEndsLabelType AnalysisRangeEndsLabelType
    Determines the label configuration for range end value in a visual.
    dataPathLabelType AnalysisDataPathLabelType
    The option that specifies individual data values for labels.
    fieldLabelType AnalysisFieldLabelType
    Determines the label configuration for the entire field.
    maximumLabelType AnalysisMaximumLabelType
    Determines the label configuration for the maximum value in a visual.
    minimumLabelType AnalysisMinimumLabelType
    Determines the label configuration for the minimum value in a visual.
    rangeEndsLabelType AnalysisRangeEndsLabelType
    Determines the label configuration for range end value in a visual.
    data_path_label_type AnalysisDataPathLabelType
    The option that specifies individual data values for labels.
    field_label_type AnalysisFieldLabelType
    Determines the label configuration for the entire field.
    maximum_label_type AnalysisMaximumLabelType
    Determines the label configuration for the maximum value in a visual.
    minimum_label_type AnalysisMinimumLabelType
    Determines the label configuration for the minimum value in a visual.
    range_ends_label_type AnalysisRangeEndsLabelType
    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.

    AnalysisDataPathColor, AnalysisDataPathColorArgs

    Color string
    The color that needs to be applied to the element.
    Element Pulumi.AwsNative.QuickSight.Inputs.AnalysisDataPathValue
    The element that the color needs to be applied to.
    TimeGranularity Pulumi.AwsNative.QuickSight.AnalysisTimeGranularity
    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 AnalysisDataPathValue
    The element that the color needs to be applied to.
    TimeGranularity AnalysisTimeGranularity
    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 AnalysisDataPathValue
    The element that the color needs to be applied to.
    timeGranularity AnalysisTimeGranularity
    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 AnalysisDataPathValue
    The element that the color needs to be applied to.
    timeGranularity AnalysisTimeGranularity
    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 AnalysisDataPathValue
    The element that the color needs to be applied to.
    time_granularity AnalysisTimeGranularity
    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.

    AnalysisDataPathLabelType, AnalysisDataPathLabelTypeArgs

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

    AnalysisDataPathSort, AnalysisDataPathSortArgs

    Direction AnalysisSortDirection
    Determines the sort direction.
    SortPaths []AnalysisDataPathValue
    The list of data paths that need to be sorted.
    direction AnalysisSortDirection
    Determines the sort direction.
    sortPaths List<AnalysisDataPathValue>
    The list of data paths that need to be sorted.
    direction AnalysisSortDirection
    Determines the sort direction.
    sortPaths AnalysisDataPathValue[]
    The list of data paths that need to be sorted.
    direction AnalysisSortDirection
    Determines the sort direction.