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

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

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

aws-native.quicksight.Analysis

Explore with Pulumi AI

aws-native logo

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

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

    Definition of the AWS::QuickSight::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,
                 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

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

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

    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

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

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

    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.
    sort_paths Sequence[AnalysisDataPathValue]
    The list of data paths that need to be sorted.
    direction "ASC" | "DESC"
    Determines the sort direction.
    sortPaths List<Property Map>
    The list of data paths that need to be sorted.

    AnalysisDataPathType, AnalysisDataPathTypeArgs

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

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

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

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

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

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

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

    AnalysisDataPathValue, AnalysisDataPathValueArgs

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

    AnalysisDataSetIdentifierDeclaration, AnalysisDataSetIdentifierDeclarationArgs

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

    AnalysisDataSetReference, AnalysisDataSetReferenceArgs

    AnalysisDateAggregationFunction, AnalysisDateAggregationFunctionArgs

    Count
    COUNT
    DistinctCount
    DISTINCT_COUNT
    Min
    MIN
    Max
    MAX
    AnalysisDateAggregationFunctionCount
    COUNT
    AnalysisDateAggregationFunctionDistinctCount
    DISTINCT_COUNT
    AnalysisDateAggregationFunctionMin
    MIN
    AnalysisDateAggregationFunctionMax
    MAX
    Count
    COUNT
    DistinctCount
    DISTINCT_COUNT
    Min
    MIN
    Max
    MAX
    Count
    COUNT
    DistinctCount
    DISTINCT_COUNT
    Min
    MIN
    Max
    MAX
    COUNT
    COUNT
    DISTINCT_COUNT
    DISTINCT_COUNT
    MIN
    MIN
    MAX
    MAX
    "COUNT"
    COUNT
    "DISTINCT_COUNT"
    DISTINCT_COUNT
    "MIN"
    MIN
    "MAX"
    MAX

    AnalysisDateAxisOptions, AnalysisDateAxisOptionsArgs

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

    AnalysisDateDimensionField, AnalysisDateDimensionFieldArgs

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

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

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

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

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

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

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

    AnalysisDateMeasureField, AnalysisDateMeasureFieldArgs

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

    AnalysisDateTimeDefaultValues, AnalysisDateTimeDefaultValuesArgs

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

    AnalysisDateTimeFormatConfiguration, AnalysisDateTimeFormatConfigurationArgs

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

    AnalysisDateTimeHierarchy, AnalysisDateTimeHierarchyArgs

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

    AnalysisDateTimeParameter, AnalysisDateTimeParameterArgs

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

    AnalysisDateTimeParameterDeclaration, AnalysisDateTimeParameterDeclarationArgs

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

    AnalysisDateTimePickerControlDisplayOptions, AnalysisDateTimePickerControlDisplayOptionsArgs

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

    AnalysisDateTimeValueWhenUnsetConfiguration, AnalysisDateTimeValueWhenUnsetConfigurationArgs

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

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

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

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

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

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

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

    AnalysisDayOfTheWeek, AnalysisDayOfTheWeekArgs

    Sunday
    SUNDAY
    Monday
    MONDAY
    Tuesday
    TUESDAY
    Wednesday
    WEDNESDAY
    Thursday
    THURSDAY
    Friday
    FRIDAY
    Saturday
    SATURDAY
    AnalysisDayOfTheWeekSunday
    SUNDAY
    AnalysisDayOfTheWeekMonday
    MONDAY
    AnalysisDayOfTheWeekTuesday
    TUESDAY
    AnalysisDayOfTheWeekWednesday
    WEDNESDAY
    AnalysisDayOfTheWeekThursday
    THURSDAY
    AnalysisDayOfTheWeekFriday
    FRIDAY
    AnalysisDayOfTheWeekSaturday
    SATURDAY
    Sunday
    SUNDAY
    Monday
    MONDAY
    Tuesday
    TUESDAY
    Wednesday
    WEDNESDAY
    Thursday
    THURSDAY
    Friday
    FRIDAY
    Saturday
    SATURDAY
    Sunday
    SUNDAY
    Monday
    MONDAY
    Tuesday
    TUESDAY
    Wednesday
    WEDNESDAY
    Thursday
    THURSDAY
    Friday
    FRIDAY
    Saturday
    SATURDAY
    SUNDAY
    SUNDAY
    MONDAY
    MONDAY
    TUESDAY
    TUESDAY
    WEDNESDAY
    WEDNESDAY
    THURSDAY
    THURSDAY
    FRIDAY
    FRIDAY
    SATURDAY
    SATURDAY
    "SUNDAY"
    SUNDAY
    "MONDAY"
    MONDAY
    "TUESDAY"
    TUESDAY
    "WEDNESDAY"
    WEDNESDAY
    "THURSDAY"
    THURSDAY
    "FRIDAY"
    FRIDAY
    "SATURDAY"
    SATURDAY

    AnalysisDecimalDefaultValues, AnalysisDecimalDefaultValuesArgs

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

    AnalysisDecimalParameter, AnalysisDecimalParameterArgs

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

    AnalysisDecimalParameterDeclaration, AnalysisDecimalParameterDeclarationArgs

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

    AnalysisDecimalPlacesConfiguration, AnalysisDecimalPlacesConfigurationArgs

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

    AnalysisDecimalValueWhenUnsetConfiguration, AnalysisDecimalValueWhenUnsetConfigurationArgs

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

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

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

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

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

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

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

    AnalysisDefaultDateTimePickerControlOptions, AnalysisDefaultDateTimePickerControlOptionsArgs

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

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

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

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

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

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

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

    AnalysisDefaultFilterControlConfiguration, AnalysisDefaultFilterControlConfigurationArgs

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

    AnalysisDefaultFilterControlOptions, AnalysisDefaultFilterControlOptionsArgs

    DefaultDateTimePickerOptions Pulumi.AwsNative.QuickSight.Inputs.AnalysisDefaultDateTimePickerControlOptions
    The default options that correspond to the filter control type of a DateTimePicker .
    DefaultDropdownOptions Pulumi.AwsNative.QuickSight.Inputs.AnalysisDefaultFilterDropDownControlOptions
    The default options that correspond to the Dropdown filter control type.
    DefaultListOptions Pulumi.AwsNative.QuickSight.Inputs.AnalysisDefaultFilterListControlOptions
    The default options that correspond to the List filter control type.
    DefaultRelativeDateTimeOptions Pulumi.AwsNative.QuickSight.Inputs.AnalysisDefaultRelativeDateTimeControlOptions
    The default options that correspond to the RelativeDateTime filter control type.
    DefaultSliderOptions Pulumi.AwsNative.QuickSight.Inputs.AnalysisDefaultSliderControlOptions
    The default options that correspond to the Slider filter control type.
    DefaultTextAreaOptions Pulumi.AwsNative.QuickSight.Inputs.AnalysisDefaultTextAreaControlOptions
    The default options that correspond to the TextArea filter control type.
    DefaultTextFieldOptions Pulumi.AwsNative.QuickSight.Inputs.AnalysisDefaultTextFieldControlOptions
    The default options that correspond to the TextField filter control type.
    DefaultDateTimePickerOptions AnalysisDefaultDateTimePickerControlOptions
    The default options that correspond to the filter control type of a DateTimePicker .
    DefaultDropdownOptions AnalysisDefaultFilterDropDownControlOptions
    The default options that correspond to the Dropdown filter control type.
    DefaultListOptions AnalysisDefaultFilterListControlOptions
    The default options that correspond to the List filter control type.
    DefaultRelativeDateTimeOptions AnalysisDefaultRelativeDateTimeControlOptions
    The default options that correspond to the RelativeDateTime filter control type.
    DefaultSliderOptions AnalysisDefaultSliderControlOptions
    The default options that correspond to the Slider filter control type.
    DefaultTextAreaOptions AnalysisDefaultTextAreaControlOptions
    The default options that correspond to the TextArea filter control type.
    DefaultTextFieldOptions AnalysisDefaultTextFieldControlOptions
    The default options that correspond to the TextField filter control type.
    defaultDateTimePickerOptions AnalysisDefaultDateTimePickerControlOptions
    The default options that correspond to the filter control type of a DateTimePicker .
    defaultDropdownOptions AnalysisDefaultFilterDropDownControlOptions
    The default options that correspond to the Dropdown filter control type.
    defaultListOptions AnalysisDefaultFilterListControlOptions
    The default options that correspond to the List filter control type.
    defaultRelativeDateTimeOptions AnalysisDefaultRelativeDateTimeControlOptions
    The default options that correspond to the RelativeDateTime filter control type.
    defaultSliderOptions AnalysisDefaultSliderControlOptions
    The default options that correspond to the Slider filter control type.
    defaultTextAreaOptions AnalysisDefaultTextAreaControlOptions
    The default options that correspond to the TextArea filter control type.
    defaultTextFieldOptions AnalysisDefaultTextFieldControlOptions
    The default options that correspond to the TextField filter control type.
    defaultDateTimePickerOptions AnalysisDefaultDateTimePickerControlOptions
    The default options that correspond to the filter control type of a DateTimePicker .
    defaultDropdownOptions AnalysisDefaultFilterDropDownControlOptions
    The default options that correspond to the Dropdown filter control type.
    defaultListOptions AnalysisDefaultFilterListControlOptions
    The default options that correspond to the List filter control type.
    defaultRelativeDateTimeOptions AnalysisDefaultRelativeDateTimeControlOptions
    The default options that correspond to the RelativeDateTime filter control type.
    defaultSliderOptions AnalysisDefaultSliderControlOptions
    The default options that correspond to the Slider filter control type.
    defaultTextAreaOptions AnalysisDefaultTextAreaControlOptions
    The default options that correspond to the TextArea filter control type.
    defaultTextFieldOptions AnalysisDefaultTextFieldControlOptions
    The default options that correspond to the TextField filter control type.
    default_date_time_picker_options AnalysisDefaultDateTimePickerControlOptions
    The default options that correspond to the filter control type of a DateTimePicker .
    default_dropdown_options AnalysisDefaultFilterDropDownControlOptions
    The default options that correspond to the Dropdown filter control type.
    default_list_options AnalysisDefaultFilterListControlOptions
    The default options that correspond to the List filter control type.
    default_relative_date_time_options AnalysisDefaultRelativeDateTimeControlOptions
    The default options that correspond to the RelativeDateTime filter control type.
    default_slider_options AnalysisDefaultSliderControlOptions
    The default options that correspond to the Slider filter control type.
    default_text_area_options AnalysisDefaultTextAreaControlOptions
    The default options that correspond to the TextArea filter control type.
    default_text_field_options AnalysisDefaultTextFieldControlOptions
    The default options that correspond to the TextField filter control type.
    defaultDateTimePickerOptions Property Map
    The default options that correspond to the filter control type of a DateTimePicker .
    defaultDropdownOptions Property Map
    The default options that correspond to the Dropdown filter control type.
    defaultListOptions Property Map
    The default options that correspond to the List filter control type.
    defaultRelativeDateTimeOptions Property Map
    The default options that correspond to the RelativeDateTime filter control type.
    defaultSliderOptions Property Map
    The default options that correspond to the Slider filter control type.
    defaultTextAreaOptions Property Map
    The default options that correspond to the TextArea filter control type.
    defaultTextFieldOptions Property Map
    The default options that correspond to the TextField filter control type.

    AnalysisDefaultFilterDropDownControlOptions, AnalysisDefaultFilterDropDownControlOptionsArgs

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

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

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

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

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

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

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

    AnalysisDefaultFilterListControlOptions, AnalysisDefaultFilterListControlOptionsArgs

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

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

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

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

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

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

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

    AnalysisDefaultFreeFormLayoutConfiguration, AnalysisDefaultFreeFormLayoutConfigurationArgs

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

    AnalysisDefaultGridLayoutConfiguration, AnalysisDefaultGridLayoutConfigurationArgs

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

    AnalysisDefaultInteractiveLayoutConfiguration, AnalysisDefaultInteractiveLayoutConfigurationArgs

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

    AnalysisDefaultNewSheetConfiguration, AnalysisDefaultNewSheetConfigurationArgs

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

    AnalysisDefaultPaginatedLayoutConfiguration, AnalysisDefaultPaginatedLayoutConfigurationArgs

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

    AnalysisDefaultRelativeDateTimeControlOptions, AnalysisDefaultRelativeDateTimeControlOptionsArgs

    displayOptions Property Map
    The display options of a control.

    AnalysisDefaultSectionBasedLayoutConfiguration, AnalysisDefaultSectionBasedLayoutConfigurationArgs

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

    AnalysisDefaultSliderControlOptions, AnalysisDefaultSliderControlOptionsArgs

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

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

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

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

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

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

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

    AnalysisDefaultTextAreaControlOptions, AnalysisDefaultTextAreaControlOptionsArgs

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

    AnalysisDefaultTextFieldControlOptions, AnalysisDefaultTextFieldControlOptionsArgs

    displayOptions Property Map
    The display options of a control.

    AnalysisDefaults, AnalysisDefaultsArgs

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

    AnalysisDefinition, AnalysisDefinitionArgs

    DataSetIdentifierDeclarations List<Pulumi.AwsNative.QuickSight.Inputs.AnalysisDataSetIdentifierDeclaration>
    An array of dataset identifier declarations. This mapping allows the usage of dataset identifiers instead of dataset ARNs throughout analysis sub-structures.
    AnalysisDefaults Pulumi.AwsNative.QuickSight.Inputs.AnalysisDefaults
    CalculatedFields List<Pulumi.AwsNative.QuickSight.Inputs.AnalysisCalculatedField>
    An array of calculated field definitions for the analysis.
    ColumnConfigurations List<Pulumi.AwsNative.QuickSight.Inputs.AnalysisColumnConfiguration>
    An array of analysis-level column configurations. Column configurations can be used to set default formatting for a column to be used throughout an analysis.
    FilterGroups List<Pulumi.AwsNative.QuickSight.Inputs.AnalysisFilterGroup>

    Filter definitions for an analysis.

    For more information, see Filtering Data in Amazon QuickSight in the Amazon QuickSight User Guide .

    Options Pulumi.AwsNative.QuickSight.Inputs.AnalysisAssetOptions
    An array of option definitions for an analysis.
    ParameterDeclarations List<Pulumi.AwsNative.QuickSight.Inputs.AnalysisParameterDeclaration>

    An array of parameter declarations for an analysis.

    Parameters are named variables that can transfer a value for use by an action or an object.

    For more information, see Parameters in Amazon QuickSight in the Amazon QuickSight User Guide .

    Sheets List<Pulumi.AwsNative.QuickSight.Inputs.AnalysisSheetDefinition>
    An array of sheet definitions for an analysis. Each SheetDefinition provides detailed information about a sheet within this analysis.
    DataSetIdentifierDeclarations []AnalysisDataSetIdentifierDeclaration
    An array of dataset identifier declarations. This mapping allows the usage of dataset identifiers instead of dataset ARNs throughout analysis sub-structures.
    AnalysisDefaults AnalysisDefaults
    CalculatedFields []AnalysisCalculatedField
    An array of calculated field definitions for the analysis.
    ColumnConfigurations []AnalysisColumnConfiguration
    An array of analysis-level column configurations. Column configurations can be used to set default formatting for a column to be used throughout an analysis.
    FilterGroups []AnalysisFilterGroup

    Filter definitions for an analysis.

    For more information, see Filtering Data in Amazon QuickSight in the Amazon QuickSight User Guide .

    Options AnalysisAssetOptions
    An array of option definitions for an analysis.
    ParameterDeclarations []AnalysisParameterDeclaration

    An array of parameter declarations for an analysis.

    Parameters are named variables that can transfer a value for use by an action or an object.

    For more information, see Parameters in Amazon QuickSight in the Amazon QuickSight User Guide .

    Sheets []AnalysisSheetDefinition
    An array of sheet definitions for an analysis. Each SheetDefinition provides detailed information about a sheet within this analysis.
    dataSetIdentifierDeclarations List<AnalysisDataSetIdentifierDeclaration>
    An array of dataset identifier declarations. This mapping allows the usage of dataset identifiers instead of dataset ARNs throughout analysis sub-structures.
    analysisDefaults AnalysisDefaults
    calculatedFields List<AnalysisCalculatedField>
    An array of calculated field definitions for the analysis.
    columnConfigurations List<AnalysisColumnConfiguration>
    An array of analysis-level column configurations. Column configurations can be used to set default formatting for a column to be used throughout an analysis.
    filterGroups List<AnalysisFilterGroup>

    Filter definitions for an analysis.

    For more information, see Filtering Data in Amazon QuickSight in the Amazon QuickSight User Guide .

    options AnalysisAssetOptions
    An array of option definitions for an analysis.
    parameterDeclarations List<AnalysisParameterDeclaration>

    An array of parameter declarations for an analysis.

    Parameters are named variables that can transfer a value for use by an action or an object.

    For more information, see Parameters in Amazon QuickSight in the Amazon QuickSight User Guide .

    sheets List<AnalysisSheetDefinition>
    An array of sheet definitions for an analysis. Each SheetDefinition provides detailed information about a sheet within this analysis.
    dataSetIdentifierDeclarations AnalysisDataSetIdentifierDeclaration[]
    An array of dataset identifier declarations. This mapping allows the usage of dataset identifiers instead of dataset ARNs throughout analysis sub-structures.
    analysisDefaults AnalysisDefaults
    calculatedFields AnalysisCalculatedField[]
    An array of calculated field definitions for the analysis.
    columnConfigurations AnalysisColumnConfiguration[]
    An array of analysis-level column configurations. Column configurations can be used to set default formatting for a column to be used throughout an analysis.
    filterGroups AnalysisFilterGroup[]

    Filter definitions for an analysis.

    For more information, see Filtering Data in Amazon QuickSight in the Amazon QuickSight User Guide .

    options AnalysisAssetOptions
    An array of option definitions for an analysis.
    parameterDeclarations AnalysisParameterDeclaration[]

    An array of parameter declarations for an analysis.

    Parameters are named variables that can transfer a value for use by an action or an object.

    For more information, see Parameters in Amazon QuickSight in the Amazon QuickSight User Guide .

    sheets AnalysisSheetDefinition[]
    An array of sheet definitions for an analysis. Each SheetDefinition provides detailed information about a sheet within this analysis.
    data_set_identifier_declarations Sequence[AnalysisDataSetIdentifierDeclaration]
    An array of dataset identifier declarations. This mapping allows the usage of dataset identifiers instead of dataset ARNs throughout analysis sub-structures.
    analysis_defaults AnalysisDefaults
    calculated_fields Sequence[AnalysisCalculatedField]
    An array of calculated field definitions for the analysis.
    column_configurations Sequence[AnalysisColumnConfiguration]
    An array of analysis-level column configurations. Column configurations can be used to set default formatting for a column to be used throughout an analysis.
    filter_groups Sequence[AnalysisFilterGroup]

    Filter definitions for an analysis.

    For more information, see Filtering Data in Amazon QuickSight in the Amazon QuickSight User Guide .

    options AnalysisAssetOptions
    An array of option definitions for an analysis.
    parameter_declarations Sequence[AnalysisParameterDeclaration]

    An array of parameter declarations for an analysis.

    Parameters are named variables that can transfer a value for use by an action or an object.

    For more information, see Parameters in Amazon QuickSight in the Amazon QuickSight User Guide .

    sheets Sequence[AnalysisSheetDefinition]
    An array of sheet definitions for an analysis. Each SheetDefinition provides detailed information about a sheet within this analysis.
    dataSetIdentifierDeclarations List<Property Map>
    An array of dataset identifier declarations. This mapping allows the usage of dataset identifiers instead of dataset ARNs throughout analysis sub-structures.
    analysisDefaults Property Map
    calculatedFields List<Property Map>
    An array of calculated field definitions for the analysis.
    columnConfigurations List<Property Map>
    An array of analysis-level column configurations. Column configurations can be used to set default formatting for a column to be used throughout an analysis.
    filterGroups List<Property Map>

    Filter definitions for an analysis.

    For more information, see Filtering Data in Amazon QuickSight in the Amazon QuickSight User Guide .

    options Property Map
    An array of option definitions for an analysis.
    parameterDeclarations List<Property Map>

    An array of parameter declarations for an analysis.

    Parameters are named variables that can transfer a value for use by an action or an object.

    For more information, see Parameters in Amazon QuickSight in the Amazon QuickSight User Guide .

    sheets List<Property Map>
    An array of sheet definitions for an analysis. Each SheetDefinition provides detailed information about a sheet within this analysis.

    AnalysisDestinationParameterValueConfiguration, AnalysisDestinationParameterValueConfigurationArgs

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

    AnalysisDimensionField, AnalysisDimensionFieldArgs

    CategoricalDimensionField AnalysisCategoricalDimensionField
    The dimension type field with categorical type columns.
    DateDimensionField AnalysisDateDimensionField
    The dimension type field with date type columns.
    NumericalDimensionField AnalysisNumericalDimensionField
    The dimension type field with numerical type columns.
    categoricalDimensionField AnalysisCategoricalDimensionField
    The dimension type field with categorical type columns.
    dateDimensionField AnalysisDateDimensionField
    The dimension type field with date type columns.
    numericalDimensionField AnalysisNumericalDimensionField
    The dimension type field with numerical type columns.
    categoricalDimensionField AnalysisCategoricalDimensionField
    The dimension type field with categorical type columns.
    dateDimensionField AnalysisDateDimensionField
    The dimension type field with date type columns.
    numericalDimensionField AnalysisNumericalDimensionField
    The dimension type field with numerical type columns.
    categorical_dimension_field AnalysisCategoricalDimensionField
    The dimension type field with categorical type columns.
    date_dimension_field AnalysisDateDimensionField
    The dimension type field with date type columns.
    numerical_dimension_field AnalysisNumericalDimensionField
    The dimension type field with numerical type columns.
    categoricalDimensionField Property Map
    The dimension type field with categorical type columns.
    dateDimensionField Property Map
    The dimension type field with date type columns.
    numericalDimensionField Property Map
    The dimension type field with numerical type columns.

    AnalysisDonutCenterOptions, AnalysisDonutCenterOptionsArgs

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

    AnalysisDonutOptions, AnalysisDonutOptionsArgs

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

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

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

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

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

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

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

    AnalysisDrillDownFilter, AnalysisDrillDownFilterArgs

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

    AnalysisDropDownControlDisplayOptions, AnalysisDropDownControlDisplayOptionsArgs

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

    AnalysisDynamicDefaultValue, AnalysisDynamicDefaultValueArgs

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

    AnalysisEmptyVisual, AnalysisEmptyVisualArgs

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

    AnalysisEntity, AnalysisEntityArgs

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

    AnalysisError, AnalysisErrorArgs

    Message string
    Type AnalysisErrorType
    The type of the analysis error.
    ViolatedEntities []AnalysisEntity
    message string
    type AnalysisErrorType
    The type of the analysis error.
    violatedEntities AnalysisEntity[]

    AnalysisErrorType, AnalysisErrorTypeArgs

    AccessDenied
    ACCESS_DENIED
    SourceNotFound
    SOURCE_NOT_FOUND
    DataSetNotFound
    DATA_SET_NOT_FOUND
    InternalFailure
    INTERNAL_FAILURE
    ParameterValueIncompatible
    PARAMETER_VALUE_INCOMPATIBLE
    ParameterTypeInvalid
    PARAMETER_TYPE_INVALID
    ParameterNotFound
    PARAMETER_NOT_FOUND
    ColumnTypeMismatch
    COLUMN_TYPE_MISMATCH
    ColumnGeographicRoleMismatch
    COLUMN_GEOGRAPHIC_ROLE_MISMATCH
    ColumnReplacementMissing
    COLUMN_REPLACEMENT_MISSING
    AnalysisErrorTypeAccessDenied
    ACCESS_DENIED
    AnalysisErrorTypeSourceNotFound
    SOURCE_NOT_FOUND
    AnalysisErrorTypeDataSetNotFound
    DATA_SET_NOT_FOUND
    AnalysisErrorTypeInternalFailure
    INTERNAL_FAILURE
    AnalysisErrorTypeParameterValueIncompatible
    PARAMETER_VALUE_INCOMPATIBLE
    AnalysisErrorTypeParameterTypeInvalid
    PARAMETER_TYPE_INVALID
    AnalysisErrorTypeParameterNotFound
    PARAMETER_NOT_FOUND
    AnalysisErrorTypeColumnTypeMismatch
    COLUMN_TYPE_MISMATCH
    AnalysisErrorTypeColumnGeographicRoleMismatch
    COLUMN_GEOGRAPHIC_ROLE_MISMATCH
    AnalysisErrorTypeColumnReplacementMissing
    COLUMN_REPLACEMENT_MISSING
    AccessDenied
    ACCESS_DENIED
    SourceNotFound
    SOURCE_NOT_FOUND
    DataSetNotFound
    DATA_SET_NOT_FOUND
    InternalFailure
    INTERNAL_FAILURE
    ParameterValueIncompatible
    PARAMETER_VALUE_INCOMPATIBLE
    ParameterTypeInvalid
    PARAMETER_TYPE_INVALID
    ParameterNotFound
    PARAMETER_NOT_FOUND
    ColumnTypeMismatch
    COLUMN_TYPE_MISMATCH
    ColumnGeographicRoleMismatch
    COLUMN_GEOGRAPHIC_ROLE_MISMATCH
    ColumnReplacementMissing
    COLUMN_REPLACEMENT_MISSING
    AccessDenied
    ACCESS_DENIED
    SourceNotFound
    SOURCE_NOT_FOUND
    DataSetNotFound
    DATA_SET_NOT_FOUND
    InternalFailure
    INTERNAL_FAILURE
    ParameterValueIncompatible
    PARAMETER_VALUE_INCOMPATIBLE
    ParameterTypeInvalid
    PARAMETER_TYPE_INVALID
    ParameterNotFound
    PARAMETER_NOT_FOUND
    ColumnTypeMismatch
    COLUMN_TYPE_MISMATCH
    ColumnGeographicRoleMismatch
    COLUMN_GEOGRAPHIC_ROLE_MISMATCH
    ColumnReplacementMissing
    COLUMN_REPLACEMENT_MISSING
    ACCESS_DENIED
    ACCESS_DENIED
    SOURCE_NOT_FOUND
    SOURCE_NOT_FOUND
    DATA_SET_NOT_FOUND
    DATA_SET_NOT_FOUND
    INTERNAL_FAILURE
    INTERNAL_FAILURE
    PARAMETER_VALUE_INCOMPATIBLE
    PARAMETER_VALUE_INCOMPATIBLE
    PARAMETER_TYPE_INVALID
    PARAMETER_TYPE_INVALID
    PARAMETER_NOT_FOUND
    PARAMETER_NOT_FOUND
    COLUMN_TYPE_MISMATCH
    COLUMN_TYPE_MISMATCH
    COLUMN_GEOGRAPHIC_ROLE_MISMATCH
    COLUMN_GEOGRAPHIC_ROLE_MISMATCH
    COLUMN_REPLACEMENT_MISSING
    COLUMN_REPLACEMENT_MISSING
    "ACCESS_DENIED"
    ACCESS_DENIED
    "SOURCE_NOT_FOUND"
    SOURCE_NOT_FOUND
    "DATA_SET_NOT_FOUND"
    DATA_SET_NOT_FOUND
    "INTERNAL_FAILURE"
    INTERNAL_FAILURE
    "PARAMETER_VALUE_INCOMPATIBLE"
    PARAMETER_VALUE_INCOMPATIBLE
    "PARAMETER_TYPE_INVALID"
    PARAMETER_TYPE_INVALID
    "PARAMETER_NOT_FOUND"
    PARAMETER_NOT_FOUND
    "COLUMN_TYPE_MISMATCH"
    COLUMN_TYPE_MISMATCH
    "COLUMN_GEOGRAPHIC_ROLE_MISMATCH"
    COLUMN_GEOGRAPHIC_ROLE_MISMATCH
    "COLUMN_REPLACEMENT_MISSING"
    COLUMN_REPLACEMENT_MISSING

    AnalysisExcludePeriodConfiguration, AnalysisExcludePeriodConfigurationArgs

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

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

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

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

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

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

    • ENABLED
    • DISABLED

    AnalysisExplicitHierarchy, AnalysisExplicitHierarchyArgs

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

    AnalysisFieldBasedTooltip, AnalysisFieldBasedTooltipArgs

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

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

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

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

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

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

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

    AnalysisFieldLabelType, AnalysisFieldLabelTypeArgs

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

    AnalysisFieldSeriesItem, AnalysisFieldSeriesItemArgs

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

    AnalysisFieldSort, AnalysisFieldSortArgs

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

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

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

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

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

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

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

    AnalysisFieldSortOptions, AnalysisFieldSortOptionsArgs

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

    AnalysisFieldTooltipItem, AnalysisFieldTooltipItemArgs

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

    AnalysisFilledMapAggregatedFieldWells, AnalysisFilledMapAggregatedFieldWellsArgs

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

    AnalysisFilledMapConditionalFormatting, AnalysisFilledMapConditionalFormattingArgs

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

    AnalysisFilledMapConditionalFormattingOption, AnalysisFilledMapConditionalFormattingOptionArgs

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

    AnalysisFilledMapConfiguration, AnalysisFilledMapConfigurationArgs

    FieldWells AnalysisFilledMapFieldWells
    The field wells of the visual.
    Legend AnalysisLegendOptions
    The legend display setup of the visual.
    MapStyleOptions AnalysisGeospatialMapStyleOptions
    The map style options of the filled map visual.
    SortConfiguration AnalysisFilledMapSortConfiguration
    The sort configuration of a FilledMapVisual .
    Tooltip AnalysisTooltipOptions
    The tooltip display setup of the visual.
    WindowOptions AnalysisGeospatialWindowOptions
    The window options of the filled map visual.
    fieldWells AnalysisFilledMapFieldWells
    The field wells of the visual.
    legend AnalysisLegendOptions
    The legend display setup of the visual.
    mapStyleOptions AnalysisGeospatialMapStyleOptions
    The map style options of the filled map visual.
    sortConfiguration AnalysisFilledMapSortConfiguration
    The sort configuration of a FilledMapVisual .
    tooltip AnalysisTooltipOptions
    The tooltip display setup of the visual.
    windowOptions AnalysisGeospatialWindowOptions
    The window options of the filled map visual.
    fieldWells AnalysisFilledMapFieldWells
    The field wells of the visual.
    legend AnalysisLegendOptions
    The legend display setup of the visual.
    mapStyleOptions AnalysisGeospatialMapStyleOptions
    The map style options of the filled map visual.
    sortConfiguration AnalysisFilledMapSortConfiguration
    The sort configuration of a FilledMapVisual .
    tooltip AnalysisTooltipOptions
    The tooltip display setup of the visual.
    windowOptions AnalysisGeospatialWindowOptions
    The window options of the filled map visual.
    field_wells AnalysisFilledMapFieldWells
    The field wells of the visual.
    legend AnalysisLegendOptions
    The legend display setup of the visual.
    map_style_options AnalysisGeospatialMapStyleOptions
    The map style options of the filled map visual.
    sort_configuration AnalysisFilledMapSortConfiguration
    The sort configuration of a FilledMapVisual .
    tooltip AnalysisTooltipOptions
    The tooltip display setup of the visual.
    window_options AnalysisGeospatialWindowOptions
    The window options of the filled map visual.
    fieldWells Property Map
    The field wells of the visual.
    legend Property Map
    The legend display setup of the visual.
    mapStyleOptions Property Map
    The map style options of the filled map visual.
    sortConfiguration Property Map
    The sort configuration of a FilledMapVisual .
    tooltip Property Map
    The tooltip display setup of the visual.
    windowOptions Property Map
    The window options of the filled map visual.

    AnalysisFilledMapFieldWells, AnalysisFilledMapFieldWellsArgs

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

    AnalysisFilledMapShapeConditionalFormatting, AnalysisFilledMapShapeConditionalFormattingArgs

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

    AnalysisFilledMapSortConfiguration, AnalysisFilledMapSortConfigurationArgs

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

    AnalysisFilledMapVisual, AnalysisFilledMapVisualArgs

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

    AnalysisFilter, AnalysisFilterArgs

    CategoryFilter Pulumi.AwsNative.QuickSight.Inputs.AnalysisCategoryFilter

    A CategoryFilter filters text values.

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

    NumericEqualityFilter Pulumi.AwsNative.QuickSight.Inputs.AnalysisNumericEqualityFilter
    A NumericEqualityFilter filters numeric values that equal or do not equal a given numeric value.
    NumericRangeFilter Pulumi.AwsNative.QuickSight.Inputs.AnalysisNumericRangeFilter
    A NumericRangeFilter filters numeric values that are either inside or outside a given numeric range.
    RelativeDatesFilter Pulumi.AwsNative.QuickSight.Inputs.AnalysisRelativeDatesFilter
    A RelativeDatesFilter filters date values that are relative to a given date.
    TimeEqualityFilter Pulumi.AwsNative.QuickSight.Inputs.AnalysisTimeEqualityFilter
    A TimeEqualityFilter filters date-time values that equal or do not equal a given date/time value.
    TimeRangeFilter Pulumi.AwsNative.QuickSight.Inputs.AnalysisTimeRangeFilter
    A TimeRangeFilter filters date-time values that are either inside or outside a given date/time range.
    TopBottomFilter Pulumi.AwsNative.QuickSight.Inputs.AnalysisTopBottomFilter
    A TopBottomFilter filters data to the top or bottom values for a given column.
    CategoryFilter AnalysisCategoryFilter

    A CategoryFilter filters text values.

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

    NumericEqualityFilter AnalysisNumericEqualityFilter
    A NumericEqualityFilter filters numeric values that equal or do not equal a given numeric value.
    NumericRangeFilter AnalysisNumericRangeFilter
    A NumericRangeFilter filters numeric values that are either inside or outside a given numeric range.
    RelativeDatesFilter AnalysisRelativeDatesFilter
    A RelativeDatesFilter filters date values that are relative to a given date.
    TimeEqualityFilter AnalysisTimeEqualityFilter
    A TimeEqualityFilter filters date-time values that equal or do not equal a given date/time value.
    TimeRangeFilter AnalysisTimeRangeFilter
    A TimeRangeFilter filters date-time values that are either inside or outside a given date/time range.
    TopBottomFilter AnalysisTopBottomFilter
    A TopBottomFilter filters data to the top or bottom values for a given column.
    categoryFilter AnalysisCategoryFilter

    A CategoryFilter filters text values.

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

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

    A CategoryFilter filters text values.

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

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

    A CategoryFilter filters text values.

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

    numeric_equality_filter AnalysisNumericEqualityFilter
    A NumericEqualityFilter filters numeric values that equal or do not equal a given numeric value.
    numeric_range_filter AnalysisNumericRangeFilter
    A NumericRangeFilter filters numeric values that are either inside or outside a given numeric range.
    relative_dates_filter AnalysisRelativeDatesFilter
    A RelativeDatesFilter filters date values that are relative to a given date.
    time_equality_filter AnalysisTimeEqualityFilter
    A TimeEqualityFilter filters date-time values that equal or do not equal a given date/time value.
    time_range_filter AnalysisTimeRangeFilter
    A TimeRangeFilter filters date-time values that are either inside or outside a given date/time range.
    top_bottom_filter AnalysisTopBottomFilter
    A TopBottomFilter filters data to the top or bottom values for a given column.
    categoryFilter Property Map

    A CategoryFilter filters text values.

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

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

    AnalysisFilterControl, AnalysisFilterControlArgs

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

    AnalysisFilterCrossSheetControl, AnalysisFilterCrossSheetControlArgs

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

    AnalysisFilterDateTimePickerControl, AnalysisFilterDateTimePickerControlArgs

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

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

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

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

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

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

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

    AnalysisFilterDropDownControl, AnalysisFilterDropDownControlArgs

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

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

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

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

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

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

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

    AnalysisFilterGroup, AnalysisFilterGroupArgs

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    AnalysisFilterListConfiguration, AnalysisFilterListConfigurationArgs

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

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

    • FILTER_ALL_VALUES

    AnalysisFilterListControl, AnalysisFilterListControlArgs

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

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

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

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

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

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

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

    AnalysisFilterNullOption, AnalysisFilterNullOptionArgs

    AllValues
    ALL_VALUES
    NullsOnly
    NULLS_ONLY
    NonNullsOnly
    NON_NULLS_ONLY
    AnalysisFilterNullOptionAllValues
    ALL_VALUES
    AnalysisFilterNullOptionNullsOnly
    NULLS_ONLY
    AnalysisFilterNullOptionNonNullsOnly
    NON_NULLS_ONLY
    AllValues
    ALL_VALUES
    NullsOnly
    NULLS_ONLY
    NonNullsOnly
    NON_NULLS_ONLY
    AllValues
    ALL_VALUES
    NullsOnly
    NULLS_ONLY
    NonNullsOnly
    NON_NULLS_ONLY
    ALL_VALUES
    ALL_VALUES
    NULLS_ONLY
    NULLS_ONLY
    NON_NULLS_ONLY
    NON_NULLS_ONLY
    "ALL_VALUES"
    ALL_VALUES
    "NULLS_ONLY"
    NULLS_ONLY
    "NON_NULLS_ONLY"
    NON_NULLS_ONLY

    AnalysisFilterOperationSelectedFieldsConfiguration, AnalysisFilterOperationSelectedFieldsConfigurationArgs

    SelectedColumns List<Pulumi.AwsNative.QuickSight.Inputs.AnalysisColumnIdentifier>
    SelectedFieldOptions Pulumi.AwsNative.QuickSight.AnalysisSelectedFieldOptions

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

    Valid values are defined as follows:

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

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

    Valid values are defined as follows:

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

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

    Valid values are defined as follows:

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

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

    Valid values are defined as follows:

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

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

    Valid values are defined as follows:

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

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

    Valid values are defined as follows:

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

    AnalysisFilterOperationTargetVisualsConfiguration, AnalysisFilterOperationTargetVisualsConfigurationArgs

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

    AnalysisFilterRelativeDateTimeControl, AnalysisFilterRelativeDateTimeControlArgs

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

    AnalysisFilterScopeConfiguration, AnalysisFilterScopeConfigurationArgs

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

    AnalysisFilterSelectableValues, AnalysisFilterSelectableValuesArgs

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

    AnalysisFilterSliderControl, AnalysisFilterSliderControlArgs

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

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

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

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

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

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

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

    AnalysisFilterTextAreaControl, AnalysisFilterTextAreaControlArgs

    FilterControlId string
    The ID of the FilterTextAreaControl .
    SourceFilterId string
    The source filter ID of the FilterTextAreaControl .
    Title string
    The title of the FilterTextAreaControl .
    Delimiter string
    The delimiter that is used to separate the lines in text.
    DisplayOptions Pulumi.AwsNative.QuickSight.Inputs.AnalysisTextAreaControlDisplayOptions
    The display options of a control.
    FilterControlId string
    The ID of the FilterTextAreaControl .
    SourceFilterId string
    The source filter ID of the FilterTextAreaControl .
    Title string
    The title of the FilterTextAreaControl .
    Delimiter string
    The delimiter that is used to separate the lines in text.
    DisplayOptions AnalysisTextAreaControlDisplayOptions
    The display options of a control.
    filterControlId String
    The ID of the FilterTextAreaControl .
    sourceFilterId String
    The source filter ID of the FilterTextAreaControl .
    title String
    The title of the FilterTextAreaControl .
    delimiter String
    The delimiter that is used to separate the lines in text.
    displayOptions AnalysisTextAreaControlDisplayOptions
    The display options of a control.
    filterControlId string
    The ID of the FilterTextAreaControl .
    sourceFilterId string
    The source filter ID of the FilterTextAreaControl .
    title string
    The title of the FilterTextAreaControl .
    delimiter string
    The delimiter that is used to separate the lines in text.
    displayOptions AnalysisTextAreaControlDisplayOptions
    The display options of a control.
    filter_control_id str
    The ID of the FilterTextAreaControl .
    source_filter_id str
    The source filter ID of the FilterTextAreaControl .
    title str
    The title of the FilterTextAreaControl .
    delimiter str
    The delimiter that is used to separate the lines in text.
    display_options AnalysisTextAreaControlDisplayOptions
    The display options of a control.
    filterControlId String
    The ID of the FilterTextAreaControl .
    sourceFilterId String
    The source filter ID of the FilterTextAreaControl .
    title String
    The title of the FilterTextAreaControl .
    delimiter String
    The delimiter that is used to separate the lines in text.
    displayOptions Property Map
    The display options of a control.

    AnalysisFilterTextFieldControl, AnalysisFilterTextFieldControlArgs

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

    AnalysisFilterVisualScope, AnalysisFilterVisualScopeArgs

    AllVisuals
    ALL_VISUALS
    SelectedVisuals
    SELECTED_VISUALS
    AnalysisFilterVisualScopeAllVisuals
    ALL_VISUALS
    AnalysisFilterVisualScopeSelectedVisuals
    SELECTED_VISUALS
    AllVisuals
    ALL_VISUALS
    SelectedVisuals
    SELECTED_VISUALS
    AllVisuals
    ALL_VISUALS
    SelectedVisuals
    SELECTED_VISUALS
    ALL_VISUALS
    ALL_VISUALS
    SELECTED_VISUALS
    SELECTED_VISUALS
    "ALL_VISUALS"
    ALL_VISUALS
    "SELECTED_VISUALS"
    SELECTED_VISUALS

    AnalysisFontConfiguration, AnalysisFontConfigurationArgs

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

    AnalysisFontDecoration, AnalysisFontDecorationArgs

    Underline
    UNDERLINE
    None
    NONE
    AnalysisFontDecorationUnderline
    UNDERLINE
    AnalysisFontDecorationNone
    NONE
    Underline
    UNDERLINE
    None
    NONE
    Underline
    UNDERLINE
    None
    NONE
    UNDERLINE
    UNDERLINE
    NONE
    NONE
    "UNDERLINE"
    UNDERLINE
    "NONE"
    NONE

    AnalysisFontSize, AnalysisFontSizeArgs

    Relative Pulumi.AwsNative.QuickSight.AnalysisRelativeFontSize
    The lexical name for the text size, proportional to its surrounding context.
    Relative AnalysisRelativeFontSize
    The lexical name for the text size, proportional to its surrounding context.
    relative AnalysisRelativeFontSize
    The lexical name for the text size, proportional to its surrounding context.
    relative AnalysisRelativeFontSize
    The lexical name for the text size, proportional to its surrounding context.
    relative AnalysisRelativeFontSize
    The lexical name for the text size, proportional to its surrounding context.
    relative "EXTRA_SMALL" | "SMALL" | "MEDIUM" | "LARGE" | "EXTRA_LARGE"
    The lexical name for the text size, proportional to its surrounding context.

    Package Details

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

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

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