We recommend new projects start with resources from the AWS provider.
aws-native.quicksight.Analysis
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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:
- Analysis
Id string - The ID for the analysis that you're creating. This ID displays in the URL of the analysis.
- Aws
Account stringId - The ID of the AWS account where you are creating an analysis.
- Definition
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Definition - Errors
List<Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Error> - Name string
- Parameters
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Parameters - 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.
Aws Native. Quick Sight. Inputs. Analysis Resource Permission> 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.
Aws Native. Quick Sight. Inputs. Analysis Sheet> - Source
Entity Pulumi.Aws Native. Quick Sight. Inputs. Analysis Source Entity 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 aDefinition
must be provided in order for the request to be valid.- Status
Pulumi.
Aws Native. Quick Sight. Analysis Resource Status - Status associated with the analysis.
- List<Pulumi.
Aws Native. Inputs. Tag> - Contains a map of the key-value pairs for the resource tag or tags assigned to the analysis.
- Theme
Arn string - Validation
Strategy Pulumi.Aws Native. Quick Sight. Inputs. Analysis Validation Strategy - 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 string - The ID for the analysis that you're creating. This ID displays in the URL of the analysis.
- Aws
Account stringId - The ID of the AWS account where you are creating an analysis.
- Definition
Analysis
Definition Args - Errors
[]Analysis
Error Args - Name string
- Parameters
Analysis
Parameters Args - 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
[]Analysis
Resource Permission Args 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
[]Analysis
Sheet Args - Source
Entity AnalysisSource Entity Args 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 aDefinition
must be provided in order for the request to be valid.- Status
Analysis
Resource Status - Status associated with the analysis.
- Tag
Args - Contains a map of the key-value pairs for the resource tag or tags assigned to the analysis.
- Theme
Arn string - Validation
Strategy AnalysisValidation Strategy Args - 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 String - The ID for the analysis that you're creating. This ID displays in the URL of the analysis.
- aws
Account StringId - The ID of the AWS account where you are creating an analysis.
- definition
Analysis
Definition - errors
List<Analysis
Error> - name String
- parameters
Analysis
Parameters - 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<Analysis
Resource Permission> 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<Analysis
Sheet> - source
Entity AnalysisSource Entity 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 aDefinition
must be provided in order for the request to be valid.- status
Analysis
Resource Status - Status associated with the analysis.
- List<Tag>
- Contains a map of the key-value pairs for the resource tag or tags assigned to the analysis.
- theme
Arn String - validation
Strategy AnalysisValidation Strategy - 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 string - The ID for the analysis that you're creating. This ID displays in the URL of the analysis.
- aws
Account stringId - The ID of the AWS account where you are creating an analysis.
- definition
Analysis
Definition - errors
Analysis
Error[] - name string
- parameters
Analysis
Parameters - 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
Analysis
Resource Permission[] 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
Analysis
Sheet[] - source
Entity AnalysisSource Entity 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 aDefinition
must be provided in order for the request to be valid.- status
Analysis
Resource Status - Status associated with the analysis.
- Tag[]
- Contains a map of the key-value pairs for the resource tag or tags assigned to the analysis.
- theme
Arn string - validation
Strategy AnalysisValidation Strategy - 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_ strid - The ID of the AWS account where you are creating an analysis.
- definition
Analysis
Definition Args - errors
Sequence[Analysis
Error Args] - name str
- parameters
Analysis
Parameters Args - 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[Analysis
Resource Permission Args] 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[Analysis
Sheet Args] - source_
entity AnalysisSource Entity Args 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 aDefinition
must be provided in order for the request to be valid.- status
Analysis
Resource Status - Status associated with the analysis.
- Sequence[Tag
Args] - Contains a map of the key-value pairs for the resource tag or tags assigned to the analysis.
- theme_
arn str - validation_
strategy AnalysisValidation Strategy Args - 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 String - The ID for the analysis that you're creating. This ID displays in the URL of the analysis.
- aws
Account StringId - 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>
- source
Entity 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 aDefinition
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.
- List<Property Map>
- Contains a map of the key-value pairs for the resource tag or tags assigned to the analysis.
- theme
Arn String - validation
Strategy 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
- Created
Time string - Data
Set List<string>Arns - Id string
- The provider-assigned unique ID for this managed resource.
- Last
Updated stringTime
- Arn string
- Created
Time string - Data
Set []stringArns - Id string
- The provider-assigned unique ID for this managed resource.
- Last
Updated stringTime
- arn String
- created
Time String - data
Set List<String>Arns - id String
- The provider-assigned unique ID for this managed resource.
- last
Updated StringTime
- arn string
- created
Time string - data
Set string[]Arns - id string
- The provider-assigned unique ID for this managed resource.
- last
Updated stringTime
- arn str
- created_
time str - data_
set_ Sequence[str]arns - id str
- The provider-assigned unique ID for this managed resource.
- last_
updated_ strtime
- arn String
- created
Time String - data
Set List<String>Arns - id String
- The provider-assigned unique ID for this managed resource.
- last
Updated StringTime
Supporting Types
Note: There are over 200 nested types for this resource. Only the first 200 types are included in this documentation.
AnalysisAggregationFunction, AnalysisAggregationFunctionArgs
- Attribute
Aggregation Pulumi.Function Aws Native. Quick Sight. Inputs. Analysis Attribute Aggregation Function - Aggregation for attributes.
- Categorical
Aggregation Pulumi.Function Aws Native. Quick Sight. Analysis Categorical Aggregation Function - 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 Pulumi.Function Aws Native. Quick Sight. Analysis Date Aggregation Function - 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 Pulumi.Function Aws Native. Quick Sight. Inputs. Analysis Numerical Aggregation Function - Aggregation for numerical values.
- Attribute
Aggregation AnalysisFunction Attribute Aggregation Function - Aggregation for attributes.
- Categorical
Aggregation AnalysisFunction Categorical Aggregation Function - 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 AnalysisFunction Date Aggregation Function - 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 AnalysisFunction Numerical Aggregation Function - Aggregation for numerical values.
- attribute
Aggregation AnalysisFunction Attribute Aggregation Function - Aggregation for attributes.
- categorical
Aggregation AnalysisFunction Categorical Aggregation Function - 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 AnalysisFunction Date Aggregation Function - 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 AnalysisFunction Numerical Aggregation Function - Aggregation for numerical values.
- attribute
Aggregation AnalysisFunction Attribute Aggregation Function - Aggregation for attributes.
- categorical
Aggregation AnalysisFunction Categorical Aggregation Function - 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 AnalysisFunction Date Aggregation Function - 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 AnalysisFunction Numerical Aggregation Function - Aggregation for numerical values.
- attribute_
aggregation_ Analysisfunction Attribute Aggregation Function - Aggregation for attributes.
- categorical_
aggregation_ Analysisfunction Categorical Aggregation Function - 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_ Analysisfunction Date Aggregation Function - 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_ Analysisfunction Numerical Aggregation Function - Aggregation for numerical values.
- attribute
Aggregation Property MapFunction - Aggregation for attributes.
- categorical
Aggregation "COUNT" | "DISTINCT_COUNT"Function - 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 "COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX"Function - 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 Property MapFunction - Aggregation for numerical values.
AnalysisAggregationSortConfiguration, AnalysisAggregationSortConfigurationArgs
- Column
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Column Identifier - The column that determines the sort order of aggregated values.
- Sort
Direction Pulumi.Aws Native. Quick Sight. Analysis Sort Direction - The sort direction of values.
ASC
: Sort in ascending order.DESC
: Sort in descending order.
- Aggregation
Function Pulumi.Aws Native. Quick Sight. Inputs. Analysis Aggregation Function - The function that aggregates the values in
Column
.
- Column
Analysis
Column Identifier - The column that determines the sort order of aggregated values.
- Sort
Direction AnalysisSort Direction - The sort direction of values.
ASC
: Sort in ascending order.DESC
: Sort in descending order.
- Aggregation
Function AnalysisAggregation Function - The function that aggregates the values in
Column
.
- column
Analysis
Column Identifier - The column that determines the sort order of aggregated values.
- sort
Direction AnalysisSort Direction - The sort direction of values.
ASC
: Sort in ascending order.DESC
: Sort in descending order.
- aggregation
Function AnalysisAggregation Function - The function that aggregates the values in
Column
.
- column
Analysis
Column Identifier - The column that determines the sort order of aggregated values.
- sort
Direction AnalysisSort Direction - The sort direction of values.
ASC
: Sort in ascending order.DESC
: Sort in descending order.
- aggregation
Function AnalysisAggregation Function - The function that aggregates the values in
Column
.
- column
Analysis
Column Identifier - The column that determines the sort order of aggregated values.
- sort_
direction AnalysisSort Direction - The sort direction of values.
ASC
: Sort in ascending order.DESC
: Sort in descending order.
- aggregation_
function AnalysisAggregation Function - The function that aggregates the values in
Column
.
- column Property Map
- The column that determines the sort order of aggregated values.
- sort
Direction "ASC" | "DESC" - The sort direction of values.
ASC
: Sort in ascending order.DESC
: Sort in descending order.
- aggregation
Function Property Map - The function that aggregates the values in
Column
.
AnalysisAnchorDateConfiguration, AnalysisAnchorDateConfigurationArgs
- Anchor
Option Pulumi.Aws Native. Quick Sight. Analysis Anchor Option - The options for the date configuration. Choose one of the options below:
NOW
- Parameter
Name string - The name of the parameter that is used for the anchor date configuration.
- Anchor
Option AnalysisAnchor Option - The options for the date configuration. Choose one of the options below:
NOW
- Parameter
Name string - The name of the parameter that is used for the anchor date configuration.
- anchor
Option AnalysisAnchor Option - The options for the date configuration. Choose one of the options below:
NOW
- parameter
Name String - The name of the parameter that is used for the anchor date configuration.
- anchor
Option AnalysisAnchor Option - The options for the date configuration. Choose one of the options below:
NOW
- parameter
Name string - The name of the parameter that is used for the anchor date configuration.
- anchor_
option AnalysisAnchor Option - 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.
- anchor
Option "NOW" - The options for the date configuration. Choose one of the options below:
NOW
- parameter
Name String - The name of the parameter that is used for the anchor date configuration.
AnalysisAnchorOption, AnalysisAnchorOptionArgs
- Now
- NOW
- Analysis
Anchor Option Now - NOW
- Now
- NOW
- Now
- NOW
- NOW
- NOW
- "NOW"
- NOW
AnalysisArcAxisConfiguration, AnalysisArcAxisConfigurationArgs
- Range
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Arc Axis Display Range - The arc axis range of a
GaugeChartVisual
. - Reserve
Range double - The reserved range of the arc axis.
- Range
Analysis
Arc Axis Display Range - The arc axis range of a
GaugeChartVisual
. - Reserve
Range float64 - The reserved range of the arc axis.
- range
Analysis
Arc Axis Display Range - The arc axis range of a
GaugeChartVisual
. - reserve
Range Double - The reserved range of the arc axis.
- range
Analysis
Arc Axis Display Range - The arc axis range of a
GaugeChartVisual
. - reserve
Range number - The reserved range of the arc axis.
- range
Analysis
Arc Axis Display Range - 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
. - reserve
Range Number - The reserved range of the arc axis.
AnalysisArcAxisDisplayRange, AnalysisArcAxisDisplayRangeArgs
AnalysisArcConfiguration, AnalysisArcConfigurationArgs
- Arc
Angle double - The option that determines the arc angle of a
GaugeChartVisual
. - Arc
Thickness Pulumi.Aws Native. Quick Sight. Analysis Arc Thickness Options - The options that determine the arc thickness of a
GaugeChartVisual
.
- Arc
Angle float64 - The option that determines the arc angle of a
GaugeChartVisual
. - Arc
Thickness AnalysisArc Thickness Options - The options that determine the arc thickness of a
GaugeChartVisual
.
- arc
Angle Double - The option that determines the arc angle of a
GaugeChartVisual
. - arc
Thickness AnalysisArc Thickness Options - The options that determine the arc thickness of a
GaugeChartVisual
.
- arc
Angle number - The option that determines the arc angle of a
GaugeChartVisual
. - arc
Thickness AnalysisArc Thickness Options - 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 AnalysisArc Thickness Options - The options that determine the arc thickness of a
GaugeChartVisual
.
- arc
Angle Number - The option that determines the arc angle of a
GaugeChartVisual
. - arc
Thickness "SMALL" | "MEDIUM" | "LARGE" - The options that determine the arc thickness of a
GaugeChartVisual
.
AnalysisArcOptions, AnalysisArcOptionsArgs
- Arc
Thickness Pulumi.Aws Native. Quick Sight. Analysis Arc Thickness - The arc thickness of a
GaugeChartVisual
.
- Arc
Thickness AnalysisArc Thickness - The arc thickness of a
GaugeChartVisual
.
- arc
Thickness AnalysisArc Thickness - The arc thickness of a
GaugeChartVisual
.
- arc
Thickness AnalysisArc Thickness - The arc thickness of a
GaugeChartVisual
.
- arc_
thickness AnalysisArc Thickness - The arc thickness of a
GaugeChartVisual
.
- arc
Thickness "SMALL" | "MEDIUM" | "LARGE" | "WHOLE" - The arc thickness of a
GaugeChartVisual
.
AnalysisArcThickness, AnalysisArcThicknessArgs
- Small
- SMALL
- Medium
- MEDIUM
- Large
- LARGE
- Whole
- WHOLE
- Analysis
Arc Thickness Small - SMALL
- Analysis
Arc Thickness Medium - MEDIUM
- Analysis
Arc Thickness Large - LARGE
- Analysis
Arc Thickness 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
- "SMALL"
- SMALL
- "MEDIUM"
- MEDIUM
- "LARGE"
- LARGE
- "WHOLE"
- WHOLE
AnalysisArcThicknessOptions, AnalysisArcThicknessOptionsArgs
- Small
- SMALL
- Medium
- MEDIUM
- Large
- LARGE
- Analysis
Arc Thickness Options Small - SMALL
- Analysis
Arc Thickness Options Medium - MEDIUM
- Analysis
Arc Thickness Options Large - 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.
- Week
Start Pulumi.Aws Native. Quick Sight. Analysis Day Of The Week - Determines the week start day for an analysis.
- Timezone string
- Determines the timezone for the analysis.
- Week
Start AnalysisDay Of The Week - Determines the week start day for an analysis.
- timezone String
- Determines the timezone for the analysis.
- week
Start AnalysisDay Of The Week - Determines the week start day for an analysis.
- timezone string
- Determines the timezone for the analysis.
- week
Start AnalysisDay Of The Week - Determines the week start day for an analysis.
- timezone str
- Determines the timezone for the analysis.
- week_
start AnalysisDay Of The Week - Determines the week start day for an analysis.
- timezone String
- Determines the timezone for the analysis.
- week
Start "SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" - Determines the week start day for an analysis.
AnalysisAttributeAggregationFunction, AnalysisAttributeAggregationFunctionArgs
- Simple
Attribute Pulumi.Aggregation Aws Native. Quick Sight. Analysis Simple Attribute Aggregation Function - The built-in aggregation functions for attributes.
UNIQUE_VALUE
: Returns the unique value for a field, aggregated by the dimension fields.
- Value
For stringMultiple Values - 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 AnalysisAggregation Simple Attribute Aggregation Function - The built-in aggregation functions for attributes.
UNIQUE_VALUE
: Returns the unique value for a field, aggregated by the dimension fields.
- Value
For stringMultiple Values - 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 AnalysisAggregation Simple Attribute Aggregation Function - The built-in aggregation functions for attributes.
UNIQUE_VALUE
: Returns the unique value for a field, aggregated by the dimension fields.
- value
For StringMultiple Values - 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 AnalysisAggregation Simple Attribute Aggregation Function - The built-in aggregation functions for attributes.
UNIQUE_VALUE
: Returns the unique value for a field, aggregated by the dimension fields.
- value
For stringMultiple Values - 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_ Analysisaggregation Simple Attribute Aggregation Function - The built-in aggregation functions for attributes.
UNIQUE_VALUE
: Returns the unique value for a field, aggregated by the dimension fields.
- value_
for_ strmultiple_ values - 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 "UNIQUE_VALUE"Aggregation - The built-in aggregation functions for attributes.
UNIQUE_VALUE
: Returns the unique value for a field, aggregated by the dimension fields.
- value
For StringMultiple Values - 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
- Primary
Yaxis - PRIMARY_YAXIS
- Secondary
Yaxis - SECONDARY_YAXIS
- Analysis
Axis Binding Primary Yaxis - PRIMARY_YAXIS
- Analysis
Axis Binding Secondary Yaxis - SECONDARY_YAXIS
- Primary
Yaxis - PRIMARY_YAXIS
- Secondary
Yaxis - SECONDARY_YAXIS
- Primary
Yaxis - PRIMARY_YAXIS
- Secondary
Yaxis - SECONDARY_YAXIS
- PRIMARY_YAXIS
- PRIMARY_YAXIS
- SECONDARY_YAXIS
- SECONDARY_YAXIS
- "PRIMARY_YAXIS"
- PRIMARY_YAXIS
- "SECONDARY_YAXIS"
- SECONDARY_YAXIS
AnalysisAxisDataOptions, AnalysisAxisDataOptionsArgs
- Date
Axis Pulumi.Options Aws Native. Quick Sight. Inputs. Analysis Date Axis Options - The options for an axis with a date field.
- Numeric
Axis Pulumi.Options Aws Native. Quick Sight. Inputs. Analysis Numeric Axis Options - The options for an axis with a numeric field.
- Date
Axis AnalysisOptions Date Axis Options - The options for an axis with a date field.
- Numeric
Axis AnalysisOptions Numeric Axis Options - The options for an axis with a numeric field.
- date
Axis AnalysisOptions Date Axis Options - The options for an axis with a date field.
- numeric
Axis AnalysisOptions Numeric Axis Options - The options for an axis with a numeric field.
- date
Axis AnalysisOptions Date Axis Options - The options for an axis with a date field.
- numeric
Axis AnalysisOptions Numeric Axis Options - The options for an axis with a numeric field.
- date_
axis_ Analysisoptions Date Axis Options - The options for an axis with a date field.
- numeric_
axis_ Analysisoptions Numeric Axis Options - The options for an axis with a numeric field.
- date
Axis Property MapOptions - The options for an axis with a date field.
- numeric
Axis Property MapOptions - The options for an axis with a numeric field.
AnalysisAxisDisplayMinMaxRange, AnalysisAxisDisplayMinMaxRangeArgs
AnalysisAxisDisplayOptions, AnalysisAxisDisplayOptionsArgs
- Axis
Line Pulumi.Visibility Aws Native. Quick Sight. Analysis Visibility - Determines whether or not the axis line is visible.
- Axis
Offset string - String based length that is composed of value and unit in px
- Data
Options Pulumi.Aws Native. Quick Sight. Inputs. Analysis Axis Data Options - The data options for an axis.
- Grid
Line Pulumi.Visibility Aws Native. Quick Sight. Analysis Visibility - Determines whether or not the grid line is visible.
- Scrollbar
Options Pulumi.Aws Native. Quick Sight. Inputs. Analysis Scroll Bar Options - The scroll bar options for an axis.
- Tick
Label Pulumi.Options Aws Native. Quick Sight. Inputs. Analysis Axis Tick Label Options - The tick label options of an axis.
- Axis
Line AnalysisVisibility Visibility - Determines whether or not the axis line is visible.
- Axis
Offset string - String based length that is composed of value and unit in px
- Data
Options AnalysisAxis Data Options - The data options for an axis.
- Grid
Line AnalysisVisibility Visibility - Determines whether or not the grid line is visible.
- Scrollbar
Options AnalysisScroll Bar Options - The scroll bar options for an axis.
- Tick
Label AnalysisOptions Axis Tick Label Options - The tick label options of an axis.
- axis
Line AnalysisVisibility Visibility - Determines whether or not the axis line is visible.
- axis
Offset String - String based length that is composed of value and unit in px
- data
Options AnalysisAxis Data Options - The data options for an axis.
- grid
Line AnalysisVisibility Visibility - Determines whether or not the grid line is visible.
- scrollbar
Options AnalysisScroll Bar Options - The scroll bar options for an axis.
- tick
Label AnalysisOptions Axis Tick Label Options - The tick label options of an axis.
- axis
Line AnalysisVisibility Visibility - Determines whether or not the axis line is visible.
- axis
Offset string - String based length that is composed of value and unit in px
- data
Options AnalysisAxis Data Options - The data options for an axis.
- grid
Line AnalysisVisibility Visibility - Determines whether or not the grid line is visible.
- scrollbar
Options AnalysisScroll Bar Options - The scroll bar options for an axis.
- tick
Label AnalysisOptions Axis Tick Label Options - The tick label options of an axis.
- axis_
line_ Analysisvisibility Visibility - 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 AnalysisAxis Data Options - The data options for an axis.
- grid_
line_ Analysisvisibility Visibility - Determines whether or not the grid line is visible.
- scrollbar_
options AnalysisScroll Bar Options - The scroll bar options for an axis.
- tick_
label_ Analysisoptions Axis Tick Label Options - The tick label options of an axis.
- axis
Line "HIDDEN" | "VISIBLE"Visibility - Determines whether or not the axis line is visible.
- axis
Offset String - String based length that is composed of value and unit in px
- data
Options Property Map - The data options for an axis.
- grid
Line "HIDDEN" | "VISIBLE"Visibility - Determines whether or not the grid line is visible.
- scrollbar
Options Property Map - The scroll bar options for an axis.
- tick
Label Property MapOptions - The tick label options of an axis.
AnalysisAxisDisplayRange, AnalysisAxisDisplayRangeArgs
- Data
Driven Pulumi.Aws Native. Quick Sight. Inputs. Analysis Axis Display Data Driven Range - The data-driven setup of an axis display range.
- Min
Max Pulumi.Aws Native. Quick Sight. Inputs. Analysis Axis Display Min Max Range - The minimum and maximum setup of an axis display range.
- Data
Driven AnalysisAxis Display Data Driven Range - The data-driven setup of an axis display range.
- Min
Max AnalysisAxis Display Min Max Range - The minimum and maximum setup of an axis display range.
- data
Driven AnalysisAxis Display Data Driven Range - The data-driven setup of an axis display range.
- min
Max AnalysisAxis Display Min Max Range - The minimum and maximum setup of an axis display range.
- data
Driven AnalysisAxis Display Data Driven Range - The data-driven setup of an axis display range.
- min
Max AnalysisAxis Display Min Max Range - The minimum and maximum setup of an axis display range.
- data_
driven AnalysisAxis Display Data Driven Range - The data-driven setup of an axis display range.
- min_
max AnalysisAxis Display Min Max Range - The minimum and maximum setup of an axis display range.
- data
Driven Property Map - The data-driven setup of an axis display range.
- min
Max Property Map - The minimum and maximum setup of an axis display range.
AnalysisAxisLabelOptions, AnalysisAxisLabelOptionsArgs
- Apply
To Pulumi.Aws Native. Quick Sight. Inputs. Analysis Axis Label Reference Options - The options that indicate which field the label belongs to.
- Custom
Label string - The text for the axis label.
- Font
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Analysis Font Configuration - The font configuration of the axis label.
- Apply
To AnalysisAxis Label Reference Options - The options that indicate which field the label belongs to.
- Custom
Label string - The text for the axis label.
- Font
Configuration AnalysisFont Configuration - The font configuration of the axis label.
- apply
To AnalysisAxis Label Reference Options - The options that indicate which field the label belongs to.
- custom
Label String - The text for the axis label.
- font
Configuration AnalysisFont Configuration - The font configuration of the axis label.
- apply
To AnalysisAxis Label Reference Options - The options that indicate which field the label belongs to.
- custom
Label string - The text for the axis label.
- font
Configuration AnalysisFont Configuration - The font configuration of the axis label.
- apply_
to AnalysisAxis Label Reference Options - The options that indicate which field the label belongs to.
- custom_
label str - The text for the axis label.
- font_
configuration AnalysisFont Configuration - The font configuration of the axis label.
- apply
To Property Map - The options that indicate which field the label belongs to.
- custom
Label String - The text for the axis label.
- font
Configuration Property Map - The font configuration of the axis label.
AnalysisAxisLabelReferenceOptions, AnalysisAxisLabelReferenceOptionsArgs
- Column
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Column Identifier - The column that the axis label is targeted to.
- Field
Id string - The field that the axis label is targeted to.
- Column
Analysis
Column Identifier - The column that the axis label is targeted to.
- Field
Id string - The field that the axis label is targeted to.
- column
Analysis
Column Identifier - The column that the axis label is targeted to.
- field
Id String - The field that the axis label is targeted to.
- column
Analysis
Column Identifier - The column that the axis label is targeted to.
- field
Id string - The field that the axis label is targeted to.
- column
Analysis
Column Identifier - 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.
- field
Id String - The field that the axis label is targeted to.
AnalysisAxisLinearScale, AnalysisAxisLinearScaleArgs
- step_
count float - The step count setup of a linear axis.
- step_
size float - 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
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Axis Linear Scale - The linear axis scale setup.
- Logarithmic
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Axis Logarithmic Scale - The logarithmic axis scale setup.
- Linear
Analysis
Axis Linear Scale - The linear axis scale setup.
- Logarithmic
Analysis
Axis Logarithmic Scale - The logarithmic axis scale setup.
- linear
Analysis
Axis Linear Scale - The linear axis scale setup.
- logarithmic
Analysis
Axis Logarithmic Scale - The logarithmic axis scale setup.
- linear
Analysis
Axis Linear Scale - The linear axis scale setup.
- logarithmic
Analysis
Axis Logarithmic Scale - The logarithmic axis scale setup.
- linear
Analysis
Axis Linear Scale - The linear axis scale setup.
- logarithmic
Analysis
Axis Logarithmic Scale - The logarithmic axis scale setup.
- linear Property Map
- The linear axis scale setup.
- logarithmic Property Map
- The logarithmic axis scale setup.
AnalysisAxisTickLabelOptions, AnalysisAxisTickLabelOptionsArgs
- Label
Options Pulumi.Aws Native. Quick Sight. Inputs. Analysis Label Options - Determines whether or not the axis ticks are visible.
- Rotation
Angle double - The rotation angle of the axis tick labels.
- Label
Options AnalysisLabel Options - Determines whether or not the axis ticks are visible.
- Rotation
Angle float64 - The rotation angle of the axis tick labels.
- label
Options AnalysisLabel Options - Determines whether or not the axis ticks are visible.
- rotation
Angle Double - The rotation angle of the axis tick labels.
- label
Options AnalysisLabel Options - Determines whether or not the axis ticks are visible.
- rotation
Angle number - The rotation angle of the axis tick labels.
- label_
options AnalysisLabel Options - Determines whether or not the axis ticks are visible.
- rotation_
angle float - The rotation angle of the axis tick labels.
- label
Options Property Map - Determines whether or not the axis ticks are visible.
- rotation
Angle Number - The rotation angle of the axis tick labels.
AnalysisBarChartAggregatedFieldWells, AnalysisBarChartAggregatedFieldWellsArgs
- Category
List<Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Dimension Field> - The category (y-axis) field well of a bar chart.
- Colors
List<Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Dimension Field> - The color (group/color) field well of a bar chart.
- Small
Multiples List<Pulumi.Aws Native. Quick Sight. Inputs. Analysis Dimension Field> - The small multiples field well of a bar chart.
- Values
List<Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Measure Field> - The value field wells of a bar chart. Values are aggregated by category.
- Category
[]Analysis
Dimension Field - The category (y-axis) field well of a bar chart.
- Colors
[]Analysis
Dimension Field - The color (group/color) field well of a bar chart.
- Small
Multiples []AnalysisDimension Field - The small multiples field well of a bar chart.
- Values
[]Analysis
Measure Field - The value field wells of a bar chart. Values are aggregated by category.
- category
List<Analysis
Dimension Field> - The category (y-axis) field well of a bar chart.
- colors
List<Analysis
Dimension Field> - The color (group/color) field well of a bar chart.
- small
Multiples List<AnalysisDimension Field> - The small multiples field well of a bar chart.
- values
List<Analysis
Measure Field> - The value field wells of a bar chart. Values are aggregated by category.
- category
Analysis
Dimension Field[] - The category (y-axis) field well of a bar chart.
- colors
Analysis
Dimension Field[] - The color (group/color) field well of a bar chart.
- small
Multiples AnalysisDimension Field[] - The small multiples field well of a bar chart.
- values
Analysis
Measure Field[] - The value field wells of a bar chart. Values are aggregated by category.
- category
Sequence[Analysis
Dimension Field] - The category (y-axis) field well of a bar chart.
- colors
Sequence[Analysis
Dimension Field] - The color (group/color) field well of a bar chart.
- small_
multiples Sequence[AnalysisDimension Field] - The small multiples field well of a bar chart.
- values
Sequence[Analysis
Measure Field] - 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.
- small
Multiples 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
- Bars
Arrangement Pulumi.Aws Native. Quick Sight. Analysis Bars Arrangement - 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 Pulumi.Aws Native. Quick Sight. Inputs. Analysis Axis Display Options - The label display options (grid line, range, scale, axis step) for bar chart category.
- Category
Label Pulumi.Options Aws Native. Quick Sight. Inputs. Analysis Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) for a bar chart.
- Color
Label Pulumi.Options Aws Native. Quick Sight. Inputs. Analysis Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
- Contribution
Analysis List<Pulumi.Defaults Aws Native. Quick Sight. Inputs. Analysis Contribution Analysis Default> - The contribution analysis (anomaly configuration) setup of the visual.
- Data
Labels Pulumi.Aws Native. Quick Sight. Inputs. Analysis Data Label Options - The options that determine if visual data labels are displayed.
- Field
Wells Pulumi.Aws Native. Quick Sight. Inputs. Analysis Bar Chart Field Wells - The field wells of the visual.
- Legend
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Legend Options - The legend display setup of the visual.
- Orientation
Pulumi.
Aws Native. Quick Sight. Analysis Bar Chart Orientation - 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 List<Pulumi.Aws Native. Quick Sight. Inputs. Analysis Reference Line> - The reference line setup of the visual.
- Small
Multiples Pulumi.Options Aws Native. Quick Sight. Inputs. Analysis Small Multiples Options - The small multiples setup for the visual.
- Sort
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Analysis Bar Chart Sort Configuration - The sort configuration of a
BarChartVisual
. - Tooltip
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Tooltip Options - The tooltip display setup of the visual.
- Value
Axis Pulumi.Aws Native. Quick Sight. Inputs. Analysis Axis Display Options - The label display options (grid line, range, scale, axis step) for a bar chart value.
- Value
Label Pulumi.Options Aws Native. Quick Sight. Inputs. Analysis Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) for a bar chart value.
- Visual
Palette Pulumi.Aws Native. Quick Sight. Inputs. Analysis Visual Palette - The palette (chart color) display setup of the visual.
- Bars
Arrangement AnalysisBars Arrangement - 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 AnalysisAxis Display Options - The label display options (grid line, range, scale, axis step) for bar chart category.
- Category
Label AnalysisOptions Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) for a bar chart.
- Color
Label AnalysisOptions Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
- Contribution
Analysis []AnalysisDefaults Contribution Analysis Default - The contribution analysis (anomaly configuration) setup of the visual.
- Data
Labels AnalysisData Label Options - The options that determine if visual data labels are displayed.
- Field
Wells AnalysisBar Chart Field Wells - The field wells of the visual.
- Legend
Analysis
Legend Options - The legend display setup of the visual.
- Orientation
Analysis
Bar Chart Orientation - 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 []AnalysisReference Line - The reference line setup of the visual.
- Small
Multiples AnalysisOptions Small Multiples Options - The small multiples setup for the visual.
- Sort
Configuration AnalysisBar Chart Sort Configuration - The sort configuration of a
BarChartVisual
. - Tooltip
Analysis
Tooltip Options - The tooltip display setup of the visual.
- Value
Axis AnalysisAxis Display Options - The label display options (grid line, range, scale, axis step) for a bar chart value.
- Value
Label AnalysisOptions Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) for a bar chart value.
- Visual
Palette AnalysisVisual Palette - The palette (chart color) display setup of the visual.
- bars
Arrangement AnalysisBars Arrangement - 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 AnalysisAxis Display Options - The label display options (grid line, range, scale, axis step) for bar chart category.
- category
Label AnalysisOptions Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) for a bar chart.
- color
Label AnalysisOptions Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
- contribution
Analysis List<AnalysisDefaults Contribution Analysis Default> - The contribution analysis (anomaly configuration) setup of the visual.
- data
Labels AnalysisData Label Options - The options that determine if visual data labels are displayed.
- field
Wells AnalysisBar Chart Field Wells - The field wells of the visual.
- legend
Analysis
Legend Options - The legend display setup of the visual.
- orientation
Analysis
Bar Chart Orientation - 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 List<AnalysisReference Line> - The reference line setup of the visual.
- small
Multiples AnalysisOptions Small Multiples Options - The small multiples setup for the visual.
- sort
Configuration AnalysisBar Chart Sort Configuration - The sort configuration of a
BarChartVisual
. - tooltip
Analysis
Tooltip Options - The tooltip display setup of the visual.
- value
Axis AnalysisAxis Display Options - The label display options (grid line, range, scale, axis step) for a bar chart value.
- value
Label AnalysisOptions Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) for a bar chart value.
- visual
Palette AnalysisVisual Palette - The palette (chart color) display setup of the visual.
- bars
Arrangement AnalysisBars Arrangement - 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 AnalysisAxis Display Options - The label display options (grid line, range, scale, axis step) for bar chart category.
- category
Label AnalysisOptions Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) for a bar chart.
- color
Label AnalysisOptions Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
- contribution
Analysis AnalysisDefaults Contribution Analysis Default[] - The contribution analysis (anomaly configuration) setup of the visual.
- data
Labels AnalysisData Label Options - The options that determine if visual data labels are displayed.
- field
Wells AnalysisBar Chart Field Wells - The field wells of the visual.
- legend
Analysis
Legend Options - The legend display setup of the visual.
- orientation
Analysis
Bar Chart Orientation - 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 AnalysisReference Line[] - The reference line setup of the visual.
- small
Multiples AnalysisOptions Small Multiples Options - The small multiples setup for the visual.
- sort
Configuration AnalysisBar Chart Sort Configuration - The sort configuration of a
BarChartVisual
. - tooltip
Analysis
Tooltip Options - The tooltip display setup of the visual.
- value
Axis AnalysisAxis Display Options - The label display options (grid line, range, scale, axis step) for a bar chart value.
- value
Label AnalysisOptions Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) for a bar chart value.
- visual
Palette AnalysisVisual Palette - The palette (chart color) display setup of the visual.
- bars_
arrangement AnalysisBars Arrangement - 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 AnalysisAxis Display Options - The label display options (grid line, range, scale, axis step) for bar chart category.
- category_
label_ Analysisoptions Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) for a bar chart.
- color_
label_ Analysisoptions Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
- contribution_
analysis_ Sequence[Analysisdefaults Contribution Analysis Default] - The contribution analysis (anomaly configuration) setup of the visual.
- data_
labels AnalysisData Label Options - The options that determine if visual data labels are displayed.
- field_
wells AnalysisBar Chart Field Wells - The field wells of the visual.
- legend
Analysis
Legend Options - The legend display setup of the visual.
- orientation
Analysis
Bar Chart Orientation - 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[AnalysisReference Line] - The reference line setup of the visual.
- small_
multiples_ Analysisoptions Small Multiples Options - The small multiples setup for the visual.
- sort_
configuration AnalysisBar Chart Sort Configuration - The sort configuration of a
BarChartVisual
. - tooltip
Analysis
Tooltip Options - The tooltip display setup of the visual.
- value_
axis AnalysisAxis Display Options - The label display options (grid line, range, scale, axis step) for a bar chart value.
- value_
label_ Analysisoptions Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) for a bar chart value.
- visual_
palette AnalysisVisual Palette - The palette (chart color) display setup of the visual.
- bars
Arrangement "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.
- category
Axis Property Map - The label display options (grid line, range, scale, axis step) for bar chart category.
- category
Label Property MapOptions - The label options (label text, label visibility and sort icon visibility) for a bar chart.
- color
Label Property MapOptions - The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
- contribution
Analysis List<Property Map>Defaults - The contribution analysis (anomaly configuration) setup of the visual.
- data
Labels Property Map - The options that determine if visual data labels are displayed.
- field
Wells 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.
- reference
Lines List<Property Map> - The reference line setup of the visual.
- small
Multiples Property MapOptions - The small multiples setup for the visual.
- sort
Configuration Property Map - The sort configuration of a
BarChartVisual
. - tooltip Property Map
- The tooltip display setup of the visual.
- value
Axis Property Map - The label display options (grid line, range, scale, axis step) for a bar chart value.
- value
Label Property MapOptions - The label options (label text, label visibility and sort icon visibility) for a bar chart value.
- visual
Palette Property Map - The palette (chart color) display setup of the visual.
AnalysisBarChartFieldWells, AnalysisBarChartFieldWellsArgs
- Bar
Chart Pulumi.Aggregated Field Wells Aws Native. Quick Sight. Inputs. Analysis Bar Chart Aggregated Field Wells - The aggregated field wells of a bar chart.
- Bar
Chart AnalysisAggregated Field Wells Bar Chart Aggregated Field Wells - The aggregated field wells of a bar chart.
- bar
Chart AnalysisAggregated Field Wells Bar Chart Aggregated Field Wells - The aggregated field wells of a bar chart.
- bar
Chart AnalysisAggregated Field Wells Bar Chart Aggregated Field Wells - The aggregated field wells of a bar chart.
- bar_
chart_ Analysisaggregated_ field_ wells Bar Chart Aggregated Field Wells - The aggregated field wells of a bar chart.
- bar
Chart Property MapAggregated Field Wells - The aggregated field wells of a bar chart.
AnalysisBarChartOrientation, AnalysisBarChartOrientationArgs
- Horizontal
- HORIZONTAL
- Vertical
- VERTICAL
- Analysis
Bar Chart Orientation Horizontal - HORIZONTAL
- Analysis
Bar Chart Orientation Vertical - VERTICAL
- Horizontal
- HORIZONTAL
- Vertical
- VERTICAL
- Horizontal
- HORIZONTAL
- Vertical
- VERTICAL
- HORIZONTAL
- HORIZONTAL
- VERTICAL
- VERTICAL
- "HORIZONTAL"
- HORIZONTAL
- "VERTICAL"
- VERTICAL
AnalysisBarChartSortConfiguration, AnalysisBarChartSortConfigurationArgs
- Category
Items Pulumi.Limit Aws Native. Quick Sight. Inputs. Analysis Items Limit Configuration - The limit on the number of categories displayed in a bar chart.
- Category
Sort List<Pulumi.Aws Native. Quick Sight. Inputs. Analysis Field Sort Options> - The sort configuration of category fields.
- Color
Items Pulumi.Limit Aws Native. Quick Sight. Inputs. Analysis Items Limit Configuration - The limit on the number of values displayed in a bar chart.
- Color
Sort List<Pulumi.Aws Native. Quick Sight. Inputs. Analysis Field Sort Options> - The sort configuration of color fields in a bar chart.
- Small
Multiples Pulumi.Limit Configuration Aws Native. Quick Sight. Inputs. Analysis Items Limit Configuration - The limit on the number of small multiples panels that are displayed.
- Small
Multiples List<Pulumi.Sort Aws Native. Quick Sight. Inputs. Analysis Field Sort Options> - The sort configuration of the small multiples field.
- Category
Items AnalysisLimit Items Limit Configuration - The limit on the number of categories displayed in a bar chart.
- Category
Sort []AnalysisField Sort Options - The sort configuration of category fields.
- Color
Items AnalysisLimit Items Limit Configuration - The limit on the number of values displayed in a bar chart.
- Color
Sort []AnalysisField Sort Options - The sort configuration of color fields in a bar chart.
- Small
Multiples AnalysisLimit Configuration Items Limit Configuration - The limit on the number of small multiples panels that are displayed.
- Small
Multiples []AnalysisSort Field Sort Options - The sort configuration of the small multiples field.
- category
Items AnalysisLimit Items Limit Configuration - The limit on the number of categories displayed in a bar chart.
- category
Sort List<AnalysisField Sort Options> - The sort configuration of category fields.
- color
Items AnalysisLimit Items Limit Configuration - The limit on the number of values displayed in a bar chart.
- color
Sort List<AnalysisField Sort Options> - The sort configuration of color fields in a bar chart.
- small
Multiples AnalysisLimit Configuration Items Limit Configuration - The limit on the number of small multiples panels that are displayed.
- small
Multiples List<AnalysisSort Field Sort Options> - The sort configuration of the small multiples field.
- category
Items AnalysisLimit Items Limit Configuration - The limit on the number of categories displayed in a bar chart.
- category
Sort AnalysisField Sort Options[] - The sort configuration of category fields.
- color
Items AnalysisLimit Items Limit Configuration - The limit on the number of values displayed in a bar chart.
- color
Sort AnalysisField Sort Options[] - The sort configuration of color fields in a bar chart.
- small
Multiples AnalysisLimit Configuration Items Limit Configuration - The limit on the number of small multiples panels that are displayed.
- small
Multiples AnalysisSort Field Sort Options[] - The sort configuration of the small multiples field.
- category_
items_ Analysislimit Items Limit Configuration - The limit on the number of categories displayed in a bar chart.
- category_
sort Sequence[AnalysisField Sort Options] - The sort configuration of category fields.
- color_
items_ Analysislimit Items Limit Configuration - The limit on the number of values displayed in a bar chart.
- color_
sort Sequence[AnalysisField Sort Options] - The sort configuration of color fields in a bar chart.
- small_
multiples_ Analysislimit_ configuration Items Limit Configuration - The limit on the number of small multiples panels that are displayed.
- small_
multiples_ Sequence[Analysissort Field Sort Options] - The sort configuration of the small multiples field.
- category
Items Property MapLimit - The limit on the number of categories displayed in a bar chart.
- category
Sort List<Property Map> - The sort configuration of category fields.
- color
Items Property MapLimit - The limit on the number of values displayed in a bar chart.
- color
Sort List<Property Map> - The sort configuration of color fields in a bar chart.
- small
Multiples Property MapLimit Configuration - The limit on the number of small multiples panels that are displayed.
- small
Multiples List<Property Map>Sort - The sort configuration of the small multiples field.
AnalysisBarChartVisual, AnalysisBarChartVisualArgs
- Visual
Id 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.
Aws Native. Quick Sight. Inputs. Analysis Visual Custom Action> - The list of custom actions that are configured for a visual.
- Chart
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Analysis Bar Chart Configuration - The configuration settings of the visual.
- Column
Hierarchies List<Pulumi.Aws Native. Quick Sight. Inputs. Analysis Column Hierarchy> - The column hierarchy that is used during drill-downs and drill-ups.
- Subtitle
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- Title
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Visual Title Label Options - The title that is displayed on the visual.
- Visual
Id 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
[]Analysis
Visual Custom Action - The list of custom actions that are configured for a visual.
- Chart
Configuration AnalysisBar Chart Configuration - The configuration settings of the visual.
- Column
Hierarchies []AnalysisColumn Hierarchy - The column hierarchy that is used during drill-downs and drill-ups.
- Subtitle
Analysis
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- Title
Analysis
Visual Title Label Options - The title that is displayed on the visual.
- visual
Id 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<Analysis
Visual Custom Action> - The list of custom actions that are configured for a visual.
- chart
Configuration AnalysisBar Chart Configuration - The configuration settings of the visual.
- column
Hierarchies List<AnalysisColumn Hierarchy> - The column hierarchy that is used during drill-downs and drill-ups.
- subtitle
Analysis
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- title
Analysis
Visual Title Label Options - The title that is displayed on the visual.
- visual
Id 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
Analysis
Visual Custom Action[] - The list of custom actions that are configured for a visual.
- chart
Configuration AnalysisBar Chart Configuration - The configuration settings of the visual.
- column
Hierarchies AnalysisColumn Hierarchy[] - The column hierarchy that is used during drill-downs and drill-ups.
- subtitle
Analysis
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- title
Analysis
Visual Title Label Options - 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[Analysis
Visual Custom Action] - The list of custom actions that are configured for a visual.
- chart_
configuration AnalysisBar Chart Configuration - The configuration settings of the visual.
- column_
hierarchies Sequence[AnalysisColumn Hierarchy] - The column hierarchy that is used during drill-downs and drill-ups.
- subtitle
Analysis
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- title
Analysis
Visual Title Label Options - The title that is displayed on the visual.
- visual
Id 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.
- chart
Configuration Property Map - The configuration settings of the visual.
- column
Hierarchies 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
- Stacked
Percent - STACKED_PERCENT
- Analysis
Bars Arrangement Clustered - CLUSTERED
- Analysis
Bars Arrangement Stacked - STACKED
- Analysis
Bars Arrangement Stacked Percent - STACKED_PERCENT
- Clustered
- CLUSTERED
- Stacked
- STACKED
- Stacked
Percent - STACKED_PERCENT
- Clustered
- CLUSTERED
- Stacked
- STACKED
- Stacked
Percent - STACKED_PERCENT
- CLUSTERED
- CLUSTERED
- STACKED
- STACKED
- STACKED_PERCENT
- STACKED_PERCENT
- "CLUSTERED"
- CLUSTERED
- "STACKED"
- STACKED
- "STACKED_PERCENT"
- STACKED_PERCENT
AnalysisBaseMapStyleType, AnalysisBaseMapStyleTypeArgs
- Light
Gray - LIGHT_GRAY
- Dark
Gray - DARK_GRAY
- Street
- STREET
- Imagery
- IMAGERY
- Analysis
Base Map Style Type Light Gray - LIGHT_GRAY
- Analysis
Base Map Style Type Dark Gray - DARK_GRAY
- Analysis
Base Map Style Type Street - STREET
- Analysis
Base Map Style Type 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
- 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
- Bin
Count doubleLimit - The options that determine the bin count limit.
- Value double
- The options that determine the bin width value.
- Bin
Count float64Limit - The options that determine the bin count limit.
- Value float64
- The options that determine the bin width value.
- bin
Count DoubleLimit - The options that determine the bin count limit.
- value Double
- The options that determine the bin width value.
- bin
Count numberLimit - The options that determine the bin count limit.
- value number
- The options that determine the bin width value.
- bin_
count_ floatlimit - The options that determine the bin count limit.
- value float
- The options that determine the bin width value.
- bin
Count NumberLimit - The options that determine the bin count limit.
- value Number
- The options that determine the bin width value.
AnalysisBodySectionConfiguration, AnalysisBodySectionConfigurationArgs
- Content
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Body Section Content - The configuration of content in a body section.
- Section
Id string - The unique identifier of a body section.
- Page
Break Pulumi.Configuration Aws Native. Quick Sight. Inputs. Analysis Section Page Break Configuration - The configuration of a page break for a section.
- Style
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Section Style - The style options of a body section.
- Content
Analysis
Body Section Content - The configuration of content in a body section.
- Section
Id string - The unique identifier of a body section.
- Page
Break AnalysisConfiguration Section Page Break Configuration - The configuration of a page break for a section.
- Style
Analysis
Section Style - The style options of a body section.
- content
Analysis
Body Section Content - The configuration of content in a body section.
- section
Id String - The unique identifier of a body section.
- page
Break AnalysisConfiguration Section Page Break Configuration - The configuration of a page break for a section.
- style
Analysis
Section Style - The style options of a body section.
- content
Analysis
Body Section Content - The configuration of content in a body section.
- section
Id string - The unique identifier of a body section.
- page
Break AnalysisConfiguration Section Page Break Configuration - The configuration of a page break for a section.
- style
Analysis
Section Style - The style options of a body section.
- content
Analysis
Body Section Content - The configuration of content in a body section.
- section_
id str - The unique identifier of a body section.
- page_
break_ Analysisconfiguration Section Page Break Configuration - The configuration of a page break for a section.
- style
Analysis
Section Style - The style options of a body section.
- content Property Map
- The configuration of content in a body section.
- section
Id String - The unique identifier of a body section.
- page
Break Property MapConfiguration - The configuration of a page break for a section.
- style Property Map
- The style options of a body section.
AnalysisBodySectionContent, AnalysisBodySectionContentArgs
- Layout
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Section Layout Configuration - The layout configuration of a body section.
- Layout
Analysis
Section Layout Configuration - The layout configuration of a body section.
- layout
Analysis
Section Layout Configuration - The layout configuration of a body section.
- layout
Analysis
Section Layout Configuration - The layout configuration of a body section.
- layout
Analysis
Section Layout Configuration - The layout configuration of a body section.
- layout Property Map
- The layout configuration of a body section.
AnalysisBoxPlotAggregatedFieldWells, AnalysisBoxPlotAggregatedFieldWellsArgs
- Group
By List<Pulumi.Aws Native. Quick Sight. Inputs. Analysis Dimension Field> - The group by field well of a box plot chart. Values are grouped based on group by fields.
- Values
List<Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Measure Field> - The value field well of a box plot chart. Values are aggregated based on group by fields.
- Group
By []AnalysisDimension Field - The group by field well of a box plot chart. Values are grouped based on group by fields.
- Values
[]Analysis
Measure Field - The value field well of a box plot chart. Values are aggregated based on group by fields.
- group
By List<AnalysisDimension Field> - The group by field well of a box plot chart. Values are grouped based on group by fields.
- values
List<Analysis
Measure Field> - The value field well of a box plot chart. Values are aggregated based on group by fields.
- group
By AnalysisDimension Field[] - The group by field well of a box plot chart. Values are grouped based on group by fields.
- values
Analysis
Measure Field[] - The value field well of a box plot chart. Values are aggregated based on group by fields.
- group_
by Sequence[AnalysisDimension Field] - The group by field well of a box plot chart. Values are grouped based on group by fields.
- values
Sequence[Analysis
Measure Field] - The value field well of a box plot chart. Values are aggregated based on group by fields.
- group
By 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
- Box
Plot Pulumi.Options Aws Native. Quick Sight. Inputs. Analysis Box Plot Options - The box plot chart options for a box plot visual
- Category
Axis Pulumi.Aws Native. Quick Sight. Inputs. Analysis Axis Display Options - The label display options (grid line, range, scale, axis step) of a box plot category.
- Category
Label Pulumi.Options Aws Native. Quick Sight. Inputs. Analysis Chart Axis Label Options - The label options (label text, label visibility and sort Icon visibility) of a box plot category.
- Field
Wells Pulumi.Aws Native. Quick Sight. Inputs. Analysis Box Plot Field Wells - The field wells of the visual.
- Legend
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Legend Options - Primary
YAxis Pulumi.Display Options Aws Native. Quick Sight. Inputs. Analysis Axis Display Options - The label display options (grid line, range, scale, axis step) of a box plot category.
- Primary
YAxis Pulumi.Label Options Aws Native. Quick Sight. Inputs. Analysis Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) of a box plot value.
- Reference
Lines List<Pulumi.Aws Native. Quick Sight. Inputs. Analysis Reference Line> - The reference line setup of the visual.
- Sort
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Analysis Box Plot Sort Configuration - The sort configuration of a
BoxPlotVisual
. - Tooltip
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Tooltip Options - The tooltip display setup of the visual.
- Visual
Palette Pulumi.Aws Native. Quick Sight. Inputs. Analysis Visual Palette - The palette (chart color) display setup of the visual.
- Box
Plot AnalysisOptions Box Plot Options - The box plot chart options for a box plot visual
- Category
Axis AnalysisAxis Display Options - The label display options (grid line, range, scale, axis step) of a box plot category.
- Category
Label AnalysisOptions Chart Axis Label Options - The label options (label text, label visibility and sort Icon visibility) of a box plot category.
- Field
Wells AnalysisBox Plot Field Wells - The field wells of the visual.
- Legend
Analysis
Legend Options - Primary
YAxis AnalysisDisplay Options Axis Display Options - The label display options (grid line, range, scale, axis step) of a box plot category.
- Primary
YAxis AnalysisLabel Options Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) of a box plot value.
- Reference
Lines []AnalysisReference Line - The reference line setup of the visual.
- Sort
Configuration AnalysisBox Plot Sort Configuration - The sort configuration of a
BoxPlotVisual
. - Tooltip
Analysis
Tooltip Options - The tooltip display setup of the visual.
- Visual
Palette AnalysisVisual Palette - The palette (chart color) display setup of the visual.
- box
Plot AnalysisOptions Box Plot Options - The box plot chart options for a box plot visual
- category
Axis AnalysisAxis Display Options - The label display options (grid line, range, scale, axis step) of a box plot category.
- category
Label AnalysisOptions Chart Axis Label Options - The label options (label text, label visibility and sort Icon visibility) of a box plot category.
- field
Wells AnalysisBox Plot Field Wells - The field wells of the visual.
- legend
Analysis
Legend Options - primary
YAxis AnalysisDisplay Options Axis Display Options - The label display options (grid line, range, scale, axis step) of a box plot category.
- primary
YAxis AnalysisLabel Options Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) of a box plot value.
- reference
Lines List<AnalysisReference Line> - The reference line setup of the visual.
- sort
Configuration AnalysisBox Plot Sort Configuration - The sort configuration of a
BoxPlotVisual
. - tooltip
Analysis
Tooltip Options - The tooltip display setup of the visual.
- visual
Palette AnalysisVisual Palette - The palette (chart color) display setup of the visual.
- box
Plot AnalysisOptions Box Plot Options - The box plot chart options for a box plot visual
- category
Axis AnalysisAxis Display Options - The label display options (grid line, range, scale, axis step) of a box plot category.
- category
Label AnalysisOptions Chart Axis Label Options - The label options (label text, label visibility and sort Icon visibility) of a box plot category.
- field
Wells AnalysisBox Plot Field Wells - The field wells of the visual.
- legend
Analysis
Legend Options - primary
YAxis AnalysisDisplay Options Axis Display Options - The label display options (grid line, range, scale, axis step) of a box plot category.
- primary
YAxis AnalysisLabel Options Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) of a box plot value.
- reference
Lines AnalysisReference Line[] - The reference line setup of the visual.
- sort
Configuration AnalysisBox Plot Sort Configuration - The sort configuration of a
BoxPlotVisual
. - tooltip
Analysis
Tooltip Options - The tooltip display setup of the visual.
- visual
Palette AnalysisVisual Palette - The palette (chart color) display setup of the visual.
- box_
plot_ Analysisoptions Box Plot Options - The box plot chart options for a box plot visual
- category_
axis AnalysisAxis Display Options - The label display options (grid line, range, scale, axis step) of a box plot category.
- category_
label_ Analysisoptions Chart Axis Label Options - The label options (label text, label visibility and sort Icon visibility) of a box plot category.
- field_
wells AnalysisBox Plot Field Wells - The field wells of the visual.
- legend
Analysis
Legend Options - primary_
y_ Analysisaxis_ display_ options Axis Display Options - The label display options (grid line, range, scale, axis step) of a box plot category.
- primary_
y_ Analysisaxis_ label_ options Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) of a box plot value.
- reference_
lines Sequence[AnalysisReference Line] - The reference line setup of the visual.
- sort_
configuration AnalysisBox Plot Sort Configuration - The sort configuration of a
BoxPlotVisual
. - tooltip
Analysis
Tooltip Options - The tooltip display setup of the visual.
- visual_
palette AnalysisVisual Palette - The palette (chart color) display setup of the visual.
- box
Plot Property MapOptions - The box plot chart options for a box plot visual
- category
Axis Property Map - The label display options (grid line, range, scale, axis step) of a box plot category.
- category
Label Property MapOptions - The label options (label text, label visibility and sort Icon visibility) of a box plot category.
- field
Wells Property Map - The field wells of the visual.
- legend Property Map
- primary
YAxis Property MapDisplay Options - The label display options (grid line, range, scale, axis step) of a box plot category.
- primary
YAxis Property MapLabel Options - The label options (label text, label visibility and sort icon visibility) of a box plot value.
- reference
Lines List<Property Map> - The reference line setup of the visual.
- sort
Configuration Property Map - The sort configuration of a
BoxPlotVisual
. - tooltip Property Map
- The tooltip display setup of the visual.
- visual
Palette Property Map - The palette (chart color) display setup of the visual.
AnalysisBoxPlotFieldWells, AnalysisBoxPlotFieldWellsArgs
- Box
Plot Pulumi.Aggregated Field Wells Aws Native. Quick Sight. Inputs. Analysis Box Plot Aggregated Field Wells - The aggregated field wells of a box plot.
- Box
Plot AnalysisAggregated Field Wells Box Plot Aggregated Field Wells - The aggregated field wells of a box plot.
- box
Plot AnalysisAggregated Field Wells Box Plot Aggregated Field Wells - The aggregated field wells of a box plot.
- box
Plot AnalysisAggregated Field Wells Box Plot Aggregated Field Wells - The aggregated field wells of a box plot.
- box_
plot_ Analysisaggregated_ field_ wells Box Plot Aggregated Field Wells - The aggregated field wells of a box plot.
- box
Plot Property MapAggregated Field Wells - The aggregated field wells of a box plot.
AnalysisBoxPlotFillStyle, AnalysisBoxPlotFillStyleArgs
- Solid
- SOLID
- Transparent
- TRANSPARENT
- Analysis
Box Plot Fill Style Solid - SOLID
- Analysis
Box Plot Fill Style Transparent - TRANSPARENT
- Solid
- SOLID
- Transparent
- TRANSPARENT
- Solid
- SOLID
- Transparent
- TRANSPARENT
- SOLID
- SOLID
- TRANSPARENT
- TRANSPARENT
- "SOLID"
- SOLID
- "TRANSPARENT"
- TRANSPARENT
AnalysisBoxPlotOptions, AnalysisBoxPlotOptionsArgs
- All
Data Pulumi.Points Visibility Aws Native. Quick Sight. Analysis Visibility - Determines the visibility of all data points of the box plot.
- Outlier
Visibility Pulumi.Aws Native. Quick Sight. Analysis Visibility - Determines the visibility of the outlier in a box plot.
- Style
Options Pulumi.Aws Native. Quick Sight. Inputs. Analysis Box Plot Style Options - The style options of the box plot.
- All
Data AnalysisPoints Visibility Visibility - 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 AnalysisBox Plot Style Options - The style options of the box plot.
- all
Data AnalysisPoints Visibility Visibility - 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 AnalysisBox Plot Style Options - The style options of the box plot.
- all
Data AnalysisPoints Visibility Visibility - 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 AnalysisBox Plot Style Options - The style options of the box plot.
- all_
data_ Analysispoints_ visibility Visibility - 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 AnalysisBox Plot Style Options - The style options of the box plot.
- all
Data "HIDDEN" | "VISIBLE"Points Visibility - Determines the visibility of all data points of the box plot.
- outlier
Visibility "HIDDEN" | "VISIBLE" - Determines the visibility of the outlier in a box plot.
- style
Options Property Map - The style options of the box plot.
AnalysisBoxPlotSortConfiguration, AnalysisBoxPlotSortConfigurationArgs
- Category
Sort List<Pulumi.Aws Native. Quick Sight. Inputs. Analysis Field Sort Options> - The sort configuration of a group by fields.
- Pagination
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Analysis Pagination Configuration - The pagination configuration of a table visual or box plot.
- Category
Sort []AnalysisField Sort Options - The sort configuration of a group by fields.
- Pagination
Configuration AnalysisPagination Configuration - The pagination configuration of a table visual or box plot.
- category
Sort List<AnalysisField Sort Options> - The sort configuration of a group by fields.
- pagination
Configuration AnalysisPagination Configuration - The pagination configuration of a table visual or box plot.
- category
Sort AnalysisField Sort Options[] - The sort configuration of a group by fields.
- pagination
Configuration AnalysisPagination Configuration - The pagination configuration of a table visual or box plot.
- category_
sort Sequence[AnalysisField Sort Options] - The sort configuration of a group by fields.
- pagination_
configuration AnalysisPagination Configuration - The pagination configuration of a table visual or box plot.
- category
Sort List<Property Map> - The sort configuration of a group by fields.
- pagination
Configuration Property Map - The pagination configuration of a table visual or box plot.
AnalysisBoxPlotStyleOptions, AnalysisBoxPlotStyleOptionsArgs
- Fill
Style Pulumi.Aws Native. Quick Sight. Analysis Box Plot Fill Style - The fill styles (solid, transparent) of the box plot.
- Fill
Style AnalysisBox Plot Fill Style - The fill styles (solid, transparent) of the box plot.
- fill
Style AnalysisBox Plot Fill Style - The fill styles (solid, transparent) of the box plot.
- fill
Style AnalysisBox Plot Fill Style - The fill styles (solid, transparent) of the box plot.
- fill_
style AnalysisBox Plot Fill Style - The fill styles (solid, transparent) of the box plot.
- fill
Style "SOLID" | "TRANSPARENT" - The fill styles (solid, transparent) of the box plot.
AnalysisBoxPlotVisual, AnalysisBoxPlotVisualArgs
- Visual
Id 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.
Aws Native. Quick Sight. Inputs. Analysis Visual Custom Action> - The list of custom actions that are configured for a visual.
- Chart
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Analysis Box Plot Chart Configuration - The configuration settings of the visual.
- Column
Hierarchies List<Pulumi.Aws Native. Quick Sight. Inputs. Analysis Column Hierarchy> - The column hierarchy that is used during drill-downs and drill-ups.
- Subtitle
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- Title
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Visual Title Label Options - The title that is displayed on the visual.
- Visual
Id 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
[]Analysis
Visual Custom Action - The list of custom actions that are configured for a visual.
- Chart
Configuration AnalysisBox Plot Chart Configuration - The configuration settings of the visual.
- Column
Hierarchies []AnalysisColumn Hierarchy - The column hierarchy that is used during drill-downs and drill-ups.
- Subtitle
Analysis
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- Title
Analysis
Visual Title Label Options - The title that is displayed on the visual.
- visual
Id 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<Analysis
Visual Custom Action> - The list of custom actions that are configured for a visual.
- chart
Configuration AnalysisBox Plot Chart Configuration - The configuration settings of the visual.
- column
Hierarchies List<AnalysisColumn Hierarchy> - The column hierarchy that is used during drill-downs and drill-ups.
- subtitle
Analysis
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- title
Analysis
Visual Title Label Options - The title that is displayed on the visual.
- visual
Id 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
Analysis
Visual Custom Action[] - The list of custom actions that are configured for a visual.
- chart
Configuration AnalysisBox Plot Chart Configuration - The configuration settings of the visual.
- column
Hierarchies AnalysisColumn Hierarchy[] - The column hierarchy that is used during drill-downs and drill-ups.
- subtitle
Analysis
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- title
Analysis
Visual Title Label Options - 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[Analysis
Visual Custom Action] - The list of custom actions that are configured for a visual.
- chart_
configuration AnalysisBox Plot Chart Configuration - The configuration settings of the visual.
- column_
hierarchies Sequence[AnalysisColumn Hierarchy] - The column hierarchy that is used during drill-downs and drill-ups.
- subtitle
Analysis
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- title
Analysis
Visual Title Label Options - The title that is displayed on the visual.
- visual
Id 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.
- chart
Configuration Property Map - The configuration settings of the visual.
- column
Hierarchies 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
- Data
Set stringIdentifier - 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 stringIdentifier - 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 StringIdentifier - 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 stringIdentifier - 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_ stridentifier - 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.
- data
Set StringIdentifier - 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.
- Field
Id string - The custom field ID.
- Expression string
- The expression in the table calculation.
- Field
Id string - The custom field ID.
- expression String
- The expression in the table calculation.
- field
Id String - The custom field ID.
- expression string
- The expression in the table calculation.
- field
Id 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.
- field
Id String - The custom field ID.
AnalysisCascadingControlConfiguration, AnalysisCascadingControlConfigurationArgs
- Source
Controls List<Pulumi.Aws Native. Quick Sight. Inputs. Analysis Cascading Control Source> - A list of source controls that determine the values that are used in the current control.
- Source
Controls []AnalysisCascading Control Source - A list of source controls that determine the values that are used in the current control.
- source
Controls List<AnalysisCascading Control Source> - A list of source controls that determine the values that are used in the current control.
- source
Controls AnalysisCascading Control Source[] - A list of source controls that determine the values that are used in the current control.
- source_
controls Sequence[AnalysisCascading Control Source] - A list of source controls that determine the values that are used in the current control.
- source
Controls List<Property Map> - A list of source controls that determine the values that are used in the current control.
AnalysisCascadingControlSource, AnalysisCascadingControlSourceArgs
- Column
To Pulumi.Match Aws Native. Quick Sight. Inputs. Analysis Column Identifier - The column identifier that determines which column to look up for the source sheet control.
- Source
Sheet stringControl Id - The source sheet control ID of a
CascadingControlSource
.
- Column
To AnalysisMatch Column Identifier - The column identifier that determines which column to look up for the source sheet control.
- Source
Sheet stringControl Id - The source sheet control ID of a
CascadingControlSource
.
- column
To AnalysisMatch Column Identifier - The column identifier that determines which column to look up for the source sheet control.
- source
Sheet StringControl Id - The source sheet control ID of a
CascadingControlSource
.
- column
To AnalysisMatch Column Identifier - The column identifier that determines which column to look up for the source sheet control.
- source
Sheet stringControl Id - The source sheet control ID of a
CascadingControlSource
.
- column_
to_ Analysismatch Column Identifier - The column identifier that determines which column to look up for the source sheet control.
- source_
sheet_ strcontrol_ id - The source sheet control ID of a
CascadingControlSource
.
- column
To Property MapMatch - The column identifier that determines which column to look up for the source sheet control.
- source
Sheet StringControl Id - The source sheet control ID of a
CascadingControlSource
.
AnalysisCategoricalAggregationFunction, AnalysisCategoricalAggregationFunctionArgs
- Count
- COUNT
- Distinct
Count - DISTINCT_COUNT
- Analysis
Categorical Aggregation Function Count - COUNT
- Analysis
Categorical Aggregation Function Distinct Count - DISTINCT_COUNT
- Count
- COUNT
- Distinct
Count - DISTINCT_COUNT
- Count
- COUNT
- Distinct
Count - DISTINCT_COUNT
- COUNT
- COUNT
- DISTINCT_COUNT
- DISTINCT_COUNT
- "COUNT"
- COUNT
- "DISTINCT_COUNT"
- DISTINCT_COUNT
AnalysisCategoricalDimensionField, AnalysisCategoricalDimensionFieldArgs
- Column
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Column Identifier - The column that is used in the
CategoricalDimensionField
. - Field
Id string - The custom field ID.
- Format
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Analysis String Format Configuration - The format configuration of the field.
- Hierarchy
Id string - The custom hierarchy ID.
- Column
Analysis
Column Identifier - The column that is used in the
CategoricalDimensionField
. - Field
Id string - The custom field ID.
- Format
Configuration AnalysisString Format Configuration - The format configuration of the field.
- Hierarchy
Id string - The custom hierarchy ID.
- column
Analysis
Column Identifier - The column that is used in the
CategoricalDimensionField
. - field
Id String - The custom field ID.
- format
Configuration AnalysisString Format Configuration - The format configuration of the field.
- hierarchy
Id String - The custom hierarchy ID.
- column
Analysis
Column Identifier - The column that is used in the
CategoricalDimensionField
. - field
Id string - The custom field ID.
- format
Configuration AnalysisString Format Configuration - The format configuration of the field.
- hierarchy
Id string - The custom hierarchy ID.
- column
Analysis
Column Identifier - The column that is used in the
CategoricalDimensionField
. - field_
id str - The custom field ID.
- format_
configuration AnalysisString Format Configuration - The format configuration of the field.
- hierarchy_
id str - The custom hierarchy ID.
- column Property Map
- The column that is used in the
CategoricalDimensionField
. - field
Id String - The custom field ID.
- format
Configuration Property Map - The format configuration of the field.
- hierarchy
Id String - The custom hierarchy ID.
AnalysisCategoricalMeasureField, AnalysisCategoricalMeasureFieldArgs
- Column
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Column Identifier - The column that is used in the
CategoricalMeasureField
. - Field
Id string - The custom field ID.
- Aggregation
Function Pulumi.Aws Native. Quick Sight. Analysis Categorical Aggregation Function - The aggregation function of the measure field.
- Format
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Analysis String Format Configuration - The format configuration of the field.
- Column
Analysis
Column Identifier - The column that is used in the
CategoricalMeasureField
. - Field
Id string - The custom field ID.
- Aggregation
Function AnalysisCategorical Aggregation Function - The aggregation function of the measure field.
- Format
Configuration AnalysisString Format Configuration - The format configuration of the field.
- column
Analysis
Column Identifier - The column that is used in the
CategoricalMeasureField
. - field
Id String - The custom field ID.
- aggregation
Function AnalysisCategorical Aggregation Function - The aggregation function of the measure field.
- format
Configuration AnalysisString Format Configuration - The format configuration of the field.
- column
Analysis
Column Identifier - The column that is used in the
CategoricalMeasureField
. - field
Id string - The custom field ID.
- aggregation
Function AnalysisCategorical Aggregation Function - The aggregation function of the measure field.
- format
Configuration AnalysisString Format Configuration - The format configuration of the field.
- column
Analysis
Column Identifier - The column that is used in the
CategoricalMeasureField
. - field_
id str - The custom field ID.
- aggregation_
function AnalysisCategorical Aggregation Function - The aggregation function of the measure field.
- format_
configuration AnalysisString Format Configuration - The format configuration of the field.
- column Property Map
- The column that is used in the
CategoricalMeasureField
. - field
Id String - The custom field ID.
- aggregation
Function "COUNT" | "DISTINCT_COUNT" - The aggregation function of the measure field.
- format
Configuration Property Map - The format configuration of the field.
AnalysisCategoryDrillDownFilter, AnalysisCategoryDrillDownFilterArgs
- Category
Values List<string> - A list of the string inputs that are the values of the category drill down filter.
- Column
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Column Identifier - The column that the filter is applied to.
- Category
Values []string - A list of the string inputs that are the values of the category drill down filter.
- Column
Analysis
Column Identifier - The column that the filter is applied to.
- category
Values List<String> - A list of the string inputs that are the values of the category drill down filter.
- column
Analysis
Column Identifier - The column that the filter is applied to.
- category
Values string[] - A list of the string inputs that are the values of the category drill down filter.
- column
Analysis
Column Identifier - 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
Analysis
Column Identifier - The column that the filter is applied to.
- category
Values 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.
Aws Native. Quick Sight. Inputs. Analysis Column Identifier - The column that the filter is applied to.
- Configuration
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Category Filter Configuration - The configuration for a
CategoryFilter
. - Filter
Id string - An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
- Default
Filter Pulumi.Control Configuration Aws Native. Quick Sight. Inputs. Analysis Default Filter Control Configuration - The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
- Column
Analysis
Column Identifier - The column that the filter is applied to.
- Configuration
Analysis
Category Filter Configuration - The configuration for a
CategoryFilter
. - Filter
Id string - An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
- Default
Filter AnalysisControl Configuration Default Filter Control Configuration - The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
- column
Analysis
Column Identifier - The column that the filter is applied to.
- configuration
Analysis
Category Filter Configuration - The configuration for a
CategoryFilter
. - filter
Id String - An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
- default
Filter AnalysisControl Configuration Default Filter Control Configuration - The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
- column
Analysis
Column Identifier - The column that the filter is applied to.
- configuration
Analysis
Category Filter Configuration - The configuration for a
CategoryFilter
. - filter
Id string - An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
- default
Filter AnalysisControl Configuration Default Filter Control Configuration - The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
- column
Analysis
Column Identifier - The column that the filter is applied to.
- configuration
Analysis
Category Filter Configuration - The configuration for a
CategoryFilter
. - filter_
id str - An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
- default_
filter_ Analysiscontrol_ configuration Default Filter Control Configuration - 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
. - filter
Id String - An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
- default
Filter Property MapControl Configuration - The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
AnalysisCategoryFilterConfiguration, AnalysisCategoryFilterConfigurationArgs
- Custom
Filter Pulumi.Configuration Aws Native. Quick Sight. Inputs. Analysis Custom Filter Configuration - A custom filter that filters based on a single value. This filter can be partially matched.
- Custom
Filter Pulumi.List Configuration Aws Native. Quick Sight. Inputs. Analysis Custom Filter List Configuration - A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.
- Filter
List Pulumi.Configuration Aws Native. Quick Sight. Inputs. Analysis Filter List Configuration - A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.
- Custom
Filter AnalysisConfiguration Custom Filter Configuration - A custom filter that filters based on a single value. This filter can be partially matched.
- Custom
Filter AnalysisList Configuration Custom Filter List Configuration - A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.
- Filter
List AnalysisConfiguration Filter List Configuration - A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.
- custom
Filter AnalysisConfiguration Custom Filter Configuration - A custom filter that filters based on a single value. This filter can be partially matched.
- custom
Filter AnalysisList Configuration Custom Filter List Configuration - A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.
- filter
List AnalysisConfiguration Filter List Configuration - A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.
- custom
Filter AnalysisConfiguration Custom Filter Configuration - A custom filter that filters based on a single value. This filter can be partially matched.
- custom
Filter AnalysisList Configuration Custom Filter List Configuration - A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.
- filter
List AnalysisConfiguration Filter List Configuration - A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.
- custom_
filter_ Analysisconfiguration Custom Filter Configuration - A custom filter that filters based on a single value. This filter can be partially matched.
- custom_
filter_ Analysislist_ configuration Custom Filter List Configuration - A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.
- filter_
list_ Analysisconfiguration Filter List Configuration - A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.
- custom
Filter Property MapConfiguration - A custom filter that filters based on a single value. This filter can be partially matched.
- custom
Filter Property MapList Configuration - A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.
- filter
List Property MapConfiguration - A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.
AnalysisCategoryFilterMatchOperator, AnalysisCategoryFilterMatchOperatorArgs
- Equals
Value - EQUALS
- Does
Not Equal - DOES_NOT_EQUAL
- Contains
- CONTAINS
- Does
Not Contain - DOES_NOT_CONTAIN
- Starts
With - STARTS_WITH
- Ends
With - ENDS_WITH
- Analysis
Category Filter Match Operator Equals - EQUALS
- Analysis
Category Filter Match Operator Does Not Equal - DOES_NOT_EQUAL
- Analysis
Category Filter Match Operator Contains - CONTAINS
- Analysis
Category Filter Match Operator Does Not Contain - DOES_NOT_CONTAIN
- Analysis
Category Filter Match Operator Starts With - STARTS_WITH
- Analysis
Category Filter Match Operator 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
- 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
- "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
- Filter
All Values - FILTER_ALL_VALUES
- Analysis
Category Filter Select All Options Filter All Values - FILTER_ALL_VALUES
- Filter
All Values - FILTER_ALL_VALUES
- Filter
All Values - FILTER_ALL_VALUES
- FILTER_ALL_VALUES
- FILTER_ALL_VALUES
- "FILTER_ALL_VALUES"
- FILTER_ALL_VALUES
AnalysisCategoryInnerFilter, AnalysisCategoryInnerFilterArgs
AnalysisChartAxisLabelOptions, AnalysisChartAxisLabelOptionsArgs
- Axis
Label List<Pulumi.Options Aws Native. Quick Sight. Inputs. Analysis Axis Label Options> - The label options for a chart axis.
- Sort
Icon Pulumi.Visibility Aws Native. Quick Sight. Analysis Visibility - The visibility configuration of the sort icon on a chart's axis label.
- Visibility
Pulumi.
Aws Native. Quick Sight. Analysis Visibility - 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 []AnalysisOptions Axis Label Options - The label options for a chart axis.
- Sort
Icon AnalysisVisibility Visibility - The visibility configuration of the sort icon on a chart's axis label.
- Visibility
Analysis
Visibility - 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 List<AnalysisOptions Axis Label Options> - The label options for a chart axis.
- sort
Icon AnalysisVisibility Visibility - The visibility configuration of the sort icon on a chart's axis label.
- visibility
Analysis
Visibility - 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 AnalysisOptions Axis Label Options[] - The label options for a chart axis.
- sort
Icon AnalysisVisibility Visibility - The visibility configuration of the sort icon on a chart's axis label.
- visibility
Analysis
Visibility - 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_ Sequence[Analysisoptions Axis Label Options] - The label options for a chart axis.
- sort_
icon_ Analysisvisibility Visibility - The visibility configuration of the sort icon on a chart's axis label.
- visibility
Analysis
Visibility - 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 List<Property Map>Options - The label options for a chart axis.
- sort
Icon "HIDDEN" | "VISIBLE"Visibility - 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
- Simple
Cluster Pulumi.Marker Aws Native. Quick Sight. Inputs. Analysis Simple Cluster Marker - The simple cluster marker of the cluster marker.
- Simple
Cluster AnalysisMarker Simple Cluster Marker - The simple cluster marker of the cluster marker.
- simple
Cluster AnalysisMarker Simple Cluster Marker - The simple cluster marker of the cluster marker.
- simple
Cluster AnalysisMarker Simple Cluster Marker - The simple cluster marker of the cluster marker.
- simple_
cluster_ Analysismarker Simple Cluster Marker - The simple cluster marker of the cluster marker.
- simple
Cluster Property MapMarker - The simple cluster marker of the cluster marker.
AnalysisClusterMarkerConfiguration, AnalysisClusterMarkerConfigurationArgs
- Cluster
Marker Pulumi.Aws Native. Quick Sight. Inputs. Analysis Cluster Marker - The cluster marker that is a part of the cluster marker configuration.
- Cluster
Marker AnalysisCluster Marker - The cluster marker that is a part of the cluster marker configuration.
- cluster
Marker AnalysisCluster Marker - The cluster marker that is a part of the cluster marker configuration.
- cluster
Marker AnalysisCluster Marker - The cluster marker that is a part of the cluster marker configuration.
- cluster_
marker AnalysisCluster Marker - The cluster marker that is a part of the cluster marker configuration.
- cluster
Marker Property Map - The cluster marker that is a part of the cluster marker configuration.
AnalysisColorFillType, AnalysisColorFillTypeArgs
- Discrete
- DISCRETE
- Gradient
- GRADIENT
- Analysis
Color Fill Type Discrete - DISCRETE
- Analysis
Color Fill Type Gradient - GRADIENT
- Discrete
- DISCRETE
- Gradient
- GRADIENT
- Discrete
- DISCRETE
- Gradient
- GRADIENT
- DISCRETE
- DISCRETE
- GRADIENT
- GRADIENT
- "DISCRETE"
- DISCRETE
- "GRADIENT"
- GRADIENT
AnalysisColorScale, AnalysisColorScaleArgs
- Color
Fill Pulumi.Type Aws Native. Quick Sight. Analysis Color Fill Type - Determines the color fill type.
- Colors
List<Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Data Color> - Determines the list of colors that are applied to the visual.
- Null
Value Pulumi.Color Aws Native. Quick Sight. Inputs. Analysis Data Color - Determines the color that is applied to null values.
- Color
Fill AnalysisType Color Fill Type - Determines the color fill type.
- Colors
[]Analysis
Data Color - Determines the list of colors that are applied to the visual.
- Null
Value AnalysisColor Data Color - Determines the color that is applied to null values.
- color
Fill AnalysisType Color Fill Type - Determines the color fill type.
- colors
List<Analysis
Data Color> - Determines the list of colors that are applied to the visual.
- null
Value AnalysisColor Data Color - Determines the color that is applied to null values.
- color
Fill AnalysisType Color Fill Type - Determines the color fill type.
- colors
Analysis
Data Color[] - Determines the list of colors that are applied to the visual.
- null
Value AnalysisColor Data Color - Determines the color that is applied to null values.
- color_
fill_ Analysistype Color Fill Type - Determines the color fill type.
- colors
Sequence[Analysis
Data Color] - Determines the list of colors that are applied to the visual.
- null_
value_ Analysiscolor Data Color - Determines the color that is applied to null values.
- color
Fill "DISCRETE" | "GRADIENT"Type - Determines the color fill type.
- colors List<Property Map>
- Determines the list of colors that are applied to the visual.
- null
Value Property MapColor - Determines the color that is applied to null values.
AnalysisColorsConfiguration, AnalysisColorsConfigurationArgs
- Custom
Colors List<Pulumi.Aws Native. Quick Sight. Inputs. Analysis Custom Color> - A list of up to 50 custom colors.
- Custom
Colors []AnalysisCustom Color - A list of up to 50 custom colors.
- custom
Colors List<AnalysisCustom Color> - A list of up to 50 custom colors.
- custom
Colors AnalysisCustom Color[] - A list of up to 50 custom colors.
- custom_
colors Sequence[AnalysisCustom Color] - A list of up to 50 custom colors.
- custom
Colors List<Property Map> - A list of up to 50 custom colors.
AnalysisColumnConfiguration, AnalysisColumnConfigurationArgs
- Column
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Column Identifier - The column.
- Colors
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Analysis Colors Configuration - The color configurations of the column.
- Format
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Analysis Format Configuration - The format configuration of a column.
- Role
Pulumi.
Aws Native. Quick Sight. Analysis Column Role - The role of the column.
- Column
Analysis
Column Identifier - The column.
- Colors
Configuration AnalysisColors Configuration - The color configurations of the column.
- Format
Configuration AnalysisFormat Configuration - The format configuration of a column.
- Role
Analysis
Column Role - The role of the column.
- column
Analysis
Column Identifier - The column.
- colors
Configuration AnalysisColors Configuration - The color configurations of the column.
- format
Configuration AnalysisFormat Configuration - The format configuration of a column.
- role
Analysis
Column Role - The role of the column.
- column
Analysis
Column Identifier - The column.
- colors
Configuration AnalysisColors Configuration - The color configurations of the column.
- format
Configuration AnalysisFormat Configuration - The format configuration of a column.
- role
Analysis
Column Role - The role of the column.
- column
Analysis
Column Identifier - The column.
- colors_
configuration AnalysisColors Configuration - The color configurations of the column.
- format_
configuration AnalysisFormat Configuration - The format configuration of a column.
- role
Analysis
Column Role - The role of the column.
- column Property Map
- The column.
- colors
Configuration Property Map - The color configurations of the column.
- format
Configuration Property Map - The format configuration of a column.
- role "DIMENSION" | "MEASURE"
- The role of the column.
AnalysisColumnHierarchy, AnalysisColumnHierarchyArgs
- Date
Time Pulumi.Hierarchy Aws Native. Quick Sight. Inputs. Analysis Date Time Hierarchy - The option that determines the hierarchy of any
DateTime
fields. - Explicit
Hierarchy Pulumi.Aws Native. Quick Sight. Inputs. Analysis Explicit Hierarchy - 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 Pulumi.Aws Native. Quick Sight. Inputs. Analysis Predefined Hierarchy - 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 AnalysisHierarchy Date Time Hierarchy - The option that determines the hierarchy of any
DateTime
fields. - Explicit
Hierarchy AnalysisExplicit Hierarchy - 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 AnalysisPredefined Hierarchy - 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 AnalysisHierarchy Date Time Hierarchy - The option that determines the hierarchy of any
DateTime
fields. - explicit
Hierarchy AnalysisExplicit Hierarchy - 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 AnalysisPredefined Hierarchy - 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 AnalysisHierarchy Date Time Hierarchy - The option that determines the hierarchy of any
DateTime
fields. - explicit
Hierarchy AnalysisExplicit Hierarchy - 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 AnalysisPredefined Hierarchy - 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_ Analysishierarchy Date Time Hierarchy - The option that determines the hierarchy of any
DateTime
fields. - explicit_
hierarchy AnalysisExplicit Hierarchy - 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 AnalysisPredefined Hierarchy - 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 Property MapHierarchy - The option that determines the hierarchy of any
DateTime
fields. - explicit
Hierarchy 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.
- predefined
Hierarchy 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
- Column
Name string - The name of the column.
- Data
Set stringIdentifier - The data set that the column belongs to.
- Column
Name string - The name of the column.
- Data
Set stringIdentifier - The data set that the column belongs to.
- column
Name String - The name of the column.
- data
Set StringIdentifier - The data set that the column belongs to.
- column
Name string - The name of the column.
- data
Set stringIdentifier - The data set that the column belongs to.
- column_
name str - The name of the column.
- data_
set_ stridentifier - The data set that the column belongs to.
- column
Name String - The name of the column.
- data
Set StringIdentifier - The data set that the column belongs to.
AnalysisColumnRole, AnalysisColumnRoleArgs
- Dimension
- DIMENSION
- Measure
- MEASURE
- Analysis
Column Role Dimension - DIMENSION
- Analysis
Column Role Measure - MEASURE
- Dimension
- DIMENSION
- Measure
- MEASURE
- Dimension
- DIMENSION
- Measure
- MEASURE
- DIMENSION
- DIMENSION
- MEASURE
- MEASURE
- "DIMENSION"
- DIMENSION
- "MEASURE"
- MEASURE
AnalysisColumnSort, AnalysisColumnSortArgs
- Direction
Pulumi.
Aws Native. Quick Sight. Analysis Sort Direction - The sort direction.
- Sort
By Pulumi.Aws Native. Quick Sight. Inputs. Analysis Column Identifier - Aggregation
Function Pulumi.Aws Native. Quick Sight. Inputs. Analysis Aggregation Function - The aggregation function that is defined in the column sort.
- Direction
Analysis
Sort Direction - The sort direction.
- Sort
By AnalysisColumn Identifier - Aggregation
Function AnalysisAggregation Function - The aggregation function that is defined in the column sort.
- direction
Analysis
Sort Direction - The sort direction.
- sort
By AnalysisColumn Identifier - aggregation
Function AnalysisAggregation Function - The aggregation function that is defined in the column sort.
- direction
Analysis
Sort Direction - The sort direction.
- sort
By AnalysisColumn Identifier - aggregation
Function AnalysisAggregation Function - The aggregation function that is defined in the column sort.
- direction
Analysis
Sort Direction - The sort direction.
- sort_
by AnalysisColumn Identifier - aggregation_
function AnalysisAggregation Function - The aggregation function that is defined in the column sort.
- direction "ASC" | "DESC"
- The sort direction.
- sort
By Property Map - aggregation
Function Property Map - The aggregation function that is defined in the column sort.
AnalysisColumnTooltipItem, AnalysisColumnTooltipItemArgs
- Column
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Column Identifier - The target column of the tooltip item.
- Aggregation
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Aggregation Function - The aggregation function of the column tooltip item.
- Label string
- The label of the tooltip item.
- Tooltip
Target Pulumi.Aws Native. Quick Sight. Analysis Tooltip Target - Determines the target of the column tooltip item in a combo chart visual.
- Visibility
Pulumi.
Aws Native. Quick Sight. Analysis Visibility - The visibility of the tooltip item.
- Column
Analysis
Column Identifier - The target column of the tooltip item.
- Aggregation
Analysis
Aggregation Function - The aggregation function of the column tooltip item.
- Label string
- The label of the tooltip item.
- Tooltip
Target AnalysisTooltip Target - Determines the target of the column tooltip item in a combo chart visual.
- Visibility
Analysis
Visibility - The visibility of the tooltip item.
- column
Analysis
Column Identifier - The target column of the tooltip item.
- aggregation
Analysis
Aggregation Function - The aggregation function of the column tooltip item.
- label String
- The label of the tooltip item.
- tooltip
Target AnalysisTooltip Target - Determines the target of the column tooltip item in a combo chart visual.
- visibility
Analysis
Visibility - The visibility of the tooltip item.
- column
Analysis
Column Identifier - The target column of the tooltip item.
- aggregation
Analysis
Aggregation Function - The aggregation function of the column tooltip item.
- label string
- The label of the tooltip item.
- tooltip
Target AnalysisTooltip Target - Determines the target of the column tooltip item in a combo chart visual.
- visibility
Analysis
Visibility - The visibility of the tooltip item.
- column
Analysis
Column Identifier - The target column of the tooltip item.
- aggregation
Analysis
Aggregation Function - The aggregation function of the column tooltip item.
- label str
- The label of the tooltip item.
- tooltip_
target AnalysisTooltip Target - Determines the target of the column tooltip item in a combo chart visual.
- visibility
Analysis
Visibility - 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.
- tooltip
Target "BOTH" | "BAR" | "LINE" - Determines the target of the column tooltip item in a combo chart visual.
- visibility "HIDDEN" | "VISIBLE"
- The visibility of the tooltip item.
AnalysisComboChartAggregatedFieldWells, AnalysisComboChartAggregatedFieldWellsArgs
- Bar
Values List<Pulumi.Aws Native. Quick Sight. Inputs. Analysis Measure Field> - The aggregated
BarValues
field well of a combo chart. - Category
List<Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Dimension Field> - The aggregated category field wells of a combo chart.
- Colors
List<Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Dimension Field> - The aggregated colors field well of a combo chart.
- Line
Values List<Pulumi.Aws Native. Quick Sight. Inputs. Analysis Measure Field> - The aggregated
LineValues
field well of a combo chart.
- Bar
Values []AnalysisMeasure Field - The aggregated
BarValues
field well of a combo chart. - Category
[]Analysis
Dimension Field - The aggregated category field wells of a combo chart.
- Colors
[]Analysis
Dimension Field - The aggregated colors field well of a combo chart.
- Line
Values []AnalysisMeasure Field - The aggregated
LineValues
field well of a combo chart.
- bar
Values List<AnalysisMeasure Field> - The aggregated
BarValues
field well of a combo chart. - category
List<Analysis
Dimension Field> - The aggregated category field wells of a combo chart.
- colors
List<Analysis
Dimension Field> - The aggregated colors field well of a combo chart.
- line
Values List<AnalysisMeasure Field> - The aggregated
LineValues
field well of a combo chart.
- bar
Values AnalysisMeasure Field[] - The aggregated
BarValues
field well of a combo chart. - category
Analysis
Dimension Field[] - The aggregated category field wells of a combo chart.
- colors
Analysis
Dimension Field[] - The aggregated colors field well of a combo chart.
- line
Values AnalysisMeasure Field[] - The aggregated
LineValues
field well of a combo chart.
- bar_
values Sequence[AnalysisMeasure Field] - The aggregated
BarValues
field well of a combo chart. - category
Sequence[Analysis
Dimension Field] - The aggregated category field wells of a combo chart.
- colors
Sequence[Analysis
Dimension Field] - The aggregated colors field well of a combo chart.
- line_
values Sequence[AnalysisMeasure Field] - The aggregated
LineValues
field well of a combo chart.
- bar
Values 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.
- line
Values List<Property Map> - The aggregated
LineValues
field well of a combo chart.
AnalysisComboChartConfiguration, AnalysisComboChartConfigurationArgs
- Bar
Data Pulumi.Labels Aws Native. Quick Sight. Inputs. Analysis Data Label Options The options that determine if visual data labels are displayed.
The data label options for a bar in a combo chart.
- Bars
Arrangement Pulumi.Aws Native. Quick Sight. Analysis Bars Arrangement - 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 Pulumi.Aws Native. Quick Sight. Inputs. Analysis Axis Display Options - The category axis of a combo chart.
- Category
Label Pulumi.Options Aws Native. Quick Sight. Inputs. Analysis Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
- Color
Label Pulumi.Options Aws Native. Quick Sight. Inputs. Analysis Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
- Field
Wells Pulumi.Aws Native. Quick Sight. Inputs. Analysis Combo Chart Field Wells - The field wells of the visual.
- Legend
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Legend Options - The legend display setup of the visual.
- Line
Data Pulumi.Labels Aws Native. Quick Sight. Inputs. Analysis Data Label Options The options that determine if visual data labels are displayed.
The data label options for a line in a combo chart.
- Primary
YAxis Pulumi.Display Options Aws Native. Quick Sight. Inputs. Analysis Axis Display Options - The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.
- Primary
YAxis Pulumi.Label Options Aws Native. Quick Sight. Inputs. Analysis Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.
- Reference
Lines List<Pulumi.Aws Native. Quick Sight. Inputs. Analysis Reference Line> - The reference line setup of the visual.
- Secondary
YAxis Pulumi.Display Options Aws Native. Quick Sight. Inputs. Analysis Axis Display Options - The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
- Secondary
YAxis Pulumi.Label Options Aws Native. Quick Sight. Inputs. Analysis Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
- Single
Axis Pulumi.Options Aws Native. Quick Sight. Inputs. Analysis Single Axis Options - Sort
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Analysis Combo Chart Sort Configuration - The sort configuration of a
ComboChartVisual
. - Tooltip
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Tooltip Options - The legend display setup of the visual.
- Visual
Palette Pulumi.Aws Native. Quick Sight. Inputs. Analysis Visual Palette - The palette (chart color) display setup of the visual.
- Bar
Data AnalysisLabels Data Label Options The options that determine if visual data labels are displayed.
The data label options for a bar in a combo chart.
- Bars
Arrangement AnalysisBars Arrangement - 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 AnalysisAxis Display Options - The category axis of a combo chart.
- Category
Label AnalysisOptions Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
- Color
Label AnalysisOptions Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
- Field
Wells AnalysisCombo Chart Field Wells - The field wells of the visual.
- Legend
Analysis
Legend Options - The legend display setup of the visual.
- Line
Data AnalysisLabels Data Label Options The options that determine if visual data labels are displayed.
The data label options for a line in a combo chart.
- Primary
YAxis AnalysisDisplay Options Axis Display Options - The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.
- Primary
YAxis AnalysisLabel Options Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.
- Reference
Lines []AnalysisReference Line - The reference line setup of the visual.
- Secondary
YAxis AnalysisDisplay Options Axis Display Options - The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
- Secondary
YAxis AnalysisLabel Options Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
- Single
Axis AnalysisOptions Single Axis Options - Sort
Configuration AnalysisCombo Chart Sort Configuration - The sort configuration of a
ComboChartVisual
. - Tooltip
Analysis
Tooltip Options - The legend display setup of the visual.
- Visual
Palette AnalysisVisual Palette - The palette (chart color) display setup of the visual.
- bar
Data AnalysisLabels Data Label Options The options that determine if visual data labels are displayed.
The data label options for a bar in a combo chart.
- bars
Arrangement AnalysisBars Arrangement - 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 AnalysisAxis Display Options - The category axis of a combo chart.
- category
Label AnalysisOptions Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
- color
Label AnalysisOptions Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
- field
Wells AnalysisCombo Chart Field Wells - The field wells of the visual.
- legend
Analysis
Legend Options - The legend display setup of the visual.
- line
Data AnalysisLabels Data Label Options The options that determine if visual data labels are displayed.
The data label options for a line in a combo chart.
- primary
YAxis AnalysisDisplay Options Axis Display Options - The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.
- primary
YAxis AnalysisLabel Options Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.
- reference
Lines List<AnalysisReference Line> - The reference line setup of the visual.
- secondary
YAxis AnalysisDisplay Options Axis Display Options - The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
- secondary
YAxis AnalysisLabel Options Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
- single
Axis AnalysisOptions Single Axis Options - sort
Configuration AnalysisCombo Chart Sort Configuration - The sort configuration of a
ComboChartVisual
. - tooltip
Analysis
Tooltip Options - The legend display setup of the visual.
- visual
Palette AnalysisVisual Palette - The palette (chart color) display setup of the visual.
- bar
Data AnalysisLabels Data Label Options The options that determine if visual data labels are displayed.
The data label options for a bar in a combo chart.
- bars
Arrangement AnalysisBars Arrangement - 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 AnalysisAxis Display Options - The category axis of a combo chart.
- category
Label AnalysisOptions Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
- color
Label AnalysisOptions Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
- field
Wells AnalysisCombo Chart Field Wells - The field wells of the visual.
- legend
Analysis
Legend Options - The legend display setup of the visual.
- line
Data AnalysisLabels Data Label Options The options that determine if visual data labels are displayed.
The data label options for a line in a combo chart.
- primary
YAxis AnalysisDisplay Options Axis Display Options - The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.
- primary
YAxis AnalysisLabel Options Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.
- reference
Lines AnalysisReference Line[] - The reference line setup of the visual.
- secondary
YAxis AnalysisDisplay Options Axis Display Options - The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
- secondary
YAxis AnalysisLabel Options Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
- single
Axis AnalysisOptions Single Axis Options - sort
Configuration AnalysisCombo Chart Sort Configuration - The sort configuration of a
ComboChartVisual
. - tooltip
Analysis
Tooltip Options - The legend display setup of the visual.
- visual
Palette AnalysisVisual Palette - The palette (chart color) display setup of the visual.
- bar_
data_ Analysislabels Data Label Options The options that determine if visual data labels are displayed.
The data label options for a bar in a combo chart.
- bars_
arrangement AnalysisBars Arrangement - 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 AnalysisAxis Display Options - The category axis of a combo chart.
- category_
label_ Analysisoptions Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
- color_
label_ Analysisoptions Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
- field_
wells AnalysisCombo Chart Field Wells - The field wells of the visual.
- legend
Analysis
Legend Options - The legend display setup of the visual.
- line_
data_ Analysislabels Data Label Options The options that determine if visual data labels are displayed.
The data label options for a line in a combo chart.
- primary_
y_ Analysisaxis_ display_ options Axis Display Options - The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.
- primary_
y_ Analysisaxis_ label_ options Chart Axis Label Options - 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[AnalysisReference Line] - The reference line setup of the visual.
- secondary_
y_ Analysisaxis_ display_ options Axis Display Options - The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
- secondary_
y_ Analysisaxis_ label_ options Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
- single_
axis_ Analysisoptions Single Axis Options - sort_
configuration AnalysisCombo Chart Sort Configuration - The sort configuration of a
ComboChartVisual
. - tooltip
Analysis
Tooltip Options - The legend display setup of the visual.
- visual_
palette AnalysisVisual Palette - The palette (chart color) display setup of the visual.
- bar
Data Property MapLabels The options that determine if visual data labels are displayed.
The data label options for a bar in a combo chart.
- bars
Arrangement "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.
- category
Axis Property Map - The category axis of a combo chart.
- category
Label Property MapOptions - The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
- color
Label Property MapOptions - The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
- field
Wells Property Map - The field wells of the visual.
- legend Property Map
- The legend display setup of the visual.
- line
Data Property MapLabels The options that determine if visual data labels are displayed.
The data label options for a line in a combo chart.
- primary
YAxis Property MapDisplay Options - The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.
- primary
YAxis Property MapLabel Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.
- reference
Lines List<Property Map> - The reference line setup of the visual.
- secondary
YAxis Property MapDisplay Options - The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
- secondary
YAxis Property MapLabel Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
- single
Axis Property MapOptions - sort
Configuration Property Map - The sort configuration of a
ComboChartVisual
. - tooltip Property Map
- The legend display setup of the visual.
- visual
Palette Property Map - The palette (chart color) display setup of the visual.
AnalysisComboChartFieldWells, AnalysisComboChartFieldWellsArgs
- Combo
Chart Pulumi.Aggregated Field Wells Aws Native. Quick Sight. Inputs. Analysis Combo Chart Aggregated Field Wells - 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 AnalysisAggregated Field Wells Combo Chart Aggregated Field Wells - 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 AnalysisAggregated Field Wells Combo Chart Aggregated Field Wells - 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 AnalysisAggregated Field Wells Combo Chart Aggregated Field Wells - 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_ Analysisaggregated_ field_ wells Combo Chart Aggregated Field Wells - 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 Property MapAggregated Field Wells - 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
- Category
Items Pulumi.Limit Aws Native. Quick Sight. Inputs. Analysis Items Limit Configuration - The item limit configuration for the category field well of a combo chart.
- Category
Sort List<Pulumi.Aws Native. Quick Sight. Inputs. Analysis Field Sort Options> - The sort configuration of the category field well in a combo chart.
- Color
Items Pulumi.Limit Aws Native. Quick Sight. Inputs. Analysis Items Limit Configuration - The item limit configuration of the color field well in a combo chart.
- Color
Sort List<Pulumi.Aws Native. Quick Sight. Inputs. Analysis Field Sort Options> - The sort configuration of the color field well in a combo chart.
- Category
Items AnalysisLimit Items Limit Configuration - The item limit configuration for the category field well of a combo chart.
- Category
Sort []AnalysisField Sort Options - The sort configuration of the category field well in a combo chart.
- Color
Items AnalysisLimit Items Limit Configuration - The item limit configuration of the color field well in a combo chart.
- Color
Sort []AnalysisField Sort Options - The sort configuration of the color field well in a combo chart.
- category
Items AnalysisLimit Items Limit Configuration - The item limit configuration for the category field well of a combo chart.
- category
Sort List<AnalysisField Sort Options> - The sort configuration of the category field well in a combo chart.
- color
Items AnalysisLimit Items Limit Configuration - The item limit configuration of the color field well in a combo chart.
- color
Sort List<AnalysisField Sort Options> - The sort configuration of the color field well in a combo chart.
- category
Items AnalysisLimit Items Limit Configuration - The item limit configuration for the category field well of a combo chart.
- category
Sort AnalysisField Sort Options[] - The sort configuration of the category field well in a combo chart.
- color
Items AnalysisLimit Items Limit Configuration - The item limit configuration of the color field well in a combo chart.
- color
Sort AnalysisField Sort Options[] - The sort configuration of the color field well in a combo chart.
- category_
items_ Analysislimit Items Limit Configuration - The item limit configuration for the category field well of a combo chart.
- category_
sort Sequence[AnalysisField Sort Options] - The sort configuration of the category field well in a combo chart.
- color_
items_ Analysislimit Items Limit Configuration - The item limit configuration of the color field well in a combo chart.
- color_
sort Sequence[AnalysisField Sort Options] - The sort configuration of the color field well in a combo chart.
- category
Items Property MapLimit - The item limit configuration for the category field well of a combo chart.
- category
Sort List<Property Map> - The sort configuration of the category field well in a combo chart.
- color
Items Property MapLimit - The item limit configuration of the color field well in a combo chart.
- color
Sort List<Property Map> - The sort configuration of the color field well in a combo chart.
AnalysisComboChartVisual, AnalysisComboChartVisualArgs
- Visual
Id 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.
Aws Native. Quick Sight. Inputs. Analysis Visual Custom Action> - The list of custom actions that are configured for a visual.
- Chart
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Analysis Combo Chart Configuration - The configuration settings of the visual.
- Column
Hierarchies List<Pulumi.Aws Native. Quick Sight. Inputs. Analysis Column Hierarchy> - The column hierarchy that is used during drill-downs and drill-ups.
- Subtitle
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- Title
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Visual Title Label Options - The title that is displayed on the visual.
- Visual
Id 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
[]Analysis
Visual Custom Action - The list of custom actions that are configured for a visual.
- Chart
Configuration AnalysisCombo Chart Configuration - The configuration settings of the visual.
- Column
Hierarchies []AnalysisColumn Hierarchy - The column hierarchy that is used during drill-downs and drill-ups.
- Subtitle
Analysis
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- Title
Analysis
Visual Title Label Options - The title that is displayed on the visual.
- visual
Id 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<Analysis
Visual Custom Action> - The list of custom actions that are configured for a visual.
- chart
Configuration AnalysisCombo Chart Configuration - The configuration settings of the visual.
- column
Hierarchies List<AnalysisColumn Hierarchy> - The column hierarchy that is used during drill-downs and drill-ups.
- subtitle
Analysis
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- title
Analysis
Visual Title Label Options - The title that is displayed on the visual.
- visual
Id 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
Analysis
Visual Custom Action[] - The list of custom actions that are configured for a visual.
- chart
Configuration AnalysisCombo Chart Configuration - The configuration settings of the visual.
- column
Hierarchies AnalysisColumn Hierarchy[] - The column hierarchy that is used during drill-downs and drill-ups.
- subtitle
Analysis
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- title
Analysis
Visual Title Label Options - 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[Analysis
Visual Custom Action] - The list of custom actions that are configured for a visual.
- chart_
configuration AnalysisCombo Chart Configuration - The configuration settings of the visual.
- column_
hierarchies Sequence[AnalysisColumn Hierarchy] - The column hierarchy that is used during drill-downs and drill-ups.
- subtitle
Analysis
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- title
Analysis
Visual Title Label Options - The title that is displayed on the visual.
- visual
Id 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.
- chart
Configuration Property Map - The configuration settings of the visual.
- column
Hierarchies 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
- Comparison
Format Pulumi.Aws Native. Quick Sight. Inputs. Analysis Comparison Format Configuration - The format of the comparison.
- Comparison
Method Pulumi.Aws Native. Quick Sight. Analysis Comparison Method - The method of the comparison. Choose from the following options:
DIFFERENCE
PERCENT_DIFFERENCE
PERCENT
- Comparison
Format AnalysisComparison Format Configuration - The format of the comparison.
- Comparison
Method AnalysisComparison Method - The method of the comparison. Choose from the following options:
DIFFERENCE
PERCENT_DIFFERENCE
PERCENT
- comparison
Format AnalysisComparison Format Configuration - The format of the comparison.
- comparison
Method AnalysisComparison Method - The method of the comparison. Choose from the following options:
DIFFERENCE
PERCENT_DIFFERENCE
PERCENT
- comparison
Format AnalysisComparison Format Configuration - The format of the comparison.
- comparison
Method AnalysisComparison Method - The method of the comparison. Choose from the following options:
DIFFERENCE
PERCENT_DIFFERENCE
PERCENT
- comparison_
format AnalysisComparison Format Configuration - The format of the comparison.
- comparison_
method AnalysisComparison Method - The method of the comparison. Choose from the following options:
DIFFERENCE
PERCENT_DIFFERENCE
PERCENT
- comparison
Format Property Map - The format of the comparison.
- comparison
Method "DIFFERENCE" | "PERCENT_DIFFERENCE" | "PERCENT" - The method of the comparison. Choose from the following options:
DIFFERENCE
PERCENT_DIFFERENCE
PERCENT
AnalysisComparisonFormatConfiguration, AnalysisComparisonFormatConfigurationArgs
- Number
Display Pulumi.Format Configuration Aws Native. Quick Sight. Inputs. Analysis Number Display Format Configuration - The number display format.
- Percentage
Display Pulumi.Format Configuration Aws Native. Quick Sight. Inputs. Analysis Percentage Display Format Configuration - The percentage display format.
- Number
Display AnalysisFormat Configuration Number Display Format Configuration - The number display format.
- Percentage
Display AnalysisFormat Configuration Percentage Display Format Configuration - The percentage display format.
- number
Display AnalysisFormat Configuration Number Display Format Configuration - The number display format.
- percentage
Display AnalysisFormat Configuration Percentage Display Format Configuration - The percentage display format.
- number
Display AnalysisFormat Configuration Number Display Format Configuration - The number display format.
- percentage
Display AnalysisFormat Configuration Percentage Display Format Configuration - The percentage display format.
- number_
display_ Analysisformat_ configuration Number Display Format Configuration - The number display format.
- percentage_
display_ Analysisformat_ configuration Percentage Display Format Configuration - The percentage display format.
- number
Display Property MapFormat Configuration - The number display format.
- percentage
Display Property MapFormat Configuration - The percentage display format.
AnalysisComparisonMethod, AnalysisComparisonMethodArgs
- Difference
- DIFFERENCE
- Percent
Difference - PERCENT_DIFFERENCE
- Percent
- PERCENT
- Analysis
Comparison Method Difference - DIFFERENCE
- Analysis
Comparison Method Percent Difference - PERCENT_DIFFERENCE
- Analysis
Comparison Method Percent - PERCENT
- Difference
- DIFFERENCE
- Percent
Difference - PERCENT_DIFFERENCE
- Percent
- PERCENT
- Difference
- DIFFERENCE
- Percent
Difference - PERCENT_DIFFERENCE
- Percent
- PERCENT
- DIFFERENCE
- DIFFERENCE
- PERCENT_DIFFERENCE
- PERCENT_DIFFERENCE
- PERCENT
- PERCENT
- "DIFFERENCE"
- DIFFERENCE
- "PERCENT_DIFFERENCE"
- PERCENT_DIFFERENCE
- "PERCENT"
- PERCENT
AnalysisComputation, AnalysisComputationArgs
- Forecast
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Forecast Computation - The forecast computation configuration.
- Growth
Rate Pulumi.Aws Native. Quick Sight. Inputs. Analysis Growth Rate Computation - The growth rate computation configuration.
- Maximum
Minimum Pulumi.Aws Native. Quick Sight. Inputs. Analysis Maximum Minimum Computation - The maximum and minimum computation configuration.
- Metric
Comparison Pulumi.Aws Native. Quick Sight. Inputs. Analysis Metric Comparison Computation - The metric comparison computation configuration.
- Period
Over Pulumi.Period Aws Native. Quick Sight. Inputs. Analysis Period Over Period Computation - The period over period computation configuration.
- Period
To Pulumi.Date Aws Native. Quick Sight. Inputs. Analysis Period To Date Computation - The period to
DataSetIdentifier
computation configuration. - Top
Bottom Pulumi.Movers Aws Native. Quick Sight. Inputs. Analysis Top Bottom Movers Computation - The top movers and bottom movers computation configuration.
- Top
Bottom Pulumi.Ranked Aws Native. Quick Sight. Inputs. Analysis Top Bottom Ranked Computation - The top ranked and bottom ranked computation configuration.
- Total
Aggregation Pulumi.Aws Native. Quick Sight. Inputs. Analysis Total Aggregation Computation - The total aggregation computation configuration.
- Unique
Values Pulumi.Aws Native. Quick Sight. Inputs. Analysis Unique Values Computation - The unique values computation configuration.
- Forecast
Analysis
Forecast Computation - The forecast computation configuration.
- Growth
Rate AnalysisGrowth Rate Computation - The growth rate computation configuration.
- Maximum
Minimum AnalysisMaximum Minimum Computation - The maximum and minimum computation configuration.
- Metric
Comparison AnalysisMetric Comparison Computation - The metric comparison computation configuration.
- Period
Over AnalysisPeriod Period Over Period Computation - The period over period computation configuration.
- Period
To AnalysisDate Period To Date Computation - The period to
DataSetIdentifier
computation configuration. - Top
Bottom AnalysisMovers Top Bottom Movers Computation - The top movers and bottom movers computation configuration.
- Top
Bottom AnalysisRanked Top Bottom Ranked Computation - The top ranked and bottom ranked computation configuration.
- Total
Aggregation AnalysisTotal Aggregation Computation - The total aggregation computation configuration.
- Unique
Values AnalysisUnique Values Computation - The unique values computation configuration.
- forecast
Analysis
Forecast Computation - The forecast computation configuration.
- growth
Rate AnalysisGrowth Rate Computation - The growth rate computation configuration.
- maximum
Minimum AnalysisMaximum Minimum Computation - The maximum and minimum computation configuration.
- metric
Comparison AnalysisMetric Comparison Computation - The metric comparison computation configuration.
- period
Over AnalysisPeriod Period Over Period Computation - The period over period computation configuration.
- period
To AnalysisDate Period To Date Computation - The period to
DataSetIdentifier
computation configuration. - top
Bottom AnalysisMovers Top Bottom Movers Computation - The top movers and bottom movers computation configuration.
- top
Bottom AnalysisRanked Top Bottom Ranked Computation - The top ranked and bottom ranked computation configuration.
- total
Aggregation AnalysisTotal Aggregation Computation - The total aggregation computation configuration.
- unique
Values AnalysisUnique Values Computation - The unique values computation configuration.
- forecast
Analysis
Forecast Computation - The forecast computation configuration.
- growth
Rate AnalysisGrowth Rate Computation - The growth rate computation configuration.
- maximum
Minimum AnalysisMaximum Minimum Computation - The maximum and minimum computation configuration.
- metric
Comparison AnalysisMetric Comparison Computation - The metric comparison computation configuration.
- period
Over AnalysisPeriod Period Over Period Computation - The period over period computation configuration.
- period
To AnalysisDate Period To Date Computation - The period to
DataSetIdentifier
computation configuration. - top
Bottom AnalysisMovers Top Bottom Movers Computation - The top movers and bottom movers computation configuration.
- top
Bottom AnalysisRanked Top Bottom Ranked Computation - The top ranked and bottom ranked computation configuration.
- total
Aggregation AnalysisTotal Aggregation Computation - The total aggregation computation configuration.
- unique
Values AnalysisUnique Values Computation - The unique values computation configuration.
- forecast
Analysis
Forecast Computation - The forecast computation configuration.
- growth_
rate AnalysisGrowth Rate Computation - The growth rate computation configuration.
- maximum_
minimum AnalysisMaximum Minimum Computation - The maximum and minimum computation configuration.
- metric_
comparison AnalysisMetric Comparison Computation - The metric comparison computation configuration.
- period_
over_ Analysisperiod Period Over Period Computation - The period over period computation configuration.
- period_
to_ Analysisdate Period To Date Computation - The period to
DataSetIdentifier
computation configuration. - top_
bottom_ Analysismovers Top Bottom Movers Computation - The top movers and bottom movers computation configuration.
- top_
bottom_ Analysisranked Top Bottom Ranked Computation - The top ranked and bottom ranked computation configuration.
- total_
aggregation AnalysisTotal Aggregation Computation - The total aggregation computation configuration.
- unique_
values AnalysisUnique Values Computation - The unique values computation configuration.
- forecast Property Map
- The forecast computation configuration.
- growth
Rate Property Map - The growth rate computation configuration.
- maximum
Minimum Property Map - The maximum and minimum computation configuration.
- metric
Comparison Property Map - The metric comparison computation configuration.
- period
Over Property MapPeriod - The period over period computation configuration.
- period
To Property MapDate - The period to
DataSetIdentifier
computation configuration. - top
Bottom Property MapMovers - The top movers and bottom movers computation configuration.
- top
Bottom Property MapRanked - The top ranked and bottom ranked computation configuration.
- total
Aggregation Property Map - The total aggregation computation configuration.
- unique
Values Property Map - The unique values computation configuration.
AnalysisConditionalFormattingColor, AnalysisConditionalFormattingColorArgs
- Gradient
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Conditional Formatting Gradient Color - Formatting configuration for gradient color.
- Solid
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Conditional Formatting Solid Color - Formatting configuration for solid color.
- Gradient
Analysis
Conditional Formatting Gradient Color - Formatting configuration for gradient color.
- Solid
Analysis
Conditional Formatting Solid Color - Formatting configuration for solid color.
- gradient
Analysis
Conditional Formatting Gradient Color - Formatting configuration for gradient color.
- solid
Analysis
Conditional Formatting Solid Color - Formatting configuration for solid color.
- gradient
Analysis
Conditional Formatting Gradient Color - Formatting configuration for gradient color.
- solid
Analysis
Conditional Formatting Solid Color - Formatting configuration for solid color.
- gradient
Analysis
Conditional Formatting Gradient Color - Formatting configuration for gradient color.
- solid
Analysis
Conditional Formatting Solid Color - 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.
- Icon
Options Pulumi.Aws Native. Quick Sight. Inputs. Analysis Conditional Formatting Custom Icon Options - Custom icon options for an icon set.
- Color string
- Determines the color of the icon.
- Display
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Analysis Conditional Formatting Icon Display Configuration - Determines the icon display configuration.
- Expression string
- The expression that determines the condition of the icon set.
- Icon
Options AnalysisConditional Formatting Custom Icon Options - Custom icon options for an icon set.
- Color string
- Determines the color of the icon.
- Display
Configuration AnalysisConditional Formatting Icon Display Configuration - Determines the icon display configuration.
- expression String
- The expression that determines the condition of the icon set.
- icon
Options AnalysisConditional Formatting Custom Icon Options - Custom icon options for an icon set.
- color String
- Determines the color of the icon.
- display
Configuration AnalysisConditional Formatting Icon Display Configuration - Determines the icon display configuration.
- expression string
- The expression that determines the condition of the icon set.
- icon
Options AnalysisConditional Formatting Custom Icon Options - Custom icon options for an icon set.
- color string
- Determines the color of the icon.
- display
Configuration AnalysisConditional Formatting Icon Display Configuration - Determines the icon display configuration.
- expression str
- The expression that determines the condition of the icon set.
- icon_
options AnalysisConditional Formatting Custom Icon Options - Custom icon options for an icon set.
- color str
- Determines the color of the icon.
- display_
configuration AnalysisConditional Formatting Icon Display Configuration - Determines the icon display configuration.
- expression String
- The expression that determines the condition of the icon set.
- icon
Options Property Map - Custom icon options for an icon set.
- color String
- Determines the color of the icon.
- display
Configuration Property Map - Determines the icon display configuration.
AnalysisConditionalFormattingCustomIconOptions, AnalysisConditionalFormattingCustomIconOptionsArgs
- Icon
Pulumi.
Aws Native. Quick Sight. Analysis Icon - Determines the type of icon.
- Unicode
Icon string - Determines the Unicode icon type.
- Icon
Analysis
Icon - Determines the type of icon.
- Unicode
Icon string - Determines the Unicode icon type.
- icon
Analysis
Icon - Determines the type of icon.
- unicode
Icon String - Determines the Unicode icon type.
- icon
Analysis
Icon - Determines the type of icon.
- unicode
Icon string - Determines the Unicode icon type.
- icon
Analysis
Icon - Determines the type of icon.
- unicode_
icon str - Determines the Unicode icon type.
- icon "CARET_UP" | "CARET_DOWN" | "PLUS" | "MINUS" | "ARROW_UP" | "ARROW_DOWN" | "ARROW_LEFT" | "ARROW_UP_LEFT" | "ARROW_DOWN_LEFT" | "ARROW_RIGHT" | "ARROW_UP_RIGHT" | "ARROW_DOWN_RIGHT" | "FACE_UP" | "FACE_DOWN" | "FACE_FLAT" | "ONE_BAR" | "TWO_BAR" | "THREE_BAR" | "CIRCLE" | "TRIANGLE" | "SQUARE" | "FLAG" | "THUMBS_UP" | "THUMBS_DOWN" | "CHECKMARK" | "X"
- Determines the type of icon.
- unicode
Icon String - Determines the Unicode icon type.
AnalysisConditionalFormattingGradientColor, AnalysisConditionalFormattingGradientColorArgs
- Color
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Gradient Color - Determines the color.
- Expression string
- The expression that determines the formatting configuration for gradient color.
- Color
Analysis
Gradient Color - Determines the color.
- Expression string
- The expression that determines the formatting configuration for gradient color.
- color
Analysis
Gradient Color - Determines the color.
- expression String
- The expression that determines the formatting configuration for gradient color.
- color
Analysis
Gradient Color - Determines the color.
- expression string
- The expression that determines the formatting configuration for gradient color.
- color
Analysis
Gradient Color - 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
- Custom
Condition Pulumi.Aws Native. Quick Sight. Inputs. Analysis Conditional Formatting Custom Icon Condition - Determines the custom condition for an icon set.
- Icon
Set Pulumi.Aws Native. Quick Sight. Inputs. Analysis Conditional Formatting Icon Set - Formatting configuration for icon set.
- Custom
Condition AnalysisConditional Formatting Custom Icon Condition - Determines the custom condition for an icon set.
- Icon
Set AnalysisConditional Formatting Icon Set - Formatting configuration for icon set.
- custom
Condition AnalysisConditional Formatting Custom Icon Condition - Determines the custom condition for an icon set.
- icon
Set AnalysisConditional Formatting Icon Set - Formatting configuration for icon set.
- custom
Condition AnalysisConditional Formatting Custom Icon Condition - Determines the custom condition for an icon set.
- icon
Set AnalysisConditional Formatting Icon Set - Formatting configuration for icon set.
- custom_
condition AnalysisConditional Formatting Custom Icon Condition - Determines the custom condition for an icon set.
- icon_
set AnalysisConditional Formatting Icon Set - Formatting configuration for icon set.
- custom
Condition Property Map - Determines the custom condition for an icon set.
- icon
Set Property Map - Formatting configuration for icon set.
AnalysisConditionalFormattingIconDisplayConfiguration, AnalysisConditionalFormattingIconDisplayConfigurationArgs
- Icon
Display Pulumi.Option Aws Native. Quick Sight. Analysis Conditional Formatting Icon Display Option - Determines the icon display configuration.
- Icon
Display AnalysisOption Conditional Formatting Icon Display Option - Determines the icon display configuration.
- icon
Display AnalysisOption Conditional Formatting Icon Display Option - Determines the icon display configuration.
- icon
Display AnalysisOption Conditional Formatting Icon Display Option - Determines the icon display configuration.
- icon_
display_ Analysisoption Conditional Formatting Icon Display Option - Determines the icon display configuration.
- icon
Display "ICON_ONLY"Option - Determines the icon display configuration.
AnalysisConditionalFormattingIconDisplayOption, AnalysisConditionalFormattingIconDisplayOptionArgs
- Icon
Only - ICON_ONLY
- Analysis
Conditional Formatting Icon Display Option Icon Only - ICON_ONLY
- Icon
Only - ICON_ONLY
- Icon
Only - 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.
- Icon
Set Pulumi.Type Aws Native. Quick Sight. Analysis Conditional Formatting Icon Set Type - Determines the icon set type.
- Expression string
- The expression that determines the formatting configuration for the icon set.
- Icon
Set AnalysisType Conditional Formatting Icon Set Type - Determines the icon set type.
- expression String
- The expression that determines the formatting configuration for the icon set.
- icon
Set AnalysisType Conditional Formatting Icon Set Type - Determines the icon set type.
- expression string
- The expression that determines the formatting configuration for the icon set.
- icon
Set AnalysisType Conditional Formatting Icon Set Type - Determines the icon set type.
- expression str
- The expression that determines the formatting configuration for the icon set.
- icon_
set_ Analysistype Conditional Formatting Icon Set Type - Determines the icon set type.
- expression String
- The expression that determines the formatting configuration for the icon set.
- icon
Set "PLUS_MINUS" | "CHECK_X" | "THREE_COLOR_ARROW" | "THREE_GRAY_ARROW" | "CARET_UP_MINUS_DOWN" | "THREE_SHAPE" | "THREE_CIRCLE" | "FLAGS" | "BARS" | "FOUR_COLOR_ARROW" | "FOUR_GRAY_ARROW"Type - Determines the icon set type.
AnalysisConditionalFormattingIconSetType, AnalysisConditionalFormattingIconSetTypeArgs
- 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
- Analysis
Conditional Formatting Icon Set Type Plus Minus - PLUS_MINUS
- Analysis
Conditional Formatting Icon Set Type Check X - CHECK_X
- Analysis
Conditional Formatting Icon Set Type Three Color Arrow - THREE_COLOR_ARROW
- Analysis
Conditional Formatting Icon Set Type Three Gray Arrow - THREE_GRAY_ARROW
- Analysis
Conditional Formatting Icon Set Type Caret Up Minus Down - CARET_UP_MINUS_DOWN
- Analysis
Conditional Formatting Icon Set Type Three Shape - THREE_SHAPE
- Analysis
Conditional Formatting Icon Set Type Three Circle - THREE_CIRCLE
- Analysis
Conditional Formatting Icon Set Type Flags - FLAGS
- Analysis
Conditional Formatting Icon Set Type Bars - BARS
- Analysis
Conditional Formatting Icon Set Type Four Color Arrow - FOUR_COLOR_ARROW
- Analysis
Conditional Formatting Icon Set Type 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
- 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
- "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
- Contributor
Dimensions List<Pulumi.Aws Native. Quick Sight. Inputs. Analysis Column Identifier> - The dimensions columns that are used in the contribution analysis, usually a list of
ColumnIdentifiers
. - Measure
Field stringId - The measure field that is used in the contribution analysis.
- Contributor
Dimensions []AnalysisColumn Identifier - The dimensions columns that are used in the contribution analysis, usually a list of
ColumnIdentifiers
. - Measure
Field stringId - The measure field that is used in the contribution analysis.
- contributor
Dimensions List<AnalysisColumn Identifier> - The dimensions columns that are used in the contribution analysis, usually a list of
ColumnIdentifiers
. - measure
Field StringId - The measure field that is used in the contribution analysis.
- contributor
Dimensions AnalysisColumn Identifier[] - The dimensions columns that are used in the contribution analysis, usually a list of
ColumnIdentifiers
. - measure
Field stringId - The measure field that is used in the contribution analysis.
- contributor_
dimensions Sequence[AnalysisColumn Identifier] - The dimensions columns that are used in the contribution analysis, usually a list of
ColumnIdentifiers
. - measure_
field_ strid - The measure field that is used in the contribution analysis.
- contributor
Dimensions List<Property Map> - The dimensions columns that are used in the contribution analysis, usually a list of
ColumnIdentifiers
. - measure
Field StringId - The measure field that is used in the contribution analysis.
AnalysisCrossDatasetTypes, AnalysisCrossDatasetTypesArgs
- All
Datasets - ALL_DATASETS
- Single
Dataset - SINGLE_DATASET
- Analysis
Cross Dataset Types All Datasets - ALL_DATASETS
- Analysis
Cross Dataset Types Single Dataset - SINGLE_DATASET
- All
Datasets - ALL_DATASETS
- Single
Dataset - SINGLE_DATASET
- All
Datasets - ALL_DATASETS
- Single
Dataset - SINGLE_DATASET
- ALL_DATASETS
- ALL_DATASETS
- SINGLE_DATASET
- SINGLE_DATASET
- "ALL_DATASETS"
- ALL_DATASETS
- "SINGLE_DATASET"
- SINGLE_DATASET
AnalysisCurrencyDisplayFormatConfiguration, AnalysisCurrencyDisplayFormatConfigurationArgs
- Decimal
Places Pulumi.Configuration Aws Native. Quick Sight. Inputs. Analysis Decimal Places Configuration - The option that determines the decimal places configuration.
- Negative
Value Pulumi.Configuration Aws Native. Quick Sight. Inputs. Analysis Negative Value Configuration - The options that determine the negative value configuration.
- Null
Value Pulumi.Format Configuration Aws Native. Quick Sight. Inputs. Analysis Null Value Format Configuration - The options that determine the null value format configuration.
- Number
Scale Pulumi.Aws Native. Quick Sight. Analysis Number Scale - Determines the number scale value for the currency format.
- Prefix string
- Determines the prefix value of the currency format.
- Separator
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Analysis Numeric Separator Configuration - 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 AnalysisConfiguration Decimal Places Configuration - The option that determines the decimal places configuration.
- Negative
Value AnalysisConfiguration Negative Value Configuration - The options that determine the negative value configuration.
- Null
Value AnalysisFormat Configuration Null Value Format Configuration - The options that determine the null value format configuration.
- Number
Scale AnalysisNumber Scale - Determines the number scale value for the currency format.
- Prefix string
- Determines the prefix value of the currency format.
- Separator
Configuration AnalysisNumeric Separator Configuration - 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 AnalysisConfiguration Decimal Places Configuration - The option that determines the decimal places configuration.
- negative
Value AnalysisConfiguration Negative Value Configuration - The options that determine the negative value configuration.
- null
Value AnalysisFormat Configuration Null Value Format Configuration - The options that determine the null value format configuration.
- number
Scale AnalysisNumber Scale - Determines the number scale value for the currency format.
- prefix String
- Determines the prefix value of the currency format.
- separator
Configuration AnalysisNumeric Separator Configuration - 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 AnalysisConfiguration Decimal Places Configuration - The option that determines the decimal places configuration.
- negative
Value AnalysisConfiguration Negative Value Configuration - The options that determine the negative value configuration.
- null
Value AnalysisFormat Configuration Null Value Format Configuration - The options that determine the null value format configuration.
- number
Scale AnalysisNumber Scale - Determines the number scale value for the currency format.
- prefix string
- Determines the prefix value of the currency format.
- separator
Configuration AnalysisNumeric Separator Configuration - 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_ Analysisconfiguration Decimal Places Configuration - The option that determines the decimal places configuration.
- negative_
value_ Analysisconfiguration Negative Value Configuration - The options that determine the negative value configuration.
- null_
value_ Analysisformat_ configuration Null Value Format Configuration - The options that determine the null value format configuration.
- number_
scale AnalysisNumber Scale - Determines the number scale value for the currency format.
- prefix str
- Determines the prefix value of the currency format.
- separator_
configuration AnalysisNumeric Separator Configuration - 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.
- decimal
Places Property MapConfiguration - The option that determines the decimal places configuration.
- negative
Value Property MapConfiguration - The options that determine the negative value configuration.
- null
Value Property MapFormat Configuration - The options that determine the null value format configuration.
- number
Scale "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.
- separator
Configuration 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
- Selected
Fields Pulumi.Configuration Aws Native. Quick Sight. Inputs. Analysis Filter Operation Selected Fields Configuration - The configuration that chooses the fields to be filtered.
- Target
Visuals Pulumi.Configuration Aws Native. Quick Sight. Inputs. Analysis Filter Operation Target Visuals Configuration - The configuration that chooses the target visuals to be filtered.
- Selected
Fields AnalysisConfiguration Filter Operation Selected Fields Configuration - The configuration that chooses the fields to be filtered.
- Target
Visuals AnalysisConfiguration Filter Operation Target Visuals Configuration - The configuration that chooses the target visuals to be filtered.
- selected
Fields AnalysisConfiguration Filter Operation Selected Fields Configuration - The configuration that chooses the fields to be filtered.
- target
Visuals AnalysisConfiguration Filter Operation Target Visuals Configuration - The configuration that chooses the target visuals to be filtered.
- selected
Fields AnalysisConfiguration Filter Operation Selected Fields Configuration - The configuration that chooses the fields to be filtered.
- target
Visuals AnalysisConfiguration Filter Operation Target Visuals Configuration - The configuration that chooses the target visuals to be filtered.
- selected_
fields_ Analysisconfiguration Filter Operation Selected Fields Configuration - The configuration that chooses the fields to be filtered.
- target_
visuals_ Analysisconfiguration Filter Operation Target Visuals Configuration - The configuration that chooses the target visuals to be filtered.
- selected
Fields Property MapConfiguration - The configuration that chooses the fields to be filtered.
- target
Visuals Property MapConfiguration - The configuration that chooses the target visuals to be filtered.
AnalysisCustomActionNavigationOperation, AnalysisCustomActionNavigationOperationArgs
- Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Local Navigation Configuration - The configuration that chooses the navigation target.
- Analysis
Local Navigation Configuration - The configuration that chooses the navigation target.
- Analysis
Local Navigation Configuration - The configuration that chooses the navigation target.
- Analysis
Local Navigation Configuration - The configuration that chooses the navigation target.
- Analysis
Local Navigation Configuration - The configuration that chooses the navigation target.
- Property Map
- The configuration that chooses the navigation target.
AnalysisCustomActionSetParametersOperation, AnalysisCustomActionSetParametersOperationArgs
- Parameter
Value List<Pulumi.Configurations Aws Native. Quick Sight. Inputs. Analysis Set Parameter Value Configuration> - The parameter that determines the value configuration.
- Parameter
Value []AnalysisConfigurations Set Parameter Value Configuration - The parameter that determines the value configuration.
- parameter
Value List<AnalysisConfigurations Set Parameter Value Configuration> - The parameter that determines the value configuration.
- parameter
Value AnalysisConfigurations Set Parameter Value Configuration[] - The parameter that determines the value configuration.
- parameter_
value_ Sequence[Analysisconfigurations Set Parameter Value Configuration] - The parameter that determines the value configuration.
- parameter
Value List<Property Map>Configurations - The parameter that determines the value configuration.
AnalysisCustomActionUrlOperation, AnalysisCustomActionUrlOperationArgs
- Url
Target Pulumi.Aws Native. Quick Sight. Analysis Url Target Configuration 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 string - THe URL link of the
CustomActionURLOperation
.
- Url
Target AnalysisUrl Target Configuration 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 string - THe URL link of the
CustomActionURLOperation
.
- url
Target AnalysisUrl Target Configuration 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 String - THe URL link of the
CustomActionURLOperation
.
- url
Target AnalysisUrl Target Configuration 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 string - THe URL link of the
CustomActionURLOperation
.
- url_
target AnalysisUrl Target Configuration 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
.
- url
Target "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.
- url
Template String - THe URL link of the
CustomActionURLOperation
.
AnalysisCustomColor, AnalysisCustomColorArgs
- Color string
- The color that is applied to the data value.
- Field
Value string - The data value that the color is applied to.
- Special
Value Pulumi.Aws Native. Quick Sight. Analysis Special Value - The value of a special data value.
- Color string
- The color that is applied to the data value.
- Field
Value string - The data value that the color is applied to.
- Special
Value AnalysisSpecial Value - The value of a special data value.
- color String
- The color that is applied to the data value.
- field
Value String - The data value that the color is applied to.
- special
Value AnalysisSpecial Value - The value of a special data value.
- color string
- The color that is applied to the data value.
- field
Value string - The data value that the color is applied to.
- special
Value AnalysisSpecial Value - 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 AnalysisSpecial Value - The value of a special data value.
- color String
- The color that is applied to the data value.
- field
Value String - The data value that the color is applied to.
- special
Value "EMPTY" | "NULL" | "OTHER" - The value of a special data value.
AnalysisCustomContentConfiguration, AnalysisCustomContentConfigurationArgs
- Content
Type Pulumi.Aws Native. Quick Sight. Analysis Custom Content Type - The content type of the custom content visual. You can use this to have the visual render as an image.
- Content
Url string - The input URL that links to the custom content that you want in the custom visual.
- Image
Scaling Pulumi.Aws Native. Quick Sight. Analysis Custom Content Image Scaling Configuration - 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 AnalysisCustom Content Type - The content type of the custom content visual. You can use this to have the visual render as an image.
- Content
Url string - The input URL that links to the custom content that you want in the custom visual.
- Image
Scaling AnalysisCustom Content Image Scaling Configuration - 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 AnalysisCustom Content Type - The content type of the custom content visual. You can use this to have the visual render as an image.
- content
Url String - The input URL that links to the custom content that you want in the custom visual.
- image
Scaling AnalysisCustom Content Image Scaling Configuration - 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 AnalysisCustom Content Type - The content type of the custom content visual. You can use this to have the visual render as an image.
- content
Url string - The input URL that links to the custom content that you want in the custom visual.
- image
Scaling AnalysisCustom Content Image Scaling Configuration - 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 AnalysisCustom Content Type - 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 AnalysisCustom Content Image Scaling Configuration - 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 "IMAGE" | "OTHER_EMBEDDED_CONTENT" - The content type of the custom content visual. You can use this to have the visual render as an image.
- content
Url String - The input URL that links to the custom content that you want in the custom visual.
- image
Scaling "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
- Fit
To Height - FIT_TO_HEIGHT
- Fit
To Width - FIT_TO_WIDTH
- Do
Not Scale - DO_NOT_SCALE
- Scale
To Visual - SCALE_TO_VISUAL
- Analysis
Custom Content Image Scaling Configuration Fit To Height - FIT_TO_HEIGHT
- Analysis
Custom Content Image Scaling Configuration Fit To Width - FIT_TO_WIDTH
- Analysis
Custom Content Image Scaling Configuration Do Not Scale - DO_NOT_SCALE
- Analysis
Custom Content Image Scaling Configuration 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
- 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
- "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
- Other
Embedded Content - OTHER_EMBEDDED_CONTENT
- Analysis
Custom Content Type Image - IMAGE
- Analysis
Custom Content Type Other Embedded Content - OTHER_EMBEDDED_CONTENT
- Image
- IMAGE
- Other
Embedded Content - OTHER_EMBEDDED_CONTENT
- Image
- IMAGE
- Other
Embedded Content - OTHER_EMBEDDED_CONTENT
- IMAGE
- IMAGE
- OTHER_EMBEDDED_CONTENT
- OTHER_EMBEDDED_CONTENT
- "IMAGE"
- IMAGE
- "OTHER_EMBEDDED_CONTENT"
- OTHER_EMBEDDED_CONTENT
AnalysisCustomContentVisual, AnalysisCustomContentVisualArgs
- Data
Set stringIdentifier - The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
- Visual
Id 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.
Aws Native. Quick Sight. Inputs. Analysis Visual Custom Action> - The list of custom actions that are configured for a visual.
- Chart
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Analysis Custom Content Configuration - The configuration of a
CustomContentVisual
. - Subtitle
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- Title
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Visual Title Label Options - The title that is displayed on the visual.
- Data
Set stringIdentifier - The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
- Visual
Id 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
[]Analysis
Visual Custom Action - The list of custom actions that are configured for a visual.
- Chart
Configuration AnalysisCustom Content Configuration - The configuration of a
CustomContentVisual
. - Subtitle
Analysis
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- Title
Analysis
Visual Title Label Options - The title that is displayed on the visual.
- data
Set StringIdentifier - The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
- visual
Id 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<Analysis
Visual Custom Action> - The list of custom actions that are configured for a visual.
- chart
Configuration AnalysisCustom Content Configuration - The configuration of a
CustomContentVisual
. - subtitle
Analysis
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- title
Analysis
Visual Title Label Options - The title that is displayed on the visual.
- data
Set stringIdentifier - The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
- visual
Id 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
Analysis
Visual Custom Action[] - The list of custom actions that are configured for a visual.
- chart
Configuration AnalysisCustom Content Configuration - The configuration of a
CustomContentVisual
. - subtitle
Analysis
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- title
Analysis
Visual Title Label Options - The title that is displayed on the visual.
- data_
set_ stridentifier - 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[Analysis
Visual Custom Action] - The list of custom actions that are configured for a visual.
- chart_
configuration AnalysisCustom Content Configuration - The configuration of a
CustomContentVisual
. - subtitle
Analysis
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- title
Analysis
Visual Title Label Options - The title that is displayed on the visual.
- data
Set StringIdentifier - The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
- visual
Id 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.
- chart
Configuration 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
- Match
Operator Pulumi.Aws Native. Quick Sight. Analysis Category Filter Match Operator - The match operator that is used to determine if a filter should be applied.
- Null
Option Pulumi.Aws Native. Quick Sight. Analysis Filter Null Option - 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 string The category value for the filter.
This field is mutually exclusive to
ParameterName
.- Parameter
Name string The parameter whose value should be used for the filter value.
This field is mutually exclusive to
CategoryValue
.- Select
All Pulumi.Options Aws Native. Quick Sight. Analysis Category Filter Select All Options - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
- Match
Operator AnalysisCategory Filter Match Operator - The match operator that is used to determine if a filter should be applied.
- Null
Option AnalysisFilter Null Option - 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 string The category value for the filter.
This field is mutually exclusive to
ParameterName
.- Parameter
Name string The parameter whose value should be used for the filter value.
This field is mutually exclusive to
CategoryValue
.- Select
All AnalysisOptions Category Filter Select All Options - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
- match
Operator AnalysisCategory Filter Match Operator - The match operator that is used to determine if a filter should be applied.
- null
Option AnalysisFilter Null Option - 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 String The category value for the filter.
This field is mutually exclusive to
ParameterName
.- parameter
Name String The parameter whose value should be used for the filter value.
This field is mutually exclusive to
CategoryValue
.- select
All AnalysisOptions Category Filter Select All Options - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
- match
Operator AnalysisCategory Filter Match Operator - The match operator that is used to determine if a filter should be applied.
- null
Option AnalysisFilter Null Option - 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 string The category value for the filter.
This field is mutually exclusive to
ParameterName
.- parameter
Name string The parameter whose value should be used for the filter value.
This field is mutually exclusive to
CategoryValue
.- select
All AnalysisOptions Category Filter Select All Options - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
- match_
operator AnalysisCategory Filter Match Operator - The match operator that is used to determine if a filter should be applied.
- null_
option AnalysisFilter Null Option - 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_ Analysisoptions Category Filter Select All Options - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
- match
Operator "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.
- null
Option "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.
- category
Value String The category value for the filter.
This field is mutually exclusive to
ParameterName
.- parameter
Name String The parameter whose value should be used for the filter value.
This field is mutually exclusive to
CategoryValue
.- select
All "FILTER_ALL_VALUES"Options - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
AnalysisCustomFilterListConfiguration, AnalysisCustomFilterListConfigurationArgs
- Match
Operator Pulumi.Aws Native. Quick Sight. Analysis Category Filter Match Operator - The match operator that is used to determine if a filter should be applied.
- Null
Option Pulumi.Aws Native. Quick Sight. Analysis Filter Null Option - 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 List<string> - The list of category values for the filter.
- Select
All Pulumi.Options Aws Native. Quick Sight. Analysis Category Filter Select All Options - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
- Match
Operator AnalysisCategory Filter Match Operator - The match operator that is used to determine if a filter should be applied.
- Null
Option AnalysisFilter Null Option - 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 []string - The list of category values for the filter.
- Select
All AnalysisOptions Category Filter Select All Options - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
- match
Operator AnalysisCategory Filter Match Operator - The match operator that is used to determine if a filter should be applied.
- null
Option AnalysisFilter Null Option - 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 List<String> - The list of category values for the filter.
- select
All AnalysisOptions Category Filter Select All Options - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
- match
Operator AnalysisCategory Filter Match Operator - The match operator that is used to determine if a filter should be applied.
- null
Option AnalysisFilter Null Option - 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 string[] - The list of category values for the filter.
- select
All AnalysisOptions Category Filter Select All Options - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
- match_
operator AnalysisCategory Filter Match Operator - The match operator that is used to determine if a filter should be applied.
- null_
option AnalysisFilter Null Option - 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_ Analysisoptions Category Filter Select All Options - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
- match
Operator "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.
- null
Option "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.
- category
Values List<String> - The list of category values for the filter.
- select
All "FILTER_ALL_VALUES"Options - 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
- Date
Time List<string>Values - A list of datetime-type parameter values.
- Decimal
Values List<double> - A list of decimal-type parameter values.
- Integer
Values List<double> - A list of integer-type parameter values.
- String
Values List<string> - A list of string-type parameter values.
- Date
Time []stringValues - A list of datetime-type parameter values.
- Decimal
Values []float64 - A list of decimal-type parameter values.
- Integer
Values []float64 - A list of integer-type parameter values.
- String
Values []string - A list of string-type parameter values.
- date
Time List<String>Values - A list of datetime-type parameter values.
- decimal
Values List<Double> - A list of decimal-type parameter values.
- integer
Values List<Double> - A list of integer-type parameter values.
- string
Values List<String> - A list of string-type parameter values.
- date
Time string[]Values - A list of datetime-type parameter values.
- decimal
Values number[] - A list of decimal-type parameter values.
- integer
Values number[] - A list of integer-type parameter values.
- string
Values string[] - A list of string-type parameter values.
- date_
time_ Sequence[str]values - 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.
- date
Time List<String>Values - A list of datetime-type parameter values.
- decimal
Values List<Number> - A list of decimal-type parameter values.
- integer
Values List<Number> - A list of integer-type parameter values.
- string
Values List<String> - A list of string-type parameter values.
AnalysisCustomValuesConfiguration, AnalysisCustomValuesConfigurationArgs
- Custom
Values Pulumi.Aws Native. Quick Sight. Inputs. Analysis Custom Parameter Values - Include
Null boolValue - Includes the null value in custom action parameter values.
- Custom
Values AnalysisCustom Parameter Values - Include
Null boolValue - Includes the null value in custom action parameter values.
- custom
Values AnalysisCustom Parameter Values - include
Null BooleanValue - Includes the null value in custom action parameter values.
- custom
Values AnalysisCustom Parameter Values - include
Null booleanValue - Includes the null value in custom action parameter values.
- custom_
values AnalysisCustom Parameter Values - include_
null_ boolvalue - Includes the null value in custom action parameter values.
- custom
Values Property Map - include
Null BooleanValue - Includes the null value in custom action parameter values.
AnalysisDataBarsOptions, AnalysisDataBarsOptionsArgs
- Field
Id string - The field ID for the data bars options.
- Negative
Color string - The color of the negative data bar.
- Positive
Color string - The color of the positive data bar.
- Field
Id string - The field ID for the data bars options.
- Negative
Color string - The color of the negative data bar.
- Positive
Color string - The color of the positive data bar.
- field
Id String - The field ID for the data bars options.
- negative
Color String - The color of the negative data bar.
- positive
Color String - The color of the positive data bar.
- field
Id string - The field ID for the data bars options.
- negative
Color string - The color of the negative data bar.
- positive
Color 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.
- field
Id String - The field ID for the data bars options.
- negative
Color String - The color of the negative data bar.
- positive
Color String - The color of the positive data bar.
AnalysisDataColor, AnalysisDataColorArgs
- color str
- The color that is applied to the data value.
- data_
value float - The data value that the color is applied to.
AnalysisDataFieldSeriesItem, AnalysisDataFieldSeriesItemArgs
- Axis
Binding Pulumi.Aws Native. Quick Sight. Analysis Axis Binding - The axis that you are binding the field to.
- Field
Id string - The field ID of the field that you are setting the axis binding to.
- Field
Value string - The field value of the field that you are setting the axis binding to.
- Settings
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Line Chart Series Settings - The options that determine the presentation of line series associated to the field.
- Axis
Binding AnalysisAxis Binding - The axis that you are binding the field to.
- Field
Id string - The field ID of the field that you are setting the axis binding to.
- Field
Value string - The field value of the field that you are setting the axis binding to.
- Settings
Analysis
Line Chart Series Settings - The options that determine the presentation of line series associated to the field.
- axis
Binding AnalysisAxis Binding - The axis that you are binding the field to.
- field
Id String - The field ID of the field that you are setting the axis binding to.
- field
Value String - The field value of the field that you are setting the axis binding to.
- settings
Analysis
Line Chart Series Settings - The options that determine the presentation of line series associated to the field.
- axis
Binding AnalysisAxis Binding - The axis that you are binding the field to.
- field
Id string - The field ID of the field that you are setting the axis binding to.
- field
Value string - The field value of the field that you are setting the axis binding to.
- settings
Analysis
Line Chart Series Settings - The options that determine the presentation of line series associated to the field.
- axis_
binding AnalysisAxis Binding - 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
Analysis
Line Chart Series Settings - The options that determine the presentation of line series associated to the field.
- axis
Binding "PRIMARY_YAXIS" | "SECONDARY_YAXIS" - The axis that you are binding the field to.
- field
Id String - The field ID of the field that you are setting the axis binding to.
- field
Value 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
- Value
And Percent - VALUE_AND_PERCENT
- Analysis
Data Label Content Value - VALUE
- Analysis
Data Label Content Percent - PERCENT
- Analysis
Data Label Content Value And Percent - VALUE_AND_PERCENT
- Value
- VALUE
- Percent
- PERCENT
- Value
And Percent - VALUE_AND_PERCENT
- Value
- VALUE
- Percent
- PERCENT
- Value
And Percent - 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
- Category
Label Pulumi.Visibility Aws Native. Quick Sight. Analysis Visibility - Determines the visibility of the category field labels.
- Data
Label List<Pulumi.Types Aws Native. Quick Sight. Inputs. Analysis Data Label Type> - The option that determines the data label type.
- Label
Color string - Determines the color of the data labels.
- Label
Content Pulumi.Aws Native. Quick Sight. Analysis Data Label Content - Determines the content of the data labels.
- Label
Font Pulumi.Configuration Aws Native. Quick Sight. Inputs. Analysis Font Configuration - Determines the font configuration of the data labels.
- Measure
Label Pulumi.Visibility Aws Native. Quick Sight. Analysis Visibility - Determines the visibility of the measure field labels.
- Overlap
Pulumi.
Aws Native. Quick Sight. Analysis Data Label Overlap - Determines whether overlap is enabled or disabled for the data labels.
- Position
Pulumi.
Aws Native. Quick Sight. Analysis Data Label Position - Determines the position of the data labels.
- Totals
Visibility Pulumi.Aws Native. Quick Sight. Analysis Visibility - Determines the visibility of the total.
- Visibility
Pulumi.
Aws Native. Quick Sight. Analysis Visibility - Determines the visibility of the data labels.
- Category
Label AnalysisVisibility Visibility - Determines the visibility of the category field labels.
- Data
Label []AnalysisTypes Data Label Type - The option that determines the data label type.
- Label
Color string - Determines the color of the data labels.
- Label
Content AnalysisData Label Content - Determines the content of the data labels.
- Label
Font AnalysisConfiguration Font Configuration - Determines the font configuration of the data labels.
- Measure
Label AnalysisVisibility Visibility - Determines the visibility of the measure field labels.
- Overlap
Analysis
Data Label Overlap - Determines whether overlap is enabled or disabled for the data labels.
- Position
Analysis
Data Label Position - Determines the position of the data labels.
- Totals
Visibility AnalysisVisibility - Determines the visibility of the total.
- Visibility
Analysis
Visibility - Determines the visibility of the data labels.
- category
Label AnalysisVisibility Visibility - Determines the visibility of the category field labels.
- data
Label List<AnalysisTypes Data Label Type> - The option that determines the data label type.
- label
Color String - Determines the color of the data labels.
- label
Content AnalysisData Label Content - Determines the content of the data labels.
- label
Font AnalysisConfiguration Font Configuration - Determines the font configuration of the data labels.
- measure
Label AnalysisVisibility Visibility - Determines the visibility of the measure field labels.
- overlap
Analysis
Data Label Overlap - Determines whether overlap is enabled or disabled for the data labels.
- position
Analysis
Data Label Position - Determines the position of the data labels.
- totals
Visibility AnalysisVisibility - Determines the visibility of the total.
- visibility
Analysis
Visibility - Determines the visibility of the data labels.
- category
Label AnalysisVisibility Visibility - Determines the visibility of the category field labels.
- data
Label AnalysisTypes Data Label Type[] - The option that determines the data label type.
- label
Color string - Determines the color of the data labels.
- label
Content AnalysisData Label Content - Determines the content of the data labels.
- label
Font AnalysisConfiguration Font Configuration - Determines the font configuration of the data labels.
- measure
Label AnalysisVisibility Visibility - Determines the visibility of the measure field labels.
- overlap
Analysis
Data Label Overlap - Determines whether overlap is enabled or disabled for the data labels.
- position
Analysis
Data Label Position - Determines the position of the data labels.
- totals
Visibility AnalysisVisibility - Determines the visibility of the total.
- visibility
Analysis
Visibility - Determines the visibility of the data labels.
- category_
label_ Analysisvisibility Visibility - Determines the visibility of the category field labels.
- data_
label_ Sequence[Analysistypes Data Label Type] - The option that determines the data label type.
- label_
color str - Determines the color of the data labels.
- label_
content AnalysisData Label Content - Determines the content of the data labels.
- label_
font_ Analysisconfiguration Font Configuration - Determines the font configuration of the data labels.
- measure_
label_ Analysisvisibility Visibility - Determines the visibility of the measure field labels.
- overlap
Analysis
Data Label Overlap - Determines whether overlap is enabled or disabled for the data labels.
- position
Analysis
Data Label Position - Determines the position of the data labels.
- totals_
visibility AnalysisVisibility - Determines the visibility of the total.
- visibility
Analysis
Visibility - Determines the visibility of the data labels.
- category
Label "HIDDEN" | "VISIBLE"Visibility - Determines the visibility of the category field labels.
- data
Label List<Property Map>Types - The option that determines the data label type.
- label
Color String - Determines the color of the data labels.
- label
Content "VALUE" | "PERCENT" | "VALUE_AND_PERCENT" - Determines the content of the data labels.
- label
Font Property MapConfiguration - Determines the font configuration of the data labels.
- measure
Label "HIDDEN" | "VISIBLE"Visibility - 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.
- totals
Visibility "HIDDEN" | "VISIBLE" - Determines the visibility of the total.
- visibility "HIDDEN" | "VISIBLE"
- Determines the visibility of the data labels.
AnalysisDataLabelOverlap, AnalysisDataLabelOverlapArgs
- Disable
Overlap - DISABLE_OVERLAP
- Enable
Overlap - ENABLE_OVERLAP
- Analysis
Data Label Overlap Disable Overlap - DISABLE_OVERLAP
- Analysis
Data Label Overlap Enable Overlap - ENABLE_OVERLAP
- Disable
Overlap - DISABLE_OVERLAP
- Enable
Overlap - ENABLE_OVERLAP
- Disable
Overlap - DISABLE_OVERLAP
- Enable
Overlap - 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
- Analysis
Data Label Position Inside - INSIDE
- Analysis
Data Label Position Outside - OUTSIDE
- Analysis
Data Label Position Left - LEFT
- Analysis
Data Label Position Top - TOP
- Analysis
Data Label Position Bottom - BOTTOM
- Analysis
Data Label Position 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
- "INSIDE"
- INSIDE
- "OUTSIDE"
- OUTSIDE
- "LEFT"
- LEFT
- "TOP"
- TOP
- "BOTTOM"
- BOTTOM
- "RIGHT"
- RIGHT
AnalysisDataLabelType, AnalysisDataLabelTypeArgs
- Data
Path Pulumi.Label Type Aws Native. Quick Sight. Inputs. Analysis Data Path Label Type - The option that specifies individual data values for labels.
- Field
Label Pulumi.Type Aws Native. Quick Sight. Inputs. Analysis Field Label Type - Determines the label configuration for the entire field.
- Maximum
Label Pulumi.Type Aws Native. Quick Sight. Inputs. Analysis Maximum Label Type - Determines the label configuration for the maximum value in a visual.
- Minimum
Label Pulumi.Type Aws Native. Quick Sight. Inputs. Analysis Minimum Label Type - Determines the label configuration for the minimum value in a visual.
- Range
Ends Pulumi.Label Type Aws Native. Quick Sight. Inputs. Analysis Range Ends Label Type - Determines the label configuration for range end value in a visual.
- Data
Path AnalysisLabel Type Data Path Label Type - The option that specifies individual data values for labels.
- Field
Label AnalysisType Field Label Type - Determines the label configuration for the entire field.
- Maximum
Label AnalysisType Maximum Label Type - Determines the label configuration for the maximum value in a visual.
- Minimum
Label AnalysisType Minimum Label Type - Determines the label configuration for the minimum value in a visual.
- Range
Ends AnalysisLabel Type Range Ends Label Type - Determines the label configuration for range end value in a visual.
- data
Path AnalysisLabel Type Data Path Label Type - The option that specifies individual data values for labels.
- field
Label AnalysisType Field Label Type - Determines the label configuration for the entire field.
- maximum
Label AnalysisType Maximum Label Type - Determines the label configuration for the maximum value in a visual.
- minimum
Label AnalysisType Minimum Label Type - Determines the label configuration for the minimum value in a visual.
- range
Ends AnalysisLabel Type Range Ends Label Type - Determines the label configuration for range end value in a visual.
- data
Path AnalysisLabel Type Data Path Label Type - The option that specifies individual data values for labels.
- field
Label AnalysisType Field Label Type - Determines the label configuration for the entire field.
- maximum
Label AnalysisType Maximum Label Type - Determines the label configuration for the maximum value in a visual.
- minimum
Label AnalysisType Minimum Label Type - Determines the label configuration for the minimum value in a visual.
- range
Ends AnalysisLabel Type Range Ends Label Type - Determines the label configuration for range end value in a visual.
- data_
path_ Analysislabel_ type Data Path Label Type - The option that specifies individual data values for labels.
- field_
label_ Analysistype Field Label Type - Determines the label configuration for the entire field.
- maximum_
label_ Analysistype Maximum Label Type - Determines the label configuration for the maximum value in a visual.
- minimum_
label_ Analysistype Minimum Label Type - Determines the label configuration for the minimum value in a visual.
- range_
ends_ Analysislabel_ type Range Ends Label Type - Determines the label configuration for range end value in a visual.
- data
Path Property MapLabel Type - The option that specifies individual data values for labels.
- field
Label Property MapType - Determines the label configuration for the entire field.
- maximum
Label Property MapType - Determines the label configuration for the maximum value in a visual.
- minimum
Label Property MapType - Determines the label configuration for the minimum value in a visual.
- range
Ends Property MapLabel Type - 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.
Aws Native. Quick Sight. Inputs. Analysis Data Path Value - The element that the color needs to be applied to.
- Time
Granularity Pulumi.Aws Native. Quick Sight. Analysis Time Granularity - 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
Analysis
Data Path Value - The element that the color needs to be applied to.
- Time
Granularity AnalysisTime Granularity - 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
Analysis
Data Path Value - The element that the color needs to be applied to.
- time
Granularity AnalysisTime Granularity - 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
Analysis
Data Path Value - The element that the color needs to be applied to.
- time
Granularity AnalysisTime Granularity - 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
Analysis
Data Path Value - The element that the color needs to be applied to.
- time_
granularity AnalysisTime Granularity - 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.
- time
Granularity "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
- Field
Id string - The field ID of the field that the data label needs to be applied to.
- Field
Value string - The actual value of the field that is labeled.
- Visibility
Pulumi.
Aws Native. Quick Sight. Analysis Visibility - The visibility of the data label.
- Field
Id string - The field ID of the field that the data label needs to be applied to.
- Field
Value string - The actual value of the field that is labeled.
- Visibility
Analysis
Visibility - The visibility of the data label.
- field
Id String - The field ID of the field that the data label needs to be applied to.
- field
Value String - The actual value of the field that is labeled.
- visibility
Analysis
Visibility - The visibility of the data label.
- field
Id string - The field ID of the field that the data label needs to be applied to.
- field
Value string - The actual value of the field that is labeled.
- visibility
Analysis
Visibility - 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
Analysis
Visibility - The visibility of the data label.
- field
Id String - The field ID of the field that the data label needs to be applied to.
- field
Value String - The actual value of the field that is labeled.
- visibility "HIDDEN" | "VISIBLE"
- The visibility of the data label.
AnalysisDataPathSort, AnalysisDataPathSortArgs
- Direction
Pulumi.
Aws Native. Quick Sight. Analysis Sort Direction - Determines the sort direction.
- Sort
Paths List<Pulumi.Aws Native. Quick Sight. Inputs. Analysis Data Path Value> - The list of data paths that need to be sorted.
- Direction
Analysis
Sort Direction - Determines the sort direction.
- Sort
Paths []AnalysisData Path Value - The list of data paths that need to be sorted.
- direction
Analysis
Sort Direction - Determines the sort direction.
- sort
Paths List<AnalysisData Path Value> - The list of data paths that need to be sorted.
- direction
Analysis
Sort Direction - Determines the sort direction.
- sort
Paths AnalysisData Path Value[] - The list of data paths that need to be sorted.
- direction
Analysis
Sort Direction - Determines the sort direction.
- sort_
paths Sequence[AnalysisData Path Value] - The list of data paths that need to be sorted.
- direction "ASC" | "DESC"
- Determines the sort direction.
- sort
Paths List<Property Map> - The list of data paths that need to be sorted.
AnalysisDataPathType, AnalysisDataPathTypeArgs
- Pivot
Table Pulumi.Data Path Type Aws Native. Quick Sight. Analysis Pivot Table Data Path Type - 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, whenRowsLayout
is set toHIERARCHY
.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 inColumnsFieldWell
and the row is set to Metric Placement.COUNT_METRIC_COLUMN
- The type of data path for the column withCOUNT
as the metric, when there is no field in theValuesFieldWell
.
- Pivot
Table AnalysisData Path Type Pivot Table Data Path Type - 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, whenRowsLayout
is set toHIERARCHY
.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 inColumnsFieldWell
and the row is set to Metric Placement.COUNT_METRIC_COLUMN
- The type of data path for the column withCOUNT
as the metric, when there is no field in theValuesFieldWell
.
- pivot
Table AnalysisData Path Type Pivot Table Data Path Type - 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, whenRowsLayout
is set toHIERARCHY
.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 inColumnsFieldWell
and the row is set to Metric Placement.COUNT_METRIC_COLUMN
- The type of data path for the column withCOUNT
as the metric, when there is no field in theValuesFieldWell
.
- pivot
Table AnalysisData Path Type Pivot Table Data Path Type - 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, whenRowsLayout
is set toHIERARCHY
.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 inColumnsFieldWell
and the row is set to Metric Placement.COUNT_METRIC_COLUMN
- The type of data path for the column withCOUNT
as the metric, when there is no field in theValuesFieldWell
.
- pivot_
table_ Analysisdata_ path_ type Pivot Table Data Path Type - 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, whenRowsLayout
is set toHIERARCHY
.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 inColumnsFieldWell
and the row is set to Metric Placement.COUNT_METRIC_COLUMN
- The type of data path for the column withCOUNT
as the metric, when there is no field in theValuesFieldWell
.
- pivot
Table "HIERARCHY_ROWS_LAYOUT_COLUMN" | "MULTIPLE_ROW_METRICS_COLUMN" | "EMPTY_COLUMN_HEADER" | "COUNT_METRIC_COLUMN"Data Path Type - 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, whenRowsLayout
is set toHIERARCHY
.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 inColumnsFieldWell
and the row is set to Metric Placement.COUNT_METRIC_COLUMN
- The type of data path for the column withCOUNT
as the metric, when there is no field in theValuesFieldWell
.
AnalysisDataPathValue, AnalysisDataPathValueArgs
- Data
Path Pulumi.Type Aws Native. Quick Sight. Inputs. Analysis Data Path Type - The type configuration of the field.
- Field
Id string - The field ID of the field that needs to be sorted.
- Field
Value string - The actual value of the field that needs to be sorted.
- Data
Path AnalysisType Data Path Type - The type configuration of the field.
- Field
Id string - The field ID of the field that needs to be sorted.
- Field
Value string - The actual value of the field that needs to be sorted.
- data
Path AnalysisType Data Path Type - The type configuration of the field.
- field
Id String - The field ID of the field that needs to be sorted.
- field
Value String - The actual value of the field that needs to be sorted.
- data
Path AnalysisType Data Path Type - The type configuration of the field.
- field
Id string - The field ID of the field that needs to be sorted.
- field
Value string - The actual value of the field that needs to be sorted.
- data_
path_ Analysistype Data Path Type - 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.
- data
Path Property MapType - The type configuration of the field.
- field
Id String - The field ID of the field that needs to be sorted.
- field
Value String - The actual value of the field that needs to be sorted.
AnalysisDataSetIdentifierDeclaration, AnalysisDataSetIdentifierDeclarationArgs
- Data
Set stringArn - 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 stringArn - 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 StringArn - 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 stringArn - 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_ strarn - The Amazon Resource Name (ARN) of the data set.
- identifier str
- The identifier of the data set, typically the data set's name.
- data
Set StringArn - 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
- Data
Set stringArn - Data
Set stringPlaceholder
- Data
Set stringArn - Data
Set stringPlaceholder
- data
Set StringArn - data
Set StringPlaceholder
- data
Set stringArn - data
Set stringPlaceholder
- data_
set_ strarn - data_
set_ strplaceholder
- data
Set StringArn - data
Set StringPlaceholder
AnalysisDateAggregationFunction, AnalysisDateAggregationFunctionArgs
- Count
- COUNT
- Distinct
Count - DISTINCT_COUNT
- Min
- MIN
- Max
- MAX
- Analysis
Date Aggregation Function Count - COUNT
- Analysis
Date Aggregation Function Distinct Count - DISTINCT_COUNT
- Analysis
Date Aggregation Function Min - MIN
- Analysis
Date Aggregation Function Max - MAX
- Count
- COUNT
- Distinct
Count - 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
- "COUNT"
- COUNT
- "DISTINCT_COUNT"
- DISTINCT_COUNT
- "MIN"
- MIN
- "MAX"
- MAX
AnalysisDateAxisOptions, AnalysisDateAxisOptionsArgs
- Missing
Date Pulumi.Visibility Aws Native. Quick Sight. Analysis Visibility - Determines whether or not missing dates are displayed.
- Missing
Date AnalysisVisibility Visibility - Determines whether or not missing dates are displayed.
- missing
Date AnalysisVisibility Visibility - Determines whether or not missing dates are displayed.
- missing
Date AnalysisVisibility Visibility - Determines whether or not missing dates are displayed.
- missing_
date_ Analysisvisibility Visibility - Determines whether or not missing dates are displayed.
- missing
Date "HIDDEN" | "VISIBLE"Visibility - Determines whether or not missing dates are displayed.
AnalysisDateDimensionField, AnalysisDateDimensionFieldArgs
- Column
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Column Identifier - The column that is used in the
DateDimensionField
. - Field
Id string - The custom field ID.
- Date
Granularity Pulumi.Aws Native. Quick Sight. Analysis Time Granularity - The date granularity of the
DateDimensionField
. Choose one of the following options:YEAR
QUARTER
MONTH
WEEK
DAY
HOUR
MINUTE
SECOND
MILLISECOND
- Format
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Analysis Date Time Format Configuration - The format configuration of the field.
- Hierarchy
Id string - The custom hierarchy ID.
- Column
Analysis
Column Identifier - The column that is used in the
DateDimensionField
. - Field
Id string - The custom field ID.
- Date
Granularity AnalysisTime Granularity - The date granularity of the
DateDimensionField
. Choose one of the following options:YEAR
QUARTER
MONTH
WEEK
DAY
HOUR
MINUTE
SECOND
MILLISECOND
- Format
Configuration AnalysisDate Time Format Configuration - The format configuration of the field.
- Hierarchy
Id string - The custom hierarchy ID.
- column
Analysis
Column Identifier - The column that is used in the
DateDimensionField
. - field
Id String - The custom field ID.
- date
Granularity AnalysisTime Granularity - The date granularity of the
DateDimensionField
. Choose one of the following options:YEAR
QUARTER
MONTH
WEEK
DAY
HOUR
MINUTE
SECOND
MILLISECOND
- format
Configuration AnalysisDate Time Format Configuration - The format configuration of the field.
- hierarchy
Id String - The custom hierarchy ID.
- column
Analysis
Column Identifier - The column that is used in the
DateDimensionField
. - field
Id string - The custom field ID.
- date
Granularity AnalysisTime Granularity - The date granularity of the
DateDimensionField
. Choose one of the following options:YEAR
QUARTER
MONTH
WEEK
DAY
HOUR
MINUTE
SECOND
MILLISECOND
- format
Configuration AnalysisDate Time Format Configuration - The format configuration of the field.
- hierarchy
Id string - The custom hierarchy ID.
- column
Analysis
Column Identifier - The column that is used in the
DateDimensionField
. - field_
id str - The custom field ID.
- date_
granularity AnalysisTime Granularity - The date granularity of the
DateDimensionField
. Choose one of the following options:YEAR
QUARTER
MONTH
WEEK
DAY
HOUR
MINUTE
SECOND
MILLISECOND
- format_
configuration AnalysisDate Time Format Configuration - The format configuration of the field.
- hierarchy_
id str - The custom hierarchy ID.
- column Property Map
- The column that is used in the
DateDimensionField
. - field
Id String - The custom field ID.
- date
Granularity "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
- format
Configuration Property Map - The format configuration of the field.
- hierarchy
Id String - The custom hierarchy ID.
AnalysisDateMeasureField, AnalysisDateMeasureFieldArgs
- Column
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Column Identifier - The column that is used in the
DateMeasureField
. - Field
Id string - The custom field ID.
- Aggregation
Function Pulumi.Aws Native. Quick Sight. Analysis Date Aggregation Function - The aggregation function of the measure field.
- Format
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Analysis Date Time Format Configuration - The format configuration of the field.
- Column
Analysis
Column Identifier - The column that is used in the
DateMeasureField
. - Field
Id string - The custom field ID.
- Aggregation
Function AnalysisDate Aggregation Function - The aggregation function of the measure field.
- Format
Configuration AnalysisDate Time Format Configuration - The format configuration of the field.
- column
Analysis
Column Identifier - The column that is used in the
DateMeasureField
. - field
Id String - The custom field ID.
- aggregation
Function AnalysisDate Aggregation Function - The aggregation function of the measure field.
- format
Configuration AnalysisDate Time Format Configuration - The format configuration of the field.
- column
Analysis
Column Identifier - The column that is used in the
DateMeasureField
. - field
Id string - The custom field ID.
- aggregation
Function AnalysisDate Aggregation Function - The aggregation function of the measure field.
- format
Configuration AnalysisDate Time Format Configuration - The format configuration of the field.
- column
Analysis
Column Identifier - The column that is used in the
DateMeasureField
. - field_
id str - The custom field ID.
- aggregation_
function AnalysisDate Aggregation Function - The aggregation function of the measure field.
- format_
configuration AnalysisDate Time Format Configuration - The format configuration of the field.
- column Property Map
- The column that is used in the
DateMeasureField
. - field
Id String - The custom field ID.
- aggregation
Function "COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX" - The aggregation function of the measure field.
- format
Configuration Property Map - The format configuration of the field.
AnalysisDateTimeDefaultValues, AnalysisDateTimeDefaultValuesArgs
- Dynamic
Value Pulumi.Aws Native. Quick Sight. Inputs. Analysis Dynamic Default Value - The dynamic value of the
DataTimeDefaultValues
. Different defaults are displayed according to users, groups, and values mapping. - Rolling
Date Pulumi.Aws Native. Quick Sight. Inputs. Analysis Rolling Date Configuration - The rolling date of the
DataTimeDefaultValues
. The date is determined from the dataset based on input expression. - Static
Values List<string> - The static values of the
DataTimeDefaultValues
.
- Dynamic
Value AnalysisDynamic Default Value - The dynamic value of the
DataTimeDefaultValues
. Different defaults are displayed according to users, groups, and values mapping. - Rolling
Date AnalysisRolling Date Configuration - The rolling date of the
DataTimeDefaultValues
. The date is determined from the dataset based on input expression. - Static
Values []string - The static values of the
DataTimeDefaultValues
.
- dynamic
Value AnalysisDynamic Default Value - The dynamic value of the
DataTimeDefaultValues
. Different defaults are displayed according to users, groups, and values mapping. - rolling
Date AnalysisRolling Date Configuration - The rolling date of the
DataTimeDefaultValues
. The date is determined from the dataset based on input expression. - static
Values List<String> - The static values of the
DataTimeDefaultValues
.
- dynamic
Value AnalysisDynamic Default Value - The dynamic value of the
DataTimeDefaultValues
. Different defaults are displayed according to users, groups, and values mapping. - rolling
Date AnalysisRolling Date Configuration - The rolling date of the
DataTimeDefaultValues
. The date is determined from the dataset based on input expression. - static
Values string[] - The static values of the
DataTimeDefaultValues
.
- dynamic_
value AnalysisDynamic Default Value - The dynamic value of the
DataTimeDefaultValues
. Different defaults are displayed according to users, groups, and values mapping. - rolling_
date AnalysisRolling Date Configuration - 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
.
- dynamic
Value Property Map - The dynamic value of the
DataTimeDefaultValues
. Different defaults are displayed according to users, groups, and values mapping. - rolling
Date Property Map - The rolling date of the
DataTimeDefaultValues
. The date is determined from the dataset based on input expression. - static
Values List<String> - The static values of the
DataTimeDefaultValues
.
AnalysisDateTimeFormatConfiguration, AnalysisDateTimeFormatConfigurationArgs
- Date
Time stringFormat - Determines the
DateTime
format. - Null
Value Pulumi.Format Configuration Aws Native. Quick Sight. Inputs. Analysis Null Value Format Configuration - The options that determine the null value format configuration.
- Numeric
Format Pulumi.Configuration Aws Native. Quick Sight. Inputs. Analysis Numeric Format Configuration - The formatting configuration for numeric
DateTime
fields.
- Date
Time stringFormat - Determines the
DateTime
format. - Null
Value AnalysisFormat Configuration Null Value Format Configuration - The options that determine the null value format configuration.
- Numeric
Format AnalysisConfiguration Numeric Format Configuration - The formatting configuration for numeric
DateTime
fields.
- date
Time StringFormat - Determines the
DateTime
format. - null
Value AnalysisFormat Configuration Null Value Format Configuration - The options that determine the null value format configuration.
- numeric
Format AnalysisConfiguration Numeric Format Configuration - The formatting configuration for numeric
DateTime
fields.
- date
Time stringFormat - Determines the
DateTime
format. - null
Value AnalysisFormat Configuration Null Value Format Configuration - The options that determine the null value format configuration.
- numeric
Format AnalysisConfiguration Numeric Format Configuration - The formatting configuration for numeric
DateTime
fields.
- date_
time_ strformat - Determines the
DateTime
format. - null_
value_ Analysisformat_ configuration Null Value Format Configuration - The options that determine the null value format configuration.
- numeric_
format_ Analysisconfiguration Numeric Format Configuration - The formatting configuration for numeric
DateTime
fields.
- date
Time StringFormat - Determines the
DateTime
format. - null
Value Property MapFormat Configuration - The options that determine the null value format configuration.
- numeric
Format Property MapConfiguration - The formatting configuration for numeric
DateTime
fields.
AnalysisDateTimeHierarchy, AnalysisDateTimeHierarchyArgs
- Hierarchy
Id string - The hierarchy ID of the
DateTime
hierarchy. - Drill
Down List<Pulumi.Filters Aws Native. Quick Sight. Inputs. Analysis Drill Down Filter> - The option that determines the drill down filters for the
DateTime
hierarchy.
- Hierarchy
Id string - The hierarchy ID of the
DateTime
hierarchy. - Drill
Down []AnalysisFilters Drill Down Filter - The option that determines the drill down filters for the
DateTime
hierarchy.
- hierarchy
Id String - The hierarchy ID of the
DateTime
hierarchy. - drill
Down List<AnalysisFilters Drill Down Filter> - The option that determines the drill down filters for the
DateTime
hierarchy.
- hierarchy
Id string - The hierarchy ID of the
DateTime
hierarchy. - drill
Down AnalysisFilters Drill Down Filter[] - The option that determines the drill down filters for the
DateTime
hierarchy.
- hierarchy_
id str - The hierarchy ID of the
DateTime
hierarchy. - drill_
down_ Sequence[Analysisfilters Drill Down Filter] - The option that determines the drill down filters for the
DateTime
hierarchy.
- hierarchy
Id String - The hierarchy ID of the
DateTime
hierarchy. - drill
Down List<Property Map>Filters - The option that determines the drill down filters for the
DateTime
hierarchy.
AnalysisDateTimeParameter, AnalysisDateTimeParameterArgs
AnalysisDateTimeParameterDeclaration, AnalysisDateTimeParameterDeclarationArgs
- Name string
- The name of the parameter that is being declared.
- Default
Values Pulumi.Aws Native. Quick Sight. Inputs. Analysis Date Time Default Values - 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 List<Pulumi.Set Parameters Aws Native. Quick Sight. Inputs. Analysis Mapped Data Set Parameter> - Time
Granularity Pulumi.Aws Native. Quick Sight. Analysis Time Granularity - The level of time precision that is used to aggregate
DateTime
values. - Value
When Pulumi.Unset Aws Native. Quick Sight. Inputs. Analysis Date Time Value When Unset Configuration - 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.
- Default
Values AnalysisDate Time Default Values - 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 []AnalysisSet Parameters Mapped Data Set Parameter - Time
Granularity AnalysisTime Granularity - The level of time precision that is used to aggregate
DateTime
values. - Value
When AnalysisUnset Date Time Value When Unset Configuration - 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.
- default
Values AnalysisDate Time Default Values - 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 List<AnalysisSet Parameters Mapped Data Set Parameter> - time
Granularity AnalysisTime Granularity - The level of time precision that is used to aggregate
DateTime
values. - value
When AnalysisUnset Date Time Value When Unset Configuration - 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.
- default
Values AnalysisDate Time Default Values - 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 AnalysisSet Parameters Mapped Data Set Parameter[] - time
Granularity AnalysisTime Granularity - The level of time precision that is used to aggregate
DateTime
values. - value
When AnalysisUnset Date Time Value When Unset Configuration - 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 AnalysisDate Time Default Values - 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_ Sequence[Analysisset_ parameters Mapped Data Set Parameter] - time_
granularity AnalysisTime Granularity - The level of time precision that is used to aggregate
DateTime
values. - value_
when_ Analysisunset Date Time Value When Unset Configuration - 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.
- default
Values 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.
- mapped
Data List<Property Map>Set Parameters - time
Granularity "YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND" - The level of time precision that is used to aggregate
DateTime
values. - value
When Property MapUnset - The configuration that defines the default value of a
DateTime
parameter when a value has not been set.
AnalysisDateTimePickerControlDisplayOptions, AnalysisDateTimePickerControlDisplayOptionsArgs
- Date
Time stringFormat - Customize how dates are formatted in controls.
- Info
Icon Pulumi.Label Options Aws Native. Quick Sight. Inputs. Analysis Sheet Control Info Icon Label Options - The configuration of info icon label options.
- Title
Options Pulumi.Aws Native. Quick Sight. Inputs. Analysis Label Options - The options to configure the title visibility, name, and font size.
- Date
Time stringFormat - Customize how dates are formatted in controls.
- Info
Icon AnalysisLabel Options Sheet Control Info Icon Label Options - The configuration of info icon label options.
- Title
Options AnalysisLabel Options - The options to configure the title visibility, name, and font size.
- date
Time StringFormat - Customize how dates are formatted in controls.
- info
Icon AnalysisLabel Options Sheet Control Info Icon Label Options - The configuration of info icon label options.
- title
Options AnalysisLabel Options - The options to configure the title visibility, name, and font size.
- date
Time stringFormat - Customize how dates are formatted in controls.
- info
Icon AnalysisLabel Options Sheet Control Info Icon Label Options - The configuration of info icon label options.
- title
Options AnalysisLabel Options - The options to configure the title visibility, name, and font size.
- date_
time_ strformat - Customize how dates are formatted in controls.
- info_
icon_ Analysislabel_ options Sheet Control Info Icon Label Options - The configuration of info icon label options.
- title_
options AnalysisLabel Options - The options to configure the title visibility, name, and font size.
- date
Time StringFormat - Customize how dates are formatted in controls.
- info
Icon Property MapLabel Options - The configuration of info icon label options.
- title
Options Property Map - The options to configure the title visibility, name, and font size.
AnalysisDateTimeValueWhenUnsetConfiguration, AnalysisDateTimeValueWhenUnsetConfigurationArgs
- Custom
Value string - A custom value that's used when the value of a parameter isn't set.
- Value
When Pulumi.Unset Option Aws Native. Quick Sight. Analysis Value When Unset Option - The built-in options for default values. The value can be one of the following:
RECOMMENDED
: The recommended value.NULL
: TheNULL
value.
- Custom
Value string - A custom value that's used when the value of a parameter isn't set.
- Value
When AnalysisUnset Option Value When Unset Option - The built-in options for default values. The value can be one of the following:
RECOMMENDED
: The recommended value.NULL
: TheNULL
value.
- custom
Value String - A custom value that's used when the value of a parameter isn't set.
- value
When AnalysisUnset Option Value When Unset Option - The built-in options for default values. The value can be one of the following:
RECOMMENDED
: The recommended value.NULL
: TheNULL
value.
- custom
Value string - A custom value that's used when the value of a parameter isn't set.
- value
When AnalysisUnset Option Value When Unset Option - The built-in options for default values. The value can be one of the following:
RECOMMENDED
: The recommended value.NULL
: TheNULL
value.
- custom_
value str - A custom value that's used when the value of a parameter isn't set.
- value_
when_ Analysisunset_ option Value When Unset Option - The built-in options for default values. The value can be one of the following:
RECOMMENDED
: The recommended value.NULL
: TheNULL
value.
- custom
Value String - A custom value that's used when the value of a parameter isn't set.
- value
When "RECOMMENDED_VALUE" | "NULL"Unset Option - The built-in options for default values. The value can be one of the following:
RECOMMENDED
: The recommended value.NULL
: TheNULL
value.
AnalysisDayOfTheWeek, AnalysisDayOfTheWeekArgs
- Sunday
- SUNDAY
- Monday
- MONDAY
- Tuesday
- TUESDAY
- Wednesday
- WEDNESDAY
- Thursday
- THURSDAY
- Friday
- FRIDAY
- Saturday
- SATURDAY
- Analysis
Day Of The Week Sunday - SUNDAY
- Analysis
Day Of The Week Monday - MONDAY
- Analysis
Day Of The Week Tuesday - TUESDAY
- Analysis
Day Of The Week Wednesday - WEDNESDAY
- Analysis
Day Of The Week Thursday - THURSDAY
- Analysis
Day Of The Week Friday - FRIDAY
- Analysis
Day Of The Week 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
- "SUNDAY"
- SUNDAY
- "MONDAY"
- MONDAY
- "TUESDAY"
- TUESDAY
- "WEDNESDAY"
- WEDNESDAY
- "THURSDAY"
- THURSDAY
- "FRIDAY"
- FRIDAY
- "SATURDAY"
- SATURDAY
AnalysisDecimalDefaultValues, AnalysisDecimalDefaultValuesArgs
- Dynamic
Value Pulumi.Aws Native. Quick Sight. Inputs. Analysis Dynamic Default Value - The dynamic value of the
DecimalDefaultValues
. Different defaults are displayed according to users, groups, and values mapping. - Static
Values List<double> - The static values of the
DecimalDefaultValues
.
- Dynamic
Value AnalysisDynamic Default Value - The dynamic value of the
DecimalDefaultValues
. Different defaults are displayed according to users, groups, and values mapping. - Static
Values []float64 - The static values of the
DecimalDefaultValues
.
- dynamic
Value AnalysisDynamic Default Value - The dynamic value of the
DecimalDefaultValues
. Different defaults are displayed according to users, groups, and values mapping. - static
Values List<Double> - The static values of the
DecimalDefaultValues
.
- dynamic
Value AnalysisDynamic Default Value - The dynamic value of the
DecimalDefaultValues
. Different defaults are displayed according to users, groups, and values mapping. - static
Values number[] - The static values of the
DecimalDefaultValues
.
- dynamic_
value AnalysisDynamic Default Value - 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
.
- dynamic
Value Property Map - The dynamic value of the
DecimalDefaultValues
. Different defaults are displayed according to users, groups, and values mapping. - static
Values List<Number> - The static values of the
DecimalDefaultValues
.
AnalysisDecimalParameter, AnalysisDecimalParameterArgs
AnalysisDecimalParameterDeclaration, AnalysisDecimalParameterDeclarationArgs
- Name string
- The name of the parameter that is being declared.
- Parameter
Value Pulumi.Type Aws Native. Quick Sight. Analysis Parameter Value Type - The value type determines whether the parameter is a single-value or multi-value parameter.
- Default
Values Pulumi.Aws Native. Quick Sight. Inputs. Analysis Decimal Default Values - 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 List<Pulumi.Set Parameters Aws Native. Quick Sight. Inputs. Analysis Mapped Data Set Parameter> - Value
When Pulumi.Unset Aws Native. Quick Sight. Inputs. Analysis Decimal Value When Unset Configuration - 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.
- Parameter
Value AnalysisType Parameter Value Type - The value type determines whether the parameter is a single-value or multi-value parameter.
- Default
Values AnalysisDecimal Default Values - 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 []AnalysisSet Parameters Mapped Data Set Parameter - Value
When AnalysisUnset Decimal Value When Unset Configuration - 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.
- parameter
Value AnalysisType Parameter Value Type - The value type determines whether the parameter is a single-value or multi-value parameter.
- default
Values AnalysisDecimal Default Values - 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 List<AnalysisSet Parameters Mapped Data Set Parameter> - value
When AnalysisUnset Decimal Value When Unset Configuration - 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.
- parameter
Value AnalysisType Parameter Value Type - The value type determines whether the parameter is a single-value or multi-value parameter.
- default
Values AnalysisDecimal Default Values - 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 AnalysisSet Parameters Mapped Data Set Parameter[] - value
When AnalysisUnset Decimal Value When Unset Configuration - 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_ Analysistype Parameter Value Type - The value type determines whether the parameter is a single-value or multi-value parameter.
- default_
values AnalysisDecimal Default Values - 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_ Sequence[Analysisset_ parameters Mapped Data Set Parameter] - value_
when_ Analysisunset Decimal Value When Unset Configuration - 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.
- parameter
Value "MULTI_VALUED" | "SINGLE_VALUED"Type - The value type determines whether the parameter is a single-value or multi-value parameter.
- default
Values 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.
- mapped
Data List<Property Map>Set Parameters - value
When Property MapUnset - The configuration that defines the default value of a
Decimal
parameter when a value has not been set.
AnalysisDecimalPlacesConfiguration, AnalysisDecimalPlacesConfigurationArgs
- Decimal
Places double - The values of the decimal places.
- Decimal
Places float64 - The values of the decimal places.
- decimal
Places Double - The values of the decimal places.
- decimal
Places number - The values of the decimal places.
- decimal_
places float - The values of the decimal places.
- decimal
Places Number - The values of the decimal places.
AnalysisDecimalValueWhenUnsetConfiguration, AnalysisDecimalValueWhenUnsetConfigurationArgs
- Custom
Value double - A custom value that's used when the value of a parameter isn't set.
- Value
When Pulumi.Unset Option Aws Native. Quick Sight. Analysis Value When Unset Option - The built-in options for default values. The value can be one of the following:
RECOMMENDED
: The recommended value.NULL
: TheNULL
value.
- Custom
Value float64 - A custom value that's used when the value of a parameter isn't set.
- Value
When AnalysisUnset Option Value When Unset Option - The built-in options for default values. The value can be one of the following:
RECOMMENDED
: The recommended value.NULL
: TheNULL
value.
- custom
Value Double - A custom value that's used when the value of a parameter isn't set.
- value
When AnalysisUnset Option Value When Unset Option - The built-in options for default values. The value can be one of the following:
RECOMMENDED
: The recommended value.NULL
: TheNULL
value.
- custom
Value number - A custom value that's used when the value of a parameter isn't set.
- value
When AnalysisUnset Option Value When Unset Option - The built-in options for default values. The value can be one of the following:
RECOMMENDED
: The recommended value.NULL
: TheNULL
value.
- custom_
value float - A custom value that's used when the value of a parameter isn't set.
- value_
when_ Analysisunset_ option Value When Unset Option - The built-in options for default values. The value can be one of the following:
RECOMMENDED
: The recommended value.NULL
: TheNULL
value.
- custom
Value Number - A custom value that's used when the value of a parameter isn't set.
- value
When "RECOMMENDED_VALUE" | "NULL"Unset Option - The built-in options for default values. The value can be one of the following:
RECOMMENDED
: The recommended value.NULL
: TheNULL
value.
AnalysisDefaultDateTimePickerControlOptions, AnalysisDefaultDateTimePickerControlOptionsArgs
- Display
Options Pulumi.Aws Native. Quick Sight. Inputs. Analysis Date Time Picker Control Display Options - The display options of a control.
- Type
Pulumi.
Aws Native. Quick Sight. Analysis Sheet Control Date Time Picker Type - 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 AnalysisDate Time Picker Control Display Options - The display options of a control.
- Type
Analysis
Sheet Control Date Time Picker Type - 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 AnalysisDate Time Picker Control Display Options - The display options of a control.
- type
Analysis
Sheet Control Date Time Picker Type - 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 AnalysisDate Time Picker Control Display Options - The display options of a control.
- type
Analysis
Sheet Control Date Time Picker Type - 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 AnalysisDate Time Picker Control Display Options - The display options of a control.
- type
Analysis
Sheet Control Date Time Picker Type - 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 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
- Control
Options Pulumi.Aws Native. Quick Sight. Inputs. Analysis Default Filter Control Options - 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 AnalysisDefault Filter Control Options - 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 AnalysisDefault Filter Control Options - 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 AnalysisDefault Filter Control Options - 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 AnalysisDefault Filter Control Options - 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.
- control
Options 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
- Default
Date Pulumi.Time Picker Options Aws Native. Quick Sight. Inputs. Analysis Default Date Time Picker Control Options - The default options that correspond to the filter control type of a
DateTimePicker
. - Default
Dropdown Pulumi.Options Aws Native. Quick Sight. Inputs. Analysis Default Filter Drop Down Control Options - The default options that correspond to the
Dropdown
filter control type. - Default
List Pulumi.Options Aws Native. Quick Sight. Inputs. Analysis Default Filter List Control Options - The default options that correspond to the
List
filter control type. - Default
Relative Pulumi.Date Time Options Aws Native. Quick Sight. Inputs. Analysis Default Relative Date Time Control Options - The default options that correspond to the
RelativeDateTime
filter control type. - Default
Slider Pulumi.Options Aws Native. Quick Sight. Inputs. Analysis Default Slider Control Options - The default options that correspond to the
Slider
filter control type. - Default
Text Pulumi.Area Options Aws Native. Quick Sight. Inputs. Analysis Default Text Area Control Options - The default options that correspond to the
TextArea
filter control type. - Default
Text Pulumi.Field Options Aws Native. Quick Sight. Inputs. Analysis Default Text Field Control Options - The default options that correspond to the
TextField
filter control type.
- Default
Date AnalysisTime Picker Options Default Date Time Picker Control Options - The default options that correspond to the filter control type of a
DateTimePicker
. - Default
Dropdown AnalysisOptions Default Filter Drop Down Control Options - The default options that correspond to the
Dropdown
filter control type. - Default
List AnalysisOptions Default Filter List Control Options - The default options that correspond to the
List
filter control type. - Default
Relative AnalysisDate Time Options Default Relative Date Time Control Options - The default options that correspond to the
RelativeDateTime
filter control type. - Default
Slider AnalysisOptions Default Slider Control Options - The default options that correspond to the
Slider
filter control type. - Default
Text AnalysisArea Options Default Text Area Control Options - The default options that correspond to the
TextArea
filter control type. - Default
Text AnalysisField Options Default Text Field Control Options - The default options that correspond to the
TextField
filter control type.
- default
Date AnalysisTime Picker Options Default Date Time Picker Control Options - The default options that correspond to the filter control type of a
DateTimePicker
. - default
Dropdown AnalysisOptions Default Filter Drop Down Control Options - The default options that correspond to the
Dropdown
filter control type. - default
List AnalysisOptions Default Filter List Control Options - The default options that correspond to the
List
filter control type. - default
Relative AnalysisDate Time Options Default Relative Date Time Control Options - The default options that correspond to the
RelativeDateTime
filter control type. - default
Slider AnalysisOptions Default Slider Control Options - The default options that correspond to the
Slider
filter control type. - default
Text AnalysisArea Options Default Text Area Control Options - The default options that correspond to the
TextArea
filter control type. - default
Text AnalysisField Options Default Text Field Control Options - The default options that correspond to the
TextField
filter control type.
- default
Date AnalysisTime Picker Options Default Date Time Picker Control Options - The default options that correspond to the filter control type of a
DateTimePicker
. - default
Dropdown AnalysisOptions Default Filter Drop Down Control Options - The default options that correspond to the
Dropdown
filter control type. - default
List AnalysisOptions Default Filter List Control Options - The default options that correspond to the
List
filter control type. - default
Relative AnalysisDate Time Options Default Relative Date Time Control Options - The default options that correspond to the
RelativeDateTime
filter control type. - default
Slider AnalysisOptions Default Slider Control Options - The default options that correspond to the
Slider
filter control type. - default
Text AnalysisArea Options Default Text Area Control Options - The default options that correspond to the
TextArea
filter control type. - default
Text AnalysisField Options Default Text Field Control Options - The default options that correspond to the
TextField
filter control type.
- default_
date_ Analysistime_ picker_ options Default Date Time Picker Control Options - The default options that correspond to the filter control type of a
DateTimePicker
. - default_
dropdown_ Analysisoptions Default Filter Drop Down Control Options - The default options that correspond to the
Dropdown
filter control type. - default_
list_ Analysisoptions Default Filter List Control Options - The default options that correspond to the
List
filter control type. - default_
relative_ Analysisdate_ time_ options Default Relative Date Time Control Options - The default options that correspond to the
RelativeDateTime
filter control type. - default_
slider_ Analysisoptions Default Slider Control Options - The default options that correspond to the
Slider
filter control type. - default_
text_ Analysisarea_ options Default Text Area Control Options - The default options that correspond to the
TextArea
filter control type. - default_
text_ Analysisfield_ options Default Text Field Control Options - The default options that correspond to the
TextField
filter control type.
- default
Date Property MapTime Picker Options - The default options that correspond to the filter control type of a
DateTimePicker
. - default
Dropdown Property MapOptions - The default options that correspond to the
Dropdown
filter control type. - default
List Property MapOptions - The default options that correspond to the
List
filter control type. - default
Relative Property MapDate Time Options - The default options that correspond to the
RelativeDateTime
filter control type. - default
Slider Property MapOptions - The default options that correspond to the
Slider
filter control type. - default
Text Property MapArea Options - The default options that correspond to the
TextArea
filter control type. - default
Text Property MapField Options - The default options that correspond to the
TextField
filter control type.
AnalysisDefaultFilterDropDownControlOptions, AnalysisDefaultFilterDropDownControlOptionsArgs
- Display
Options Pulumi.Aws Native. Quick Sight. Inputs. Analysis Drop Down Control Display Options - The display options of a control.
- Selectable
Values Pulumi.Aws Native. Quick Sight. Inputs. Analysis Filter Selectable Values - A list of selectable values that are used in a control.
- Type
Pulumi.
Aws Native. Quick Sight. Analysis Sheet Control List Type - 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 AnalysisDrop Down Control Display Options - The display options of a control.
- Selectable
Values AnalysisFilter Selectable Values - A list of selectable values that are used in a control.
- Type
Analysis
Sheet Control List Type - 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 AnalysisDrop Down Control Display Options - The display options of a control.
- selectable
Values AnalysisFilter Selectable Values - A list of selectable values that are used in a control.
- type
Analysis
Sheet Control List Type - 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 AnalysisDrop Down Control Display Options - The display options of a control.
- selectable
Values AnalysisFilter Selectable Values - A list of selectable values that are used in a control.
- type
Analysis
Sheet Control List Type - 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 AnalysisDrop Down Control Display Options - The display options of a control.
- selectable_
values AnalysisFilter Selectable Values - A list of selectable values that are used in a control.
- type
Analysis
Sheet Control List Type - 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 Property Map - The display options of a control.
- selectable
Values 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
- Display
Options Pulumi.Aws Native. Quick Sight. Inputs. Analysis List Control Display Options - The display options of a control.
- Selectable
Values Pulumi.Aws Native. Quick Sight. Inputs. Analysis Filter Selectable Values - A list of selectable values that are used in a control.
- Type
Pulumi.
Aws Native. Quick Sight. Analysis Sheet Control List Type - 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 AnalysisList Control Display Options - The display options of a control.
- Selectable
Values AnalysisFilter Selectable Values - A list of selectable values that are used in a control.
- Type
Analysis
Sheet Control List Type - 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 AnalysisList Control Display Options - The display options of a control.
- selectable
Values AnalysisFilter Selectable Values - A list of selectable values that are used in a control.
- type
Analysis
Sheet Control List Type - 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 AnalysisList Control Display Options - The display options of a control.
- selectable
Values AnalysisFilter Selectable Values - A list of selectable values that are used in a control.
- type
Analysis
Sheet Control List Type - 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 AnalysisList Control Display Options - The display options of a control.
- selectable_
values AnalysisFilter Selectable Values - A list of selectable values that are used in a control.
- type
Analysis
Sheet Control List Type - 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 Property Map - The display options of a control.
- selectable
Values 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
- Canvas
Size Pulumi.Options Aws Native. Quick Sight. Inputs. Analysis Free Form Layout Canvas Size Options - Determines the screen canvas size options for a free-form layout.
- Canvas
Size AnalysisOptions Free Form Layout Canvas Size Options - Determines the screen canvas size options for a free-form layout.
- canvas
Size AnalysisOptions Free Form Layout Canvas Size Options - Determines the screen canvas size options for a free-form layout.
- canvas
Size AnalysisOptions Free Form Layout Canvas Size Options - Determines the screen canvas size options for a free-form layout.
- canvas_
size_ Analysisoptions Free Form Layout Canvas Size Options - Determines the screen canvas size options for a free-form layout.
- canvas
Size Property MapOptions - Determines the screen canvas size options for a free-form layout.
AnalysisDefaultGridLayoutConfiguration, AnalysisDefaultGridLayoutConfigurationArgs
- Canvas
Size Pulumi.Options Aws Native. Quick Sight. Inputs. Analysis Grid Layout Canvas Size Options - Determines the screen canvas size options for a grid layout.
- Canvas
Size AnalysisOptions Grid Layout Canvas Size Options - Determines the screen canvas size options for a grid layout.
- canvas
Size AnalysisOptions Grid Layout Canvas Size Options - Determines the screen canvas size options for a grid layout.
- canvas
Size AnalysisOptions Grid Layout Canvas Size Options - Determines the screen canvas size options for a grid layout.
- canvas_
size_ Analysisoptions Grid Layout Canvas Size Options - Determines the screen canvas size options for a grid layout.
- canvas
Size Property MapOptions - Determines the screen canvas size options for a grid layout.
AnalysisDefaultInteractiveLayoutConfiguration, AnalysisDefaultInteractiveLayoutConfigurationArgs
- Free
Form Pulumi.Aws Native. Quick Sight. Inputs. Analysis Default Free Form Layout Configuration - The options that determine the default settings of a free-form layout configuration.
- Grid
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Default Grid Layout Configuration - The options that determine the default settings for a grid layout configuration.
- Free
Form AnalysisDefault Free Form Layout Configuration - The options that determine the default settings of a free-form layout configuration.
- Grid
Analysis
Default Grid Layout Configuration - The options that determine the default settings for a grid layout configuration.
- free
Form AnalysisDefault Free Form Layout Configuration - The options that determine the default settings of a free-form layout configuration.
- grid
Analysis
Default Grid Layout Configuration - The options that determine the default settings for a grid layout configuration.
- free
Form AnalysisDefault Free Form Layout Configuration - The options that determine the default settings of a free-form layout configuration.
- grid
Analysis
Default Grid Layout Configuration - The options that determine the default settings for a grid layout configuration.
- free_
form AnalysisDefault Free Form Layout Configuration - The options that determine the default settings of a free-form layout configuration.
- grid
Analysis
Default Grid Layout Configuration - The options that determine the default settings for a grid layout configuration.
- free
Form 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
- Interactive
Layout Pulumi.Configuration Aws Native. Quick Sight. Inputs. Analysis Default Interactive Layout Configuration - The options that determine the default settings for interactive layout configuration.
- Paginated
Layout Pulumi.Configuration Aws Native. Quick Sight. Inputs. Analysis Default Paginated Layout Configuration - The options that determine the default settings for a paginated layout configuration.
- Sheet
Content Pulumi.Type Aws Native. Quick Sight. Analysis Sheet Content Type - The option that determines the sheet content type.
- Interactive
Layout AnalysisConfiguration Default Interactive Layout Configuration - The options that determine the default settings for interactive layout configuration.
- Paginated
Layout AnalysisConfiguration Default Paginated Layout Configuration - The options that determine the default settings for a paginated layout configuration.
- Sheet
Content AnalysisType Sheet Content Type - The option that determines the sheet content type.
- interactive
Layout AnalysisConfiguration Default Interactive Layout Configuration - The options that determine the default settings for interactive layout configuration.
- paginated
Layout AnalysisConfiguration Default Paginated Layout Configuration - The options that determine the default settings for a paginated layout configuration.
- sheet
Content AnalysisType Sheet Content Type - The option that determines the sheet content type.
- interactive
Layout AnalysisConfiguration Default Interactive Layout Configuration - The options that determine the default settings for interactive layout configuration.
- paginated
Layout AnalysisConfiguration Default Paginated Layout Configuration - The options that determine the default settings for a paginated layout configuration.
- sheet
Content AnalysisType Sheet Content Type - The option that determines the sheet content type.
- interactive_
layout_ Analysisconfiguration Default Interactive Layout Configuration - The options that determine the default settings for interactive layout configuration.
- paginated_
layout_ Analysisconfiguration Default Paginated Layout Configuration - The options that determine the default settings for a paginated layout configuration.
- sheet_
content_ Analysistype Sheet Content Type - The option that determines the sheet content type.
- interactive
Layout Property MapConfiguration - The options that determine the default settings for interactive layout configuration.
- paginated
Layout Property MapConfiguration - The options that determine the default settings for a paginated layout configuration.
- sheet
Content "PAGINATED" | "INTERACTIVE"Type - The option that determines the sheet content type.
AnalysisDefaultPaginatedLayoutConfiguration, AnalysisDefaultPaginatedLayoutConfigurationArgs
- Section
Based Pulumi.Aws Native. Quick Sight. Inputs. Analysis Default Section Based Layout Configuration - The options that determine the default settings for a section-based layout configuration.
- Section
Based AnalysisDefault Section Based Layout Configuration - The options that determine the default settings for a section-based layout configuration.
- section
Based AnalysisDefault Section Based Layout Configuration - The options that determine the default settings for a section-based layout configuration.
- section
Based AnalysisDefault Section Based Layout Configuration - The options that determine the default settings for a section-based layout configuration.
- section_
based AnalysisDefault Section Based Layout Configuration - The options that determine the default settings for a section-based layout configuration.
- section
Based Property Map - The options that determine the default settings for a section-based layout configuration.
AnalysisDefaultRelativeDateTimeControlOptions, AnalysisDefaultRelativeDateTimeControlOptionsArgs
- Display
Options Pulumi.Aws Native. Quick Sight. Inputs. Analysis Relative Date Time Control Display Options - The display options of a control.
- Display
Options AnalysisRelative Date Time Control Display Options - The display options of a control.
- display
Options AnalysisRelative Date Time Control Display Options - The display options of a control.
- display
Options AnalysisRelative Date Time Control Display Options - The display options of a control.
- display_
options AnalysisRelative Date Time Control Display Options - The display options of a control.
- display
Options Property Map - The display options of a control.
AnalysisDefaultSectionBasedLayoutConfiguration, AnalysisDefaultSectionBasedLayoutConfigurationArgs
- Canvas
Size Pulumi.Options Aws Native. Quick Sight. Inputs. Analysis Section Based Layout Canvas Size Options - Determines the screen canvas size options for a section-based layout.
- Canvas
Size AnalysisOptions Section Based Layout Canvas Size Options - Determines the screen canvas size options for a section-based layout.
- canvas
Size AnalysisOptions Section Based Layout Canvas Size Options - Determines the screen canvas size options for a section-based layout.
- canvas
Size AnalysisOptions Section Based Layout Canvas Size Options - Determines the screen canvas size options for a section-based layout.
- canvas_
size_ Analysisoptions Section Based Layout Canvas Size Options - Determines the screen canvas size options for a section-based layout.
- canvas
Size Property MapOptions - Determines the screen canvas size options for a section-based layout.
AnalysisDefaultSliderControlOptions, AnalysisDefaultSliderControlOptionsArgs
- Maximum
Value double - The larger value that is displayed at the right of the slider.
- Minimum
Value double - The smaller value that is displayed at the left of the slider.
- Step
Size double - The number of increments that the slider bar is divided into.
- Display
Options Pulumi.Aws Native. Quick Sight. Inputs. Analysis Slider Control Display Options - The display options of a control.
- Type
Pulumi.
Aws Native. Quick Sight. Analysis Sheet Control Slider Type - 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 float64 - The larger value that is displayed at the right of the slider.
- Minimum
Value float64 - The smaller value that is displayed at the left of the slider.
- Step
Size float64 - The number of increments that the slider bar is divided into.
- Display
Options AnalysisSlider Control Display Options - The display options of a control.
- Type
Analysis
Sheet Control Slider Type - 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 Double - The larger value that is displayed at the right of the slider.
- minimum
Value Double - The smaller value that is displayed at the left of the slider.
- step
Size Double - The number of increments that the slider bar is divided into.
- display
Options AnalysisSlider Control Display Options - The display options of a control.
- type
Analysis
Sheet Control Slider Type - 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 number - The larger value that is displayed at the right of the slider.
- minimum
Value number - The smaller value that is displayed at the left of the slider.
- step
Size number - The number of increments that the slider bar is divided into.
- display
Options AnalysisSlider Control Display Options - The display options of a control.
- type
Analysis
Sheet Control Slider Type - 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 AnalysisSlider Control Display Options - The display options of a control.
- type
Analysis
Sheet Control Slider Type - 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 Number - The larger value that is displayed at the right of the slider.
- minimum
Value Number - The smaller value that is displayed at the left of the slider.
- step
Size Number - The number of increments that the slider bar is divided into.
- display
Options 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.
- Display
Options Pulumi.Aws Native. Quick Sight. Inputs. Analysis Text Area Control Display Options - The display options of a control.
- Delimiter string
- The delimiter that is used to separate the lines in text.
- Display
Options AnalysisText Area Control Display Options - The display options of a control.
- delimiter String
- The delimiter that is used to separate the lines in text.
- display
Options AnalysisText Area Control Display Options - The display options of a control.
- delimiter string
- The delimiter that is used to separate the lines in text.
- display
Options AnalysisText Area Control Display Options - The display options of a control.
- delimiter str
- The delimiter that is used to separate the lines in text.
- display_
options AnalysisText Area Control Display Options - The display options of a control.
- delimiter String
- The delimiter that is used to separate the lines in text.
- display
Options Property Map - The display options of a control.
AnalysisDefaultTextFieldControlOptions, AnalysisDefaultTextFieldControlOptionsArgs
- Display
Options Pulumi.Aws Native. Quick Sight. Inputs. Analysis Text Field Control Display Options - The display options of a control.
- Display
Options AnalysisText Field Control Display Options - The display options of a control.
- display
Options AnalysisText Field Control Display Options - The display options of a control.
- display
Options AnalysisText Field Control Display Options - The display options of a control.
- display_
options AnalysisText Field Control Display Options - The display options of a control.
- display
Options Property Map - The display options of a control.
AnalysisDefaults, AnalysisDefaultsArgs
- Default
New Pulumi.Sheet Configuration Aws Native. Quick Sight. Inputs. Analysis Default New Sheet Configuration - The configuration for default new sheet settings.
- Default
New AnalysisSheet Configuration Default New Sheet Configuration - The configuration for default new sheet settings.
- default
New AnalysisSheet Configuration Default New Sheet Configuration - The configuration for default new sheet settings.
- default
New AnalysisSheet Configuration Default New Sheet Configuration - The configuration for default new sheet settings.
- default_
new_ Analysissheet_ configuration Default New Sheet Configuration - The configuration for default new sheet settings.
- default
New Property MapSheet Configuration - The configuration for default new sheet settings.
AnalysisDefinition, AnalysisDefinitionArgs
- Data
Set List<Pulumi.Identifier Declarations Aws Native. Quick Sight. Inputs. Analysis Data Set Identifier Declaration> - An array of dataset identifier declarations. This mapping allows the usage of dataset identifiers instead of dataset ARNs throughout analysis sub-structures.
- Analysis
Defaults Pulumi.Aws Native. Quick Sight. Inputs. Analysis Defaults - Calculated
Fields List<Pulumi.Aws Native. Quick Sight. Inputs. Analysis Calculated Field> - An array of calculated field definitions for the analysis.
- Column
Configurations List<Pulumi.Aws Native. Quick Sight. Inputs. Analysis Column Configuration> - 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 List<Pulumi.Aws Native. Quick Sight. Inputs. Analysis Filter Group> Filter definitions for an analysis.
For more information, see Filtering Data in Amazon QuickSight in the Amazon QuickSight User Guide .
- Options
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Asset Options - An array of option definitions for an analysis.
- Parameter
Declarations List<Pulumi.Aws Native. Quick Sight. Inputs. Analysis Parameter Declaration> 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 .
- Query
Execution Pulumi.Options Aws Native. Quick Sight. Inputs. Analysis Query Execution Options - Sheets
List<Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Sheet Definition> - An array of sheet definitions for an analysis. Each
SheetDefinition
provides detailed information about a sheet within this analysis.
- Data
Set []AnalysisIdentifier Declarations Data Set Identifier Declaration - 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 []AnalysisCalculated Field - An array of calculated field definitions for the analysis.
- Column
Configurations []AnalysisColumn Configuration - 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 []AnalysisFilter Group Filter definitions for an analysis.
For more information, see Filtering Data in Amazon QuickSight in the Amazon QuickSight User Guide .
- Options
Analysis
Asset Options - An array of option definitions for an analysis.
- Parameter
Declarations []AnalysisParameter Declaration 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 .
- Query
Execution AnalysisOptions Query Execution Options - Sheets
[]Analysis
Sheet Definition - An array of sheet definitions for an analysis. Each
SheetDefinition
provides detailed information about a sheet within this analysis.
- data
Set List<AnalysisIdentifier Declarations Data Set Identifier Declaration> - 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 List<AnalysisCalculated Field> - An array of calculated field definitions for the analysis.
- column
Configurations List<AnalysisColumn Configuration> - 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 List<AnalysisFilter Group> Filter definitions for an analysis.
For more information, see Filtering Data in Amazon QuickSight in the Amazon QuickSight User Guide .
- options
Analysis
Asset Options - An array of option definitions for an analysis.
- parameter
Declarations List<AnalysisParameter Declaration> 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 .
- query
Execution AnalysisOptions Query Execution Options - sheets
List<Analysis
Sheet Definition> - An array of sheet definitions for an analysis. Each
SheetDefinition
provides detailed information about a sheet within this analysis.
- data
Set AnalysisIdentifier Declarations Data Set Identifier Declaration[] - 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 AnalysisCalculated Field[] - An array of calculated field definitions for the analysis.
- column
Configurations AnalysisColumn Configuration[] - 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 AnalysisFilter Group[] Filter definitions for an analysis.
For more information, see Filtering Data in Amazon QuickSight in the Amazon QuickSight User Guide .
- options
Analysis
Asset Options - An array of option definitions for an analysis.
- parameter
Declarations AnalysisParameter Declaration[] 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 .
- query
Execution AnalysisOptions Query Execution Options - sheets
Analysis
Sheet Definition[] - An array of sheet definitions for an analysis. Each
SheetDefinition
provides detailed information about a sheet within this analysis.
- data_
set_ Sequence[Analysisidentifier_ declarations Data Set Identifier Declaration] - 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[AnalysisCalculated Field] - An array of calculated field definitions for the analysis.
- column_
configurations Sequence[AnalysisColumn Configuration] - 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[AnalysisFilter Group] Filter definitions for an analysis.
For more information, see Filtering Data in Amazon QuickSight in the Amazon QuickSight User Guide .
- options
Analysis
Asset Options - An array of option definitions for an analysis.
- parameter_
declarations Sequence[AnalysisParameter Declaration] 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 .
- query_
execution_ Analysisoptions Query Execution Options - sheets
Sequence[Analysis
Sheet Definition] - An array of sheet definitions for an analysis. Each
SheetDefinition
provides detailed information about a sheet within this analysis.
- data
Set List<Property Map>Identifier Declarations - An array of dataset identifier declarations. This mapping allows the usage of dataset identifiers instead of dataset ARNs throughout analysis sub-structures.
- analysis
Defaults Property Map - calculated
Fields List<Property Map> - An array of calculated field definitions for the analysis.
- column
Configurations 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.
- filter
Groups 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.
- parameter
Declarations 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 .
- query
Execution Property MapOptions - 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
- Custom
Values Pulumi.Configuration Aws Native. Quick Sight. Inputs. Analysis Custom Values Configuration - The configuration of custom values for destination parameter in
DestinationParameterValueConfiguration
. - Select
All Pulumi.Value Options Aws Native. Quick Sight. Analysis Select All Value Options - The configuration that selects all options.
- Source
Column Pulumi.Aws Native. Quick Sight. Inputs. Analysis Column Identifier - Source
Field string - The source field ID of the destination parameter.
- Source
Parameter stringName - The source parameter name of the destination parameter.
- Custom
Values AnalysisConfiguration Custom Values Configuration - The configuration of custom values for destination parameter in
DestinationParameterValueConfiguration
. - Select
All AnalysisValue Options Select All Value Options - The configuration that selects all options.
- Source
Column AnalysisColumn Identifier - Source
Field string - The source field ID of the destination parameter.
- Source
Parameter stringName - The source parameter name of the destination parameter.
- custom
Values AnalysisConfiguration Custom Values Configuration - The configuration of custom values for destination parameter in
DestinationParameterValueConfiguration
. - select
All AnalysisValue Options Select All Value Options - The configuration that selects all options.
- source
Column AnalysisColumn Identifier - source
Field String - The source field ID of the destination parameter.
- source
Parameter StringName - The source parameter name of the destination parameter.
- custom
Values AnalysisConfiguration Custom Values Configuration - The configuration of custom values for destination parameter in
DestinationParameterValueConfiguration
. - select
All AnalysisValue Options Select All Value Options - The configuration that selects all options.
- source
Column AnalysisColumn Identifier - source
Field string - The source field ID of the destination parameter.
- source
Parameter stringName - The source parameter name of the destination parameter.
- custom_
values_ Analysisconfiguration Custom Values Configuration - The configuration of custom values for destination parameter in
DestinationParameterValueConfiguration
. - select_
all_ Analysisvalue_ options Select All Value Options - The configuration that selects all options.
- source_
column AnalysisColumn Identifier - source_
field str - The source field ID of the destination parameter.
- source_
parameter_ strname - The source parameter name of the destination parameter.
- custom
Values Property MapConfiguration - The configuration of custom values for destination parameter in
DestinationParameterValueConfiguration
. - select
All "ALL_VALUES"Value Options - The configuration that selects all options.
- source
Column Property Map - source
Field String - The source field ID of the destination parameter.
- source
Parameter StringName - The source parameter name of the destination parameter.
AnalysisDimensionField, AnalysisDimensionFieldArgs
- Categorical
Dimension Pulumi.Field Aws Native. Quick Sight. Inputs. Analysis Categorical Dimension Field - The dimension type field with categorical type columns.
- Date
Dimension Pulumi.Field Aws Native. Quick Sight. Inputs. Analysis Date Dimension Field - The dimension type field with date type columns.
- Numerical
Dimension Pulumi.Field Aws Native. Quick Sight. Inputs. Analysis Numerical Dimension Field - The dimension type field with numerical type columns.
- Categorical
Dimension AnalysisField Categorical Dimension Field - The dimension type field with categorical type columns.
- Date
Dimension AnalysisField Date Dimension Field - The dimension type field with date type columns.
- Numerical
Dimension AnalysisField Numerical Dimension Field - The dimension type field with numerical type columns.
- categorical
Dimension AnalysisField Categorical Dimension Field - The dimension type field with categorical type columns.
- date
Dimension AnalysisField Date Dimension Field - The dimension type field with date type columns.
- numerical
Dimension AnalysisField Numerical Dimension Field - The dimension type field with numerical type columns.
- categorical
Dimension AnalysisField Categorical Dimension Field - The dimension type field with categorical type columns.
- date
Dimension AnalysisField Date Dimension Field - The dimension type field with date type columns.
- numerical
Dimension AnalysisField Numerical Dimension Field - The dimension type field with numerical type columns.
- categorical_
dimension_ Analysisfield Categorical Dimension Field - The dimension type field with categorical type columns.
- date_
dimension_ Analysisfield Date Dimension Field - The dimension type field with date type columns.
- numerical_
dimension_ Analysisfield Numerical Dimension Field - The dimension type field with numerical type columns.
- categorical
Dimension Property MapField - The dimension type field with categorical type columns.
- date
Dimension Property MapField - The dimension type field with date type columns.
- numerical
Dimension Property MapField - The dimension type field with numerical type columns.
AnalysisDonutCenterOptions, AnalysisDonutCenterOptionsArgs
- Label
Visibility Pulumi.Aws Native. Quick Sight. Analysis Visibility - 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'
.
- label
Visibility 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'
.
- label_
visibility AnalysisVisibility - Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called
'Show total'
.
- label
Visibility "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
- Arc
Options Pulumi.Aws Native. Quick Sight. Inputs. Analysis Arc Options - The option for define the arc of the chart shape. Valid values are as follows:
WHOLE
- A pie chartSMALL
- A small-sized donut chartMEDIUM
- A medium-sized donut chartLARGE
- A large-sized donut chart
- Donut
Center Pulumi.Options Aws Native. Quick Sight. Inputs. Analysis Donut Center Options - 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 AnalysisArc Options - The option for define the arc of the chart shape. Valid values are as follows:
WHOLE
- A pie chartSMALL
- A small-sized donut chartMEDIUM
- A medium-sized donut chartLARGE
- A large-sized donut chart
- Donut
Center AnalysisOptions Donut Center Options - 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 AnalysisArc Options - The option for define the arc of the chart shape. Valid values are as follows:
WHOLE
- A pie chartSMALL
- A small-sized donut chartMEDIUM
- A medium-sized donut chartLARGE
- A large-sized donut chart
- donut
Center AnalysisOptions Donut Center Options - 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 AnalysisArc Options - The option for define the arc of the chart shape. Valid values are as follows:
WHOLE
- A pie chartSMALL
- A small-sized donut chartMEDIUM
- A medium-sized donut chartLARGE
- A large-sized donut chart
- donut
Center AnalysisOptions Donut Center Options - 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 AnalysisArc Options - The option for define the arc of the chart shape. Valid values are as follows:
WHOLE
- A pie chartSMALL
- A small-sized donut chartMEDIUM
- A medium-sized donut chartLARGE
- A large-sized donut chart
- donut_
center_ Analysisoptions Donut Center Options - 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 Property Map - The option for define the arc of the chart shape. Valid values are as follows:
WHOLE
- A pie chartSMALL
- A small-sized donut chartMEDIUM
- A medium-sized donut chartLARGE
- A large-sized donut chart
- donut
Center Property MapOptions - 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
- Category
Filter Pulumi.Aws Native. Quick Sight. Inputs. Analysis Category Drill Down Filter - The category type drill down filter. This filter is used for string type columns.
- Numeric
Equality Pulumi.Filter Aws Native. Quick Sight. Inputs. Analysis Numeric Equality Drill Down Filter - The numeric equality type drill down filter. This filter is used for number type columns.
- Time
Range Pulumi.Filter Aws Native. Quick Sight. Inputs. Analysis Time Range Drill Down Filter - The time range drill down filter. This filter is used for date time columns.
- Category
Filter AnalysisCategory Drill Down Filter - The category type drill down filter. This filter is used for string type columns.
- Numeric
Equality AnalysisFilter Numeric Equality Drill Down Filter - The numeric equality type drill down filter. This filter is used for number type columns.
- Time
Range AnalysisFilter Time Range Drill Down Filter - The time range drill down filter. This filter is used for date time columns.
- category
Filter AnalysisCategory Drill Down Filter - The category type drill down filter. This filter is used for string type columns.
- numeric
Equality AnalysisFilter Numeric Equality Drill Down Filter - The numeric equality type drill down filter. This filter is used for number type columns.
- time
Range AnalysisFilter Time Range Drill Down Filter - The time range drill down filter. This filter is used for date time columns.
- category
Filter AnalysisCategory Drill Down Filter - The category type drill down filter. This filter is used for string type columns.
- numeric
Equality AnalysisFilter Numeric Equality Drill Down Filter - The numeric equality type drill down filter. This filter is used for number type columns.
- time
Range AnalysisFilter Time Range Drill Down Filter - The time range drill down filter. This filter is used for date time columns.
- category_
filter AnalysisCategory Drill Down Filter - The category type drill down filter. This filter is used for string type columns.
- numeric_
equality_ Analysisfilter Numeric Equality Drill Down Filter - The numeric equality type drill down filter. This filter is used for number type columns.
- time_
range_ Analysisfilter Time Range Drill Down Filter - The time range drill down filter. This filter is used for date time columns.
- category
Filter Property Map - The category type drill down filter. This filter is used for string type columns.
- numeric
Equality Property MapFilter - The numeric equality type drill down filter. This filter is used for number type columns.
- time
Range Property MapFilter - The time range drill down filter. This filter is used for date time columns.
AnalysisDropDownControlDisplayOptions, AnalysisDropDownControlDisplayOptionsArgs
- Info
Icon Pulumi.Label Options Aws Native. Quick Sight. Inputs. Analysis Sheet Control Info Icon Label Options - The configuration of info icon label options.
- Select
All Pulumi.Options Aws Native. Quick Sight. Inputs. Analysis List Control Select All Options - The configuration of the
Select all
options in a dropdown control. - Title
Options Pulumi.Aws Native. Quick Sight. Inputs. Analysis Label Options - The options to configure the title visibility, name, and font size.
- Info
Icon AnalysisLabel Options Sheet Control Info Icon Label Options - The configuration of info icon label options.
- Select
All AnalysisOptions List Control Select All Options - The configuration of the
Select all
options in a dropdown control. - Title
Options AnalysisLabel Options - The options to configure the title visibility, name, and font size.
- info
Icon AnalysisLabel Options Sheet Control Info Icon Label Options - The configuration of info icon label options.
- select
All AnalysisOptions List Control Select All Options - The configuration of the
Select all
options in a dropdown control. - title
Options AnalysisLabel Options - The options to configure the title visibility, name, and font size.
- info
Icon AnalysisLabel Options Sheet Control Info Icon Label Options - The configuration of info icon label options.
- select
All AnalysisOptions List Control Select All Options - The configuration of the
Select all
options in a dropdown control. - title
Options AnalysisLabel Options - The options to configure the title visibility, name, and font size.
- info_
icon_ Analysislabel_ options Sheet Control Info Icon Label Options - The configuration of info icon label options.
- select_
all_ Analysisoptions List Control Select All Options - The configuration of the
Select all
options in a dropdown control. - title_
options AnalysisLabel Options - The options to configure the title visibility, name, and font size.
- info
Icon Property MapLabel Options - The configuration of info icon label options.
- select
All Property MapOptions - The configuration of the
Select all
options in a dropdown control. - title
Options Property Map - The options to configure the title visibility, name, and font size.
AnalysisDynamicDefaultValue, AnalysisDynamicDefaultValueArgs
- Default
Value Pulumi.Column Aws Native. Quick Sight. Inputs. Analysis Column Identifier - The column that contains the default value of each user or group.
- Group
Name Pulumi.Column Aws Native. Quick Sight. Inputs. Analysis Column Identifier - The column that contains the group name.
- User
Name Pulumi.Column Aws Native. Quick Sight. Inputs. Analysis Column Identifier - The column that contains the username.
- Default
Value AnalysisColumn Column Identifier - The column that contains the default value of each user or group.
- Group
Name AnalysisColumn Column Identifier - The column that contains the group name.
- User
Name AnalysisColumn Column Identifier - The column that contains the username.
- default
Value AnalysisColumn Column Identifier - The column that contains the default value of each user or group.
- group
Name AnalysisColumn Column Identifier - The column that contains the group name.
- user
Name AnalysisColumn Column Identifier - The column that contains the username.
- default
Value AnalysisColumn Column Identifier - The column that contains the default value of each user or group.
- group
Name AnalysisColumn Column Identifier - The column that contains the group name.
- user
Name AnalysisColumn Column Identifier - The column that contains the username.
- default_
value_ Analysiscolumn Column Identifier - The column that contains the default value of each user or group.
- group_
name_ Analysiscolumn Column Identifier - The column that contains the group name.
- user_
name_ Analysiscolumn Column Identifier - The column that contains the username.
- default
Value Property MapColumn - The column that contains the default value of each user or group.
- group
Name Property MapColumn - The column that contains the group name.
- user
Name Property MapColumn - The column that contains the username.
AnalysisEmptyVisual, AnalysisEmptyVisualArgs
- Data
Set stringIdentifier - The data set that is used in the empty visual. Every visual requires a dataset to render.
- Visual
Id 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.
Aws Native. Quick Sight. Inputs. Analysis Visual Custom Action> - The list of custom actions that are configured for a visual.
- Data
Set stringIdentifier - The data set that is used in the empty visual. Every visual requires a dataset to render.
- Visual
Id 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
[]Analysis
Visual Custom Action - The list of custom actions that are configured for a visual.
- data
Set StringIdentifier - The data set that is used in the empty visual. Every visual requires a dataset to render.
- visual
Id 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<Analysis
Visual Custom Action> - The list of custom actions that are configured for a visual.
- data
Set stringIdentifier - The data set that is used in the empty visual. Every visual requires a dataset to render.
- visual
Id 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
Analysis
Visual Custom Action[] - The list of custom actions that are configured for a visual.
- data_
set_ stridentifier - 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[Analysis
Visual Custom Action] - The list of custom actions that are configured for a visual.
- data
Set StringIdentifier - The data set that is used in the empty visual. Every visual requires a dataset to render.
- visual
Id 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
Pulumi.
Aws Native. Quick Sight. Analysis Error Type - The type of the analysis error.
- Violated
Entities List<Pulumi.Aws Native. Quick Sight. Inputs. Analysis Entity>
- Message string
- Type
Analysis
Error Type - The type of the analysis error.
- Violated
Entities []AnalysisEntity
- message String
- type
Analysis
Error Type - The type of the analysis error.
- violated
Entities List<AnalysisEntity>
- message string
- type
Analysis
Error Type - The type of the analysis error.
- violated
Entities AnalysisEntity[]
- message str
- type
Analysis
Error Type - The type of the analysis error.
- violated_
entities Sequence[AnalysisEntity]
- message String
- type "ACCESS_DENIED" | "SOURCE_NOT_FOUND" | "DATA_SET_NOT_FOUND" | "INTERNAL_FAILURE" | "PARAMETER_VALUE_INCOMPATIBLE" | "PARAMETER_TYPE_INVALID" | "PARAMETER_NOT_FOUND" | "COLUMN_TYPE_MISMATCH" | "COLUMN_GEOGRAPHIC_ROLE_MISMATCH" | "COLUMN_REPLACEMENT_MISSING"
- The type of the analysis error.
- violated
Entities List<Property Map>
AnalysisErrorType, AnalysisErrorTypeArgs
- 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
- Analysis
Error Type Access Denied - ACCESS_DENIED
- Analysis
Error Type Source Not Found - SOURCE_NOT_FOUND
- Analysis
Error Type Data Set Not Found - DATA_SET_NOT_FOUND
- Analysis
Error Type Internal Failure - INTERNAL_FAILURE
- Analysis
Error Type Parameter Value Incompatible - PARAMETER_VALUE_INCOMPATIBLE
- Analysis
Error Type Parameter Type Invalid - PARAMETER_TYPE_INVALID
- Analysis
Error Type Parameter Not Found - PARAMETER_NOT_FOUND
- Analysis
Error Type Column Type Mismatch - COLUMN_TYPE_MISMATCH
- Analysis
Error Type Column Geographic Role Mismatch - COLUMN_GEOGRAPHIC_ROLE_MISMATCH
- Analysis
Error Type 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
- 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
- "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.
Aws Native. Quick Sight. Analysis Time Granularity - The granularity or unit (day, month, year) of the exclude period.
- Status
Pulumi.
Aws Native. Quick Sight. Analysis Widget Status - The status of the exclude period. Choose from the following options:
ENABLED
DISABLED
- Amount float64
- The amount or number of the exclude period.
- Granularity
Analysis
Time Granularity - The granularity or unit (day, month, year) of the exclude period.
- Status
Analysis
Widget Status - The status of the exclude period. Choose from the following options:
ENABLED
DISABLED
- amount Double
- The amount or number of the exclude period.
- granularity
Analysis
Time Granularity - The granularity or unit (day, month, year) of the exclude period.
- status
Analysis
Widget Status - The status of the exclude period. Choose from the following options:
ENABLED
DISABLED
- amount number
- The amount or number of the exclude period.
- granularity
Analysis
Time Granularity - The granularity or unit (day, month, year) of the exclude period.
- status
Analysis
Widget Status - The status of the exclude period. Choose from the following options:
ENABLED
DISABLED
- amount float
- The amount or number of the exclude period.
- granularity
Analysis
Time Granularity - The granularity or unit (day, month, year) of the exclude period.
- status
Analysis
Widget Status - 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.
Aws Native. Quick Sight. Inputs. Analysis Column Identifier> - The list of columns that define the explicit hierarchy.
- Hierarchy
Id string - The hierarchy ID of the explicit hierarchy.
- Drill
Down List<Pulumi.Filters Aws Native. Quick Sight. Inputs. Analysis Drill Down Filter> - The option that determines the drill down filters for the explicit hierarchy.
- Columns
[]Analysis
Column Identifier - The list of columns that define the explicit hierarchy.
- Hierarchy
Id string - The hierarchy ID of the explicit hierarchy.
- Drill
Down []AnalysisFilters Drill Down Filter - The option that determines the drill down filters for the explicit hierarchy.
- columns
List<Analysis
Column Identifier> - The list of columns that define the explicit hierarchy.
- hierarchy
Id String - The hierarchy ID of the explicit hierarchy.
- drill
Down List<AnalysisFilters Drill Down Filter> - The option that determines the drill down filters for the explicit hierarchy.
- columns
Analysis
Column Identifier[] - The list of columns that define the explicit hierarchy.
- hierarchy
Id string - The hierarchy ID of the explicit hierarchy.
- drill
Down AnalysisFilters Drill Down Filter[] - The option that determines the drill down filters for the explicit hierarchy.
- columns
Sequence[Analysis
Column Identifier] - The list of columns that define the explicit hierarchy.
- hierarchy_
id str - The hierarchy ID of the explicit hierarchy.
- drill_
down_ Sequence[Analysisfilters Drill Down Filter] - 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.
- hierarchy
Id String - The hierarchy ID of the explicit hierarchy.
- drill
Down List<Property Map>Filters - The option that determines the drill down filters for the explicit hierarchy.
AnalysisFieldBasedTooltip, AnalysisFieldBasedTooltipArgs
- Aggregation
Visibility Pulumi.Aws Native. Quick Sight. Analysis Visibility - The visibility of
Show aggregations
. - Tooltip
Fields List<Pulumi.Aws Native. Quick Sight. Inputs. Analysis Tooltip Item> - The fields configuration in the tooltip.
- Tooltip
Title Pulumi.Type Aws Native. Quick Sight. Analysis Tooltip Title Type - 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 []AnalysisTooltip Item - The fields configuration in the tooltip.
- Tooltip
Title AnalysisType Tooltip Title Type - 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 List<AnalysisTooltip Item> - The fields configuration in the tooltip.
- tooltip
Title AnalysisType Tooltip Title Type - 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 AnalysisTooltip Item[] - The fields configuration in the tooltip.
- tooltip
Title AnalysisType Tooltip Title Type - 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[AnalysisTooltip Item] - The fields configuration in the tooltip.
- tooltip_
title_ Analysistype Tooltip Title Type - 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 "HIDDEN" | "VISIBLE" - The visibility of
Show aggregations
. - tooltip
Fields List<Property Map> - The fields configuration in the tooltip.
- tooltip
Title "NONE" | "PRIMARY_VALUE"Type - 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
- Field
Id string - Indicates the field that is targeted by the field label.
- Visibility
Pulumi.
Aws Native. Quick Sight. Analysis Visibility - The visibility of the field label.
- Field
Id string - Indicates the field that is targeted by the field label.
- Visibility
Analysis
Visibility - The visibility of the field label.
- field
Id String - Indicates the field that is targeted by the field label.
- visibility
Analysis
Visibility - The visibility of the field label.
- field
Id string - Indicates the field that is targeted by the field label.
- visibility
Analysis
Visibility - The visibility of the field label.
- field_
id str - Indicates the field that is targeted by the field label.
- visibility
Analysis
Visibility - The visibility of the field label.
- field
Id String - Indicates the field that is targeted by the field label.
- visibility "HIDDEN" | "VISIBLE"
- The visibility of the field label.
AnalysisFieldSeriesItem, AnalysisFieldSeriesItemArgs
- Axis
Binding Pulumi.Aws Native. Quick Sight. Analysis Axis Binding - The axis that you are binding the field to.
- Field
Id string - The field ID of the field for which you are setting the axis binding.
- Settings
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Line Chart Series Settings - The options that determine the presentation of line series associated to the field.
- Axis
Binding AnalysisAxis Binding - The axis that you are binding the field to.
- Field
Id string - The field ID of the field for which you are setting the axis binding.
- Settings
Analysis
Line Chart Series Settings - The options that determine the presentation of line series associated to the field.
- axis
Binding AnalysisAxis Binding - The axis that you are binding the field to.
- field
Id String - The field ID of the field for which you are setting the axis binding.
- settings
Analysis
Line Chart Series Settings - The options that determine the presentation of line series associated to the field.
- axis
Binding AnalysisAxis Binding - The axis that you are binding the field to.
- field
Id string - The field ID of the field for which you are setting the axis binding.
- settings
Analysis
Line Chart Series Settings - The options that determine the presentation of line series associated to the field.
- axis_
binding AnalysisAxis Binding - 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
Analysis
Line Chart Series Settings - The options that determine the presentation of line series associated to the field.
- axis
Binding "PRIMARY_YAXIS" | "SECONDARY_YAXIS" - The axis that you are binding the field to.
- field
Id 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.
Aws Native. Quick Sight. Analysis Sort Direction - The sort direction. Choose one of the following options:
ASC
: AscendingDESC
: Descending
- Field
Id string - The sort configuration target field.
- Direction
Analysis
Sort Direction - The sort direction. Choose one of the following options:
ASC
: AscendingDESC
: Descending
- Field
Id string - The sort configuration target field.
- direction
Analysis
Sort Direction - The sort direction. Choose one of the following options:
ASC
: AscendingDESC
: Descending
- field
Id String - The sort configuration target field.
- direction
Analysis
Sort Direction - The sort direction. Choose one of the following options:
ASC
: AscendingDESC
: Descending
- field
Id string - The sort configuration target field.
- direction
Analysis
Sort Direction - The sort direction. Choose one of the following options:
ASC
: AscendingDESC
: Descending
- field_
id str - The sort configuration target field.
- direction "ASC" | "DESC"
- The sort direction. Choose one of the following options:
ASC
: AscendingDESC
: Descending
- field
Id String - The sort configuration target field.
AnalysisFieldSortOptions, AnalysisFieldSortOptionsArgs
- Column
Sort Pulumi.Aws Native. Quick Sight. Inputs. Analysis Column Sort - The sort configuration for a column that is not used in a field well.
- Field
Sort Pulumi.Aws Native. Quick Sight. Inputs. Analysis Field Sort - The sort configuration for a field in a field well.
- Column
Sort AnalysisColumn Sort - The sort configuration for a column that is not used in a field well.
- Field
Sort AnalysisField Sort - The sort configuration for a field in a field well.
- column
Sort AnalysisColumn Sort - The sort configuration for a column that is not used in a field well.
- field
Sort AnalysisField Sort - The sort configuration for a field in a field well.
- column
Sort AnalysisColumn Sort - The sort configuration for a column that is not used in a field well.
- field
Sort AnalysisField Sort - The sort configuration for a field in a field well.
- column_
sort AnalysisColumn Sort - The sort configuration for a column that is not used in a field well.
- field_
sort AnalysisField Sort - The sort configuration for a field in a field well.
- column
Sort Property Map - The sort configuration for a column that is not used in a field well.
- field
Sort Property Map - The sort configuration for a field in a field well.
AnalysisFieldTooltipItem, AnalysisFieldTooltipItemArgs
- Field
Id string - The unique ID of the field that is targeted by the tooltip.
- Label string
- The label of the tooltip item.
- Tooltip
Target Pulumi.Aws Native. Quick Sight. Analysis Tooltip Target - Determines the target of the field tooltip item in a combo chart visual.
- Visibility
Pulumi.
Aws Native. Quick Sight. Analysis Visibility - The visibility of the tooltip item.
- Field
Id string - The unique ID of the field that is targeted by the tooltip.
- Label string
- The label of the tooltip item.
- Tooltip
Target AnalysisTooltip Target - Determines the target of the field tooltip item in a combo chart visual.
- Visibility
Analysis
Visibility - The visibility of the tooltip item.
- field
Id String - The unique ID of the field that is targeted by the tooltip.
- label String
- The label of the tooltip item.
- tooltip
Target AnalysisTooltip Target - Determines the target of the field tooltip item in a combo chart visual.
- visibility
Analysis
Visibility - The visibility of the tooltip item.
- field
Id string - The unique ID of the field that is targeted by the tooltip.
- label string
- The label of the tooltip item.
- tooltip
Target AnalysisTooltip Target - Determines the target of the field tooltip item in a combo chart visual.
- visibility
Analysis
Visibility - 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.
- tooltip_
target AnalysisTooltip Target - Determines the target of the field tooltip item in a combo chart visual.
- visibility
Analysis
Visibility - The visibility of the tooltip item.
- field
Id String - The unique ID of the field that is targeted by the tooltip.
- label String
- The label of the tooltip item.
- tooltip
Target "BOTH" | "BAR" | "LINE" - Determines the target of the field tooltip item in a combo chart visual.
- visibility "HIDDEN" | "VISIBLE"
- The visibility of the tooltip item.
AnalysisFilledMapAggregatedFieldWells, AnalysisFilledMapAggregatedFieldWellsArgs
- Geospatial
List<Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Dimension Field> - The aggregated location field well of the filled map. Values are grouped by location fields.
- Values
List<Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Measure Field> - The aggregated color field well of a filled map. Values are aggregated based on location fields.
- Geospatial
[]Analysis
Dimension Field - The aggregated location field well of the filled map. Values are grouped by location fields.
- Values
[]Analysis
Measure Field - The aggregated color field well of a filled map. Values are aggregated based on location fields.
- geospatial
List<Analysis
Dimension Field> - The aggregated location field well of the filled map. Values are grouped by location fields.
- values
List<Analysis
Measure Field> - The aggregated color field well of a filled map. Values are aggregated based on location fields.
- geospatial
Analysis
Dimension Field[] - The aggregated location field well of the filled map. Values are grouped by location fields.
- values
Analysis
Measure Field[] - The aggregated color field well of a filled map. Values are aggregated based on location fields.
- geospatial
Sequence[Analysis
Dimension Field] - The aggregated location field well of the filled map. Values are grouped by location fields.
- values
Sequence[Analysis
Measure Field] - 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
- Conditional
Formatting List<Pulumi.Options Aws Native. Quick Sight. Inputs. Analysis Filled Map Conditional Formatting Option> - Conditional formatting options of a
FilledMapVisual
.
- Conditional
Formatting []AnalysisOptions Filled Map Conditional Formatting Option - Conditional formatting options of a
FilledMapVisual
.
- conditional
Formatting List<AnalysisOptions Filled Map Conditional Formatting Option> - Conditional formatting options of a
FilledMapVisual
.
- conditional
Formatting AnalysisOptions Filled Map Conditional Formatting Option[] - Conditional formatting options of a
FilledMapVisual
.
- conditional_
formatting_ Sequence[Analysisoptions Filled Map Conditional Formatting Option] - Conditional formatting options of a
FilledMapVisual
.
- conditional
Formatting List<Property Map>Options - Conditional formatting options of a
FilledMapVisual
.
AnalysisFilledMapConditionalFormattingOption, AnalysisFilledMapConditionalFormattingOptionArgs
- Shape
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Filled Map Shape Conditional Formatting - The conditional formatting that determines the shape of the filled map.
- Shape
Analysis
Filled Map Shape Conditional Formatting - The conditional formatting that determines the shape of the filled map.
- shape
Analysis
Filled Map Shape Conditional Formatting - The conditional formatting that determines the shape of the filled map.
- shape
Analysis
Filled Map Shape Conditional Formatting - The conditional formatting that determines the shape of the filled map.
- shape
Analysis
Filled Map Shape Conditional Formatting - 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
- Field
Wells Pulumi.Aws Native. Quick Sight. Inputs. Analysis Filled Map Field Wells - The field wells of the visual.
- Legend
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Legend Options - The legend display setup of the visual.
- Map
Style Pulumi.Options Aws Native. Quick Sight. Inputs. Analysis Geospatial Map Style Options - The map style options of the filled map visual.
- Sort
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Analysis Filled Map Sort Configuration - The sort configuration of a
FilledMapVisual
. - Tooltip
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Tooltip Options - The tooltip display setup of the visual.
- Window
Options Pulumi.Aws Native. Quick Sight. Inputs. Analysis Geospatial Window Options - The window options of the filled map visual.
- Field
Wells AnalysisFilled Map Field Wells - The field wells of the visual.
- Legend
Analysis
Legend Options - The legend display setup of the visual.
- Map
Style AnalysisOptions Geospatial Map Style Options - The map style options of the filled map visual.
- Sort
Configuration AnalysisFilled Map Sort Configuration - The sort configuration of a
FilledMapVisual
. - Tooltip
Analysis
Tooltip Options - The tooltip display setup of the visual.
- Window
Options AnalysisGeospatial Window Options - The window options of the filled map visual.
- field
Wells AnalysisFilled Map Field Wells - The field wells of the visual.
- legend
Analysis
Legend Options - The legend display setup of the visual.
- map
Style AnalysisOptions Geospatial Map Style Options - The map style options of the filled map visual.
- sort
Configuration AnalysisFilled Map Sort Configuration - The sort configuration of a
FilledMapVisual
. - tooltip
Analysis
Tooltip Options - The tooltip display setup of the visual.
- window
Options AnalysisGeospatial Window Options - The window options of the filled map visual.
- field
Wells AnalysisFilled Map Field Wells - The field wells of the visual.
- legend
Analysis
Legend Options - The legend display setup of the visual.
- map
Style AnalysisOptions Geospatial Map Style Options - The map style options of the filled map visual.
- sort
Configuration AnalysisFilled Map Sort Configuration - The sort configuration of a
FilledMapVisual
. - tooltip
Analysis
Tooltip Options - The tooltip display setup of the visual.
- window
Options AnalysisGeospatial Window Options - The window options of the filled map visual.
- field_
wells AnalysisFilled Map Field Wells - The field wells of the visual.
- legend
Analysis
Legend Options - The legend display setup of the visual.
- map_
style_ Analysisoptions Geospatial Map Style Options - The map style options of the filled map visual.
- sort_
configuration AnalysisFilled Map Sort Configuration - The sort configuration of a
FilledMapVisual
. - tooltip
Analysis
Tooltip Options - The tooltip display setup of the visual.
- window_
options AnalysisGeospatial Window Options - The window options of the filled map visual.
- field
Wells Property Map - The field wells of the visual.
- legend Property Map
- The legend display setup of the visual.
- map
Style Property MapOptions - The map style options of the filled map visual.
- sort
Configuration Property Map - The sort configuration of a
FilledMapVisual
. - tooltip Property Map
- The tooltip display setup of the visual.
- window
Options Property Map - The window options of the filled map visual.
AnalysisFilledMapFieldWells, AnalysisFilledMapFieldWellsArgs
- Filled
Map Pulumi.Aggregated Field Wells Aws Native. Quick Sight. Inputs. Analysis Filled Map Aggregated Field Wells - The aggregated field well of the filled map.
- Filled
Map AnalysisAggregated Field Wells Filled Map Aggregated Field Wells - The aggregated field well of the filled map.
- filled
Map AnalysisAggregated Field Wells Filled Map Aggregated Field Wells - The aggregated field well of the filled map.
- filled
Map AnalysisAggregated Field Wells Filled Map Aggregated Field Wells - The aggregated field well of the filled map.
- filled_
map_ Analysisaggregated_ field_ wells Filled Map Aggregated Field Wells - The aggregated field well of the filled map.
- filled
Map Property MapAggregated Field Wells - The aggregated field well of the filled map.
AnalysisFilledMapShapeConditionalFormatting, AnalysisFilledMapShapeConditionalFormattingArgs
- Field
Id string - The field ID of the filled map shape.
- Format
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Shape Conditional Format - The conditional formatting that determines the background color of a filled map's shape.
- Field
Id string - The field ID of the filled map shape.
- Format
Analysis
Shape Conditional Format - The conditional formatting that determines the background color of a filled map's shape.
- field
Id String - The field ID of the filled map shape.
- format
Analysis
Shape Conditional Format - The conditional formatting that determines the background color of a filled map's shape.
- field
Id string - The field ID of the filled map shape.
- format
Analysis
Shape Conditional Format - 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
Analysis
Shape Conditional Format - The conditional formatting that determines the background color of a filled map's shape.
- field
Id 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
- Category
Sort List<Pulumi.Aws Native. Quick Sight. Inputs. Analysis Field Sort Options> - The sort configuration of the location fields.
- Category
Sort []AnalysisField Sort Options - The sort configuration of the location fields.
- category
Sort List<AnalysisField Sort Options> - The sort configuration of the location fields.
- category
Sort AnalysisField Sort Options[] - The sort configuration of the location fields.
- category_
sort Sequence[AnalysisField Sort Options] - The sort configuration of the location fields.
- category
Sort List<Property Map> - The sort configuration of the location fields.
AnalysisFilledMapVisual, AnalysisFilledMapVisualArgs
- Visual
Id 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.
Aws Native. Quick Sight. Inputs. Analysis Visual Custom Action> - The list of custom actions that are configured for a visual.
- Chart
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Analysis Filled Map Configuration - The configuration settings of the visual.
- Column
Hierarchies List<Pulumi.Aws Native. Quick Sight. Inputs. Analysis Column Hierarchy> - The column hierarchy that is used during drill-downs and drill-ups.
- Conditional
Formatting Pulumi.Aws Native. Quick Sight. Inputs. Analysis Filled Map Conditional Formatting - The conditional formatting of a
FilledMapVisual
. - Subtitle
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- Title
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Visual Title Label Options - The title that is displayed on the visual.
- Visual
Id 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
[]Analysis
Visual Custom Action - The list of custom actions that are configured for a visual.
- Chart
Configuration AnalysisFilled Map Configuration - The configuration settings of the visual.
- Column
Hierarchies []AnalysisColumn Hierarchy - The column hierarchy that is used during drill-downs and drill-ups.
- Conditional
Formatting AnalysisFilled Map Conditional Formatting - The conditional formatting of a
FilledMapVisual
. - Subtitle
Analysis
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- Title
Analysis
Visual Title Label Options - The title that is displayed on the visual.
- visual
Id 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<Analysis
Visual Custom Action> - The list of custom actions that are configured for a visual.
- chart
Configuration AnalysisFilled Map Configuration - The configuration settings of the visual.
- column
Hierarchies List<AnalysisColumn Hierarchy> - The column hierarchy that is used during drill-downs and drill-ups.
- conditional
Formatting AnalysisFilled Map Conditional Formatting - The conditional formatting of a
FilledMapVisual
. - subtitle
Analysis
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- title
Analysis
Visual Title Label Options - The title that is displayed on the visual.
- visual
Id 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
Analysis
Visual Custom Action[] - The list of custom actions that are configured for a visual.
- chart
Configuration AnalysisFilled Map Configuration - The configuration settings of the visual.
- column
Hierarchies AnalysisColumn Hierarchy[] - The column hierarchy that is used during drill-downs and drill-ups.
- conditional
Formatting AnalysisFilled Map Conditional Formatting - The conditional formatting of a
FilledMapVisual
. - subtitle
Analysis
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- title
Analysis
Visual Title Label Options - 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[Analysis
Visual Custom Action] - The list of custom actions that are configured for a visual.
- chart_
configuration AnalysisFilled Map Configuration - The configuration settings of the visual.
- column_
hierarchies Sequence[AnalysisColumn Hierarchy] - The column hierarchy that is used during drill-downs and drill-ups.
- conditional_
formatting AnalysisFilled Map Conditional Formatting - The conditional formatting of a
FilledMapVisual
. - subtitle
Analysis
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- title
Analysis
Visual Title Label Options - The title that is displayed on the visual.
- visual
Id 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.
- chart
Configuration Property Map - The configuration settings of the visual.
- column
Hierarchies List<Property Map> - The column hierarchy that is used during drill-downs and drill-ups.
- conditional
Formatting 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
- Category
Filter Pulumi.Aws Native. Quick Sight. Inputs. Analysis Category Filter A
CategoryFilter
filters text values.For more information, see Adding text filters in the Amazon QuickSight User Guide .
- Nested
Filter Pulumi.Aws Native. Quick Sight. Inputs. Analysis Nested Filter - A
NestedFilter
filters data with a subset of data that is defined by the nested inner filter. - Numeric
Equality Pulumi.Filter Aws Native. Quick Sight. Inputs. Analysis Numeric Equality Filter - A
NumericEqualityFilter
filters numeric values that equal or do not equal a given numeric value. - Numeric
Range Pulumi.Filter Aws Native. Quick Sight. Inputs. Analysis Numeric Range Filter - A
NumericRangeFilter
filters numeric values that are either inside or outside a given numeric range. - Relative
Dates Pulumi.Filter Aws Native. Quick Sight. Inputs. Analysis Relative Dates Filter - A
RelativeDatesFilter
filters date values that are relative to a given date. - Time
Equality Pulumi.Filter Aws Native. Quick Sight. Inputs. Analysis Time Equality Filter - A
TimeEqualityFilter
filters date-time values that equal or do not equal a given date/time value. - Time
Range Pulumi.Filter Aws Native. Quick Sight. Inputs. Analysis Time Range Filter - A
TimeRangeFilter
filters date-time values that are either inside or outside a given date/time range. - Top
Bottom Pulumi.Filter Aws Native. Quick Sight. Inputs. Analysis Top Bottom Filter - A
TopBottomFilter
filters data to the top or bottom values for a given column.
- Category
Filter AnalysisCategory Filter A
CategoryFilter
filters text values.For more information, see Adding text filters in the Amazon QuickSight User Guide .
- Nested
Filter AnalysisNested Filter - A
NestedFilter
filters data with a subset of data that is defined by the nested inner filter. - Numeric
Equality AnalysisFilter Numeric Equality Filter - A
NumericEqualityFilter
filters numeric values that equal or do not equal a given numeric value. - Numeric
Range AnalysisFilter Numeric Range Filter - A
NumericRangeFilter
filters numeric values that are either inside or outside a given numeric range. - Relative
Dates AnalysisFilter Relative Dates Filter - A
RelativeDatesFilter
filters date values that are relative to a given date. - Time
Equality AnalysisFilter Time Equality Filter - A
TimeEqualityFilter
filters date-time values that equal or do not equal a given date/time value. - Time
Range AnalysisFilter Time Range Filter - A
TimeRangeFilter
filters date-time values that are either inside or outside a given date/time range. - Top
Bottom AnalysisFilter Top Bottom Filter - A
TopBottomFilter
filters data to the top or bottom values for a given column.
- category
Filter AnalysisCategory Filter A
CategoryFilter
filters text values.For more information, see Adding text filters in the Amazon QuickSight User Guide .
- nested
Filter AnalysisNested Filter - A
NestedFilter
filters data with a subset of data that is defined by the nested inner filter. - numeric
Equality AnalysisFilter Numeric Equality Filter - A
NumericEqualityFilter
filters numeric values that equal or do not equal a given numeric value. - numeric
Range AnalysisFilter Numeric Range Filter - A
NumericRangeFilter
filters numeric values that are either inside or outside a given numeric range. - relative
Dates AnalysisFilter Relative Dates Filter - A
RelativeDatesFilter
filters date values that are relative to a given date. - time
Equality AnalysisFilter Time Equality Filter - A
TimeEqualityFilter
filters date-time values that equal or do not equal a given date/time value. - time
Range AnalysisFilter Time Range Filter - A
TimeRangeFilter
filters date-time values that are either inside or outside a given date/time range. - top
Bottom AnalysisFilter Top Bottom Filter - A
TopBottomFilter
filters data to the top or bottom values for a given column.
- category
Filter AnalysisCategory Filter A
CategoryFilter
filters text values.For more information, see Adding text filters in the Amazon QuickSight User Guide .
- nested
Filter AnalysisNested Filter - A
NestedFilter
filters data with a subset of data that is defined by the nested inner filter. - numeric
Equality AnalysisFilter Numeric Equality Filter - A
NumericEqualityFilter
filters numeric values that equal or do not equal a given numeric value. - numeric
Range AnalysisFilter Numeric Range Filter - A
NumericRangeFilter
filters numeric values that are either inside or outside a given numeric range. - relative
Dates AnalysisFilter Relative Dates Filter - A
RelativeDatesFilter
filters date values that are relative to a given date. - time
Equality AnalysisFilter Time Equality Filter - A
TimeEqualityFilter
filters date-time values that equal or do not equal a given date/time value. - time
Range AnalysisFilter Time Range Filter - A
TimeRangeFilter
filters date-time values that are either inside or outside a given date/time range. - top
Bottom AnalysisFilter Top Bottom Filter - A
TopBottomFilter
filters data to the top or bottom values for a given column.
- category_
filter AnalysisCategory Filter A
CategoryFilter
filters text values.For more information, see Adding text filters in the Amazon QuickSight User Guide .
- nested_
filter AnalysisNested Filter - A
NestedFilter
filters data with a subset of data that is defined by the nested inner filter. - numeric_
equality_ Analysisfilter Numeric Equality Filter - A
NumericEqualityFilter
filters numeric values that equal or do not equal a given numeric value. - numeric_
range_ Analysisfilter Numeric Range Filter - A
NumericRangeFilter
filters numeric values that are either inside or outside a given numeric range. - relative_
dates_ Analysisfilter Relative Dates Filter - A
RelativeDatesFilter
filters date values that are relative to a given date. - time_
equality_ Analysisfilter Time Equality Filter - A
TimeEqualityFilter
filters date-time values that equal or do not equal a given date/time value. - time_
range_ Analysisfilter Time Range Filter - A
TimeRangeFilter
filters date-time values that are either inside or outside a given date/time range. - top_
bottom_ Analysisfilter Top Bottom Filter - A
TopBottomFilter
filters data to the top or bottom values for a given column.
- category
Filter Property Map A
CategoryFilter
filters text values.For more information, see Adding text filters in the Amazon QuickSight User Guide .
- nested
Filter Property Map - A
NestedFilter
filters data with a subset of data that is defined by the nested inner filter. - numeric
Equality Property MapFilter - A
NumericEqualityFilter
filters numeric values that equal or do not equal a given numeric value. - numeric
Range Property MapFilter - A
NumericRangeFilter
filters numeric values that are either inside or outside a given numeric range. - relative
Dates Property MapFilter - A
RelativeDatesFilter
filters date values that are relative to a given date. - time
Equality Property MapFilter - A
TimeEqualityFilter
filters date-time values that equal or do not equal a given date/time value. - time
Range Property MapFilter - A
TimeRangeFilter
filters date-time values that are either inside or outside a given date/time range. - top
Bottom Property MapFilter - A
TopBottomFilter
filters data to the top or bottom values for a given column.
AnalysisFilterControl, AnalysisFilterControlArgs
- Cross
Sheet Pulumi.Aws Native. Quick Sight. Inputs. Analysis Filter Cross Sheet Control - A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet
- Date
Time Pulumi.Picker Aws Native. Quick Sight. Inputs. Analysis Filter Date Time Picker Control - A control from a date filter that is used to specify date and time.
- Dropdown
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Filter Drop Down Control - A control to display a dropdown list with buttons that are used to select a single value.
- List
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Filter List Control - A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
- Relative
Date Pulumi.Time Aws Native. Quick Sight. Inputs. Analysis Filter Relative Date Time Control - A control from a date filter that is used to specify the relative date.
- Slider
Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Filter Slider Control - A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
- Text
Area Pulumi.Aws Native. Quick Sight. Inputs. Analysis Filter Text Area Control - A control to display a text box that is used to enter multiple entries.
- Text
Field Pulumi.Aws Native. Quick Sight. Inputs. Analysis Filter Text Field Control - A control to display a text box that is used to enter a single entry.
- Cross
Sheet AnalysisFilter Cross Sheet Control - A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet
- Date
Time AnalysisPicker Filter Date Time Picker Control - A control from a date filter that is used to specify date and time.
- Dropdown
Analysis
Filter Drop Down Control - A control to display a dropdown list with buttons that are used to select a single value.
- List
Analysis
Filter List Control - A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
- Relative
Date AnalysisTime Filter Relative Date Time Control - A control from a date filter that is used to specify the relative date.
- Slider
Analysis
Filter Slider Control - A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
- Text
Area AnalysisFilter Text Area Control - A control to display a text box that is used to enter multiple entries.
- Text
Field AnalysisFilter Text Field Control - A control to display a text box that is used to enter a single entry.
- cross
Sheet AnalysisFilter Cross Sheet Control - A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet
- date
Time AnalysisPicker Filter Date Time Picker Control - A control from a date filter that is used to specify date and time.
- dropdown
Analysis
Filter Drop Down Control - A control to display a dropdown list with buttons that are used to select a single value.
- list
Analysis
Filter List Control - A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
- relative
Date AnalysisTime Filter Relative Date Time Control - A control from a date filter that is used to specify the relative date.
- slider
Analysis
Filter Slider Control - A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
- text
Area AnalysisFilter Text Area Control - A control to display a text box that is used to enter multiple entries.
- text
Field AnalysisFilter Text Field Control - A control to display a text box that is used to enter a single entry.
- cross
Sheet AnalysisFilter Cross Sheet Control - A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet
- date
Time AnalysisPicker Filter Date Time Picker Control - A control from a date filter that is used to specify date and time.
- dropdown
Analysis
Filter Drop Down Control - A control to display a dropdown list with buttons that are used to select a single value.
- list
Analysis
Filter List Control - A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
- relative
Date AnalysisTime Filter Relative Date Time Control - A control from a date filter that is used to specify the relative date.
- slider
Analysis
Filter Slider Control - A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
- text
Area AnalysisFilter Text Area Control - A control to display a text box that is used to enter multiple entries.
- text
Field AnalysisFilter Text Field Control - A control to display a text box that is used to enter a single entry.
- cross_
sheet AnalysisFilter Cross Sheet Control - A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet
- date_
time_ Analysispicker Filter Date Time Picker Control - A control from a date filter that is used to specify date and time.
- dropdown
Analysis
Filter Drop Down Control - A control to display a dropdown list with buttons that are used to select a single value.
- list
Analysis
Filter List Control - A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
- relative_
date_ Analysistime Filter Relative Date Time Control - A control from a date filter that is used to specify the relative date.
- slider
Analysis
Filter Slider Control - A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
- text_
area AnalysisFilter Text Area Control - A control to display a text box that is used to enter multiple entries.
- text_
field AnalysisFilter Text Field Control - A control to display a text box that is used to enter a single entry.
- cross
Sheet Property Map - A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet
- date
Time Property MapPicker - 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.
- relative
Date Property MapTime - 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.
- text
Area Property Map - A control to display a text box that is used to enter multiple entries.
- text
Field Property Map - A control to display a text box that is used to enter a single entry.
AnalysisFilterCrossSheetControl, AnalysisFilterCrossSheetControlArgs
- Filter
Control stringId - The ID of the
FilterCrossSheetControl
. - Source
Filter stringId - The source filter ID of the
FilterCrossSheetControl
. - Cascading
Control Pulumi.Configuration Aws Native. Quick Sight. Inputs. Analysis Cascading Control Configuration - 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 stringId - The ID of the
FilterCrossSheetControl
. - Source
Filter stringId - The source filter ID of the
FilterCrossSheetControl
. - Cascading
Control AnalysisConfiguration Cascading Control Configuration - 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 StringId - The ID of the
FilterCrossSheetControl
. - source
Filter StringId - The source filter ID of the
FilterCrossSheetControl
. - cascading
Control AnalysisConfiguration Cascading Control Configuration - 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 stringId - The ID of the
FilterCrossSheetControl
. - source
Filter stringId - The source filter ID of the
FilterCrossSheetControl
. - cascading
Control AnalysisConfiguration Cascading Control Configuration - 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_ strid - The ID of the
FilterCrossSheetControl
. - source_
filter_ strid - The source filter ID of the
FilterCrossSheetControl
. - cascading_
control_ Analysisconfiguration Cascading Control Configuration - 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 StringId - The ID of the
FilterCrossSheetControl
. - source
Filter StringId - The source filter ID of the
FilterCrossSheetControl
. - cascading
Control Property MapConfiguration - 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
- Filter
Control stringId - The ID of the
FilterDateTimePickerControl
. - Source
Filter stringId - The source filter ID of the
FilterDateTimePickerControl
. - Title string
- The title of the
FilterDateTimePickerControl
. - Display
Options Pulumi.Aws Native. Quick Sight. Inputs. Analysis Date Time Picker Control Display Options - The display options of a control.
- Type
Pulumi.
Aws Native. Quick Sight. Analysis Sheet Control Date Time Picker Type - 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 stringId - The ID of the
FilterDateTimePickerControl
. - Source
Filter stringId - The source filter ID of the
FilterDateTimePickerControl
. - Title string
- The title of the
FilterDateTimePickerControl
. - Display
Options AnalysisDate Time Picker Control Display Options - The display options of a control.
- Type
Analysis
Sheet Control Date Time Picker Type - 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 StringId - The ID of the
FilterDateTimePickerControl
. - source
Filter StringId - The source filter ID of the
FilterDateTimePickerControl
. - title String
- The title of the
FilterDateTimePickerControl
. - display
Options AnalysisDate Time Picker Control Display Options - The display options of a control.
- type
Analysis
Sheet Control Date Time Picker Type - 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 stringId - The ID of the
FilterDateTimePickerControl
. - source
Filter stringId - The source filter ID of the
FilterDateTimePickerControl
. - title string
- The title of the
FilterDateTimePickerControl
. - display
Options AnalysisDate Time Picker Control Display Options - The display options of a control.
- type
Analysis
Sheet Control Date Time Picker Type - 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_ strid - The ID of the
FilterDateTimePickerControl
. - source_
filter_ strid - The source filter ID of the
FilterDateTimePickerControl
. - title str
- The title of the
FilterDateTimePickerControl
. - display_
options AnalysisDate Time Picker Control Display Options - The display options of a control.
- type
Analysis
Sheet Control Date Time Picker Type - 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 StringId - The ID of the
FilterDateTimePickerControl
. - source
Filter StringId - The source filter ID of the
FilterDateTimePickerControl
. - title String
- The title of the
FilterDateTimePickerControl
. - display
Options 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
- Filter
Control stringId - The ID of the
FilterDropDownControl
. - Source
Filter stringId - The source filter ID of the
FilterDropDownControl
. - Title string
- The title of the
FilterDropDownControl
. - Cascading
Control Pulumi.Configuration Aws Native. Quick Sight. Inputs. Analysis Cascading Control Configuration - 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 Pulumi.Aws Native. Quick Sight. Inputs. Analysis Drop Down Control Display Options - The display options of the
FilterDropDownControl
. - Selectable
Values Pulumi.Aws Native. Quick Sight. Inputs. Analysis Filter Selectable Values - A list of selectable values that are used in a control.
- Type
Pulumi.
Aws Native. Quick Sight. Analysis Sheet Control List Type - 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 stringId - The ID of the
FilterDropDownControl
. - Source
Filter stringId - The source filter ID of the
FilterDropDownControl
. - Title string
- The title of the
FilterDropDownControl
. - Cascading
Control AnalysisConfiguration Cascading Control Configuration - 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 AnalysisDrop Down Control Display Options - The display options of the
FilterDropDownControl
. - Selectable
Values AnalysisFilter Selectable Values - A list of selectable values that are used in a control.
- Type
Analysis
Sheet Control List Type - 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 StringId - The ID of the
FilterDropDownControl
. - source
Filter StringId - The source filter ID of the
FilterDropDownControl
. - title String
- The title of the
FilterDropDownControl
. - cascading
Control AnalysisConfiguration Cascading Control Configuration - 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 AnalysisDrop Down Control Display Options - The display options of the
FilterDropDownControl
. - selectable
Values AnalysisFilter Selectable Values - A list of selectable values that are used in a control.
- type
Analysis
Sheet Control List Type - 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 stringId - The ID of the
FilterDropDownControl
. - source
Filter stringId - The source filter ID of the
FilterDropDownControl
. - title string
- The title of the
FilterDropDownControl
. - cascading
Control AnalysisConfiguration Cascading Control Configuration - 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 AnalysisDrop Down Control Display Options - The display options of the
FilterDropDownControl
. - selectable
Values AnalysisFilter Selectable Values - A list of selectable values that are used in a control.
- type
Analysis
Sheet Control List Type - 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_ strid - The ID of the
FilterDropDownControl
. - source_
filter_ strid - The source filter ID of the
FilterDropDownControl
. - title str
- The title of the
FilterDropDownControl
. - cascading_
control_ Analysisconfiguration Cascading Control Configuration - 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 AnalysisDrop Down Control Display Options - The display options of the
FilterDropDownControl
. - selectable_
values AnalysisFilter Selectable Values - A list of selectable values that are used in a control.
- type
Analysis
Sheet Control List Type - 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 StringId - The ID of the
FilterDropDownControl
. - source
Filter StringId - The source filter ID of the
FilterDropDownControl
. - title String
- The title of the
FilterDropDownControl
. - cascading
Control Property MapConfiguration - 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 Property Map - The display options of the
FilterDropDownControl
. - selectable
Values 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
- Cross
Dataset Pulumi.Aws Native. Quick Sight. Analysis Cross Dataset Types - 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 stringId - The value that uniquely identifies a
FilterGroup
within a dashboard, template, or analysis. - Filters
List<Pulumi.
Aws Native. Quick Sight. Inputs. Analysis Filter> - The list of filters that are present in a
FilterGroup
. - Scope
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Analysis Filter Scope Configuration 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.
Aws Native. Quick Sight. Analysis Widget Status - The status of the
FilterGroup
.
- Cross
Dataset AnalysisCross Dataset Types - 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 stringId - The value that uniquely identifies a
FilterGroup
within a dashboard, template, or analysis. - Filters
[]Analysis
Filter - The list of filters that are present in a
FilterGroup
. - Scope
Configuration AnalysisFilter Scope Configuration 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
Analysis
Widget Status - The status of the
FilterGroup
.
- cross
Dataset AnalysisCross Dataset Types - 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 StringId - The value that uniquely identifies a
FilterGroup
within a dashboard, template, or analysis. - filters
List<Analysis
Filter> - The list of filters that are present in a
FilterGroup
. - scope
Configuration AnalysisFilter Scope Configuration 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
Analysis
Widget Status - The status of the
FilterGroup
.
- cross
Dataset AnalysisCross Dataset Types - 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 stringId - The value that uniquely identifies a
FilterGroup
within a dashboard, template, or analysis. - filters
Analysis
Filter[] - The list of filters that are present in a
FilterGroup
. - scope
Configuration AnalysisFilter Scope Configuration 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
Analysis
Widget Status - The status of the
FilterGroup
.
- cross_
dataset AnalysisCross Dataset Types - 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_ strid - The value that uniquely identifies a
FilterGroup
within a dashboard, template, or analysis. - filters
Sequence[Analysis
Filter] - The list of filters that are present in a
FilterGroup
. - scope_
configuration AnalysisFilter Scope Configuration 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
Analysis
Widget Status - The status of the
FilterGroup
.
- cross
Dataset "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
- filter
Group StringId - 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
. - scope
Configuration 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
- Match
Operator Pulumi.Aws Native. Quick Sight. Analysis Category Filter Match Operator - The match operator that is used to determine if a filter should be applied.
- Category
Values List<string> - The list of category values for the filter.
- Null
Option Pulumi.Aws Native. Quick Sight. Analysis Filter Null Option - 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 Pulumi.Options Aws Native. Quick Sight. Analysis Category Filter Select All Options - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
- Match
Operator AnalysisCategory Filter Match Operator - The match operator that is used to determine if a filter should be applied.
- Category
Values []string - The list of category values for the filter.
- Null
Option AnalysisFilter Null Option - 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 AnalysisOptions Category Filter Select All Options - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
- match
Operator AnalysisCategory Filter Match Operator - The match operator that is used to determine if a filter should be applied.
- category
Values List<String> - The list of category values for the filter.
- null
Option AnalysisFilter Null Option - 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 AnalysisOptions Category Filter Select All Options - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
- match
Operator AnalysisCategory Filter Match Operator - The match operator that is used to determine if a filter should be applied.
- category
Values string[] - The list of category values for the filter.
- null
Option AnalysisFilter Null Option - 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 AnalysisOptions Category Filter Select All Options - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
- match_
operator AnalysisCategory Filter Match Operator - 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 AnalysisFilter Null Option - 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_ Analysisoptions Category Filter Select All Options - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
- match
Operator "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.
- category
Values List<String> - The list of category values for the filter.
- null
Option "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.
- select
All "FILTER_ALL_VALUES"Options - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
AnalysisFilterListControl, AnalysisFilterListControlArgs
- Filter
Control stringId - The ID of the
FilterListControl
. - Source
Filter stringId - The source filter ID of the
FilterListControl
. - Title string
- The title of the
FilterListControl
. - Cascading
Control Pulumi.Configuration Aws Native. Quick Sight. Inputs. Analysis Cascading Control Configuration - 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 Pulumi.Aws Native. Quick Sight. Inputs. Analysis List Control Display Options - The display options of a control.
- Selectable
Values Pulumi.Aws Native. Quick Sight. Inputs. Analysis Filter Selectable Values - A list of selectable values that are used in a control.
- Type
Pulumi.
Aws Native. Quick Sight. Analysis Sheet Control List Type - 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 stringId - The ID of the
FilterListControl
. - Source
Filter stringId - The source filter ID of the
FilterListControl
. - Title string
- The title of the
FilterListControl
. - Cascading
Control AnalysisConfiguration Cascading Control Configuration - 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 AnalysisList Control Display Options - The display options of a control.
- Selectable
Values AnalysisFilter Selectable Values - A list of selectable values that are used in a control.
- Type
Analysis
Sheet Control List Type - 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 StringId - The ID of the
FilterListControl
. - source
Filter StringId - The source filter ID of the
FilterListControl
. - title String
- The title of the
FilterListControl
. - cascading
Control AnalysisConfiguration Cascading Control Configuration - 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 AnalysisList Control Display Options - The display options of a control.
- selectable
Values AnalysisFilter Selectable Values - A list of selectable values that are used in a control.
- type
Analysis
Sheet Control List Type - 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 stringId - The ID of the
FilterListControl
. - source
Filter stringId - The source filter ID of the
FilterListControl
. - title string
- The title of the
FilterListControl
. - cascading
Control AnalysisConfiguration Cascading Control Configuration - 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 AnalysisList Control Display Options - The display options of a control.
- selectable
Values AnalysisFilter Selectable Values - A list of selectable values that are used in a control.
- type
Analysis
Sheet Control List Type - 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_ strid - The ID of the
FilterListControl
. - source_
filter_ strid - The source filter ID of the
FilterListControl
. - title str
- The title of the
FilterListControl
. - cascading_
control_ Analysisconfiguration Cascading Control Configuration - 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 AnalysisList Control Display Options - The display options of a control.
- selectable_
values AnalysisFilter Selectable Values - A list of selectable values that are used in a control.
- type
Analysis
Sheet Control List Type - 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 StringId - The ID of the
FilterListControl
. - source
Filter StringId - The source filter ID of the
FilterListControl
. - title String
- The title of the
FilterListControl
. - cascading
Control Property MapConfiguration - 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 Property Map - The display options of a control.
- selectable
Values 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
- All
Values - ALL_VALUES
- Nulls
Only - NULLS_ONLY
- Non
Nulls Only - NON_NULLS_ONLY
- Analysis
Filter Null Option All Values - ALL_VALUES
- Analysis
Filter Null Option Nulls Only - NULLS_ONLY
- Analysis
Filter Null Option Non Nulls Only - 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
- 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
- Selected
Columns List<Pulumi.Aws Native. Quick Sight. Inputs. Analysis Column Identifier> - Selected
Field Pulumi.Options Aws Native. Quick Sight. Analysis Selected Field Options 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 List<string> - Chooses the fields that are filtered in
CustomActionFilterOperation
.
- Selected
Columns []AnalysisColumn Identifier - Selected
Field AnalysisOptions Selected Field Options 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 []string - Chooses the fields that are filtered in
CustomActionFilterOperation
.
- selected
Columns List<AnalysisColumn Identifier> - selected
Field AnalysisOptions Selected Field Options 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 List<String> - Chooses the fields that are filtered in
CustomActionFilterOperation
.
- selected
Columns AnalysisColumn Identifier[] - selected
Field AnalysisOptions Selected Field Options 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 string[] - Chooses the fields that are filtered in
CustomActionFilterOperation
.
- selected_
columns Sequence[AnalysisColumn Identifier] - selected_
field_ Analysisoptions Selected Field Options 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
.
- selected
Columns List<Property Map> - selected
Field "ALL_FIELDS"Options 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 List<String> - Chooses the fields that are filtered in
CustomActionFilterOperation
.
AnalysisFilterOperationTargetVisualsConfiguration, AnalysisFilterOperationTargetVisualsConfigurationArgs
- Same
Sheet Pulumi.Target Visual Configuration Aws Native. Quick Sight. Inputs. Analysis Same Sheet Target Visual Configuration - The configuration of the same-sheet target visuals that you want to be filtered.
- Same
Sheet AnalysisTarget Visual Configuration Same Sheet Target Visual Configuration - The configuration of the same-sheet target visuals that you want to be filtered.
- same
Sheet AnalysisTarget Visual Configuration Same Sheet Target Visual Configuration - The configuration of the same-sheet target visuals that you want to be filtered.
- same
Sheet AnalysisTarget Visual Configuration Same Sheet Target Visual Configuration - The configuration of the same-sheet target visuals that you want to be filtered.
- same_
sheet_ Analysistarget_ visual_ configuration Same Sheet Target Visual Configuration - The configuration of the same-sheet target visuals that you want to be filtered.
- same
Sheet Property MapTarget Visual Configuration - The configuration of the same-sheet target visuals that you want to be filtered.
AnalysisFilterRelativeDateTimeControl, AnalysisFilterRelativeDateTimeControlArgs
- Filter
Control stringId - The ID of the
FilterTextAreaControl
. - Source
Filter stringId - The source filter ID of the
FilterTextAreaControl
. - Title string
- The title of the
FilterTextAreaControl
. - Display
Options Pulumi.Aws Native. Quick Sight. Inputs. Analysis Relative Date Time Control Display Options - The display options of a control.
- Filter
Control stringId - The ID of the
FilterTextAreaControl
. - Source
Filter stringId - The source filter ID of the
FilterTextAreaControl
. - Title string
- The title of the
FilterTextAreaControl
. - Display
Options AnalysisRelative Date Time Control Display Options - The display options of a control.
- filter
Control StringId - The ID of the
FilterTextAreaControl
. - source
Filter StringId - The source filter ID of the
FilterTextAreaControl
. - title String
- The title of the
FilterTextAreaControl
. - display
Options AnalysisRelative Date Time Control Display Options - The display options of a control.
- filter
Control stringId - The ID of the
FilterTextAreaControl
. - source
Filter stringId - The source filter ID of the
FilterTextAreaControl
. - title string
- The title of the
FilterTextAreaControl
. - display
Options AnalysisRelative Date Time Control Display Options - The display options of a control.
- filter_
control_ strid - The ID of the
FilterTextAreaControl
. - source_
filter_ strid - The source filter ID of the
FilterTextAreaControl
. - title str
- The title of the
FilterTextAreaControl
. - display_
options AnalysisRelative Date Time Control Display Options - The display options of a control.
- filter
Control StringId - The ID of the
FilterTextAreaControl
. - source
Filter StringId - The source filter ID of the
FilterTextAreaControl
. - title String
- The title of the
FilterTextAreaControl
. - display
Options Property Map - The display options of a control.
AnalysisFilterScopeConfiguration, AnalysisFilterScopeConfigurationArgs
- All
Sheets Pulumi.Aws Native. Quick Sight. Inputs. Analysis All Sheets Filter Scope Configuration - The configuration that applies a filter to all sheets. When you choose
AllSheets
as the value for aFilterScopeConfiguration
, this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. TheAllSheetsFilterScopeConfiguration
is chosen. - Selected
Sheets Pulumi.Aws Native. Quick Sight. Inputs. Analysis Selected Sheets Filter Scope Configuration - The configuration for applying a filter to specific sheets.
- All
Sheets AnalysisAll Sheets Filter Scope Configuration - The configuration that applies a filter to all sheets. When you choose
AllSheets
as the value for aFilterScopeConfiguration
, this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. TheAllSheetsFilterScopeConfiguration
is chosen. - Selected
Sheets AnalysisSelected Sheets Filter Scope Configuration - The configuration for applying a filter to specific sheets.
- all
Sheets AnalysisAll Sheets Filter Scope Configuration - The configuration that applies a filter to all sheets. When you choose
AllSheets
as the value for aFilterScopeConfiguration
, this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. TheAllSheetsFilterScopeConfiguration
is chosen. - selected
Sheets AnalysisSelected Sheets Filter Scope Configuration - The configuration for applying a filter to specific sheets.
- all
Sheets AnalysisAll Sheets Filter Scope Configuration - The configuration that applies a filter to all sheets. When you choose
AllSheets
as the value for aFilterScopeConfiguration
, this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. TheAllSheetsFilterScopeConfiguration
is chosen. - selected
Sheets AnalysisSelected Sheets Filter Scope Configuration - The configuration for applying a filter to specific sheets.
- all_
sheets AnalysisAll Sheets Filter Scope Configuration - The configuration that applies a filter to all sheets. When you choose
AllSheets
as the value for aFilterScopeConfiguration
, this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. TheAllSheetsFilterScopeConfiguration
is chosen. - selected_
sheets AnalysisSelected Sheets Filter Scope Configuration - The configuration for applying a filter to specific sheets.
- all
Sheets Property Map - The configuration that applies a filter to all sheets. When you choose
AllSheets
as the value for aFilterScopeConfiguration
, this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. TheAllSheetsFilterScopeConfiguration
is chosen. - selected
Sheets 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
- Filter
Control stringId - The ID of the
FilterSliderControl
. - Maximum
Value double - The larger value that is displayed at the right of the slider.
- Minimum
Value double - The smaller value that is displayed at the left of the slider.
- Source
Filter stringId - The source filter ID of the
FilterSliderControl
. - Step
Size double - The number of increments that the slider bar is divided into.
- Title string
- The title of the
FilterSliderControl
. - Display
Options Pulumi.Aws Native. Quick Sight. Inputs. Analysis Slider Control Display Options - The display options of a control.
- Type
Pulumi.
Aws Native. Quick Sight. Analysis Sheet Control Slider Type - 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 stringId - The ID of the
FilterSliderControl
. - Maximum
Value float64 - The larger value that is displayed at the right of the slider.
- Minimum
Value float64 - The smaller value that is displayed at the left of the slider.
- Source
Filter stringId - The source filter ID of the
FilterSliderControl
. - Step
Size float64 - The number of increments that the slider bar is divided into.
- Title string
- The title of the
FilterSliderControl
. - Display
Options AnalysisSlider Control Display Options - The display options of a control.
- Type
Analysis
Sheet Control Slider Type - 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 StringId - The ID of the
FilterSliderControl
. - maximum
Value Double - The larger value that is displayed at the right of the slider.
- minimum
Value Double - The smaller value that is displayed at the left of the slider.
- source
Filter StringId - The source filter ID of the
FilterSliderControl
. - step
Size Double - The number of increments that the slider bar is divided into.
- title String
- The title of the
FilterSliderControl
. - display
Options AnalysisSlider Control Display Options - The display options of a control.
- type
Analysis
Sheet Control Slider Type - 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 stringId - The ID of the
FilterSliderControl
. - maximum
Value number - The larger value that is displayed at the right of the slider.
- minimum
Value number - The smaller value that is displayed at the left of the slider.
- source
Filter stringId - The source filter ID of the
FilterSliderControl
. - step
Size number - The number of increments that the slider bar is divided into.
- title string
- The title of the
FilterSliderControl
. - display
Options AnalysisSlider Control Display Options - The display options of a control.
- type
Analysis
Sheet Control Slider Type - 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_ strid - 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_ strid - 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 AnalysisSlider Control Display Options - The display options of a control.
- type
Analysis
Sheet Control Slider Type - 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 StringId - The ID of the
FilterSliderControl
. - maximum
Value Number - The larger value that is displayed at the right of the slider.
- minimum
Value Number - The smaller value that is displayed at the left of the slider.
- source
Filter StringId - The source filter ID of the
FilterSliderControl
. - step
Size Number - The number of increments that the slider bar is divided into.
- title String
- The title of the
FilterSliderControl
. - display
Options 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
- Filter
Control stringId - The ID of the
FilterTextAreaControl
. - Source
Filter stringId - 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.
- Display
Options Pulumi.Aws Native. Quick Sight. Inputs. Analysis Text Area Control Display Options - The display options of a control.
- Filter
Control stringId - The ID of the
FilterTextAreaControl
. - Source
Filter stringId - 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.
- Display
Options AnalysisText Area Control Display Options - The display options of a control.
- filter
Control StringId - The ID of the
FilterTextAreaControl
. - source
Filter StringId - 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.
- display
Options AnalysisText Area Control Display Options - The display options of a control.
- filter
Control stringId - The ID of the
FilterTextAreaControl
. - source
Filter stringId - 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.
- display
Options AnalysisText Area Control Display Options - The display options of a control.
- filter_
control_ strid - The ID of the
FilterTextAreaControl
. - source_
filter_ strid - 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 AnalysisText Area Control Display Options - The display options of a control.
- filter
Control StringId - The ID of the
FilterTextAreaControl
. - source
Filter StringId - 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.
- display
Options Property Map - The display options of a control.
AnalysisFilterTextFieldControl, AnalysisFilterTextFieldControlArgs
- Filter
Control stringId - The ID of the
FilterTextFieldControl
. - Source
Filter stringId - The source filter ID of the
FilterTextFieldControl
. - Title string
- The title of the
FilterTextFieldControl
. - Display
Options Pulumi.Aws Native. Quick Sight. Inputs. Analysis Text Field Control Display Options - The display options of a control.
- Filter
Control stringId - The ID of the
FilterTextFieldControl
. - Source
Filter stringId - The source filter ID of the
FilterTextFieldControl
. - Title string
- The title of the
FilterTextFieldControl
. - Display
Options AnalysisText Field Control Display Options - The display options of a control.
- filter
Control StringId - The ID of the
FilterTextFieldControl
. - source
Filter StringId - The source filter ID of the
FilterTextFieldControl
. - title String
- The title of the
FilterTextFieldControl
. - display
Options AnalysisText Field Control Display Options - The display options of a control.
- filter
Control stringId - The ID of the
FilterTextFieldControl
. - source
Filter stringId - The source filter ID of the
FilterTextFieldControl
. - title string
- The title of the
FilterTextFieldControl
. - display
Options AnalysisText Field Control Display Options - The display options of a control.
- filter_
control_ strid - The ID of the
FilterTextFieldControl
. - source_
filter_ strid - The source filter ID of the
FilterTextFieldControl
. - title str
- The title of the
FilterTextFieldControl
. - display_
options AnalysisText Field Control Display Options - The display options of a control.
- filter
Control StringId - The ID of the
FilterTextFieldControl
. - source
Filter StringId - The source filter ID of the
FilterTextFieldControl
. - title String
- The title of the
FilterTextFieldControl
. - display
Options Property Map - The display options of a control.
AnalysisFilterVisualScope, AnalysisFilterVisualScopeArgs
- All
Visuals - ALL_VISUALS
- Selected
Visuals - SELECTED_VISUALS
- Analysis
Filter Visual Scope All Visuals - ALL_VISUALS
- Analysis
Filter Visual Scope Selected Visuals - SELECTED_VISUALS
- All
Visuals - ALL_VISUALS
- Selected
Visuals - SELECTED_VISUALS
- All
Visuals - ALL_VISUALS
- Selected
Visuals - SELECTED_VISUALS
- ALL_VISUALS
- ALL_VISUALS
- SELECTED_VISUALS
- SELECTED_VISUALS
- "ALL_VISUALS"
- ALL_VISUALS
- "SELECTED_VISUALS"
- SELECTED_VISUALS
AnalysisFontConfiguration, AnalysisFontConfigurationArgs
- Font
Color string - Determines the color of the text.
- Font
Decoration Pulumi.Aws Native. Quick Sight. Analysis Font Decoration - Determines the appearance of decorative lines on the text.
- Font
Size Pulumi.Aws Native. Quick Sight. Inputs. Analysis Font Size - The option that determines the text display size.
- Font
Style Pulumi.Aws Native. Quick Sight. Analysis Font Style - Determines the text display face that is inherited by the given font family.
- Font
Weight Pulumi.Aws Native. Quick Sight. Inputs. Analysis Font Weight - The option that determines the text display weight, or boldness.
- Font
Color string - Determines the color of the text.
- Font
Decoration AnalysisFont Decoration - Determines the appearance of decorative lines on the text.
- Font
Size AnalysisFont Size - The option that determines the text display size.
- Font
Style AnalysisFont Style - Determines the text display face that is inherited by the given font family.
- Font
Weight AnalysisFont Weight - The option that determines the text display weight, or boldness.
- font
Color String - Determines the color of the text.
- font
Decoration AnalysisFont Decoration - Determines the appearance of decorative lines on the text.
- font
Size AnalysisFont Size - The option that determines the text display size.
- font
Style AnalysisFont Style - Determines the text display face that is inherited by the given font family.
- font
Weight AnalysisFont Weight - The option that determines the text display weight, or boldness.
- font
Color string - Determines the color of the text.
- font
Decoration AnalysisFont Decoration - Determines the appearance of decorative lines on the text.
- font
Size AnalysisFont Size - The option that determines the text display size.
- font
Style AnalysisFont Style - Determines the text display face that is inherited by the given font family.
- font
Weight AnalysisFont Weight - The option that determines the text display weight, or boldness.
- font_
color str - Determines the color of the text.
- font_
decoration AnalysisFont Decoration - Determines the appearance of decorative lines on the text.
- font_
size AnalysisFont Size - The option that determines the text display size.
- font_
style AnalysisFont Style - Determines the text display face that is inherited by the given font family.
- font_
weight AnalysisFont Weight - The option that determines the text display weight, or boldness.
- font
Color String - Determines the color of the text.
- font
Decoration "UNDERLINE" | "NONE" - Determines the appearance of decorative lines on the text.
- font
Size Property Map - The option that determines the text display size.
- font
Style "NORMAL" | "ITALIC" - Determines the text display face that is inherited by the given font family.
- font
Weight Property Map - The option that determines the text display weight, or boldness.
AnalysisFontDecoration, AnalysisFontDecorationArgs
- Underline
- UNDERLINE
- None
- NONE
- Analysis
Font Decoration Underline - UNDERLINE
- Analysis
Font Decoration None - NONE
- Underline
- UNDERLINE
- None
- NONE
- Underline
- UNDERLINE
- None
- NONE
- UNDERLINE
- UNDERLINE
- NONE
- NONE
- "UNDERLINE"
- UNDERLINE
- "NONE"
- NONE
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.