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

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.quicksight.Analysis

Explore with Pulumi AI

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

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

Create Analysis Resource

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

Constructor syntax

new Analysis(name: string, args: AnalysisArgs, opts?: CustomResourceOptions);
@overload
def Analysis(resource_name: str,
             args: AnalysisArgs,
             opts: Optional[ResourceOptions] = None)

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

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. AnalysisArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. 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 This property is required. string
The unique name of the resource.
args This property is required. AnalysisArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. AnalysisArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. AnalysisArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Analysis Resource Properties

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

Inputs

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

The Analysis resource accepts the following input properties:

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

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

To specify no permissions, omit Permissions .

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

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

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

Status Pulumi.AwsNative.QuickSight.AnalysisResourceStatus
Status associated with the analysis.
Tags List<Pulumi.AwsNative.Inputs.Tag>
Contains a map of the key-value pairs for the resource tag or tags assigned to the analysis.
ThemeArn string
ValidationStrategy Pulumi.AwsNative.QuickSight.Inputs.AnalysisValidationStrategy
The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to LENIENT , validation is skipped for specific errors.
AnalysisId This property is required. string
The ID for the analysis that you're creating. This ID displays in the URL of the analysis.
AwsAccountId This property is required. string
The ID of the AWS account where you are creating an analysis.
Definition AnalysisDefinitionArgs
Errors []AnalysisErrorArgs
FolderArns []string
Name string
Parameters AnalysisParametersArgs
The parameter names and override values that you want to use. An analysis can have any parameter type, and some parameters might accept multiple values.
Permissions []AnalysisResourcePermissionArgs

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

To specify no permissions, omit Permissions .

Sheets []AnalysisSheetArgs
SourceEntity AnalysisSourceEntityArgs

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

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

Status AnalysisResourceStatus
Status associated with the analysis.
Tags TagArgs
Contains a map of the key-value pairs for the resource tag or tags assigned to the analysis.
ThemeArn string
ValidationStrategy AnalysisValidationStrategyArgs
The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to LENIENT , validation is skipped for specific errors.
analysisId This property is required. String
The ID for the analysis that you're creating. This ID displays in the URL of the analysis.
awsAccountId This property is required. String
The ID of the AWS account where you are creating an analysis.
definition AnalysisDefinition
errors List<AnalysisError>
folderArns List<String>
name String
parameters AnalysisParameters
The parameter names and override values that you want to use. An analysis can have any parameter type, and some parameters might accept multiple values.
permissions List<AnalysisResourcePermission>

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

To specify no permissions, omit Permissions .

sheets List<AnalysisSheet>
sourceEntity AnalysisSourceEntity

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

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

status AnalysisResourceStatus
Status associated with the analysis.
tags List<Tag>
Contains a map of the key-value pairs for the resource tag or tags assigned to the analysis.
themeArn String
validationStrategy AnalysisValidationStrategy
The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to LENIENT , validation is skipped for specific errors.
analysisId This property is required. string
The ID for the analysis that you're creating. This ID displays in the URL of the analysis.
awsAccountId This property is required. string
The ID of the AWS account where you are creating an analysis.
definition AnalysisDefinition
errors AnalysisError[]
folderArns string[]
name string
parameters AnalysisParameters
The parameter names and override values that you want to use. An analysis can have any parameter type, and some parameters might accept multiple values.
permissions AnalysisResourcePermission[]

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

To specify no permissions, omit Permissions .

sheets AnalysisSheet[]
sourceEntity AnalysisSourceEntity

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

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

status AnalysisResourceStatus
Status associated with the analysis.
tags Tag[]
Contains a map of the key-value pairs for the resource tag or tags assigned to the analysis.
themeArn string
validationStrategy AnalysisValidationStrategy
The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to LENIENT , validation is skipped for specific errors.
analysis_id This property is required. str
The ID for the analysis that you're creating. This ID displays in the URL of the analysis.
aws_account_id This property is required. str
The ID of the AWS account where you are creating an analysis.
definition AnalysisDefinitionArgs
errors Sequence[AnalysisErrorArgs]
folder_arns Sequence[str]
name str
parameters AnalysisParametersArgs
The parameter names and override values that you want to use. An analysis can have any parameter type, and some parameters might accept multiple values.
permissions Sequence[AnalysisResourcePermissionArgs]

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

To specify no permissions, omit Permissions .

sheets Sequence[AnalysisSheetArgs]
source_entity AnalysisSourceEntityArgs

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

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

status AnalysisResourceStatus
Status associated with the analysis.
tags Sequence[TagArgs]
Contains a map of the key-value pairs for the resource tag or tags assigned to the analysis.
theme_arn str
validation_strategy AnalysisValidationStrategyArgs
The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to LENIENT , validation is skipped for specific errors.
analysisId This property is required. String
The ID for the analysis that you're creating. This ID displays in the URL of the analysis.
awsAccountId This property is required. String
The ID of the AWS account where you are creating an analysis.
definition Property Map
errors List<Property Map>
folderArns List<String>
name String
parameters Property Map
The parameter names and override values that you want to use. An analysis can have any parameter type, and some parameters might accept multiple values.
permissions List<Property Map>

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

To specify no permissions, omit Permissions .

sheets List<Property Map>
sourceEntity Property Map

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

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

status "CREATION_IN_PROGRESS" | "CREATION_SUCCESSFUL" | "CREATION_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_SUCCESSFUL" | "UPDATE_FAILED" | "DELETED"
Status associated with the analysis.
tags List<Property Map>
Contains a map of the key-value pairs for the resource tag or tags assigned to the analysis.
themeArn String
validationStrategy Property Map
The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to LENIENT , validation is skipped for specific errors.

Outputs

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

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

Supporting Types

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

AnalysisAggregationFunction
, AnalysisAggregationFunctionArgs

AttributeAggregationFunction Pulumi.AwsNative.QuickSight.Inputs.AnalysisAttributeAggregationFunction
Aggregation for attributes.
CategoricalAggregationFunction Pulumi.AwsNative.QuickSight.AnalysisCategoricalAggregationFunction
Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
DateAggregationFunction Pulumi.AwsNative.QuickSight.AnalysisDateAggregationFunction
Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.
NumericalAggregationFunction Pulumi.AwsNative.QuickSight.Inputs.AnalysisNumericalAggregationFunction
Aggregation for numerical values.
AttributeAggregationFunction AnalysisAttributeAggregationFunction
Aggregation for attributes.
CategoricalAggregationFunction AnalysisCategoricalAggregationFunction
Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
DateAggregationFunction AnalysisDateAggregationFunction
Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.
NumericalAggregationFunction AnalysisNumericalAggregationFunction
Aggregation for numerical values.
attributeAggregationFunction AnalysisAttributeAggregationFunction
Aggregation for attributes.
categoricalAggregationFunction AnalysisCategoricalAggregationFunction
Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
dateAggregationFunction AnalysisDateAggregationFunction
Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.
numericalAggregationFunction AnalysisNumericalAggregationFunction
Aggregation for numerical values.
attributeAggregationFunction AnalysisAttributeAggregationFunction
Aggregation for attributes.
categoricalAggregationFunction AnalysisCategoricalAggregationFunction
Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
dateAggregationFunction AnalysisDateAggregationFunction
Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.
numericalAggregationFunction AnalysisNumericalAggregationFunction
Aggregation for numerical values.
attribute_aggregation_function AnalysisAttributeAggregationFunction
Aggregation for attributes.
categorical_aggregation_function AnalysisCategoricalAggregationFunction
Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
date_aggregation_function AnalysisDateAggregationFunction
Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.
numerical_aggregation_function AnalysisNumericalAggregationFunction
Aggregation for numerical values.
attributeAggregationFunction Property Map
Aggregation for attributes.
categoricalAggregationFunction "COUNT" | "DISTINCT_COUNT"
Aggregation for categorical values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
dateAggregationFunction "COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX"
Aggregation for date values.

  • COUNT : Aggregate by the total number of values, including duplicates.
  • DISTINCT_COUNT : Aggregate by the total number of distinct values.
  • MIN : Select the smallest date value.
  • MAX : Select the largest date value.
numericalAggregationFunction Property Map
Aggregation for numerical values.

AnalysisAggregationSortConfiguration
, AnalysisAggregationSortConfigurationArgs

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

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

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

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

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

  • ASC : Sort in ascending order.
  • DESC : Sort in descending order.
aggregation_function AnalysisAggregationFunction
The function that aggregates the values in Column .
column This property is required. Property Map
The column that determines the sort order of aggregated values.
sortDirection This property is required. "ASC" | "DESC"
The sort direction of values.

  • ASC : Sort in ascending order.
  • DESC : Sort in descending order.
aggregationFunction Property Map
The function that aggregates the values in Column .

AnalysisAnchorDateConfiguration
, AnalysisAnchorDateConfigurationArgs

AnchorOption Pulumi.AwsNative.QuickSight.AnalysisAnchorOption
The options for the date configuration. Choose one of the options below:

  • NOW
ParameterName string
The name of the parameter that is used for the anchor date configuration.
AnchorOption AnalysisAnchorOption
The options for the date configuration. Choose one of the options below:

  • NOW
ParameterName string
The name of the parameter that is used for the anchor date configuration.
anchorOption AnalysisAnchorOption
The options for the date configuration. Choose one of the options below:

  • NOW
parameterName String
The name of the parameter that is used for the anchor date configuration.
anchorOption AnalysisAnchorOption
The options for the date configuration. Choose one of the options below:

  • NOW
parameterName string
The name of the parameter that is used for the anchor date configuration.
anchor_option AnalysisAnchorOption
The options for the date configuration. Choose one of the options below:

  • NOW
parameter_name str
The name of the parameter that is used for the anchor date configuration.
anchorOption "NOW"
The options for the date configuration. Choose one of the options below:

  • NOW
parameterName String
The name of the parameter that is used for the anchor date configuration.

AnalysisAnchorOption
, AnalysisAnchorOptionArgs

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

AnalysisArcAxisConfiguration
, AnalysisArcAxisConfigurationArgs

Range Pulumi.AwsNative.QuickSight.Inputs.AnalysisArcAxisDisplayRange
The arc axis range of a GaugeChartVisual .
ReserveRange double
The reserved range of the arc axis.
Range AnalysisArcAxisDisplayRange
The arc axis range of a GaugeChartVisual .
ReserveRange float64
The reserved range of the arc axis.
range AnalysisArcAxisDisplayRange
The arc axis range of a GaugeChartVisual .
reserveRange Double
The reserved range of the arc axis.
range AnalysisArcAxisDisplayRange
The arc axis range of a GaugeChartVisual .
reserveRange number
The reserved range of the arc axis.
range AnalysisArcAxisDisplayRange
The arc axis range of a GaugeChartVisual .
reserve_range float
The reserved range of the arc axis.
range Property Map
The arc axis range of a GaugeChartVisual .
reserveRange Number
The reserved range of the arc axis.

AnalysisArcAxisDisplayRange
, AnalysisArcAxisDisplayRangeArgs

Max double
The maximum value of the arc axis range.
Min double
The minimum value of the arc axis range.
Max float64
The maximum value of the arc axis range.
Min float64
The minimum value of the arc axis range.
max Double
The maximum value of the arc axis range.
min Double
The minimum value of the arc axis range.
max number
The maximum value of the arc axis range.
min number
The minimum value of the arc axis range.
max float
The maximum value of the arc axis range.
min float
The minimum value of the arc axis range.
max Number
The maximum value of the arc axis range.
min Number
The minimum value of the arc axis range.

AnalysisArcConfiguration
, AnalysisArcConfigurationArgs

ArcAngle double
The option that determines the arc angle of a GaugeChartVisual .
ArcThickness Pulumi.AwsNative.QuickSight.AnalysisArcThicknessOptions
The options that determine the arc thickness of a GaugeChartVisual .
ArcAngle float64
The option that determines the arc angle of a GaugeChartVisual .
ArcThickness AnalysisArcThicknessOptions
The options that determine the arc thickness of a GaugeChartVisual .
arcAngle Double
The option that determines the arc angle of a GaugeChartVisual .
arcThickness AnalysisArcThicknessOptions
The options that determine the arc thickness of a GaugeChartVisual .
arcAngle number
The option that determines the arc angle of a GaugeChartVisual .
arcThickness AnalysisArcThicknessOptions
The options that determine the arc thickness of a GaugeChartVisual .
arc_angle float
The option that determines the arc angle of a GaugeChartVisual .
arc_thickness AnalysisArcThicknessOptions
The options that determine the arc thickness of a GaugeChartVisual .
arcAngle Number
The option that determines the arc angle of a GaugeChartVisual .
arcThickness "SMALL" | "MEDIUM" | "LARGE"
The options that determine the arc thickness of a GaugeChartVisual .

AnalysisArcOptions
, AnalysisArcOptionsArgs

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

AnalysisArcThickness
, AnalysisArcThicknessArgs

Small
SMALL
Medium
MEDIUM
Large
LARGE
Whole
WHOLE
AnalysisArcThicknessSmall
SMALL
AnalysisArcThicknessMedium
MEDIUM
AnalysisArcThicknessLarge
LARGE
AnalysisArcThicknessWhole
WHOLE
Small
SMALL
Medium
MEDIUM
Large
LARGE
Whole
WHOLE
Small
SMALL
Medium
MEDIUM
Large
LARGE
Whole
WHOLE
SMALL
SMALL
MEDIUM
MEDIUM
LARGE
LARGE
WHOLE
WHOLE
"SMALL"
SMALL
"MEDIUM"
MEDIUM
"LARGE"
LARGE
"WHOLE"
WHOLE

AnalysisArcThicknessOptions
, AnalysisArcThicknessOptionsArgs

Small
SMALL
Medium
MEDIUM
Large
LARGE
AnalysisArcThicknessOptionsSmall
SMALL
AnalysisArcThicknessOptionsMedium
MEDIUM
AnalysisArcThicknessOptionsLarge
LARGE
Small
SMALL
Medium
MEDIUM
Large
LARGE
Small
SMALL
Medium
MEDIUM
Large
LARGE
SMALL
SMALL
MEDIUM
MEDIUM
LARGE
LARGE
"SMALL"
SMALL
"MEDIUM"
MEDIUM
"LARGE"
LARGE

AnalysisAssetOptions
, AnalysisAssetOptionsArgs

Timezone string
Determines the timezone for the analysis.
WeekStart Pulumi.AwsNative.QuickSight.AnalysisDayOfTheWeek
Determines the week start day for an analysis.
Timezone string
Determines the timezone for the analysis.
WeekStart AnalysisDayOfTheWeek
Determines the week start day for an analysis.
timezone String
Determines the timezone for the analysis.
weekStart AnalysisDayOfTheWeek
Determines the week start day for an analysis.
timezone string
Determines the timezone for the analysis.
weekStart AnalysisDayOfTheWeek
Determines the week start day for an analysis.
timezone str
Determines the timezone for the analysis.
week_start AnalysisDayOfTheWeek
Determines the week start day for an analysis.
timezone String
Determines the timezone for the analysis.
weekStart "SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY"
Determines the week start day for an analysis.

AnalysisAttributeAggregationFunction
, AnalysisAttributeAggregationFunctionArgs

SimpleAttributeAggregation Pulumi.AwsNative.QuickSight.AnalysisSimpleAttributeAggregationFunction
The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.
ValueForMultipleValues string
Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.
SimpleAttributeAggregation AnalysisSimpleAttributeAggregationFunction
The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.
ValueForMultipleValues string
Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.
simpleAttributeAggregation AnalysisSimpleAttributeAggregationFunction
The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.
valueForMultipleValues String
Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.
simpleAttributeAggregation AnalysisSimpleAttributeAggregationFunction
The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.
valueForMultipleValues string
Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.
simple_attribute_aggregation AnalysisSimpleAttributeAggregationFunction
The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.
value_for_multiple_values str
Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.
simpleAttributeAggregation "UNIQUE_VALUE"
The built-in aggregation functions for attributes.

  • UNIQUE_VALUE : Returns the unique value for a field, aggregated by the dimension fields.
valueForMultipleValues String
Used by the UNIQUE_VALUE aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.

AnalysisAxisBinding
, AnalysisAxisBindingArgs

PrimaryYaxis
PRIMARY_YAXIS
SecondaryYaxis
SECONDARY_YAXIS
AnalysisAxisBindingPrimaryYaxis
PRIMARY_YAXIS
AnalysisAxisBindingSecondaryYaxis
SECONDARY_YAXIS
PrimaryYaxis
PRIMARY_YAXIS
SecondaryYaxis
SECONDARY_YAXIS
PrimaryYaxis
PRIMARY_YAXIS
SecondaryYaxis
SECONDARY_YAXIS
PRIMARY_YAXIS
PRIMARY_YAXIS
SECONDARY_YAXIS
SECONDARY_YAXIS
"PRIMARY_YAXIS"
PRIMARY_YAXIS
"SECONDARY_YAXIS"
SECONDARY_YAXIS

AnalysisAxisDataOptions
, AnalysisAxisDataOptionsArgs

DateAxisOptions AnalysisDateAxisOptions
The options for an axis with a date field.
NumericAxisOptions AnalysisNumericAxisOptions
The options for an axis with a numeric field.
dateAxisOptions AnalysisDateAxisOptions
The options for an axis with a date field.
numericAxisOptions AnalysisNumericAxisOptions
The options for an axis with a numeric field.
dateAxisOptions AnalysisDateAxisOptions
The options for an axis with a date field.
numericAxisOptions AnalysisNumericAxisOptions
The options for an axis with a numeric field.
date_axis_options AnalysisDateAxisOptions
The options for an axis with a date field.
numeric_axis_options AnalysisNumericAxisOptions
The options for an axis with a numeric field.
dateAxisOptions Property Map
The options for an axis with a date field.
numericAxisOptions Property Map
The options for an axis with a numeric field.

AnalysisAxisDisplayMinMaxRange
, AnalysisAxisDisplayMinMaxRangeArgs

Maximum double
The maximum setup for an axis display range.
Minimum double
The minimum setup for an axis display range.
Maximum float64
The maximum setup for an axis display range.
Minimum float64
The minimum setup for an axis display range.
maximum Double
The maximum setup for an axis display range.
minimum Double
The minimum setup for an axis display range.
maximum number
The maximum setup for an axis display range.
minimum number
The minimum setup for an axis display range.
maximum float
The maximum setup for an axis display range.
minimum float
The minimum setup for an axis display range.
maximum Number
The maximum setup for an axis display range.
minimum Number
The minimum setup for an axis display range.

AnalysisAxisDisplayOptions
, AnalysisAxisDisplayOptionsArgs

AxisLineVisibility Pulumi.AwsNative.QuickSight.AnalysisVisibility
Determines whether or not the axis line is visible.
AxisOffset string
String based length that is composed of value and unit in px
DataOptions Pulumi.AwsNative.QuickSight.Inputs.AnalysisAxisDataOptions
The data options for an axis.
GridLineVisibility Pulumi.AwsNative.QuickSight.AnalysisVisibility
Determines whether or not the grid line is visible.
ScrollbarOptions Pulumi.AwsNative.QuickSight.Inputs.AnalysisScrollBarOptions
The scroll bar options for an axis.
TickLabelOptions Pulumi.AwsNative.QuickSight.Inputs.AnalysisAxisTickLabelOptions
The tick label options of an axis.
AxisLineVisibility AnalysisVisibility
Determines whether or not the axis line is visible.
AxisOffset string
String based length that is composed of value and unit in px
DataOptions AnalysisAxisDataOptions
The data options for an axis.
GridLineVisibility AnalysisVisibility
Determines whether or not the grid line is visible.
ScrollbarOptions AnalysisScrollBarOptions
The scroll bar options for an axis.
TickLabelOptions AnalysisAxisTickLabelOptions
The tick label options of an axis.
axisLineVisibility AnalysisVisibility
Determines whether or not the axis line is visible.
axisOffset String
String based length that is composed of value and unit in px
dataOptions AnalysisAxisDataOptions
The data options for an axis.
gridLineVisibility AnalysisVisibility
Determines whether or not the grid line is visible.
scrollbarOptions AnalysisScrollBarOptions
The scroll bar options for an axis.
tickLabelOptions AnalysisAxisTickLabelOptions
The tick label options of an axis.
axisLineVisibility AnalysisVisibility
Determines whether or not the axis line is visible.
axisOffset string
String based length that is composed of value and unit in px
dataOptions AnalysisAxisDataOptions
The data options for an axis.
gridLineVisibility AnalysisVisibility
Determines whether or not the grid line is visible.
scrollbarOptions AnalysisScrollBarOptions
The scroll bar options for an axis.
tickLabelOptions AnalysisAxisTickLabelOptions
The tick label options of an axis.
axis_line_visibility AnalysisVisibility
Determines whether or not the axis line is visible.
axis_offset str
String based length that is composed of value and unit in px
data_options AnalysisAxisDataOptions
The data options for an axis.
grid_line_visibility AnalysisVisibility
Determines whether or not the grid line is visible.
scrollbar_options AnalysisScrollBarOptions
The scroll bar options for an axis.
tick_label_options AnalysisAxisTickLabelOptions
The tick label options of an axis.
axisLineVisibility "HIDDEN" | "VISIBLE"
Determines whether or not the axis line is visible.
axisOffset String
String based length that is composed of value and unit in px
dataOptions Property Map
The data options for an axis.
gridLineVisibility "HIDDEN" | "VISIBLE"
Determines whether or not the grid line is visible.
scrollbarOptions Property Map
The scroll bar options for an axis.
tickLabelOptions Property Map
The tick label options of an axis.

AnalysisAxisDisplayRange
, AnalysisAxisDisplayRangeArgs

DataDriven Pulumi.AwsNative.QuickSight.Inputs.AnalysisAxisDisplayDataDrivenRange
The data-driven setup of an axis display range.
MinMax Pulumi.AwsNative.QuickSight.Inputs.AnalysisAxisDisplayMinMaxRange
The minimum and maximum setup of an axis display range.
DataDriven AnalysisAxisDisplayDataDrivenRange
The data-driven setup of an axis display range.
MinMax AnalysisAxisDisplayMinMaxRange
The minimum and maximum setup of an axis display range.
dataDriven AnalysisAxisDisplayDataDrivenRange
The data-driven setup of an axis display range.
minMax AnalysisAxisDisplayMinMaxRange
The minimum and maximum setup of an axis display range.
dataDriven AnalysisAxisDisplayDataDrivenRange
The data-driven setup of an axis display range.
minMax AnalysisAxisDisplayMinMaxRange
The minimum and maximum setup of an axis display range.
data_driven AnalysisAxisDisplayDataDrivenRange
The data-driven setup of an axis display range.
min_max AnalysisAxisDisplayMinMaxRange
The minimum and maximum setup of an axis display range.
dataDriven Property Map
The data-driven setup of an axis display range.
minMax Property Map
The minimum and maximum setup of an axis display range.

AnalysisAxisLabelOptions
, AnalysisAxisLabelOptionsArgs

ApplyTo Pulumi.AwsNative.QuickSight.Inputs.AnalysisAxisLabelReferenceOptions
The options that indicate which field the label belongs to.
CustomLabel string
The text for the axis label.
FontConfiguration Pulumi.AwsNative.QuickSight.Inputs.AnalysisFontConfiguration
The font configuration of the axis label.
ApplyTo AnalysisAxisLabelReferenceOptions
The options that indicate which field the label belongs to.
CustomLabel string
The text for the axis label.
FontConfiguration AnalysisFontConfiguration
The font configuration of the axis label.
applyTo AnalysisAxisLabelReferenceOptions
The options that indicate which field the label belongs to.
customLabel String
The text for the axis label.
fontConfiguration AnalysisFontConfiguration
The font configuration of the axis label.
applyTo AnalysisAxisLabelReferenceOptions
The options that indicate which field the label belongs to.
customLabel string
The text for the axis label.
fontConfiguration AnalysisFontConfiguration
The font configuration of the axis label.
apply_to AnalysisAxisLabelReferenceOptions
The options that indicate which field the label belongs to.
custom_label str
The text for the axis label.
font_configuration AnalysisFontConfiguration
The font configuration of the axis label.
applyTo Property Map
The options that indicate which field the label belongs to.
customLabel String
The text for the axis label.
fontConfiguration Property Map
The font configuration of the axis label.

AnalysisAxisLabelReferenceOptions
, AnalysisAxisLabelReferenceOptionsArgs

Column This property is required. Pulumi.AwsNative.QuickSight.Inputs.AnalysisColumnIdentifier
The column that the axis label is targeted to.
FieldId This property is required. string
The field that the axis label is targeted to.
Column This property is required. AnalysisColumnIdentifier
The column that the axis label is targeted to.
FieldId This property is required. string
The field that the axis label is targeted to.
column This property is required. AnalysisColumnIdentifier
The column that the axis label is targeted to.
fieldId This property is required. String
The field that the axis label is targeted to.
column This property is required. AnalysisColumnIdentifier
The column that the axis label is targeted to.
fieldId This property is required. string
The field that the axis label is targeted to.
column This property is required. AnalysisColumnIdentifier
The column that the axis label is targeted to.
field_id This property is required. str
The field that the axis label is targeted to.
column This property is required. Property Map
The column that the axis label is targeted to.
fieldId This property is required. String
The field that the axis label is targeted to.

AnalysisAxisLinearScale
, AnalysisAxisLinearScaleArgs

StepCount double
The step count setup of a linear axis.
StepSize double
The step size setup of a linear axis.
StepCount float64
The step count setup of a linear axis.
StepSize float64
The step size setup of a linear axis.
stepCount Double
The step count setup of a linear axis.
stepSize Double
The step size setup of a linear axis.
stepCount number
The step count setup of a linear axis.
stepSize number
The step size setup of a linear axis.
step_count float
The step count setup of a linear axis.
step_size float
The step size setup of a linear axis.
stepCount Number
The step count setup of a linear axis.
stepSize Number
The step size setup of a linear axis.

AnalysisAxisLogarithmicScale
, AnalysisAxisLogarithmicScaleArgs

Base double
The base setup of a logarithmic axis scale.
Base float64
The base setup of a logarithmic axis scale.
base Double
The base setup of a logarithmic axis scale.
base number
The base setup of a logarithmic axis scale.
base float
The base setup of a logarithmic axis scale.
base Number
The base setup of a logarithmic axis scale.

AnalysisAxisScale
, AnalysisAxisScaleArgs

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

AnalysisAxisTickLabelOptions
, AnalysisAxisTickLabelOptionsArgs

LabelOptions Pulumi.AwsNative.QuickSight.Inputs.AnalysisLabelOptions
Determines whether or not the axis ticks are visible.
RotationAngle double
The rotation angle of the axis tick labels.
LabelOptions AnalysisLabelOptions
Determines whether or not the axis ticks are visible.
RotationAngle float64
The rotation angle of the axis tick labels.
labelOptions AnalysisLabelOptions
Determines whether or not the axis ticks are visible.
rotationAngle Double
The rotation angle of the axis tick labels.
labelOptions AnalysisLabelOptions
Determines whether or not the axis ticks are visible.
rotationAngle number
The rotation angle of the axis tick labels.
label_options AnalysisLabelOptions
Determines whether or not the axis ticks are visible.
rotation_angle float
The rotation angle of the axis tick labels.
labelOptions Property Map
Determines whether or not the axis ticks are visible.
rotationAngle Number
The rotation angle of the axis tick labels.

AnalysisBarChartAggregatedFieldWells
, AnalysisBarChartAggregatedFieldWellsArgs

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

AnalysisBarChartConfiguration
, AnalysisBarChartConfigurationArgs

BarsArrangement Pulumi.AwsNative.QuickSight.AnalysisBarsArrangement
Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.
CategoryAxis Pulumi.AwsNative.QuickSight.Inputs.AnalysisAxisDisplayOptions
The label display options (grid line, range, scale, axis step) for bar chart category.
CategoryLabelOptions Pulumi.AwsNative.QuickSight.Inputs.AnalysisChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) for a bar chart.
ColorLabelOptions Pulumi.AwsNative.QuickSight.Inputs.AnalysisChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
ContributionAnalysisDefaults List<Pulumi.AwsNative.QuickSight.Inputs.AnalysisContributionAnalysisDefault>
The contribution analysis (anomaly configuration) setup of the visual.
DataLabels Pulumi.AwsNative.QuickSight.Inputs.AnalysisDataLabelOptions
The options that determine if visual data labels are displayed.
FieldWells Pulumi.AwsNative.QuickSight.Inputs.AnalysisBarChartFieldWells
The field wells of the visual.
Interactions Pulumi.AwsNative.QuickSight.Inputs.AnalysisVisualInteractionOptions
The general visual interactions setup for a visual.
Legend Pulumi.AwsNative.QuickSight.Inputs.AnalysisLegendOptions
The legend display setup of the visual.
Orientation Pulumi.AwsNative.QuickSight.AnalysisBarChartOrientation
The orientation of the bars in a bar chart visual. There are two valid values in this structure:

  • HORIZONTAL : Used for charts that have horizontal bars. Visuals that use this value are horizontal bar charts, horizontal stacked bar charts, and horizontal stacked 100% bar charts.
  • VERTICAL : Used for charts that have vertical bars. Visuals that use this value are vertical bar charts, vertical stacked bar charts, and vertical stacked 100% bar charts.
ReferenceLines List<Pulumi.AwsNative.QuickSight.Inputs.AnalysisReferenceLine>
The reference line setup of the visual.
SmallMultiplesOptions Pulumi.AwsNative.QuickSight.Inputs.AnalysisSmallMultiplesOptions
The small multiples setup for the visual.
SortConfiguration Pulumi.AwsNative.QuickSight.Inputs.AnalysisBarChartSortConfiguration
The sort configuration of a BarChartVisual .
Tooltip Pulumi.AwsNative.QuickSight.Inputs.AnalysisTooltipOptions
The tooltip display setup of the visual.
ValueAxis Pulumi.AwsNative.QuickSight.Inputs.AnalysisAxisDisplayOptions
The label display options (grid line, range, scale, axis step) for a bar chart value.
ValueLabelOptions Pulumi.AwsNative.QuickSight.Inputs.AnalysisChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) for a bar chart value.
VisualPalette Pulumi.AwsNative.QuickSight.Inputs.AnalysisVisualPalette
The palette (chart color) display setup of the visual.
BarsArrangement AnalysisBarsArrangement
Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.
CategoryAxis AnalysisAxisDisplayOptions
The label display options (grid line, range, scale, axis step) for bar chart category.
CategoryLabelOptions AnalysisChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) for a bar chart.
ColorLabelOptions AnalysisChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
ContributionAnalysisDefaults []AnalysisContributionAnalysisDefault
The contribution analysis (anomaly configuration) setup of the visual.
DataLabels AnalysisDataLabelOptions
The options that determine if visual data labels are displayed.
FieldWells AnalysisBarChartFieldWells
The field wells of the visual.
Interactions AnalysisVisualInteractionOptions
The general visual interactions setup for a visual.
Legend AnalysisLegendOptions
The legend display setup of the visual.
Orientation AnalysisBarChartOrientation
The orientation of the bars in a bar chart visual. There are two valid values in this structure:

  • HORIZONTAL : Used for charts that have horizontal bars. Visuals that use this value are horizontal bar charts, horizontal stacked bar charts, and horizontal stacked 100% bar charts.
  • VERTICAL : Used for charts that have vertical bars. Visuals that use this value are vertical bar charts, vertical stacked bar charts, and vertical stacked 100% bar charts.
ReferenceLines []AnalysisReferenceLine
The reference line setup of the visual.
SmallMultiplesOptions AnalysisSmallMultiplesOptions
The small multiples setup for the visual.
SortConfiguration AnalysisBarChartSortConfiguration
The sort configuration of a BarChartVisual .
Tooltip AnalysisTooltipOptions
The tooltip display setup of the visual.
ValueAxis AnalysisAxisDisplayOptions
The label display options (grid line, range, scale, axis step) for a bar chart value.
ValueLabelOptions AnalysisChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) for a bar chart value.
VisualPalette AnalysisVisualPalette
The palette (chart color) display setup of the visual.
barsArrangement AnalysisBarsArrangement
Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.
categoryAxis AnalysisAxisDisplayOptions
The label display options (grid line, range, scale, axis step) for bar chart category.
categoryLabelOptions AnalysisChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) for a bar chart.
colorLabelOptions AnalysisChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
contributionAnalysisDefaults List<AnalysisContributionAnalysisDefault>
The contribution analysis (anomaly configuration) setup of the visual.
dataLabels AnalysisDataLabelOptions
The options that determine if visual data labels are displayed.
fieldWells AnalysisBarChartFieldWells
The field wells of the visual.
interactions AnalysisVisualInteractionOptions
The general visual interactions setup for a visual.
legend AnalysisLegendOptions
The legend display setup of the visual.
orientation AnalysisBarChartOrientation
The orientation of the bars in a bar chart visual. There are two valid values in this structure:

  • HORIZONTAL : Used for charts that have horizontal bars. Visuals that use this value are horizontal bar charts, horizontal stacked bar charts, and horizontal stacked 100% bar charts.
  • VERTICAL : Used for charts that have vertical bars. Visuals that use this value are vertical bar charts, vertical stacked bar charts, and vertical stacked 100% bar charts.
referenceLines List<AnalysisReferenceLine>
The reference line setup of the visual.
smallMultiplesOptions AnalysisSmallMultiplesOptions
The small multiples setup for the visual.
sortConfiguration AnalysisBarChartSortConfiguration
The sort configuration of a BarChartVisual .
tooltip AnalysisTooltipOptions
The tooltip display setup of the visual.
valueAxis AnalysisAxisDisplayOptions
The label display options (grid line, range, scale, axis step) for a bar chart value.
valueLabelOptions AnalysisChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) for a bar chart value.
visualPalette AnalysisVisualPalette
The palette (chart color) display setup of the visual.
barsArrangement AnalysisBarsArrangement
Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.
categoryAxis AnalysisAxisDisplayOptions
The label display options (grid line, range, scale, axis step) for bar chart category.
categoryLabelOptions AnalysisChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) for a bar chart.
colorLabelOptions AnalysisChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
contributionAnalysisDefaults AnalysisContributionAnalysisDefault[]
The contribution analysis (anomaly configuration) setup of the visual.
dataLabels AnalysisDataLabelOptions
The options that determine if visual data labels are displayed.
fieldWells AnalysisBarChartFieldWells
The field wells of the visual.
interactions AnalysisVisualInteractionOptions
The general visual interactions setup for a visual.
legend AnalysisLegendOptions
The legend display setup of the visual.
orientation AnalysisBarChartOrientation
The orientation of the bars in a bar chart visual. There are two valid values in this structure:

  • HORIZONTAL : Used for charts that have horizontal bars. Visuals that use this value are horizontal bar charts, horizontal stacked bar charts, and horizontal stacked 100% bar charts.
  • VERTICAL : Used for charts that have vertical bars. Visuals that use this value are vertical bar charts, vertical stacked bar charts, and vertical stacked 100% bar charts.
referenceLines AnalysisReferenceLine[]
The reference line setup of the visual.
smallMultiplesOptions AnalysisSmallMultiplesOptions
The small multiples setup for the visual.
sortConfiguration AnalysisBarChartSortConfiguration
The sort configuration of a BarChartVisual .
tooltip AnalysisTooltipOptions
The tooltip display setup of the visual.
valueAxis AnalysisAxisDisplayOptions
The label display options (grid line, range, scale, axis step) for a bar chart value.
valueLabelOptions AnalysisChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) for a bar chart value.
visualPalette AnalysisVisualPalette
The palette (chart color) display setup of the visual.
bars_arrangement AnalysisBarsArrangement
Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.
category_axis AnalysisAxisDisplayOptions
The label display options (grid line, range, scale, axis step) for bar chart category.
category_label_options AnalysisChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) for a bar chart.
color_label_options AnalysisChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
contribution_analysis_defaults Sequence[AnalysisContributionAnalysisDefault]
The contribution analysis (anomaly configuration) setup of the visual.
data_labels AnalysisDataLabelOptions
The options that determine if visual data labels are displayed.
field_wells AnalysisBarChartFieldWells
The field wells of the visual.
interactions AnalysisVisualInteractionOptions
The general visual interactions setup for a visual.
legend AnalysisLegendOptions
The legend display setup of the visual.
orientation AnalysisBarChartOrientation
The orientation of the bars in a bar chart visual. There are two valid values in this structure:

  • HORIZONTAL : Used for charts that have horizontal bars. Visuals that use this value are horizontal bar charts, horizontal stacked bar charts, and horizontal stacked 100% bar charts.
  • VERTICAL : Used for charts that have vertical bars. Visuals that use this value are vertical bar charts, vertical stacked bar charts, and vertical stacked 100% bar charts.
reference_lines Sequence[AnalysisReferenceLine]
The reference line setup of the visual.
small_multiples_options AnalysisSmallMultiplesOptions
The small multiples setup for the visual.
sort_configuration AnalysisBarChartSortConfiguration
The sort configuration of a BarChartVisual .
tooltip AnalysisTooltipOptions
The tooltip display setup of the visual.
value_axis AnalysisAxisDisplayOptions
The label display options (grid line, range, scale, axis step) for a bar chart value.
value_label_options AnalysisChartAxisLabelOptions
The label options (label text, label visibility and sort icon visibility) for a bar chart value.
visual_palette AnalysisVisualPalette
The palette (chart color) display setup of the visual.
barsArrangement "CLUSTERED" | "STACKED" | "STACKED_PERCENT"
Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.
categoryAxis Property Map
The label display options (grid line, range, scale, axis step) for bar chart category.
categoryLabelOptions Property Map
The label options (label text, label visibility and sort icon visibility) for a bar chart.
colorLabelOptions Property Map
The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
contributionAnalysisDefaults List<Property Map>
The contribution analysis (anomaly configuration) setup of the visual.
dataLabels Property Map
The options that determine if visual data labels are displayed.
fieldWells Property Map
The field wells of the visual.
interactions Property Map
The general visual interactions setup for a visual.
legend Property Map
The legend display setup of the visual.
orientation "HORIZONTAL" | "VERTICAL"
The orientation of the bars in a bar chart visual. There are two valid values in this structure:

  • HORIZONTAL : Used for charts that have horizontal bars. Visuals that use this value are horizontal bar charts, horizontal stacked bar charts, and horizontal stacked 100% bar charts.
  • VERTICAL : Used for charts that have vertical bars. Visuals that use this value are vertical bar charts, vertical stacked bar charts, and vertical stacked 100% bar charts.
referenceLines List<Property Map>
The reference line setup of the visual.
smallMultiplesOptions Property Map
The small multiples setup for the visual.
sortConfiguration Property Map
The sort configuration of a BarChartVisual .
tooltip Property Map
The tooltip display setup of the visual.
valueAxis Property Map
The label display options (grid line, range, scale, axis step) for a bar chart value.
valueLabelOptions Property Map
The label options (label text, label visibility and sort icon visibility) for a bar chart value.
visualPalette Property Map
The palette (chart color) display setup of the visual.

AnalysisBarChartFieldWells
, AnalysisBarChartFieldWellsArgs

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

AnalysisBarChartOrientation
, AnalysisBarChartOrientationArgs

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

AnalysisBarChartSortConfiguration
, AnalysisBarChartSortConfigurationArgs

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

AnalysisBarChartVisual
, AnalysisBarChartVisualArgs

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

AnalysisBarsArrangement
, AnalysisBarsArrangementArgs

Clustered
CLUSTERED
Stacked
STACKED
StackedPercent
STACKED_PERCENT
AnalysisBarsArrangementClustered
CLUSTERED
AnalysisBarsArrangementStacked
STACKED
AnalysisBarsArrangementStackedPercent
STACKED_PERCENT
Clustered
CLUSTERED
Stacked
STACKED
StackedPercent
STACKED_PERCENT
Clustered
CLUSTERED
Stacked
STACKED
StackedPercent
STACKED_PERCENT
CLUSTERED
CLUSTERED
STACKED
STACKED
STACKED_PERCENT
STACKED_PERCENT
"CLUSTERED"
CLUSTERED
"STACKED"
STACKED
"STACKED_PERCENT"
STACKED_PERCENT

AnalysisBaseMapStyleType
, AnalysisBaseMapStyleTypeArgs

LightGray
LIGHT_GRAY
DarkGray
DARK_GRAY
Street
STREET
Imagery
IMAGERY
AnalysisBaseMapStyleTypeLightGray
LIGHT_GRAY
AnalysisBaseMapStyleTypeDarkGray
DARK_GRAY
AnalysisBaseMapStyleTypeStreet
STREET
AnalysisBaseMapStyleTypeImagery
IMAGERY
LightGray
LIGHT_GRAY
DarkGray
DARK_GRAY
Street
STREET
Imagery
IMAGERY
LightGray
LIGHT_GRAY
DarkGray
DARK_GRAY
Street
STREET
Imagery
IMAGERY
LIGHT_GRAY
LIGHT_GRAY
DARK_GRAY
DARK_GRAY
STREET
STREET
IMAGERY
IMAGERY
"LIGHT_GRAY"
LIGHT_GRAY
"DARK_GRAY"
DARK_GRAY
"STREET"
STREET
"IMAGERY"
IMAGERY

AnalysisBinCountOptions
, AnalysisBinCountOptionsArgs

Value double
The options that determine the bin count value.
Value float64
The options that determine the bin count value.
value Double
The options that determine the bin count value.
value number
The options that determine the bin count value.
value float
The options that determine the bin count value.
value Number
The options that determine the bin count value.

AnalysisBinWidthOptions
, AnalysisBinWidthOptionsArgs

BinCountLimit double
The options that determine the bin count limit.
Value double
The options that determine the bin width value.
BinCountLimit float64
The options that determine the bin count limit.
Value float64
The options that determine the bin width value.
binCountLimit Double
The options that determine the bin count limit.
value Double
The options that determine the bin width value.
binCountLimit number
The options that determine the bin count limit.
value number
The options that determine the bin width value.
bin_count_limit float
The options that determine the bin count limit.
value float
The options that determine the bin width value.
binCountLimit Number
The options that determine the bin count limit.
value Number
The options that determine the bin width value.

AnalysisBodySectionConfiguration
, AnalysisBodySectionConfigurationArgs

Content This property is required. Pulumi.AwsNative.QuickSight.Inputs.AnalysisBodySectionContent
The configuration of content in a body section.
SectionId This property is required. string
The unique identifier of a body section.
PageBreakConfiguration Pulumi.AwsNative.QuickSight.Inputs.AnalysisSectionPageBreakConfiguration
The configuration of a page break for a section.
RepeatConfiguration Pulumi.AwsNative.QuickSight.Inputs.AnalysisBodySectionRepeatConfiguration
Describes the configurations that are required to declare a section as repeating.
Style Pulumi.AwsNative.QuickSight.Inputs.AnalysisSectionStyle
The style options of a body section.
Content This property is required. AnalysisBodySectionContent
The configuration of content in a body section.
SectionId This property is required. string
The unique identifier of a body section.
PageBreakConfiguration AnalysisSectionPageBreakConfiguration
The configuration of a page break for a section.
RepeatConfiguration AnalysisBodySectionRepeatConfiguration
Describes the configurations that are required to declare a section as repeating.
Style AnalysisSectionStyle
The style options of a body section.
content This property is required. AnalysisBodySectionContent
The configuration of content in a body section.
sectionId This property is required. String
The unique identifier of a body section.
pageBreakConfiguration AnalysisSectionPageBreakConfiguration
The configuration of a page break for a section.
repeatConfiguration AnalysisBodySectionRepeatConfiguration
Describes the configurations that are required to declare a section as repeating.
style AnalysisSectionStyle
The style options of a body section.
content This property is required. AnalysisBodySectionContent
The configuration of content in a body section.
sectionId This property is required. string
The unique identifier of a body section.
pageBreakConfiguration AnalysisSectionPageBreakConfiguration
The configuration of a page break for a section.
repeatConfiguration AnalysisBodySectionRepeatConfiguration
Describes the configurations that are required to declare a section as repeating.
style AnalysisSectionStyle
The style options of a body section.
content This property is required. AnalysisBodySectionContent
The configuration of content in a body section.
section_id This property is required. str
The unique identifier of a body section.
page_break_configuration AnalysisSectionPageBreakConfiguration
The configuration of a page break for a section.
repeat_configuration AnalysisBodySectionRepeatConfiguration
Describes the configurations that are required to declare a section as repeating.
style AnalysisSectionStyle
The style options of a body section.
content This property is required. Property Map
The configuration of content in a body section.
sectionId This property is required. String
The unique identifier of a body section.
pageBreakConfiguration Property Map
The configuration of a page break for a section.
repeatConfiguration Property Map
Describes the configurations that are required to declare a section as repeating.
style Property Map
The style options of a body section.

AnalysisBodySectionContent
, AnalysisBodySectionContentArgs

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

AnalysisBodySectionDynamicCategoryDimensionConfiguration
, AnalysisBodySectionDynamicCategoryDimensionConfigurationArgs

Column This property is required. Pulumi.AwsNative.QuickSight.Inputs.AnalysisColumnIdentifier
Limit double
Number of values to use from the column for repetition.
SortByMetrics List<Pulumi.AwsNative.QuickSight.Inputs.AnalysisColumnSort>
Sort criteria on the column values that you use for repetition.
Column This property is required. AnalysisColumnIdentifier
Limit float64
Number of values to use from the column for repetition.
SortByMetrics []AnalysisColumnSort
Sort criteria on the column values that you use for repetition.
column This property is required. AnalysisColumnIdentifier
limit Double
Number of values to use from the column for repetition.
sortByMetrics List<AnalysisColumnSort>
Sort criteria on the column values that you use for repetition.
column This property is required. AnalysisColumnIdentifier
limit number
Number of values to use from the column for repetition.
sortByMetrics AnalysisColumnSort[]
Sort criteria on the column values that you use for repetition.
column This property is required. AnalysisColumnIdentifier
limit float
Number of values to use from the column for repetition.
sort_by_metrics Sequence[AnalysisColumnSort]
Sort criteria on the column values that you use for repetition.
column This property is required. Property Map
limit Number
Number of values to use from the column for repetition.
sortByMetrics List<Property Map>
Sort criteria on the column values that you use for repetition.

AnalysisBodySectionDynamicNumericDimensionConfiguration
, AnalysisBodySectionDynamicNumericDimensionConfigurationArgs

Column This property is required. Pulumi.AwsNative.QuickSight.Inputs.AnalysisColumnIdentifier
Limit double
Number of values to use from the column for repetition.
SortByMetrics List<Pulumi.AwsNative.QuickSight.Inputs.AnalysisColumnSort>
Sort criteria on the column values that you use for repetition.
Column This property is required. AnalysisColumnIdentifier
Limit float64
Number of values to use from the column for repetition.
SortByMetrics []AnalysisColumnSort
Sort criteria on the column values that you use for repetition.
column This property is required. AnalysisColumnIdentifier
limit Double
Number of values to use from the column for repetition.
sortByMetrics List<AnalysisColumnSort>
Sort criteria on the column values that you use for repetition.
column This property is required. AnalysisColumnIdentifier
limit number
Number of values to use from the column for repetition.
sortByMetrics AnalysisColumnSort[]
Sort criteria on the column values that you use for repetition.
column This property is required. AnalysisColumnIdentifier
limit float
Number of values to use from the column for repetition.
sort_by_metrics Sequence[AnalysisColumnSort]
Sort criteria on the column values that you use for repetition.
column This property is required. Property Map
limit Number
Number of values to use from the column for repetition.
sortByMetrics List<Property Map>
Sort criteria on the column values that you use for repetition.

AnalysisBodySectionRepeatConfiguration
, AnalysisBodySectionRepeatConfigurationArgs

DimensionConfigurations List<Pulumi.AwsNative.QuickSight.Inputs.AnalysisBodySectionRepeatDimensionConfiguration>
List of BodySectionRepeatDimensionConfiguration values that describe the dataset column and constraints for the column used to repeat the contents of a section.
NonRepeatingVisuals List<string>
List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.
PageBreakConfiguration Pulumi.AwsNative.QuickSight.Inputs.AnalysisBodySectionRepeatPageBreakConfiguration
Page break configuration to apply for each repeating instance.
DimensionConfigurations []AnalysisBodySectionRepeatDimensionConfiguration
List of BodySectionRepeatDimensionConfiguration values that describe the dataset column and constraints for the column used to repeat the contents of a section.
NonRepeatingVisuals []string
List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.
PageBreakConfiguration AnalysisBodySectionRepeatPageBreakConfiguration
Page break configuration to apply for each repeating instance.
dimensionConfigurations List<AnalysisBodySectionRepeatDimensionConfiguration>
List of BodySectionRepeatDimensionConfiguration values that describe the dataset column and constraints for the column used to repeat the contents of a section.
nonRepeatingVisuals List<String>
List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.
pageBreakConfiguration AnalysisBodySectionRepeatPageBreakConfiguration
Page break configuration to apply for each repeating instance.
dimensionConfigurations AnalysisBodySectionRepeatDimensionConfiguration[]
List of BodySectionRepeatDimensionConfiguration values that describe the dataset column and constraints for the column used to repeat the contents of a section.
nonRepeatingVisuals string[]
List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.
pageBreakConfiguration AnalysisBodySectionRepeatPageBreakConfiguration
Page break configuration to apply for each repeating instance.
dimension_configurations Sequence[AnalysisBodySectionRepeatDimensionConfiguration]
List of BodySectionRepeatDimensionConfiguration values that describe the dataset column and constraints for the column used to repeat the contents of a section.
non_repeating_visuals Sequence[str]
List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.
page_break_configuration AnalysisBodySectionRepeatPageBreakConfiguration
Page break configuration to apply for each repeating instance.
dimensionConfigurations List<Property Map>
List of BodySectionRepeatDimensionConfiguration values that describe the dataset column and constraints for the column used to repeat the contents of a section.
nonRepeatingVisuals List<String>
List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.
pageBreakConfiguration Property Map
Page break configuration to apply for each repeating instance.

AnalysisBodySectionRepeatDimensionConfiguration
, AnalysisBodySectionRepeatDimensionConfigurationArgs

DynamicCategoryDimensionConfiguration Pulumi.AwsNative.QuickSight.Inputs.AnalysisBodySectionDynamicCategoryDimensionConfiguration
Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.
DynamicNumericDimensionConfiguration Pulumi.AwsNative.QuickSight.Inputs.AnalysisBodySectionDynamicNumericDimensionConfiguration
Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.
DynamicCategoryDimensionConfiguration AnalysisBodySectionDynamicCategoryDimensionConfiguration
Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.
DynamicNumericDimensionConfiguration AnalysisBodySectionDynamicNumericDimensionConfiguration
Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.
dynamicCategoryDimensionConfiguration AnalysisBodySectionDynamicCategoryDimensionConfiguration
Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.
dynamicNumericDimensionConfiguration AnalysisBodySectionDynamicNumericDimensionConfiguration
Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.
dynamicCategoryDimensionConfiguration AnalysisBodySectionDynamicCategoryDimensionConfiguration
Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.
dynamicNumericDimensionConfiguration AnalysisBodySectionDynamicNumericDimensionConfiguration
Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.
dynamic_category_dimension_configuration AnalysisBodySectionDynamicCategoryDimensionConfiguration
Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.
dynamic_numeric_dimension_configuration AnalysisBodySectionDynamicNumericDimensionConfiguration
Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.
dynamicCategoryDimensionConfiguration Property Map
Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.
dynamicNumericDimensionConfiguration Property Map
Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.

AnalysisBodySectionRepeatPageBreakConfiguration
, AnalysisBodySectionRepeatPageBreakConfigurationArgs

AnalysisBoxPlotAggregatedFieldWells
, AnalysisBoxPlotAggregatedFieldWellsArgs

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

AnalysisBoxPlotChartConfiguration
, AnalysisBoxPlotChartConfigurationArgs

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

AnalysisBoxPlotFieldWells
, AnalysisBoxPlotFieldWellsArgs

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

AnalysisBoxPlotFillStyle
, AnalysisBoxPlotFillStyleArgs

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

AnalysisBoxPlotOptions
, AnalysisBoxPlotOptionsArgs

AllDataPointsVisibility Pulumi.AwsNative.QuickSight.AnalysisVisibility
Determines the visibility of all data points of the box plot.
OutlierVisibility Pulumi.AwsNative.QuickSight.AnalysisVisibility
Determines the visibility of the outlier in a box plot.
StyleOptions Pulumi.AwsNative.QuickSight.Inputs.AnalysisBoxPlotStyleOptions
The style options of the box plot.
AllDataPointsVisibility AnalysisVisibility
Determines the visibility of all data points of the box plot.
OutlierVisibility AnalysisVisibility
Determines the visibility of the outlier in a box plot.
StyleOptions AnalysisBoxPlotStyleOptions
The style options of the box plot.
allDataPointsVisibility AnalysisVisibility
Determines the visibility of all data points of the box plot.
outlierVisibility AnalysisVisibility
Determines the visibility of the outlier in a box plot.
styleOptions AnalysisBoxPlotStyleOptions
The style options of the box plot.
allDataPointsVisibility AnalysisVisibility
Determines the visibility of all data points of the box plot.
outlierVisibility AnalysisVisibility
Determines the visibility of the outlier in a box plot.
styleOptions AnalysisBoxPlotStyleOptions
The style options of the box plot.
all_data_points_visibility AnalysisVisibility
Determines the visibility of all data points of the box plot.
outlier_visibility AnalysisVisibility
Determines the visibility of the outlier in a box plot.
style_options AnalysisBoxPlotStyleOptions
The style options of the box plot.
allDataPointsVisibility "HIDDEN" | "VISIBLE"
Determines the visibility of all data points of the box plot.
outlierVisibility "HIDDEN" | "VISIBLE"
Determines the visibility of the outlier in a box plot.
styleOptions Property Map
The style options of the box plot.

AnalysisBoxPlotSortConfiguration
, AnalysisBoxPlotSortConfigurationArgs

CategorySort []AnalysisFieldSortOptions
The sort configuration of a group by fields.
PaginationConfiguration AnalysisPaginationConfiguration
The pagination configuration of a table visual or box plot.
categorySort List<AnalysisFieldSortOptions>
The sort configuration of a group by fields.
paginationConfiguration AnalysisPaginationConfiguration
The pagination configuration of a table visual or box plot.
categorySort AnalysisFieldSortOptions[]
The sort configuration of a group by fields.
paginationConfiguration AnalysisPaginationConfiguration
The pagination configuration of a table visual or box plot.
category_sort Sequence[AnalysisFieldSortOptions]
The sort configuration of a group by fields.
pagination_configuration AnalysisPaginationConfiguration
The pagination configuration of a table visual or box plot.
categorySort List<Property Map>
The sort configuration of a group by fields.
paginationConfiguration Property Map
The pagination configuration of a table visual or box plot.

AnalysisBoxPlotStyleOptions
, AnalysisBoxPlotStyleOptionsArgs

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

AnalysisBoxPlotVisual
, AnalysisBoxPlotVisualArgs

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

AnalysisCalculatedField
, AnalysisCalculatedFieldArgs

DataSetIdentifier This property is required. string
The data set that is used in this calculated field.
Expression This property is required. string
The expression of the calculated field.
Name This property is required. string
The name of the calculated field.
DataSetIdentifier This property is required. string
The data set that is used in this calculated field.
Expression This property is required. string
The expression of the calculated field.
Name This property is required. string
The name of the calculated field.
dataSetIdentifier This property is required. String
The data set that is used in this calculated field.
expression This property is required. String
The expression of the calculated field.
name This property is required. String
The name of the calculated field.
dataSetIdentifier This property is required. string
The data set that is used in this calculated field.
expression This property is required. string
The expression of the calculated field.
name This property is required. string
The name of the calculated field.
data_set_identifier This property is required. str
The data set that is used in this calculated field.
expression This property is required. str
The expression of the calculated field.
name This property is required. str
The name of the calculated field.
dataSetIdentifier This property is required. String
The data set that is used in this calculated field.
expression This property is required. String
The expression of the calculated field.
name This property is required. String
The name of the calculated field.

AnalysisCalculatedMeasureField
, AnalysisCalculatedMeasureFieldArgs

Expression This property is required. string
The expression in the table calculation.
FieldId This property is required. string
The custom field ID.
Expression This property is required. string
The expression in the table calculation.
FieldId This property is required. string
The custom field ID.
expression This property is required. String
The expression in the table calculation.
fieldId This property is required. String
The custom field ID.
expression This property is required. string
The expression in the table calculation.
fieldId This property is required. string
The custom field ID.
expression This property is required. str
The expression in the table calculation.
field_id This property is required. str
The custom field ID.
expression This property is required. String
The expression in the table calculation.
fieldId This property is required. String
The custom field ID.

AnalysisCascadingControlConfiguration
, AnalysisCascadingControlConfigurationArgs

SourceControls List<Pulumi.AwsNative.QuickSight.Inputs.AnalysisCascadingControlSource>
A list of source controls that determine the values that are used in the current control.
SourceControls []AnalysisCascadingControlSource
A list of source controls that determine the values that are used in the current control.
sourceControls List<AnalysisCascadingControlSource>
A list of source controls that determine the values that are used in the current control.
sourceControls AnalysisCascadingControlSource[]
A list of source controls that determine the values that are used in the current control.
source_controls Sequence[AnalysisCascadingControlSource]
A list of source controls that determine the values that are used in the current control.
sourceControls List<Property Map>
A list of source controls that determine the values that are used in the current control.

AnalysisCascadingControlSource
, AnalysisCascadingControlSourceArgs

ColumnToMatch Pulumi.AwsNative.QuickSight.Inputs.AnalysisColumnIdentifier
The column identifier that determines which column to look up for the source sheet control.
SourceSheetControlId string
The source sheet control ID of a CascadingControlSource .
ColumnToMatch AnalysisColumnIdentifier
The column identifier that determines which column to look up for the source sheet control.
SourceSheetControlId string
The source sheet control ID of a CascadingControlSource .
columnToMatch AnalysisColumnIdentifier
The column identifier that determines which column to look up for the source sheet control.
sourceSheetControlId String
The source sheet control ID of a CascadingControlSource .
columnToMatch AnalysisColumnIdentifier
The column identifier that determines which column to look up for the source sheet control.
sourceSheetControlId string
The source sheet control ID of a CascadingControlSource .
column_to_match AnalysisColumnIdentifier
The column identifier that determines which column to look up for the source sheet control.
source_sheet_control_id str
The source sheet control ID of a CascadingControlSource .
columnToMatch Property Map
The column identifier that determines which column to look up for the source sheet control.
sourceSheetControlId String
The source sheet control ID of a CascadingControlSource .

AnalysisCategoricalAggregationFunction
, AnalysisCategoricalAggregationFunctionArgs

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

AnalysisCategoricalDimensionField
, AnalysisCategoricalDimensionFieldArgs

Column This property is required. Pulumi.AwsNative.QuickSight.Inputs.AnalysisColumnIdentifier
The column that is used in the CategoricalDimensionField .
FieldId This property is required. string
The custom field ID.
FormatConfiguration Pulumi.AwsNative.QuickSight.Inputs.AnalysisStringFormatConfiguration
The format configuration of the field.
HierarchyId string
The custom hierarchy ID.
Column This property is required. AnalysisColumnIdentifier
The column that is used in the CategoricalDimensionField .
FieldId This property is required. string
The custom field ID.
FormatConfiguration AnalysisStringFormatConfiguration
The format configuration of the field.
HierarchyId string
The custom hierarchy ID.
column This property is required. AnalysisColumnIdentifier
The column that is used in the CategoricalDimensionField .
fieldId This property is required. String
The custom field ID.
formatConfiguration AnalysisStringFormatConfiguration
The format configuration of the field.
hierarchyId String
The custom hierarchy ID.
column This property is required. AnalysisColumnIdentifier
The column that is used in the CategoricalDimensionField .
fieldId This property is required. string
The custom field ID.
formatConfiguration AnalysisStringFormatConfiguration
The format configuration of the field.
hierarchyId string
The custom hierarchy ID.
column This property is required. AnalysisColumnIdentifier
The column that is used in the CategoricalDimensionField .
field_id This property is required. str
The custom field ID.
format_configuration AnalysisStringFormatConfiguration
The format configuration of the field.
hierarchy_id str
The custom hierarchy ID.
column This property is required. Property Map
The column that is used in the CategoricalDimensionField .
fieldId This property is required. String
The custom field ID.
formatConfiguration Property Map
The format configuration of the field.
hierarchyId String
The custom hierarchy ID.

AnalysisCategoricalMeasureField
, AnalysisCategoricalMeasureFieldArgs

Column This property is required. Pulumi.AwsNative.QuickSight.Inputs.AnalysisColumnIdentifier
The column that is used in the CategoricalMeasureField .
FieldId This property is required. string
The custom field ID.
AggregationFunction Pulumi.AwsNative.QuickSight.AnalysisCategoricalAggregationFunction
The aggregation function of the measure field.
FormatConfiguration Pulumi.AwsNative.QuickSight.Inputs.AnalysisStringFormatConfiguration
The format configuration of the field.
Column This property is required. AnalysisColumnIdentifier
The column that is used in the CategoricalMeasureField .
FieldId This property is required. string
The custom field ID.
AggregationFunction AnalysisCategoricalAggregationFunction
The aggregation function of the measure field.
FormatConfiguration AnalysisStringFormatConfiguration
The format configuration of the field.
column This property is required. AnalysisColumnIdentifier
The column that is used in the CategoricalMeasureField .
fieldId This property is required. String
The custom field ID.
aggregationFunction AnalysisCategoricalAggregationFunction
The aggregation function of the measure field.
formatConfiguration AnalysisStringFormatConfiguration
The format configuration of the field.
column This property is required. AnalysisColumnIdentifier
The column that is used in the CategoricalMeasureField .
fieldId This property is required. string
The custom field ID.
aggregationFunction AnalysisCategoricalAggregationFunction
The aggregation function of the measure field.
formatConfiguration AnalysisStringFormatConfiguration
The format configuration of the field.
column This property is required. AnalysisColumnIdentifier
The column that is used in the CategoricalMeasureField .
field_id This property is required. str
The custom field ID.
aggregation_function AnalysisCategoricalAggregationFunction
The aggregation function of the measure field.
format_configuration AnalysisStringFormatConfiguration
The format configuration of the field.
column This property is required. Property Map
The column that is used in the CategoricalMeasureField .
fieldId This property is required. String
The custom field ID.
aggregationFunction "COUNT" | "DISTINCT_COUNT"
The aggregation function of the measure field.
formatConfiguration Property Map
The format configuration of the field.

AnalysisCategoryDrillDownFilter
, AnalysisCategoryDrillDownFilterArgs

CategoryValues This property is required. List<string>
A list of the string inputs that are the values of the category drill down filter.
Column This property is required. Pulumi.AwsNative.QuickSight.Inputs.AnalysisColumnIdentifier
The column that the filter is applied to.
CategoryValues This property is required. []string
A list of the string inputs that are the values of the category drill down filter.
Column This property is required. AnalysisColumnIdentifier
The column that the filter is applied to.
categoryValues This property is required. List<String>
A list of the string inputs that are the values of the category drill down filter.
column This property is required. AnalysisColumnIdentifier
The column that the filter is applied to.
categoryValues This property is required. string[]
A list of the string inputs that are the values of the category drill down filter.
column This property is required. AnalysisColumnIdentifier
The column that the filter is applied to.
category_values This property is required. Sequence[str]
A list of the string inputs that are the values of the category drill down filter.
column This property is required. AnalysisColumnIdentifier
The column that the filter is applied to.
categoryValues This property is required. List<String>
A list of the string inputs that are the values of the category drill down filter.
column This property is required. Property Map
The column that the filter is applied to.

AnalysisCategoryFilter
, AnalysisCategoryFilterArgs

Column This property is required. Pulumi.AwsNative.QuickSight.Inputs.AnalysisColumnIdentifier
The column that the filter is applied to.
Configuration This property is required. Pulumi.AwsNative.QuickSight.Inputs.AnalysisCategoryFilterConfiguration
The configuration for a CategoryFilter .
FilterId This property is required. string
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
DefaultFilterControlConfiguration Pulumi.AwsNative.QuickSight.Inputs.AnalysisDefaultFilterControlConfiguration
The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
Column This property is required. AnalysisColumnIdentifier
The column that the filter is applied to.
Configuration This property is required. AnalysisCategoryFilterConfiguration
The configuration for a CategoryFilter .
FilterId This property is required. string
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
DefaultFilterControlConfiguration AnalysisDefaultFilterControlConfiguration
The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
column This property is required. AnalysisColumnIdentifier
The column that the filter is applied to.
configuration This property is required. AnalysisCategoryFilterConfiguration
The configuration for a CategoryFilter .
filterId This property is required. String
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
defaultFilterControlConfiguration AnalysisDefaultFilterControlConfiguration
The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
column This property is required. AnalysisColumnIdentifier
The column that the filter is applied to.
configuration This property is required. AnalysisCategoryFilterConfiguration
The configuration for a CategoryFilter .
filterId This property is required. string
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
defaultFilterControlConfiguration AnalysisDefaultFilterControlConfiguration
The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
column This property is required. AnalysisColumnIdentifier
The column that the filter is applied to.
configuration This property is required. AnalysisCategoryFilterConfiguration
The configuration for a CategoryFilter .
filter_id This property is required. str
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
default_filter_control_configuration AnalysisDefaultFilterControlConfiguration
The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
column This property is required. Property Map
The column that the filter is applied to.
configuration This property is required. Property Map
The configuration for a CategoryFilter .
filterId This property is required. String
An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
defaultFilterControlConfiguration Property Map
The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.

AnalysisCategoryFilterConfiguration
, AnalysisCategoryFilterConfigurationArgs

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

AnalysisCategoryFilterMatchOperator
, AnalysisCategoryFilterMatchOperatorArgs

EqualsValue
EQUALS
DoesNotEqual
DOES_NOT_EQUAL
Contains
CONTAINS
DoesNotContain
DOES_NOT_CONTAIN
StartsWith
STARTS_WITH
EndsWith
ENDS_WITH
AnalysisCategoryFilterMatchOperatorEquals
EQUALS
AnalysisCategoryFilterMatchOperatorDoesNotEqual
DOES_NOT_EQUAL
AnalysisCategoryFilterMatchOperatorContains
CONTAINS
AnalysisCategoryFilterMatchOperatorDoesNotContain
DOES_NOT_CONTAIN
AnalysisCategoryFilterMatchOperatorStartsWith
STARTS_WITH
AnalysisCategoryFilterMatchOperatorEndsWith
ENDS_WITH
Equals
EQUALS
DoesNotEqual
DOES_NOT_EQUAL
Contains
CONTAINS
DoesNotContain
DOES_NOT_CONTAIN
StartsWith
STARTS_WITH
EndsWith
ENDS_WITH
Equals
EQUALS
DoesNotEqual
DOES_NOT_EQUAL
Contains
CONTAINS
DoesNotContain
DOES_NOT_CONTAIN
StartsWith
STARTS_WITH
EndsWith
ENDS_WITH
EQUALS
EQUALS
DOES_NOT_EQUAL
DOES_NOT_EQUAL
CONTAINS
CONTAINS
DOES_NOT_CONTAIN
DOES_NOT_CONTAIN
STARTS_WITH
STARTS_WITH
ENDS_WITH
ENDS_WITH
"EQUALS"
EQUALS
"DOES_NOT_EQUAL"
DOES_NOT_EQUAL
"CONTAINS"
CONTAINS
"DOES_NOT_CONTAIN"
DOES_NOT_CONTAIN
"STARTS_WITH"
STARTS_WITH
"ENDS_WITH"
ENDS_WITH

AnalysisCategoryFilterSelectAllOptions
, AnalysisCategoryFilterSelectAllOptionsArgs

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

AnalysisCategoryInnerFilter
, AnalysisCategoryInnerFilterArgs

AnalysisChartAxisLabelOptions
, AnalysisChartAxisLabelOptionsArgs

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

  • VISIBLE : Shows the axis.
  • HIDDEN : Hides the axis.
AxisLabelOptions []AnalysisAxisLabelOptions
The label options for a chart axis.
SortIconVisibility AnalysisVisibility
The visibility configuration of the sort icon on a chart's axis label.
Visibility AnalysisVisibility
The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE : Shows the axis.
  • HIDDEN : Hides the axis.
axisLabelOptions List<AnalysisAxisLabelOptions>
The label options for a chart axis.
sortIconVisibility AnalysisVisibility
The visibility configuration of the sort icon on a chart's axis label.
visibility AnalysisVisibility
The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE : Shows the axis.
  • HIDDEN : Hides the axis.
axisLabelOptions AnalysisAxisLabelOptions[]
The label options for a chart axis.
sortIconVisibility AnalysisVisibility
The visibility configuration of the sort icon on a chart's axis label.
visibility AnalysisVisibility
The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE : Shows the axis.
  • HIDDEN : Hides the axis.
axis_label_options Sequence[AnalysisAxisLabelOptions]
The label options for a chart axis.
sort_icon_visibility AnalysisVisibility
The visibility configuration of the sort icon on a chart's axis label.
visibility AnalysisVisibility
The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE : Shows the axis.
  • HIDDEN : Hides the axis.
axisLabelOptions List<Property Map>
The label options for a chart axis.
sortIconVisibility "HIDDEN" | "VISIBLE"
The visibility configuration of the sort icon on a chart's axis label.
visibility "HIDDEN" | "VISIBLE"
The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE : Shows the axis.
  • HIDDEN : Hides the axis.

AnalysisClusterMarker
, AnalysisClusterMarkerArgs

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

AnalysisClusterMarkerConfiguration
, AnalysisClusterMarkerConfigurationArgs

ClusterMarker Pulumi.AwsNative.QuickSight.Inputs.AnalysisClusterMarker
The cluster marker that is a part of the cluster marker configuration.
ClusterMarker AnalysisClusterMarker
The cluster marker that is a part of the cluster marker configuration.
clusterMarker AnalysisClusterMarker
The cluster marker that is a part of the cluster marker configuration.
clusterMarker AnalysisClusterMarker
The cluster marker that is a part of the cluster marker configuration.
cluster_marker AnalysisClusterMarker
The cluster marker that is a part of the cluster marker configuration.
clusterMarker Property Map
The cluster marker that is a part of the cluster marker configuration.

AnalysisColorFillType
, AnalysisColorFillTypeArgs

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

AnalysisColorScale
, AnalysisColorScaleArgs

ColorFillType This property is required. Pulumi.AwsNative.QuickSight.AnalysisColorFillType
Determines the color fill type.
Colors This property is required. List<Pulumi.AwsNative.QuickSight.Inputs.AnalysisDataColor>
Determines the list of colors that are applied to the visual.
NullValueColor Pulumi.AwsNative.QuickSight.Inputs.AnalysisDataColor
Determines the color that is applied to null values.
ColorFillType This property is required. AnalysisColorFillType
Determines the color fill type.
Colors This property is required. []AnalysisDataColor
Determines the list of colors that are applied to the visual.
NullValueColor AnalysisDataColor
Determines the color that is applied to null values.
colorFillType This property is required. AnalysisColorFillType
Determines the color fill type.
colors This property is required. List<AnalysisDataColor>
Determines the list of colors that are applied to the visual.
nullValueColor AnalysisDataColor
Determines the color that is applied to null values.
colorFillType This property is required. AnalysisColorFillType
Determines the color fill type.
colors This property is required. AnalysisDataColor[]
Determines the list of colors that are applied to the visual.
nullValueColor AnalysisDataColor
Determines the color that is applied to null values.
color_fill_type This property is required. AnalysisColorFillType
Determines the color fill type.
colors This property is required. Sequence[AnalysisDataColor]
Determines the list of colors that are applied to the visual.
null_value_color AnalysisDataColor
Determines the color that is applied to null values.
colorFillType This property is required. "DISCRETE" | "GRADIENT"
Determines the color fill type.
colors This property is required. List<Property Map>
Determines the list of colors that are applied to the visual.
nullValueColor Property Map
Determines the color that is applied to null values.

AnalysisColorsConfiguration
, AnalysisColorsConfigurationArgs

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

AnalysisColumnConfiguration
, AnalysisColumnConfigurationArgs

Column This property is required. AnalysisColumnIdentifier
The column.
ColorsConfiguration AnalysisColorsConfiguration
The color configurations of the column.
FormatConfiguration AnalysisFormatConfiguration
The format configuration of a column.
Role AnalysisColumnRole
The role of the column.
column This property is required. AnalysisColumnIdentifier
The column.
colorsConfiguration AnalysisColorsConfiguration
The color configurations of the column.
formatConfiguration AnalysisFormatConfiguration
The format configuration of a column.
role AnalysisColumnRole
The role of the column.
column This property is required. AnalysisColumnIdentifier
The column.
colorsConfiguration AnalysisColorsConfiguration
The color configurations of the column.
formatConfiguration AnalysisFormatConfiguration
The format configuration of a column.
role AnalysisColumnRole
The role of the column.
column This property is required. AnalysisColumnIdentifier
The column.
colors_configuration AnalysisColorsConfiguration
The color configurations of the column.
format_configuration AnalysisFormatConfiguration
The format configuration of a column.
role AnalysisColumnRole
The role of the column.
column This property is required. Property Map
The column.
colorsConfiguration Property Map
The color configurations of the column.
formatConfiguration Property Map
The format configuration of a column.
role "DIMENSION" | "MEASURE"
The role of the column.

AnalysisColumnHierarchy
, AnalysisColumnHierarchyArgs

DateTimeHierarchy Pulumi.AwsNative.QuickSight.Inputs.AnalysisDateTimeHierarchy
The option that determines the hierarchy of any DateTime fields.
ExplicitHierarchy Pulumi.AwsNative.QuickSight.Inputs.AnalysisExplicitHierarchy
The option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.
PredefinedHierarchy Pulumi.AwsNative.QuickSight.Inputs.AnalysisPredefinedHierarchy
The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.
DateTimeHierarchy AnalysisDateTimeHierarchy
The option that determines the hierarchy of any DateTime fields.
ExplicitHierarchy AnalysisExplicitHierarchy
The option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.
PredefinedHierarchy AnalysisPredefinedHierarchy
The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.
dateTimeHierarchy AnalysisDateTimeHierarchy
The option that determines the hierarchy of any DateTime fields.
explicitHierarchy AnalysisExplicitHierarchy
The option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.
predefinedHierarchy AnalysisPredefinedHierarchy
The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.
dateTimeHierarchy AnalysisDateTimeHierarchy
The option that determines the hierarchy of any DateTime fields.
explicitHierarchy AnalysisExplicitHierarchy
The option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.
predefinedHierarchy AnalysisPredefinedHierarchy
The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.
date_time_hierarchy AnalysisDateTimeHierarchy
The option that determines the hierarchy of any DateTime fields.
explicit_hierarchy AnalysisExplicitHierarchy
The option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.
predefined_hierarchy AnalysisPredefinedHierarchy
The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.
dateTimeHierarchy Property Map
The option that determines the hierarchy of any DateTime fields.
explicitHierarchy Property Map
The option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.
predefinedHierarchy Property Map
The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.

AnalysisColumnIdentifier
, AnalysisColumnIdentifierArgs

ColumnName This property is required. string
The name of the column.
DataSetIdentifier This property is required. string
The data set that the column belongs to.
ColumnName This property is required. string
The name of the column.
DataSetIdentifier This property is required. string
The data set that the column belongs to.
columnName This property is required. String
The name of the column.
dataSetIdentifier This property is required. String
The data set that the column belongs to.
columnName This property is required. string
The name of the column.
dataSetIdentifier This property is required. string
The data set that the column belongs to.
column_name This property is required. str
The name of the column.
data_set_identifier This property is required. str
The data set that the column belongs to.
columnName This property is required. String
The name of the column.
dataSetIdentifier This property is required. String
The data set that the column belongs to.

AnalysisColumnRole
, AnalysisColumnRoleArgs

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

AnalysisColumnSort
, AnalysisColumnSortArgs

Direction This property is required. Pulumi.AwsNative.QuickSight.AnalysisSortDirection
The sort direction.
SortBy This property is required. Pulumi.AwsNative.QuickSight.Inputs.AnalysisColumnIdentifier
AggregationFunction Pulumi.AwsNative.QuickSight.Inputs.AnalysisAggregationFunction
The aggregation function that is defined in the column sort.
Direction This property is required. AnalysisSortDirection
The sort direction.
SortBy This property is required. AnalysisColumnIdentifier
AggregationFunction AnalysisAggregationFunction
The aggregation function that is defined in the column sort.
direction This property is required. AnalysisSortDirection
The sort direction.
sortBy This property is required. AnalysisColumnIdentifier
aggregationFunction AnalysisAggregationFunction
The aggregation function that is defined in the column sort.
direction This property is required. AnalysisSortDirection
The sort direction.
sortBy This property is required. AnalysisColumnIdentifier
aggregationFunction AnalysisAggregationFunction
The aggregation function that is defined in the column sort.
direction This property is required. AnalysisSortDirection
The sort direction.
sort_by This property is required. AnalysisColumnIdentifier
aggregation_function AnalysisAggregationFunction
The aggregation function that is defined in the column sort.
direction This property is required. "ASC" | "DESC"
The sort direction.
sortBy This property is required. Property Map
aggregationFunction Property Map
The aggregation function that is defined in the column sort.

AnalysisColumnTooltipItem
, AnalysisColumnTooltipItemArgs

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

AnalysisComboChartAggregatedFieldWells
, AnalysisComboChartAggregatedFieldWellsArgs

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

AnalysisComboChartConfiguration
, AnalysisComboChartConfigurationArgs

BarDataLabels Pulumi.AwsNative.QuickSight.Inputs.AnalysisDataLabelOptions

The options that determine if visual data labels are displayed.

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

BarsArrangement Pulumi.AwsNative.QuickSight.AnalysisBarsArrangement
Determines the bar arrangement in a combo chart. The following are valid values in this structure:

  • CLUSTERED : For clustered bar combo charts.
  • STACKED : For stacked bar combo charts.
  • STACKED_PERCENT : Do not use. If you use this value, the operation returns a validation error.
CategoryAxis Pulumi.AwsNative.QuickSight.Inputs.AnalysisAxisDisplayOptions
The category axis of a combo chart.
CategoryLabelOptions Pulumi.AwsNative.QuickSight.Inputs.AnalysisChartAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
ColorLabelOptions Pulumi.AwsNative.QuickSight.Inputs.AnalysisChartAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
FieldWells Pulumi.AwsNative.QuickSight.Inputs.AnalysisComboChartFieldWells
The field wells of the visual.
Interactions Pulumi.AwsNative.QuickSight.Inputs.AnalysisVisualInteractionOptions
The general visual interactions setup for a visual.
Legend Pulumi.AwsNative.QuickSight.Inputs.AnalysisLegendOptions
The legend display setup of the visual.
LineDataLabels Pulumi.AwsNative.QuickSight.Inputs.AnalysisDataLabelOptions

The options that determine if visual data labels are displayed.

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

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

The options that determine if visual data labels are displayed.

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

BarsArrangement AnalysisBarsArrangement
Determines the bar arrangement in a combo chart. The following are valid values in this structure:

  • CLUSTERED : For clustered bar combo charts.
  • STACKED : For stacked bar combo charts.
  • STACKED_PERCENT : Do not use. If you use this value, the operation returns a validation error.
CategoryAxis AnalysisAxisDisplayOptions
The category axis of a combo chart.
CategoryLabelOptions AnalysisChartAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
ColorLabelOptions AnalysisChartAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
FieldWells AnalysisComboChartFieldWells
The field wells of the visual.
Interactions AnalysisVisualInteractionOptions
The general visual interactions setup for a visual.
Legend AnalysisLegendOptions
The legend display setup of the visual.
LineDataLabels AnalysisDataLabelOptions

The options that determine if visual data labels are displayed.

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

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

The options that determine if visual data labels are displayed.

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

barsArrangement AnalysisBarsArrangement
Determines the bar arrangement in a combo chart. The following are valid values in this structure:

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

The options that determine if visual data labels are displayed.

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

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

The options that determine if visual data labels are displayed.

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

barsArrangement AnalysisBarsArrangement
Determines the bar arrangement in a combo chart. The following are valid values in this structure:

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

The options that determine if visual data labels are displayed.

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

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

The options that determine if visual data labels are displayed.

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

bars_arrangement AnalysisBarsArrangement
Determines the bar arrangement in a combo chart. The following are valid values in this structure:

  • CLUSTERED : For clustered bar combo charts.
  • STACKED : For stacked bar combo charts.
  • STACKED_PERCENT : Do not use. If you use this value, the operation returns a validation error.
category_axis AnalysisAxisDisplayOptions
The category axis of a combo chart.
category_label_options AnalysisChartAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
color_label_options AnalysisChartAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
field_wells AnalysisComboChartFieldWells
The field wells of the visual.
interactions AnalysisVisualInteractionOptions
The general visual interactions setup for a visual.
legend AnalysisLegendOptions
The legend display setup of the visual.
line_data_labels AnalysisDataLabelOptions

The options that determine if visual data labels are displayed.

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

primary_y_axis_display_options AnalysisAxisDisplayOptions
The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.
primary_y_axis_label_options AnalysisChartAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.
reference_lines Sequence[AnalysisReferenceLine]
The reference line setup of the visual.
secondary_y_axis_display_options AnalysisAxisDisplayOptions
The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
secondary_y_axis_label_options AnalysisChartAxisLabelOptions
The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
single_axis_options AnalysisSingleAxisOptions
sort_configuration AnalysisComboChartSortConfiguration
The sort configuration of a ComboChartVisual .
tooltip AnalysisTooltipOptions
The legend display setup of the visual.
visual_palette AnalysisVisualPalette
The palette (chart color) display setup of the visual.
barDataLabels Property Map

The options that determine if visual data labels are displayed.

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

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

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

The options that determine if visual data labels are displayed.

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

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

AnalysisComboChartFieldWells
, AnalysisComboChartFieldWellsArgs

ComboChartAggregatedFieldWells Pulumi.AwsNative.QuickSight.Inputs.AnalysisComboChartAggregatedFieldWells
The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.
ComboChartAggregatedFieldWells AnalysisComboChartAggregatedFieldWells
The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.
comboChartAggregatedFieldWells AnalysisComboChartAggregatedFieldWells
The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.
comboChartAggregatedFieldWells AnalysisComboChartAggregatedFieldWells
The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.
combo_chart_aggregated_field_wells AnalysisComboChartAggregatedFieldWells
The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.
comboChartAggregatedFieldWells Property Map
The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.

AnalysisComboChartSortConfiguration
, AnalysisComboChartSortConfigurationArgs

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

AnalysisComboChartVisual
, AnalysisComboChartVisualArgs

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

AnalysisCommitMode
, AnalysisCommitModeArgs

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

AnalysisComparisonConfiguration
, AnalysisComparisonConfigurationArgs

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

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

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

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

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

  • DIFFERENCE
  • PERCENT_DIFFERENCE
  • PERCENT
comparisonFormat Property Map
The format of the comparison.
comparisonMethod "DIFFERENCE" | "PERCENT_DIFFERENCE" | "PERCENT"
The method of the comparison. Choose from the following options:

  • DIFFERENCE
  • PERCENT_DIFFERENCE
  • PERCENT

AnalysisComparisonFormatConfiguration
, AnalysisComparisonFormatConfigurationArgs

AnalysisComparisonMethod
, AnalysisComparisonMethodArgs

Difference
DIFFERENCE
PercentDifference
PERCENT_DIFFERENCE
Percent
PERCENT
AnalysisComparisonMethodDifference
DIFFERENCE
AnalysisComparisonMethodPercentDifference
PERCENT_DIFFERENCE
AnalysisComparisonMethodPercent
PERCENT
Difference
DIFFERENCE
PercentDifference
PERCENT_DIFFERENCE
Percent
PERCENT
Difference
DIFFERENCE
PercentDifference
PERCENT_DIFFERENCE
Percent
PERCENT
DIFFERENCE
DIFFERENCE
PERCENT_DIFFERENCE
PERCENT_DIFFERENCE
PERCENT
PERCENT
"DIFFERENCE"
DIFFERENCE
"PERCENT_DIFFERENCE"
PERCENT_DIFFERENCE
"PERCENT"
PERCENT

AnalysisComputation
, AnalysisComputationArgs

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

AnalysisConditionalFormattingColor
, AnalysisConditionalFormattingColorArgs

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

AnalysisConditionalFormattingCustomIconCondition
, AnalysisConditionalFormattingCustomIconConditionArgs

Expression This property is required. string
The expression that determines the condition of the icon set.
IconOptions This property is required. Pulumi.AwsNative.QuickSight.Inputs.AnalysisConditionalFormattingCustomIconOptions
Custom icon options for an icon set.
Color string
Determines the color of the icon.
DisplayConfiguration Pulumi.AwsNative.QuickSight.Inputs.AnalysisConditionalFormattingIconDisplayConfiguration
Determines the icon display configuration.
Expression This property is required. string
The expression that determines the condition of the icon set.
IconOptions This property is required. AnalysisConditionalFormattingCustomIconOptions
Custom icon options for an icon set.
Color string
Determines the color of the icon.
DisplayConfiguration AnalysisConditionalFormattingIconDisplayConfiguration
Determines the icon display configuration.
expression This property is required. String
The expression that determines the condition of the icon set.
iconOptions This property is required. AnalysisConditionalFormattingCustomIconOptions
Custom icon options for an icon set.
color String
Determines the color of the icon.
displayConfiguration AnalysisConditionalFormattingIconDisplayConfiguration
Determines the icon display configuration.
expression This property is required. string
The expression that determines the condition of the icon set.
iconOptions This property is required. AnalysisConditionalFormattingCustomIconOptions
Custom icon options for an icon set.
color string
Determines the color of the icon.
displayConfiguration AnalysisConditionalFormattingIconDisplayConfiguration
Determines the icon display configuration.
expression This property is required. str
The expression that determines the condition of the icon set.
icon_options This property is required. AnalysisConditionalFormattingCustomIconOptions
Custom icon options for an icon set.
color str
Determines the color of the icon.
display_configuration AnalysisConditionalFormattingIconDisplayConfiguration
Determines the icon display configuration.
expression This property is required. String
The expression that determines the condition of the icon set.
iconOptions This property is required. Property Map
Custom icon options for an icon set.
color String
Determines the color of the icon.
displayConfiguration Property Map
Determines the icon display configuration.

AnalysisConditionalFormattingCustomIconOptions
, AnalysisConditionalFormattingCustomIconOptionsArgs

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

AnalysisConditionalFormattingGradientColor
, AnalysisConditionalFormattingGradientColorArgs

Color This property is required. Pulumi.AwsNative.QuickSight.Inputs.AnalysisGradientColor
Determines the color.
Expression This property is required. string
The expression that determines the formatting configuration for gradient color.
Color This property is required. AnalysisGradientColor
Determines the color.
Expression This property is required. string
The expression that determines the formatting configuration for gradient color.
color This property is required. AnalysisGradientColor
Determines the color.
expression This property is required. String
The expression that determines the formatting configuration for gradient color.
color This property is required. AnalysisGradientColor
Determines the color.
expression This property is required. string
The expression that determines the formatting configuration for gradient color.
color This property is required. AnalysisGradientColor
Determines the color.
expression This property is required. str
The expression that determines the formatting configuration for gradient color.
color This property is required. Property Map
Determines the color.
expression This property is required. String
The expression that determines the formatting configuration for gradient color.

AnalysisConditionalFormattingIcon
, AnalysisConditionalFormattingIconArgs

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

AnalysisConditionalFormattingIconDisplayConfiguration
, AnalysisConditionalFormattingIconDisplayConfigurationArgs

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

AnalysisConditionalFormattingIconDisplayOption
, AnalysisConditionalFormattingIconDisplayOptionArgs

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

AnalysisConditionalFormattingIconSet
, AnalysisConditionalFormattingIconSetArgs

Expression This property is required. string
The expression that determines the formatting configuration for the icon set.
IconSetType Pulumi.AwsNative.QuickSight.AnalysisConditionalFormattingIconSetType
Determines the icon set type.
Expression This property is required. string
The expression that determines the formatting configuration for the icon set.
IconSetType AnalysisConditionalFormattingIconSetType
Determines the icon set type.
expression This property is required. String
The expression that determines the formatting configuration for the icon set.
iconSetType AnalysisConditionalFormattingIconSetType
Determines the icon set type.
expression This property is required. string
The expression that determines the formatting configuration for the icon set.
iconSetType AnalysisConditionalFormattingIconSetType
Determines the icon set type.
expression This property is required. str
The expression that determines the formatting configuration for the icon set.
icon_set_type AnalysisConditionalFormattingIconSetType
Determines the icon set type.
expression This property is required. String
The expression that determines the formatting configuration for the icon set.
iconSetType "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"
Determines the icon set type.

AnalysisConditionalFormattingIconSetType
, AnalysisConditionalFormattingIconSetTypeArgs

PlusMinus
PLUS_MINUS
CheckX
CHECK_X
ThreeColorArrow
THREE_COLOR_ARROW
ThreeGrayArrow
THREE_GRAY_ARROW
CaretUpMinusDown
CARET_UP_MINUS_DOWN
ThreeShape
THREE_SHAPE
ThreeCircle
THREE_CIRCLE
Flags
FLAGS
Bars
BARS
FourColorArrow
FOUR_COLOR_ARROW
FourGrayArrow
FOUR_GRAY_ARROW
AnalysisConditionalFormattingIconSetTypePlusMinus
PLUS_MINUS
AnalysisConditionalFormattingIconSetTypeCheckX
CHECK_X
AnalysisConditionalFormattingIconSetTypeThreeColorArrow
THREE_COLOR_ARROW
AnalysisConditionalFormattingIconSetTypeThreeGrayArrow
THREE_GRAY_ARROW
AnalysisConditionalFormattingIconSetTypeCaretUpMinusDown
CARET_UP_MINUS_DOWN
AnalysisConditionalFormattingIconSetTypeThreeShape
THREE_SHAPE
AnalysisConditionalFormattingIconSetTypeThreeCircle
THREE_CIRCLE
AnalysisConditionalFormattingIconSetTypeFlags
FLAGS
AnalysisConditionalFormattingIconSetTypeBars
BARS
AnalysisConditionalFormattingIconSetTypeFourColorArrow
FOUR_COLOR_ARROW
AnalysisConditionalFormattingIconSetTypeFourGrayArrow
FOUR_GRAY_ARROW
PlusMinus
PLUS_MINUS
CheckX
CHECK_X
ThreeColorArrow
THREE_COLOR_ARROW
ThreeGrayArrow
THREE_GRAY_ARROW
CaretUpMinusDown
CARET_UP_MINUS_DOWN
ThreeShape
THREE_SHAPE
ThreeCircle
THREE_CIRCLE
Flags
FLAGS
Bars
BARS
FourColorArrow
FOUR_COLOR_ARROW
FourGrayArrow
FOUR_GRAY_ARROW
PlusMinus
PLUS_MINUS
CheckX
CHECK_X
ThreeColorArrow
THREE_COLOR_ARROW
ThreeGrayArrow
THREE_GRAY_ARROW
CaretUpMinusDown
CARET_UP_MINUS_DOWN
ThreeShape
THREE_SHAPE
ThreeCircle
THREE_CIRCLE
Flags
FLAGS
Bars
BARS
FourColorArrow
FOUR_COLOR_ARROW
FourGrayArrow
FOUR_GRAY_ARROW
PLUS_MINUS
PLUS_MINUS
CHECK_X
CHECK_X
THREE_COLOR_ARROW
THREE_COLOR_ARROW
THREE_GRAY_ARROW
THREE_GRAY_ARROW
CARET_UP_MINUS_DOWN
CARET_UP_MINUS_DOWN
THREE_SHAPE
THREE_SHAPE
THREE_CIRCLE
THREE_CIRCLE
FLAGS
FLAGS
BARS
BARS
FOUR_COLOR_ARROW
FOUR_COLOR_ARROW
FOUR_GRAY_ARROW
FOUR_GRAY_ARROW
"PLUS_MINUS"
PLUS_MINUS
"CHECK_X"
CHECK_X
"THREE_COLOR_ARROW"
THREE_COLOR_ARROW
"THREE_GRAY_ARROW"
THREE_GRAY_ARROW
"CARET_UP_MINUS_DOWN"
CARET_UP_MINUS_DOWN
"THREE_SHAPE"
THREE_SHAPE
"THREE_CIRCLE"
THREE_CIRCLE
"FLAGS"
FLAGS
"BARS"
BARS
"FOUR_COLOR_ARROW"
FOUR_COLOR_ARROW
"FOUR_GRAY_ARROW"
FOUR_GRAY_ARROW

AnalysisConditionalFormattingSolidColor
, AnalysisConditionalFormattingSolidColorArgs

Expression This property is required. string
The expression that determines the formatting configuration for solid color.
Color string
Determines the color.
Expression This property is required. string
The expression that determines the formatting configuration for solid color.
Color string
Determines the color.
expression This property is required. String
The expression that determines the formatting configuration for solid color.
color String
Determines the color.
expression This property is required. string
The expression that determines the formatting configuration for solid color.
color string
Determines the color.
expression This property is required. str
The expression that determines the formatting configuration for solid color.
color str
Determines the color.
expression This property is required. String
The expression that determines the formatting configuration for solid color.
color String
Determines the color.

AnalysisContextMenuOption
, AnalysisContextMenuOptionArgs

AvailabilityStatus Pulumi.AwsNative.QuickSight.AnalysisDashboardBehavior
The availability status of the context menu options. If the value of this property is set to ENABLED , dashboard readers can interact with the context menu.
AvailabilityStatus AnalysisDashboardBehavior
The availability status of the context menu options. If the value of this property is set to ENABLED , dashboard readers can interact with the context menu.
availabilityStatus AnalysisDashboardBehavior
The availability status of the context menu options. If the value of this property is set to ENABLED , dashboard readers can interact with the context menu.
availabilityStatus AnalysisDashboardBehavior
The availability status of the context menu options. If the value of this property is set to ENABLED , dashboard readers can interact with the context menu.
availability_status AnalysisDashboardBehavior
The availability status of the context menu options. If the value of this property is set to ENABLED , dashboard readers can interact with the context menu.
availabilityStatus "ENABLED" | "DISABLED"
The availability status of the context menu options. If the value of this property is set to ENABLED , dashboard readers can interact with the context menu.

AnalysisContributionAnalysisDefault
, AnalysisContributionAnalysisDefaultArgs

ContributorDimensions This property is required. List<Pulumi.AwsNative.QuickSight.Inputs.AnalysisColumnIdentifier>
The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers .
MeasureFieldId This property is required. string
The measure field that is used in the contribution analysis.
ContributorDimensions This property is required. []AnalysisColumnIdentifier
The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers .
MeasureFieldId This property is required. string
The measure field that is used in the contribution analysis.
contributorDimensions This property is required. List<AnalysisColumnIdentifier>
The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers .
measureFieldId This property is required. String
The measure field that is used in the contribution analysis.
contributorDimensions This property is required. AnalysisColumnIdentifier[]
The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers .
measureFieldId This property is required. string
The measure field that is used in the contribution analysis.
contributor_dimensions This property is required. Sequence[AnalysisColumnIdentifier]
The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers .
measure_field_id This property is required. str
The measure field that is used in the contribution analysis.
contributorDimensions This property is required. List<Property Map>
The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers .
measureFieldId This property is required. String
The measure field that is used in the contribution analysis.

AnalysisCrossDatasetTypes
, AnalysisCrossDatasetTypesArgs

AllDatasets
ALL_DATASETS
SingleDataset
SINGLE_DATASET
AnalysisCrossDatasetTypesAllDatasets
ALL_DATASETS
AnalysisCrossDatasetTypesSingleDataset
SINGLE_DATASET
AllDatasets
ALL_DATASETS
SingleDataset
SINGLE_DATASET
AllDatasets
ALL_DATASETS
SingleDataset
SINGLE_DATASET
ALL_DATASETS
ALL_DATASETS
SINGLE_DATASET
SINGLE_DATASET
"ALL_DATASETS"
ALL_DATASETS
"SINGLE_DATASET"
SINGLE_DATASET

AnalysisCurrencyDisplayFormatConfiguration
, AnalysisCurrencyDisplayFormatConfigurationArgs

DecimalPlacesConfiguration Pulumi.AwsNative.QuickSight.Inputs.AnalysisDecimalPlacesConfiguration
The option that determines the decimal places configuration.
NegativeValueConfiguration Pulumi.AwsNative.QuickSight.Inputs.AnalysisNegativeValueConfiguration
The options that determine the negative value configuration.
NullValueFormatConfiguration Pulumi.AwsNative.QuickSight.Inputs.AnalysisNullValueFormatConfiguration
The options that determine the null value format configuration.
NumberScale Pulumi.AwsNative.QuickSight.AnalysisNumberScale
Determines the number scale value for the currency format.
Prefix string
Determines the prefix value of the currency format.
SeparatorConfiguration Pulumi.AwsNative.QuickSight.Inputs.AnalysisNumericSeparatorConfiguration
The options that determine the numeric separator configuration.
Suffix string
Determines the suffix value of the currency format.
Symbol string
Determines the symbol for the currency format.
DecimalPlacesConfiguration AnalysisDecimalPlacesConfiguration
The option that determines the decimal places configuration.
NegativeValueConfiguration AnalysisNegativeValueConfiguration
The options that determine the negative value configuration.
NullValueFormatConfiguration AnalysisNullValueFormatConfiguration
The options that determine the null value format configuration.
NumberScale AnalysisNumberScale
Determines the number scale value for the currency format.
Prefix string
Determines the prefix value of the currency format.
SeparatorConfiguration AnalysisNumericSeparatorConfiguration
The options that determine the numeric separator configuration.
Suffix string
Determines the suffix value of the currency format.
Symbol string
Determines the symbol for the currency format.
decimalPlacesConfiguration AnalysisDecimalPlacesConfiguration
The option that determines the decimal places configuration.
negativeValueConfiguration AnalysisNegativeValueConfiguration
The options that determine the negative value configuration.
nullValueFormatConfiguration AnalysisNullValueFormatConfiguration
The options that determine the null value format configuration.
numberScale AnalysisNumberScale
Determines the number scale value for the currency format.
prefix String
Determines the prefix value of the currency format.
separatorConfiguration AnalysisNumericSeparatorConfiguration
The options that determine the numeric separator configuration.
suffix String
Determines the suffix value of the currency format.
symbol String
Determines the symbol for the currency format.
decimalPlacesConfiguration AnalysisDecimalPlacesConfiguration
The option that determines the decimal places configuration.
negativeValueConfiguration AnalysisNegativeValueConfiguration
The options that determine the negative value configuration.
nullValueFormatConfiguration AnalysisNullValueFormatConfiguration
The options that determine the null value format configuration.
numberScale AnalysisNumberScale
Determines the number scale value for the currency format.
prefix string
Determines the prefix value of the currency format.
separatorConfiguration AnalysisNumericSeparatorConfiguration
The options that determine the numeric separator configuration.
suffix string
Determines the suffix value of the currency format.
symbol string
Determines the symbol for the currency format.
decimal_places_configuration AnalysisDecimalPlacesConfiguration
The option that determines the decimal places configuration.
negative_value_configuration AnalysisNegativeValueConfiguration
The options that determine the negative value configuration.
null_value_format_configuration AnalysisNullValueFormatConfiguration
The options that determine the null value format configuration.
number_scale AnalysisNumberScale
Determines the number scale value for the currency format.
prefix str
Determines the prefix value of the currency format.
separator_configuration AnalysisNumericSeparatorConfiguration
The options that determine the numeric separator configuration.
suffix str
Determines the suffix value of the currency format.
symbol str
Determines the symbol for the currency format.
decimalPlacesConfiguration Property Map
The option that determines the decimal places configuration.
negativeValueConfiguration Property Map
The options that determine the negative value configuration.
nullValueFormatConfiguration Property Map
The options that determine the null value format configuration.
numberScale "NONE" | "AUTO" | "THOUSANDS" | "MILLIONS" | "BILLIONS" | "TRILLIONS" | "LAKHS" | "CRORES"
Determines the number scale value for the currency format.
prefix String
Determines the prefix value of the currency format.
separatorConfiguration Property Map
The options that determine the numeric separator configuration.
suffix String
Determines the suffix value of the currency format.
symbol String
Determines the symbol for the currency format.

AnalysisCustomActionFilterOperation
, AnalysisCustomActionFilterOperationArgs

SelectedFieldsConfiguration This property is required. Pulumi.AwsNative.QuickSight.Inputs.AnalysisFilterOperationSelectedFieldsConfiguration
The configuration that chooses the fields to be filtered.
TargetVisualsConfiguration This property is required. Pulumi.AwsNative.QuickSight.Inputs.AnalysisFilterOperationTargetVisualsConfiguration
The configuration that chooses the target visuals to be filtered.
SelectedFieldsConfiguration This property is required. AnalysisFilterOperationSelectedFieldsConfiguration
The configuration that chooses the fields to be filtered.
TargetVisualsConfiguration This property is required. AnalysisFilterOperationTargetVisualsConfiguration
The configuration that chooses the target visuals to be filtered.
selectedFieldsConfiguration This property is required. AnalysisFilterOperationSelectedFieldsConfiguration
The configuration that chooses the fields to be filtered.
targetVisualsConfiguration This property is required. AnalysisFilterOperationTargetVisualsConfiguration
The configuration that chooses the target visuals to be filtered.
selectedFieldsConfiguration This property is required. AnalysisFilterOperationSelectedFieldsConfiguration
The configuration that chooses the fields to be filtered.
targetVisualsConfiguration This property is required. AnalysisFilterOperationTargetVisualsConfiguration
The configuration that chooses the target visuals to be filtered.
selected_fields_configuration This property is required. AnalysisFilterOperationSelectedFieldsConfiguration
The configuration that chooses the fields to be filtered.
target_visuals_configuration This property is required. AnalysisFilterOperationTargetVisualsConfiguration
The configuration that chooses the target visuals to be filtered.
selectedFieldsConfiguration This property is required. Property Map
The configuration that chooses the fields to be filtered.
targetVisualsConfiguration This property is required. Property Map
The configuration that chooses the target visuals to be filtered.

AnalysisCustomActionNavigationOperation
, AnalysisCustomActionNavigationOperationArgs

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

AnalysisCustomActionSetParametersOperation
, AnalysisCustomActionSetParametersOperationArgs

ParameterValueConfigurations This property is required. List<Pulumi.AwsNative.QuickSight.Inputs.AnalysisSetParameterValueConfiguration>
The parameter that determines the value configuration.
ParameterValueConfigurations This property is required. []AnalysisSetParameterValueConfiguration
The parameter that determines the value configuration.
parameterValueConfigurations This property is required. List<AnalysisSetParameterValueConfiguration>
The parameter that determines the value configuration.
parameterValueConfigurations This property is required. AnalysisSetParameterValueConfiguration[]
The parameter that determines the value configuration.
parameter_value_configurations This property is required. Sequence[AnalysisSetParameterValueConfiguration]
The parameter that determines the value configuration.
parameterValueConfigurations This property is required. List<Property Map>
The parameter that determines the value configuration.

AnalysisCustomActionUrlOperation
, AnalysisCustomActionUrlOperationArgs

UrlTarget This property is required. Pulumi.AwsNative.QuickSight.AnalysisUrlTargetConfiguration

The target of the CustomActionURLOperation .

Valid values are defined as follows:

  • NEW_TAB : Opens the target URL in a new browser tab.
  • NEW_WINDOW : Opens the target URL in a new browser window.
  • SAME_TAB : Opens the target URL in the same browser tab.
UrlTemplate This property is required. string
THe URL link of the CustomActionURLOperation .
UrlTarget This property is required. AnalysisUrlTargetConfiguration

The target of the CustomActionURLOperation .

Valid values are defined as follows:

  • NEW_TAB : Opens the target URL in a new browser tab.
  • NEW_WINDOW : Opens the target URL in a new browser window.
  • SAME_TAB : Opens the target URL in the same browser tab.
UrlTemplate This property is required. string
THe URL link of the CustomActionURLOperation .
urlTarget This property is required. AnalysisUrlTargetConfiguration

The target of the CustomActionURLOperation .

Valid values are defined as follows:

  • NEW_TAB : Opens the target URL in a new browser tab.
  • NEW_WINDOW : Opens the target URL in a new browser window.
  • SAME_TAB : Opens the target URL in the same browser tab.
urlTemplate This property is required. String
THe URL link of the CustomActionURLOperation .
urlTarget This property is required. AnalysisUrlTargetConfiguration

The target of the CustomActionURLOperation .

Valid values are defined as follows:

  • NEW_TAB : Opens the target URL in a new browser tab.
  • NEW_WINDOW : Opens the target URL in a new browser window.
  • SAME_TAB : Opens the target URL in the same browser tab.
urlTemplate This property is required. string
THe URL link of the CustomActionURLOperation .
url_target This property is required. AnalysisUrlTargetConfiguration

The target of the CustomActionURLOperation .

Valid values are defined as follows:

  • NEW_TAB : Opens the target URL in a new browser tab.
  • NEW_WINDOW : Opens the target URL in a new browser window.
  • SAME_TAB : Opens the target URL in the same browser tab.
url_template This property is required. str
THe URL link of the CustomActionURLOperation .
urlTarget This property is required. "NEW_TAB" | "NEW_WINDOW" | "SAME_TAB"

The target of the CustomActionURLOperation .

Valid values are defined as follows:

  • NEW_TAB : Opens the target URL in a new browser tab.
  • NEW_WINDOW : Opens the target URL in a new browser window.
  • SAME_TAB : Opens the target URL in the same browser tab.
urlTemplate This property is required. String
THe URL link of the CustomActionURLOperation .

AnalysisCustomColor
, AnalysisCustomColorArgs

Color This property is required. string
The color that is applied to the data value.
FieldValue string
The data value that the color is applied to.
SpecialValue Pulumi.AwsNative.QuickSight.AnalysisSpecialValue
The value of a special data value.
Color This property is required. string
The color that is applied to the data value.
FieldValue string
The data value that the color is applied to.
SpecialValue AnalysisSpecialValue
The value of a special data value.
color This property is required. String
The color that is applied to the data value.
fieldValue String
The data value that the color is applied to.
specialValue AnalysisSpecialValue
The value of a special data value.
color This property is required. string
The color that is applied to the data value.
fieldValue string
The data value that the color is applied to.
specialValue AnalysisSpecialValue
The value of a special data value.
color This property is required. str
The color that is applied to the data value.
field_value str
The data value that the color is applied to.
special_value AnalysisSpecialValue
The value of a special data value.
color This property is required. String
The color that is applied to the data value.
fieldValue String
The data value that the color is applied to.
specialValue "EMPTY" | "NULL" | "OTHER"
The value of a special data value.

AnalysisCustomContentConfiguration
, AnalysisCustomContentConfigurationArgs

ContentType Pulumi.AwsNative.QuickSight.AnalysisCustomContentType
The content type of the custom content visual. You can use this to have the visual render as an image.
ContentUrl string
The input URL that links to the custom content that you want in the custom visual.
ImageScaling Pulumi.AwsNative.QuickSight.AnalysisCustomContentImageScalingConfiguration
The sizing options for the size of the custom content visual. This structure is required when the ContentType of the visual is 'IMAGE' .
Interactions Pulumi.AwsNative.QuickSight.Inputs.AnalysisVisualInteractionOptions
The general visual interactions setup for a visual.
ContentType AnalysisCustomContentType
The content type of the custom content visual. You can use this to have the visual render as an image.
ContentUrl string
The input URL that links to the custom content that you want in the custom visual.
ImageScaling AnalysisCustomContentImageScalingConfiguration
The sizing options for the size of the custom content visual. This structure is required when the ContentType of the visual is 'IMAGE' .
Interactions AnalysisVisualInteractionOptions
The general visual interactions setup for a visual.
contentType AnalysisCustomContentType
The content type of the custom content visual. You can use this to have the visual render as an image.
contentUrl String
The input URL that links to the custom content that you want in the custom visual.
imageScaling AnalysisCustomContentImageScalingConfiguration
The sizing options for the size of the custom content visual. This structure is required when the ContentType of the visual is 'IMAGE' .
interactions AnalysisVisualInteractionOptions
The general visual interactions setup for a visual.
contentType AnalysisCustomContentType
The content type of the custom content visual. You can use this to have the visual render as an image.
contentUrl string
The input URL that links to the custom content that you want in the custom visual.
imageScaling AnalysisCustomContentImageScalingConfiguration
The sizing options for the size of the custom content visual. This structure is required when the ContentType of the visual is 'IMAGE' .
interactions AnalysisVisualInteractionOptions
The general visual interactions setup for a visual.
content_type AnalysisCustomContentType
The content type of the custom content visual. You can use this to have the visual render as an image.
content_url str
The input URL that links to the custom content that you want in the custom visual.
image_scaling AnalysisCustomContentImageScalingConfiguration
The sizing options for the size of the custom content visual. This structure is required when the ContentType of the visual is 'IMAGE' .
interactions AnalysisVisualInteractionOptions
The general visual interactions setup for a visual.
contentType "IMAGE" | "OTHER_EMBEDDED_CONTENT"
The content type of the custom content visual. You can use this to have the visual render as an image.
contentUrl String
The input URL that links to the custom content that you want in the custom visual.
imageScaling "FIT_TO_HEIGHT" | "FIT_TO_WIDTH" | "DO_NOT_SCALE" | "SCALE_TO_VISUAL"
The sizing options for the size of the custom content visual. This structure is required when the ContentType of the visual is 'IMAGE' .
interactions Property Map
The general visual interactions setup for a visual.

AnalysisCustomContentImageScalingConfiguration
, AnalysisCustomContentImageScalingConfigurationArgs

FitToHeight
FIT_TO_HEIGHT
FitToWidth
FIT_TO_WIDTH
DoNotScale
DO_NOT_SCALE
ScaleToVisual
SCALE_TO_VISUAL
AnalysisCustomContentImageScalingConfigurationFitToHeight
FIT_TO_HEIGHT
AnalysisCustomContentImageScalingConfigurationFitToWidth
FIT_TO_WIDTH
AnalysisCustomContentImageScalingConfigurationDoNotScale
DO_NOT_SCALE
AnalysisCustomContentImageScalingConfigurationScaleToVisual
SCALE_TO_VISUAL
FitToHeight
FIT_TO_HEIGHT
FitToWidth
FIT_TO_WIDTH
DoNotScale
DO_NOT_SCALE
ScaleToVisual
SCALE_TO_VISUAL
FitToHeight
FIT_TO_HEIGHT
FitToWidth
FIT_TO_WIDTH
DoNotScale
DO_NOT_SCALE
ScaleToVisual
SCALE_TO_VISUAL
FIT_TO_HEIGHT
FIT_TO_HEIGHT
FIT_TO_WIDTH
FIT_TO_WIDTH
DO_NOT_SCALE
DO_NOT_SCALE
SCALE_TO_VISUAL
SCALE_TO_VISUAL
"FIT_TO_HEIGHT"
FIT_TO_HEIGHT
"FIT_TO_WIDTH"
FIT_TO_WIDTH
"DO_NOT_SCALE"
DO_NOT_SCALE
"SCALE_TO_VISUAL"
SCALE_TO_VISUAL

AnalysisCustomContentType
, AnalysisCustomContentTypeArgs

Image
IMAGE
OtherEmbeddedContent
OTHER_EMBEDDED_CONTENT
AnalysisCustomContentTypeImage
IMAGE
AnalysisCustomContentTypeOtherEmbeddedContent
OTHER_EMBEDDED_CONTENT
Image
IMAGE
OtherEmbeddedContent
OTHER_EMBEDDED_CONTENT
Image
IMAGE
OtherEmbeddedContent
OTHER_EMBEDDED_CONTENT
IMAGE
IMAGE
OTHER_EMBEDDED_CONTENT
OTHER_EMBEDDED_CONTENT
"IMAGE"
IMAGE
"OTHER_EMBEDDED_CONTENT"
OTHER_EMBEDDED_CONTENT

AnalysisCustomContentVisual
, AnalysisCustomContentVisualArgs

DataSetIdentifier This property is required. string
The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
VisualId This property is required. string
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
Actions List<Pulumi.AwsNative.QuickSight.Inputs.AnalysisVisualCustomAction>
The list of custom actions that are configured for a visual.
ChartConfiguration Pulumi.AwsNative.QuickSight.Inputs.AnalysisCustomContentConfiguration
The configuration of a CustomContentVisual .
Subtitle Pulumi.AwsNative.QuickSight.Inputs.AnalysisVisualSubtitleLabelOptions
The subtitle that is displayed on the visual.
Title Pulumi.AwsNative.QuickSight.Inputs.AnalysisVisualTitleLabelOptions
The title that is displayed on the visual.
VisualContentAltText string
The alt text for the visual.
DataSetIdentifier This property is required. string
The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
VisualId This property is required. string
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
Actions []AnalysisVisualCustomAction
The list of custom actions that are configured for a visual.
ChartConfiguration AnalysisCustomContentConfiguration
The configuration of a CustomContentVisual .
Subtitle AnalysisVisualSubtitleLabelOptions
The subtitle that is displayed on the visual.
Title AnalysisVisualTitleLabelOptions
The title that is displayed on the visual.
VisualContentAltText string
The alt text for the visual.
dataSetIdentifier This property is required. String
The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
visualId This property is required. String
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
actions List<AnalysisVisualCustomAction>
The list of custom actions that are configured for a visual.
chartConfiguration AnalysisCustomContentConfiguration
The configuration of a CustomContentVisual .
subtitle AnalysisVisualSubtitleLabelOptions
The subtitle that is displayed on the visual.
title AnalysisVisualTitleLabelOptions
The title that is displayed on the visual.
visualContentAltText String
The alt text for the visual.
dataSetIdentifier This property is required. string
The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
visualId This property is required. string
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
actions AnalysisVisualCustomAction[]
The list of custom actions that are configured for a visual.
chartConfiguration AnalysisCustomContentConfiguration
The configuration of a CustomContentVisual .
subtitle AnalysisVisualSubtitleLabelOptions
The subtitle that is displayed on the visual.
title AnalysisVisualTitleLabelOptions
The title that is displayed on the visual.
visualContentAltText string
The alt text for the visual.
data_set_identifier This property is required. str
The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
visual_id This property is required. str
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
actions Sequence[AnalysisVisualCustomAction]
The list of custom actions that are configured for a visual.
chart_configuration AnalysisCustomContentConfiguration
The configuration of a CustomContentVisual .
subtitle AnalysisVisualSubtitleLabelOptions
The subtitle that is displayed on the visual.
title AnalysisVisualTitleLabelOptions
The title that is displayed on the visual.
visual_content_alt_text str
The alt text for the visual.
dataSetIdentifier This property is required. String
The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
visualId This property is required. String
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
actions List<Property Map>
The list of custom actions that are configured for a visual.
chartConfiguration Property Map
The configuration of a CustomContentVisual .
subtitle Property Map
The subtitle that is displayed on the visual.
title Property Map
The title that is displayed on the visual.
visualContentAltText String
The alt text for the visual.

AnalysisCustomFilterConfiguration
, AnalysisCustomFilterConfigurationArgs

MatchOperator This property is required. Pulumi.AwsNative.QuickSight.AnalysisCategoryFilterMatchOperator
The match operator that is used to determine if a filter should be applied.
NullOption This property is required. Pulumi.AwsNative.QuickSight.AnalysisFilterNullOption
This option determines how null values should be treated when filtering data.

  • ALL_VALUES : Include null values in filtered results.
  • NULLS_ONLY : Only include null values in filtered results.
  • NON_NULLS_ONLY : Exclude null values from filtered results.
CategoryValue string

The category value for the filter.

This field is mutually exclusive to ParameterName .

ParameterName string

The parameter whose value should be used for the filter value.

This field is mutually exclusive to CategoryValue .

SelectAllOptions Pulumi.AwsNative.QuickSight.AnalysisCategoryFilterSelectAllOptions
Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES
MatchOperator This property is required. AnalysisCategoryFilterMatchOperator
The match operator that is used to determine if a filter should be applied.
NullOption This property is required. AnalysisFilterNullOption
This option determines how null values should be treated when filtering data.

  • ALL_VALUES : Include null values in filtered results.
  • NULLS_ONLY : Only include null values in filtered results.
  • NON_NULLS_ONLY : Exclude null values from filtered results.
CategoryValue string

The category value for the filter.

This field is mutually exclusive to ParameterName .

ParameterName string

The parameter whose value should be used for the filter value.

This field is mutually exclusive to CategoryValue .

SelectAllOptions AnalysisCategoryFilterSelectAllOptions
Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES
matchOperator This property is required. AnalysisCategoryFilterMatchOperator
The match operator that is used to determine if a filter should be applied.
nullOption This property is required. AnalysisFilterNullOption
This option determines how null values should be treated when filtering data.

  • ALL_VALUES : Include null values in filtered results.
  • NULLS_ONLY : Only include null values in filtered results.
  • NON_NULLS_ONLY : Exclude null values from filtered results.
categoryValue String

The category value for the filter.

This field is mutually exclusive to ParameterName .

parameterName String

The parameter whose value should be used for the filter value.

This field is mutually exclusive to CategoryValue .

selectAllOptions AnalysisCategoryFilterSelectAllOptions
Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES
matchOperator This property is required. AnalysisCategoryFilterMatchOperator
The match operator that is used to determine if a filter should be applied.
nullOption This property is required. AnalysisFilterNullOption
This option determines how null values should be treated when filtering data.

  • ALL_VALUES : Include null values in filtered results.
  • NULLS_ONLY : Only include null values in filtered results.
  • NON_NULLS_ONLY : Exclude null values from filtered results.
categoryValue string

The category value for the filter.

This field is mutually exclusive to ParameterName .

parameterName string

The parameter whose value should be used for the filter value.

This field is mutually exclusive to CategoryValue .

selectAllOptions AnalysisCategoryFilterSelectAllOptions
Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES
match_operator This property is required. AnalysisCategoryFilterMatchOperator
The match operator that is used to determine if a filter should be applied.
null_option This property is required. AnalysisFilterNullOption
This option determines how null values should be treated when filtering data.

  • ALL_VALUES : Include null values in filtered results.
  • NULLS_ONLY : Only include null values in filtered results.
  • NON_NULLS_ONLY : Exclude null values from filtered results.
category_value str

The category value for the filter.

This field is mutually exclusive to ParameterName .

parameter_name str

The parameter whose value should be used for the filter value.

This field is mutually exclusive to CategoryValue .

select_all_options AnalysisCategoryFilterSelectAllOptions
Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES
matchOperator This property is required. "EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH"
The match operator that is used to determine if a filter should be applied.
nullOption This property is required. "ALL_VALUES" | "NULLS_ONLY" | "NON_NULLS_ONLY"
This option determines how null values should be treated when filtering data.

  • ALL_VALUES : Include null values in filtered results.
  • NULLS_ONLY : Only include null values in filtered results.
  • NON_NULLS_ONLY : Exclude null values from filtered results.
categoryValue String

The category value for the filter.

This field is mutually exclusive to ParameterName .

parameterName String

The parameter whose value should be used for the filter value.

This field is mutually exclusive to CategoryValue .

selectAllOptions "FILTER_ALL_VALUES"
Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES

AnalysisCustomFilterListConfiguration
, AnalysisCustomFilterListConfigurationArgs

MatchOperator This property is required. Pulumi.AwsNative.QuickSight.AnalysisCategoryFilterMatchOperator
The match operator that is used to determine if a filter should be applied.
NullOption This property is required. Pulumi.AwsNative.QuickSight.AnalysisFilterNullOption
This option determines how null values should be treated when filtering data.

  • ALL_VALUES : Include null values in filtered results.
  • NULLS_ONLY : Only include null values in filtered results.
  • NON_NULLS_ONLY : Exclude null values from filtered results.
CategoryValues List<string>
The list of category values for the filter.
SelectAllOptions Pulumi.AwsNative.QuickSight.AnalysisCategoryFilterSelectAllOptions
Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES
MatchOperator This property is required. AnalysisCategoryFilterMatchOperator
The match operator that is used to determine if a filter should be applied.
NullOption This property is required. AnalysisFilterNullOption
This option determines how null values should be treated when filtering data.

  • ALL_VALUES : Include null values in filtered results.
  • NULLS_ONLY : Only include null values in filtered results.
  • NON_NULLS_ONLY : Exclude null values from filtered results.
CategoryValues []string
The list of category values for the filter.
SelectAllOptions AnalysisCategoryFilterSelectAllOptions
Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES
matchOperator This property is required. AnalysisCategoryFilterMatchOperator
The match operator that is used to determine if a filter should be applied.
nullOption This property is required. AnalysisFilterNullOption
This option determines how null values should be treated when filtering data.

  • ALL_VALUES : Include null values in filtered results.
  • NULLS_ONLY : Only include null values in filtered results.
  • NON_NULLS_ONLY : Exclude null values from filtered results.
categoryValues List<String>
The list of category values for the filter.
selectAllOptions AnalysisCategoryFilterSelectAllOptions
Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES
matchOperator This property is required. AnalysisCategoryFilterMatchOperator
The match operator that is used to determine if a filter should be applied.
nullOption This property is required. AnalysisFilterNullOption
This option determines how null values should be treated when filtering data.

  • ALL_VALUES : Include null values in filtered results.
  • NULLS_ONLY : Only include null values in filtered results.
  • NON_NULLS_ONLY : Exclude null values from filtered results.
categoryValues string[]
The list of category values for the filter.
selectAllOptions AnalysisCategoryFilterSelectAllOptions
Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES
match_operator This property is required. AnalysisCategoryFilterMatchOperator
The match operator that is used to determine if a filter should be applied.
null_option This property is required. AnalysisFilterNullOption
This option determines how null values should be treated when filtering data.

  • ALL_VALUES : Include null values in filtered results.
  • NULLS_ONLY : Only include null values in filtered results.
  • NON_NULLS_ONLY : Exclude null values from filtered results.
category_values Sequence[str]
The list of category values for the filter.
select_all_options AnalysisCategoryFilterSelectAllOptions
Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES
matchOperator This property is required. "EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH"
The match operator that is used to determine if a filter should be applied.
nullOption This property is required. "ALL_VALUES" | "NULLS_ONLY" | "NON_NULLS_ONLY"
This option determines how null values should be treated when filtering data.

  • ALL_VALUES : Include null values in filtered results.
  • NULLS_ONLY : Only include null values in filtered results.
  • NON_NULLS_ONLY : Exclude null values from filtered results.
categoryValues List<String>
The list of category values for the filter.
selectAllOptions "FILTER_ALL_VALUES"
Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES

AnalysisCustomNarrativeOptions
, AnalysisCustomNarrativeOptionsArgs

Narrative This property is required. string
The string input of custom narrative.
Narrative This property is required. string
The string input of custom narrative.
narrative This property is required. String
The string input of custom narrative.
narrative This property is required. string
The string input of custom narrative.
narrative This property is required. str
The string input of custom narrative.
narrative This property is required. String
The string input of custom narrative.

AnalysisCustomParameterValues
, AnalysisCustomParameterValuesArgs

DateTimeValues List<string>
A list of datetime-type parameter values.
DecimalValues List<double>
A list of decimal-type parameter values.
IntegerValues List<double>
A list of integer-type parameter values.
StringValues List<string>
A list of string-type parameter values.
DateTimeValues []string
A list of datetime-type parameter values.
DecimalValues []float64
A list of decimal-type parameter values.
IntegerValues []float64
A list of integer-type parameter values.
StringValues []string
A list of string-type parameter values.
dateTimeValues List<String>
A list of datetime-type parameter values.
decimalValues List<Double>
A list of decimal-type parameter values.
integerValues List<Double>
A list of integer-type parameter values.
stringValues List<String>
A list of string-type parameter values.
dateTimeValues string[]
A list of datetime-type parameter values.
decimalValues number[]
A list of decimal-type parameter values.
integerValues number[]
A list of integer-type parameter values.
stringValues string[]
A list of string-type parameter values.
date_time_values Sequence[str]
A list of datetime-type parameter values.
decimal_values Sequence[float]
A list of decimal-type parameter values.
integer_values Sequence[float]
A list of integer-type parameter values.
string_values Sequence[str]
A list of string-type parameter values.
dateTimeValues List<String>
A list of datetime-type parameter values.
decimalValues List<Number>
A list of decimal-type parameter values.
integerValues List<Number>
A list of integer-type parameter values.
stringValues List<String>
A list of string-type parameter values.

AnalysisCustomValuesConfiguration
, AnalysisCustomValuesConfigurationArgs

CustomValues This property is required. Pulumi.AwsNative.QuickSight.Inputs.AnalysisCustomParameterValues
IncludeNullValue bool
Includes the null value in custom action parameter values.
CustomValues This property is required. AnalysisCustomParameterValues
IncludeNullValue bool
Includes the null value in custom action parameter values.
customValues This property is required. AnalysisCustomParameterValues
includeNullValue Boolean
Includes the null value in custom action parameter values.
customValues This property is required. AnalysisCustomParameterValues
includeNullValue boolean
Includes the null value in custom action parameter values.
custom_values This property is required. AnalysisCustomParameterValues
include_null_value bool
Includes the null value in custom action parameter values.
customValues This property is required. Property Map
includeNullValue Boolean
Includes the null value in custom action parameter values.

AnalysisDashboardBehavior
, AnalysisDashboardBehaviorArgs

Enabled
ENABLED
Disabled
DISABLED
AnalysisDashboardBehaviorEnabled
ENABLED
AnalysisDashboardBehaviorDisabled
DISABLED
Enabled
ENABLED
Disabled
DISABLED
Enabled
ENABLED
Disabled
DISABLED
ENABLED
ENABLED
DISABLED
DISABLED
"ENABLED"
ENABLED
"DISABLED"
DISABLED

AnalysisDataBarsOptions
, AnalysisDataBarsOptionsArgs

FieldId This property is required. string
The field ID for the data bars options.
NegativeColor string
The color of the negative data bar.
PositiveColor string
The color of the positive data bar.
FieldId This property is required. string
The field ID for the data bars options.
NegativeColor string
The color of the negative data bar.
PositiveColor string
The color of the positive data bar.
fieldId This property is required. String
The field ID for the data bars options.
negativeColor String
The color of the negative data bar.
positiveColor String
The color of the positive data bar.
fieldId This property is required. string
The field ID for the data bars options.
negativeColor string
The color of the negative data bar.
positiveColor string
The color of the positive data bar.
field_id This property is required. str
The field ID for the data bars options.
negative_color str
The color of the negative data bar.
positive_color str
The color of the positive data bar.
fieldId This property is required. String
The field ID for the data bars options.
negativeColor String
The color of the negative data bar.
positiveColor String
The color of the positive data bar.

AnalysisDataColor
, AnalysisDataColorArgs

Color string
The color that is applied to the data value.
DataValue double
The data value that the color is applied to.
Color string
The color that is applied to the data value.
DataValue float64
The data value that the color is applied to.
color String
The color that is applied to the data value.
dataValue Double
The data value that the color is applied to.
color string
The color that is applied to the data value.
dataValue number
The data value that the color is applied to.
color str
The color that is applied to the data value.
data_value float
The data value that the color is applied to.
color String
The color that is applied to the data value.
dataValue Number
The data value that the color is applied to.

AnalysisDataFieldSeriesItem
, AnalysisDataFieldSeriesItemArgs

AxisBinding This property is required. Pulumi.AwsNative.QuickSight.AnalysisAxisBinding
The axis that you are binding the field to.
FieldId This property is required. string
The field ID of the field that you are setting the axis binding to.
FieldValue string
The field value of the field that you are setting the axis binding to.
Settings Pulumi.AwsNative.QuickSight.Inputs.AnalysisLineChartSeriesSettings
The options that determine the presentation of line series associated to the field.
AxisBinding This property is required. AnalysisAxisBinding
The axis that you are binding the field to.
FieldId This property is required. string
The field ID of the field that you are setting the axis binding to.
FieldValue string
The field value of the field that you are setting the axis binding to.
Settings AnalysisLineChartSeriesSettings
The options that determine the presentation of line series associated to the field.
axisBinding This property is required. AnalysisAxisBinding
The axis that you are binding the field to.
fieldId This property is required. String
The field ID of the field that you are setting the axis binding to.
fieldValue String
The field value of the field that you are setting the axis binding to.
settings AnalysisLineChartSeriesSettings
The options that determine the presentation of line series associated to the field.
axisBinding This property is required. AnalysisAxisBinding
The axis that you are binding the field to.
fieldId This property is required. string
The field ID of the field that you are setting the axis binding to.
fieldValue string
The field value of the field that you are setting the axis binding to.
settings AnalysisLineChartSeriesSettings
The options that determine the presentation of line series associated to the field.
axis_binding This property is required. AnalysisAxisBinding
The axis that you are binding the field to.
field_id This property is required. str
The field ID of the field that you are setting the axis binding to.
field_value str
The field value of the field that you are setting the axis binding to.
settings AnalysisLineChartSeriesSettings
The options that determine the presentation of line series associated to the field.
axisBinding This property is required. "PRIMARY_YAXIS" | "SECONDARY_YAXIS"
The axis that you are binding the field to.
fieldId This property is required. String
The field ID of the field that you are setting the axis binding to.
fieldValue String
The field value of the field that you are setting the axis binding to.
settings Property Map
The options that determine the presentation of line series associated to the field.

AnalysisDataLabelContent
, AnalysisDataLabelContentArgs

Value
VALUE
Percent
PERCENT
ValueAndPercent
VALUE_AND_PERCENT
AnalysisDataLabelContentValue
VALUE
AnalysisDataLabelContentPercent
PERCENT
AnalysisDataLabelContentValueAndPercent
VALUE_AND_PERCENT
Value
VALUE
Percent
PERCENT
ValueAndPercent
VALUE_AND_PERCENT
Value
VALUE
Percent
PERCENT
ValueAndPercent
VALUE_AND_PERCENT
VALUE
VALUE
PERCENT
PERCENT
VALUE_AND_PERCENT
VALUE_AND_PERCENT
"VALUE"
VALUE
"PERCENT"
PERCENT
"VALUE_AND_PERCENT"
VALUE_AND_PERCENT

AnalysisDataLabelOptions
, AnalysisDataLabelOptionsArgs

CategoryLabelVisibility Pulumi.AwsNative.QuickSight.AnalysisVisibility
Determines the visibility of the category field labels.
DataLabelTypes List<Pulumi.AwsNative.QuickSight.Inputs.AnalysisDataLabelType>
The option that determines the data label type.
LabelColor string
Determines the color of the data labels.
LabelContent Pulumi.AwsNative.QuickSight.AnalysisDataLabelContent
Determines the content of the data labels.
LabelFontConfiguration Pulumi.AwsNative.QuickSight.Inputs.AnalysisFontConfiguration
Determines the font configuration of the data labels.
MeasureLabelVisibility Pulumi.AwsNative.QuickSight.AnalysisVisibility
Determines the visibility of the measure field labels.
Overlap Pulumi.AwsNative.QuickSight.AnalysisDataLabelOverlap
Determines whether overlap is enabled or disabled for the data labels.
Position Pulumi.AwsNative.QuickSight.AnalysisDataLabelPosition
Determines the position of the data labels.
TotalsVisibility Pulumi.AwsNative.QuickSight.AnalysisVisibility
Determines the visibility of the total.
Visibility Pulumi.AwsNative.QuickSight.AnalysisVisibility
Determines the visibility of the data labels.
CategoryLabelVisibility AnalysisVisibility
Determines the visibility of the category field labels.
DataLabelTypes []AnalysisDataLabelType
The option that determines the data label type.
LabelColor string
Determines the color of the data labels.
LabelContent AnalysisDataLabelContent
Determines the content of the data labels.
LabelFontConfiguration AnalysisFontConfiguration
Determines the font configuration of the data labels.
MeasureLabelVisibility AnalysisVisibility
Determines the visibility of the measure field labels.
Overlap AnalysisDataLabelOverlap
Determines whether overlap is enabled or disabled for the data labels.
Position AnalysisDataLabelPosition
Determines the position of the data labels.
TotalsVisibility AnalysisVisibility
Determines the visibility of the total.
Visibility AnalysisVisibility
Determines the visibility of the data labels.
categoryLabelVisibility AnalysisVisibility
Determines the visibility of the category field labels.
dataLabelTypes List<AnalysisDataLabelType>
The option that determines the data label type.
labelColor String
Determines the color of the data labels.
labelContent AnalysisDataLabelContent
Determines the content of the data labels.
labelFontConfiguration AnalysisFontConfiguration
Determines the font configuration of the data labels.
measureLabelVisibility AnalysisVisibility
Determines the visibility of the measure field labels.
overlap AnalysisDataLabelOverlap
Determines whether overlap is enabled or disabled for the data labels.
position AnalysisDataLabelPosition
Determines the position of the data labels.
totalsVisibility AnalysisVisibility
Determines the visibility of the total.
visibility AnalysisVisibility
Determines the visibility of the data labels.
categoryLabelVisibility AnalysisVisibility
Determines the visibility of the category field labels.
dataLabelTypes AnalysisDataLabelType[]
The option that determines the data label type.
labelColor string
Determines the color of the data labels.
labelContent AnalysisDataLabelContent
Determines the content of the data labels.
labelFontConfiguration AnalysisFontConfiguration
Determines the font configuration of the data labels.
measureLabelVisibility AnalysisVisibility
Determines the visibility of the measure field labels.
overlap AnalysisDataLabelOverlap
Determines whether overlap is enabled or disabled for the data labels.
position AnalysisDataLabelPosition
Determines the position of the data labels.
totalsVisibility AnalysisVisibility
Determines the visibility of the total.
visibility AnalysisVisibility
Determines the visibility of the data labels.
category_label_visibility AnalysisVisibility
Determines the visibility of the category field labels.
data_label_types Sequence[AnalysisDataLabelType]
The option that determines the data label type.
label_color str
Determines the color of the data labels.
label_content AnalysisDataLabelContent
Determines the content of the data labels.
label_font_configuration AnalysisFontConfiguration
Determines the font configuration of the data labels.
measure_label_visibility AnalysisVisibility
Determines the visibility of the measure field labels.
overlap AnalysisDataLabelOverlap
Determines whether overlap is enabled or disabled for the data labels.
position AnalysisDataLabelPosition
Determines the position of the data labels.
totals_visibility AnalysisVisibility
Determines the visibility of the total.
visibility AnalysisVisibility
Determines the visibility of the data labels.
categoryLabelVisibility "HIDDEN" | "VISIBLE"
Determines the visibility of the category field labels.
dataLabelTypes List<Property Map>
The option that determines the data label type.
labelColor String
Determines the color of the data labels.
labelContent "VALUE" | "PERCENT" | "VALUE_AND_PERCENT"
Determines the content of the data labels.
labelFontConfiguration Property Map
Determines the font configuration of the data labels.
measureLabelVisibility "HIDDEN" | "VISIBLE"
Determines the visibility of the measure field labels.
overlap "DISABLE_OVERLAP" | "ENABLE_OVERLAP"
Determines whether overlap is enabled or disabled for the data labels.
position "INSIDE" | "OUTSIDE" | "LEFT" | "TOP" | "BOTTOM" | "RIGHT"
Determines the position of the data labels.
totalsVisibility "HIDDEN" | "VISIBLE"
Determines the visibility of the total.
visibility "HIDDEN" | "VISIBLE"
Determines the visibility of the data labels.

AnalysisDataLabelOverlap
, AnalysisDataLabelOverlapArgs

DisableOverlap
DISABLE_OVERLAP
EnableOverlap
ENABLE_OVERLAP
AnalysisDataLabelOverlapDisableOverlap
DISABLE_OVERLAP
AnalysisDataLabelOverlapEnableOverlap
ENABLE_OVERLAP
DisableOverlap
DISABLE_OVERLAP
EnableOverlap
ENABLE_OVERLAP
DisableOverlap
DISABLE_OVERLAP
EnableOverlap
ENABLE_OVERLAP
DISABLE_OVERLAP
DISABLE_OVERLAP
ENABLE_OVERLAP
ENABLE_OVERLAP
"DISABLE_OVERLAP"
DISABLE_OVERLAP
"ENABLE_OVERLAP"
ENABLE_OVERLAP

AnalysisDataLabelPosition
, AnalysisDataLabelPositionArgs

Inside
INSIDE
Outside
OUTSIDE
Left
LEFT
Top
TOP
Bottom
BOTTOM
Right
RIGHT
AnalysisDataLabelPositionInside
INSIDE
AnalysisDataLabelPositionOutside
OUTSIDE
AnalysisDataLabelPositionLeft
LEFT
AnalysisDataLabelPositionTop
TOP
AnalysisDataLabelPositionBottom
BOTTOM
AnalysisDataLabelPositionRight
RIGHT
Inside
INSIDE
Outside
OUTSIDE
Left
LEFT
Top
TOP
Bottom
BOTTOM
Right
RIGHT
Inside
INSIDE
Outside
OUTSIDE
Left
LEFT
Top
TOP
Bottom
BOTTOM
Right
RIGHT
INSIDE
INSIDE
OUTSIDE
OUTSIDE
LEFT
LEFT
TOP
TOP
BOTTOM
BOTTOM
RIGHT
RIGHT
"INSIDE"
INSIDE
"OUTSIDE"
OUTSIDE
"LEFT"
LEFT
"TOP"
TOP
"BOTTOM"
BOTTOM
"RIGHT"
RIGHT

AnalysisDataLabelType
, AnalysisDataLabelTypeArgs

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

AnalysisDataPathColor
, AnalysisDataPathColorArgs

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

AnalysisDataPathLabelType
, AnalysisDataPathLabelTypeArgs

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

AnalysisDataPathSort
, AnalysisDataPathSortArgs

Direction This property is required. Pulumi.AwsNative.QuickSight.AnalysisSortDirection
Determines the sort direction.
SortPaths This property is required. List<Pulumi.AwsNative.QuickSight.Inputs.AnalysisDataPathValue>
The list of data paths that need to be sorted.
Direction This property is required. AnalysisSortDirection
Determines the sort direction.
SortPaths This property is required. []AnalysisDataPathValue
The list of data paths that need to be sorted.
direction This property is required. AnalysisSortDirection
Determines the sort direction.
sortPaths This property is required. List<AnalysisDataPathValue>
The list of data paths that need to be sorted.
direction This property is required. AnalysisSortDirection
Determines the sort direction.
sortPaths This property is required. AnalysisDataPathValue[]
The list of data paths that need to be sorted.
direction This property is required. AnalysisSortDirection
Determines the sort direction.
sort_paths This property is required. Sequence[AnalysisDataPathValue]
The list of data paths that need to be sorted.
direction This property is required. "ASC" | "DESC"
Determines the sort direction.
sortPaths This property is required. List<Property Map>
The list of data paths that need to be sorted.

AnalysisDataPathType
, AnalysisDataPathTypeArgs

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

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

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

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

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

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

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

AnalysisDataPathValue
, AnalysisDataPathValueArgs

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

AnalysisDataSetIdentifierDeclaration
, AnalysisDataSetIdentifierDeclarationArgs

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

AnalysisDataSetReference
, AnalysisDataSetReferenceArgs

DataSetArn This property is required. string
DataSetPlaceholder This property is required. string
DataSetArn This property is required. string
DataSetPlaceholder This property is required. string
dataSetArn This property is required. String
dataSetPlaceholder This property is required. String
dataSetArn This property is required. string
dataSetPlaceholder This property is required. string
data_set_arn This property is required. str
data_set_placeholder This property is required. str
dataSetArn This property is required. String
dataSetPlaceholder This property is required. String

AnalysisDateAggregationFunction
, AnalysisDateAggregationFunctionArgs

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

AnalysisDateAxisOptions
, AnalysisDateAxisOptionsArgs

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

AnalysisDateDimensionField
, AnalysisDateDimensionFieldArgs

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

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

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

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

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

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

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

AnalysisDateMeasureField
, AnalysisDateMeasureFieldArgs

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

AnalysisDateTimeDefaultValues
, AnalysisDateTimeDefaultValuesArgs

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

AnalysisDateTimeFormatConfiguration
, AnalysisDateTimeFormatConfigurationArgs

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

AnalysisDateTimeHierarchy
, AnalysisDateTimeHierarchyArgs

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

AnalysisDateTimeParameter
, AnalysisDateTimeParameterArgs

Name This property is required. string
Values This property is required. List<string>
Name This property is required. string
Values This property is required. []string
name This property is required. String
values This property is required. List<String>
name This property is required. string
values This property is required. string[]
name This property is required. str
values This property is required. Sequence[str]
name This property is required. String
values This property is required. List<String>

AnalysisDateTimeParameterDeclaration
, AnalysisDateTimeParameterDeclarationArgs

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

AnalysisDateTimePickerControlDisplayOptions
, AnalysisDateTimePickerControlDisplayOptionsArgs

DateIconVisibility Pulumi.AwsNative.QuickSight.AnalysisVisibility
The date icon visibility of the DateTimePickerControlDisplayOptions .
DateTimeFormat string
Customize how dates are formatted in controls.
HelperTextVisibility Pulumi.AwsNative.QuickSight.AnalysisVisibility
The helper text visibility of the DateTimePickerControlDisplayOptions .
InfoIconLabelOptions Pulumi.AwsNative.QuickSight.Inputs.AnalysisSheetControlInfoIconLabelOptions
The configuration of info icon label options.
TitleOptions Pulumi.AwsNative.QuickSight.Inputs.AnalysisLabelOptions
The options to configure the title visibility, name, and font size.
DateIconVisibility AnalysisVisibility
The date icon visibility of the DateTimePickerControlDisplayOptions .
DateTimeFormat string
Customize how dates are formatted in controls.
HelperTextVisibility AnalysisVisibility
The helper text visibility of the DateTimePickerControlDisplayOptions .
InfoIconLabelOptions AnalysisSheetControlInfoIconLabelOptions
The configuration of info icon label options.
TitleOptions AnalysisLabelOptions
The options to configure the title visibility, name, and font size.
dateIconVisibility AnalysisVisibility
The date icon visibility of the DateTimePickerControlDisplayOptions .
dateTimeFormat String
Customize how dates are formatted in controls.
helperTextVisibility AnalysisVisibility
The helper text visibility of the DateTimePickerControlDisplayOptions .
infoIconLabelOptions AnalysisSheetControlInfoIconLabelOptions
The configuration of info icon label options.
titleOptions AnalysisLabelOptions
The options to configure the title visibility, name, and font size.
dateIconVisibility AnalysisVisibility
The date icon visibility of the DateTimePickerControlDisplayOptions .
dateTimeFormat string
Customize how dates are formatted in controls.
helperTextVisibility AnalysisVisibility
The helper text visibility of the DateTimePickerControlDisplayOptions .
infoIconLabelOptions AnalysisSheetControlInfoIconLabelOptions
The configuration of info icon label options.
titleOptions AnalysisLabelOptions
The options to configure the title visibility, name, and font size.
date_icon_visibility AnalysisVisibility
The date icon visibility of the DateTimePickerControlDisplayOptions .
date_time_format str
Customize how dates are formatted in controls.
helper_text_visibility AnalysisVisibility
The helper text visibility of the DateTimePickerControlDisplayOptions .
info_icon_label_options AnalysisSheetControlInfoIconLabelOptions
The configuration of info icon label options.
title_options AnalysisLabelOptions
The options to configure the title visibility, name, and font size.
dateIconVisibility "HIDDEN" | "VISIBLE"
The date icon visibility of the DateTimePickerControlDisplayOptions .
dateTimeFormat String
Customize how dates are formatted in controls.
helperTextVisibility "HIDDEN" | "VISIBLE"
The helper text visibility of the DateTimePickerControlDisplayOptions .
infoIconLabelOptions Property Map
The configuration of info icon label options.
titleOptions Property Map
The options to configure the title visibility, name, and font size.

AnalysisDateTimeValueWhenUnsetConfiguration
, AnalysisDateTimeValueWhenUnsetConfigurationArgs

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

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

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

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

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

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

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

AnalysisDayOfTheWeek
, AnalysisDayOfTheWeekArgs

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

AnalysisDecimalDefaultValues
, AnalysisDecimalDefaultValuesArgs

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

AnalysisDecimalParameter
, AnalysisDecimalParameterArgs

Name This property is required. string
Values This property is required. List<double>
Name This property is required. string
Values This property is required. []float64
name This property is required. String
values This property is required. List<Double>
name This property is required. string
values This property is required. number[]
name This property is required. str
values This property is required. Sequence[float]
name This property is required. String
values This property is required. List<Number>

AnalysisDecimalParameterDeclaration
, AnalysisDecimalParameterDeclarationArgs

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

AnalysisDecimalPlacesConfiguration
, AnalysisDecimalPlacesConfigurationArgs

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

AnalysisDecimalValueWhenUnsetConfiguration
, AnalysisDecimalValueWhenUnsetConfigurationArgs

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

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

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

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

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

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

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

AnalysisDefaultDateTimePickerControlOptions
, AnalysisDefaultDateTimePickerControlOptionsArgs

CommitMode Pulumi.AwsNative.QuickSight.AnalysisCommitMode
The visibility configuration of the Apply button on a DateTimePickerControl .
DisplayOptions Pulumi.AwsNative.QuickSight.Inputs.AnalysisDateTimePickerControlDisplayOptions
The display options of a control.
Type Pulumi.AwsNative.QuickSight.AnalysisSheetControlDateTimePickerType
The date time picker type of the DefaultDateTimePickerControlOptions . Choose one of the following options:

  • SINGLE_VALUED : The filter condition is a fixed date.
  • DATE_RANGE : The filter condition is a date time range.
CommitMode AnalysisCommitMode
The visibility configuration of the Apply button on a DateTimePickerControl .
DisplayOptions AnalysisDateTimePickerControlDisplayOptions
The display options of a control.
Type AnalysisSheetControlDateTimePickerType
The date time picker type of the DefaultDateTimePickerControlOptions . Choose one of the following options:

  • SINGLE_VALUED : The filter condition is a fixed date.
  • DATE_RANGE : The filter condition is a date time range.
commitMode AnalysisCommitMode
The visibility configuration of the Apply button on a DateTimePickerControl .
displayOptions AnalysisDateTimePickerControlDisplayOptions
The display options of a control.
type AnalysisSheetControlDateTimePickerType
The date time picker type of the DefaultDateTimePickerControlOptions . Choose one of the following options:

  • SINGLE_VALUED : The filter condition is a fixed date.
  • DATE_RANGE : The filter condition is a date time range.
commitMode AnalysisCommitMode
The visibility configuration of the Apply button on a DateTimePickerControl .
displayOptions AnalysisDateTimePickerControlDisplayOptions
The display options of a control.
type AnalysisSheetControlDateTimePickerType
The date time picker type of the DefaultDateTimePickerControlOptions . Choose one of the following options:

  • SINGLE_VALUED : The filter condition is a fixed date.
  • DATE_RANGE : The filter condition is a date time range.
commit_mode AnalysisCommitMode
The visibility configuration of the Apply button on a DateTimePickerControl .
display_options AnalysisDateTimePickerControlDisplayOptions
The display options of a control.
type AnalysisSheetControlDateTimePickerType
The date time picker type of the DefaultDateTimePickerControlOptions . Choose one of the following options:

  • SINGLE_VALUED : The filter condition is a fixed date.
  • DATE_RANGE : The filter condition is a date time range.
commitMode "AUTO" | "MANUAL"
The visibility configuration of the Apply button on a DateTimePickerControl .
displayOptions Property Map
The display options of a control.
type "SINGLE_VALUED" | "DATE_RANGE"
The date time picker type of the DefaultDateTimePickerControlOptions . Choose one of the following options:

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

AnalysisDefaultFilterControlConfiguration
, AnalysisDefaultFilterControlConfigurationArgs

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

AnalysisDefaultFilterControlOptions
, AnalysisDefaultFilterControlOptionsArgs

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

AnalysisDefaultFilterDropDownControlOptions
, AnalysisDefaultFilterDropDownControlOptionsArgs

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

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

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

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

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

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

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

AnalysisDefaultFilterListControlOptions
, AnalysisDefaultFilterListControlOptionsArgs

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

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

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

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

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

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

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

AnalysisDefaultFreeFormLayoutConfiguration
, AnalysisDefaultFreeFormLayoutConfigurationArgs

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

AnalysisDefaultGridLayoutConfiguration
, AnalysisDefaultGridLayoutConfigurationArgs

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

AnalysisDefaultInteractiveLayoutConfiguration
, AnalysisDefaultInteractiveLayoutConfigurationArgs

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

AnalysisDefaultNewSheetConfiguration
, AnalysisDefaultNewSheetConfigurationArgs

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

AnalysisDefaultPaginatedLayoutConfiguration
, AnalysisDefaultPaginatedLayoutConfigurationArgs

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

AnalysisDefaultRelativeDateTimeControlOptions
, AnalysisDefaultRelativeDateTimeControlOptionsArgs

CommitMode Pulumi.AwsNative.QuickSight.AnalysisCommitMode
The visibility configuration of the Apply button on a RelativeDateTimeControl .
DisplayOptions Pulumi.AwsNative.QuickSight.Inputs.AnalysisRelativeDateTimeControlDisplayOptions
The display options of a control.
CommitMode AnalysisCommitMode
The visibility configuration of the Apply button on a RelativeDateTimeControl .
DisplayOptions AnalysisRelativeDateTimeControlDisplayOptions
The display options of a control.
commitMode AnalysisCommitMode
The visibility configuration of the Apply button on a RelativeDateTimeControl .
displayOptions AnalysisRelativeDateTimeControlDisplayOptions
The display options of a control.
commitMode AnalysisCommitMode
The visibility configuration of the Apply button on a RelativeDateTimeControl .
displayOptions AnalysisRelativeDateTimeControlDisplayOptions
The display options of a control.
commit_mode AnalysisCommitMode
The visibility configuration of the Apply button on a RelativeDateTimeControl .
display_options AnalysisRelativeDateTimeControlDisplayOptions
The display options of a control.
commitMode "AUTO" | "MANUAL"
The visibility configuration of the Apply button on a RelativeDateTimeControl .
displayOptions Property Map
The display options of a control.

AnalysisDefaultSectionBasedLayoutConfiguration
, AnalysisDefaultSectionBasedLayoutConfigurationArgs

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

AnalysisDefaultSliderControlOptions
, AnalysisDefaultSliderControlOptionsArgs

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

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

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

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

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

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

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

AnalysisDefaultTextAreaControlOptions
, AnalysisDefaultTextAreaControlOptionsArgs

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

AnalysisDefaultTextFieldControlOptions
, AnalysisDefaultTextFieldControlOptionsArgs

displayOptions Property Map
The display options of a control.

AnalysisDefaults
, AnalysisDefaultsArgs

DefaultNewSheetConfiguration This property is required. Pulumi.AwsNative.QuickSight.Inputs.AnalysisDefaultNewSheetConfiguration
The configuration for default new sheet settings.
DefaultNewSheetConfiguration This property is required. AnalysisDefaultNewSheetConfiguration
The configuration for default new sheet settings.
defaultNewSheetConfiguration This property is required. AnalysisDefaultNewSheetConfiguration
The configuration for default new sheet settings.
defaultNewSheetConfiguration This property is required. AnalysisDefaultNewSheetConfiguration
The configuration for default new sheet settings.
default_new_sheet_configuration This property is required. AnalysisDefaultNewSheetConfiguration
The configuration for default new sheet settings.
defaultNewSheetConfiguration This property is required. Property Map
The configuration for default new sheet settings.

AnalysisDefinition
, AnalysisDefinitionArgs

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

Filter definitions for an analysis.

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

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

An array of parameter declarations for an analysis.

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

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

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

Filter definitions for an analysis.

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

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

An array of parameter declarations for an analysis.

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

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

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

Filter definitions for an analysis.

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

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

An array of parameter declarations for an analysis.

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

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

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

Filter definitions for an analysis.

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

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

An array of parameter declarations for an analysis.

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

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

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

Filter definitions for an analysis.

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

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

An array of parameter declarations for an analysis.

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

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

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

Filter definitions for an analysis.

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

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

An array of parameter declarations for an analysis.

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

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

queryExecutionOptions Property Map
sheets List<Property Map>
An array of sheet definitions for an analysis. Each SheetDefinition provides detailed information about a sheet within this analysis.
staticFiles List<Property Map>
The static files for the definition.

AnalysisDestinationParameterValueConfiguration
, AnalysisDestinationParameterValueConfigurationArgs

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

AnalysisDigitGroupingStyle
, AnalysisDigitGroupingStyleArgs

Default
DEFAULT
Lakhs
LAKHS
AnalysisDigitGroupingStyleDefault
DEFAULT
AnalysisDigitGroupingStyleLakhs
LAKHS
Default
DEFAULT
Lakhs
LAKHS
Default
DEFAULT
Lakhs
LAKHS
DEFAULT
DEFAULT
LAKHS
LAKHS
"DEFAULT"
DEFAULT
"LAKHS"
LAKHS

AnalysisDimensionField
, AnalysisDimensionFieldArgs

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

AnalysisDonutCenterOptions
, AnalysisDonutCenterOptionsArgs

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

AnalysisDonutOptions
, AnalysisDonutOptionsArgs

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

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

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

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

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

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

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

AnalysisDrillDownFilter
, AnalysisDrillDownFilterArgs

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

AnalysisDropDownControlDisplayOptions
, AnalysisDropDownControlDisplayOptionsArgs

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

AnalysisDynamicDefaultValue
, AnalysisDynamicDefaultValueArgs

DefaultValueColumn This property is required. Pulumi.AwsNative.QuickSight.Inputs.AnalysisColumnIdentifier
The column that contains the default value of each user or group.
GroupNameColumn Pulumi.AwsNative.QuickSight.Inputs.AnalysisColumnIdentifier
The column that contains the group name.
UserNameColumn Pulumi.AwsNative.QuickSight.Inputs.AnalysisColumnIdentifier
The column that contains the username.
DefaultValueColumn This property is required. AnalysisColumnIdentifier
The column that contains the default value of each user or group.
GroupNameColumn AnalysisColumnIdentifier
The column that contains the group name.
UserNameColumn AnalysisColumnIdentifier
The column that contains the username.
defaultValueColumn This property is required. AnalysisColumnIdentifier
The column that contains the default value of each user or group.
groupNameColumn AnalysisColumnIdentifier
The column that contains the group name.
userNameColumn AnalysisColumnIdentifier
The column that contains the username.
defaultValueColumn This property is required. AnalysisColumnIdentifier
The column that contains the default value of each user or group.
groupNameColumn AnalysisColumnIdentifier
The column that contains the group name.
userNameColumn AnalysisColumnIdentifier
The column that contains the username.
default_value_column This property is required. AnalysisColumnIdentifier
The column that contains the default value of each user or group.
group_name_column AnalysisColumnIdentifier
The column that contains the group name.
user_name_column AnalysisColumnIdentifier
The column that contains the username.
defaultValueColumn This property is required. Property Map
The column that contains the default value of each user or group.
groupNameColumn Property Map
The column that contains the group name.
userNameColumn Property Map
The column that contains the username.

AnalysisEmptyVisual
, AnalysisEmptyVisualArgs

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

AnalysisEntity
, AnalysisEntityArgs

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

AnalysisError
, AnalysisErrorArgs

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

AnalysisErrorType
, AnalysisErrorTypeArgs

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

AnalysisExcludePeriodConfiguration
, AnalysisExcludePeriodConfigurationArgs

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

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

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

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

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

  • ENABLED
  • DISABLED
amount This property is required. Number
The amount or number of the exclude period.
granularity This property is required. "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 This property is required. List<Pulumi.AwsNative.QuickSight.Inputs.AnalysisColumnIdentifier>
The list of columns that define the explicit hierarchy.
HierarchyId This property is required. string
The hierarchy ID of the explicit hierarchy.
DrillDownFilters List<Pulumi.AwsNative.QuickSight.Inputs.AnalysisDrillDownFilter>
The option that determines the drill down filters for the explicit hierarchy.
Columns This property is required. []AnalysisColumnIdentifier
The list of columns that define the explicit hierarchy.
HierarchyId This property is required. string
The hierarchy ID of the explicit hierarchy.
DrillDownFilters []AnalysisDrillDownFilter
The option that determines the drill down filters for the explicit hierarchy.
columns This property is required. List<AnalysisColumnIdentifier>
The list of columns that define the explicit hierarchy.
hierarchyId This property is required. String
The hierarchy ID of the explicit hierarchy.
drillDownFilters List<AnalysisDrillDownFilter>
The option that determines the drill down filters for the explicit hierarchy.
columns This property is required. AnalysisColumnIdentifier[]
The list of columns that define the explicit hierarchy.
hierarchyId This property is required. string
The hierarchy ID of the explicit hierarchy.
drillDownFilters AnalysisDrillDownFilter[]
The option that determines the drill down filters for the explicit hierarchy.
columns This property is required. Sequence[AnalysisColumnIdentifier]
The list of columns that define the explicit hierarchy.
hierarchy_id This property is required. str
The hierarchy ID of the explicit hierarchy.
drill_down_filters Sequence[AnalysisDrillDownFilter]
The option that determines the drill down filters for the explicit hierarchy.
columns This property is required. List<Property Map>
The list of columns that define the explicit hierarchy.
hierarchyId This property is required. String
The hierarchy ID of the explicit hierarchy.
drillDownFilters List<Property Map>
The option that determines the drill down filters for the explicit hierarchy.

AnalysisFieldBasedTooltip
, AnalysisFieldBasedTooltipArgs

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

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

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

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

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

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

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

AnalysisFieldLabelType
, AnalysisFieldLabelTypeArgs

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

AnalysisFieldSeriesItem
, AnalysisFieldSeriesItemArgs

AxisBinding This property is required. Pulumi.AwsNative.QuickSight.AnalysisAxisBinding
The axis that you are binding the field to.
FieldId This property is required. string
The field ID of the field for which you are setting the axis binding.
Settings Pulumi.AwsNative.QuickSight.Inputs.AnalysisLineChartSeriesSettings
The options that determine the presentation of line series associated to the field.
AxisBinding This property is required. AnalysisAxisBinding
The axis that you are binding the field to.
FieldId This property is required. string
The field ID of the field for which you are setting the axis binding.
Settings AnalysisLineChartSeriesSettings
The options that determine the presentation of line series associated to the field.
axisBinding This property is required. AnalysisAxisBinding
The axis that you are binding the field to.
fieldId This property is required. String
The field ID of the field for which you are setting the axis binding.
settings AnalysisLineChartSeriesSettings
The options that determine the presentation of line series associated to the field.
axisBinding This property is required. AnalysisAxisBinding
The axis that you are binding the field to.
fieldId This property is required. string
The field ID of the field for which you are setting the axis binding.
settings AnalysisLineChartSeriesSettings
The options that determine the presentation of line series associated to the field.
axis_binding This property is required. AnalysisAxisBinding
The axis that you are binding the field to.
field_id This property is required. str
The field ID of the field for which you are setting the axis binding.
settings AnalysisLineChartSeriesSettings
The options that determine the presentation of line series associated to the field.
axisBinding This property is required. "PRIMARY_YAXIS" | "SECONDARY_YAXIS"
The axis that you are binding the field to.
fieldId This property is required. 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 This property is required. Pulumi.AwsNative.QuickSight.AnalysisSortDirection
The sort direction. Choose one of the following options:

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

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

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

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

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

  • ASC : Ascending
  • DESC : Descending
fieldId This property is required. String
The sort configuration target field.

AnalysisFieldSortOptions
, AnalysisFieldSortOptionsArgs

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

AnalysisFieldTooltipItem
, AnalysisFieldTooltipItemArgs

FieldId This property is required. string
The unique ID of the field that is targeted by the tooltip.
Label string
The label of the tooltip item.
TooltipTarget Pulumi.AwsNative.QuickSight.AnalysisTooltipTarget
Determines the target of the field tooltip item in a combo chart visual.
Visibility Pulumi.AwsNative.QuickSight.AnalysisVisibility
The visibility of the tooltip item.
FieldId This property is required. string
The unique ID of the field that is targeted by the tooltip.
Label string
The label of the tooltip item.
TooltipTarget AnalysisTooltipTarget
Determines the target of the field tooltip item in a combo chart visual.
Visibility AnalysisVisibility
The visibility of the tooltip item.
fieldId This property is required. String
The unique ID of the field that is targeted by the tooltip.
label String
The label of the tooltip item.
tooltipTarget AnalysisTooltipTarget
Determines the target of the field tooltip item in a combo chart visual.
visibility AnalysisVisibility
The visibility of the tooltip item.
fieldId This property is required. string
The unique ID of the field that is targeted by the tooltip.
label string
The label of the tooltip item.
tooltipTarget AnalysisTooltipTarget
Determines the target of the field tooltip item in a combo chart visual.
visibility AnalysisVisibility
The visibility of the tooltip item.
field_id This property is required. str
The unique ID of the field that is targeted by the tooltip.
label str
The label of the tooltip item.
tooltip_target AnalysisTooltipTarget
Determines the target of the field tooltip item in a combo chart visual.
visibility AnalysisVisibility
The visibility of the tooltip item.
fieldId This property is required. String
The unique ID of the field that is targeted by the tooltip.
label String
The label of the tooltip item.
tooltipTarget "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.AwsNative.QuickSight.Inputs.AnalysisDimensionField>
The aggregated location field well of the filled map. Values are grouped by location fields.
Values List<Pulumi.AwsNative.QuickSight.Inputs.AnalysisMeasureField>
The aggregated color field well of a filled map. Values are aggregated based on location fields.
Geospatial []AnalysisDimensionField
The aggregated location field well of the filled map. Values are grouped by location fields.
Values []AnalysisMeasureField
The aggregated color field well of a filled map. Values are aggregated based on location fields.
geospatial List<AnalysisDimensionField>
The aggregated location field well of the filled map. Values are grouped by location fields.
values List<AnalysisMeasureField>
The aggregated color field well of a filled map. Values are aggregated based on location fields.
geospatial AnalysisDimensionField[]
The aggregated location field well of the filled map. Values are grouped by location fields.
values AnalysisMeasureField[]
The aggregated color field well of a filled map. Values are aggregated based on location fields.
geospatial Sequence[AnalysisDimensionField]
The aggregated location field well of the filled map. Values are grouped by location fields.
values Sequence[AnalysisMeasureField]
The aggregated color field well of a filled map. Values are aggregated based on location fields.
geospatial List<Property Map>
The aggregated location field well of the filled map. Values are grouped by location fields.
values List<Property Map>
The aggregated color field well of a filled map. Values are aggregated based on location fields.

AnalysisFilledMapConditionalFormatting
, AnalysisFilledMapConditionalFormattingArgs

ConditionalFormattingOptions This property is required. List<Pulumi.AwsNative.QuickSight.Inputs.AnalysisFilledMapConditionalFormattingOption>
Conditional formatting options of a FilledMapVisual .
ConditionalFormattingOptions This property is required. []AnalysisFilledMapConditionalFormattingOption
Conditional formatting options of a FilledMapVisual .
conditionalFormattingOptions This property is required. List<AnalysisFilledMapConditionalFormattingOption>
Conditional formatting options of a FilledMapVisual .
conditionalFormattingOptions This property is required. AnalysisFilledMapConditionalFormattingOption[]
Conditional formatting options of a FilledMapVisual .
conditional_formatting_options This property is required. Sequence[AnalysisFilledMapConditionalFormattingOption]
Conditional formatting options of a FilledMapVisual .
conditionalFormattingOptions This property is required. List<Property Map>
Conditional formatting options of a FilledMapVisual .

AnalysisFilledMapConditionalFormattingOption
, AnalysisFilledMapConditionalFormattingOptionArgs

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

AnalysisFilledMapConfiguration
, AnalysisFilledMapConfigurationArgs

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

AnalysisFilledMapFieldWells
, AnalysisFilledMapFieldWellsArgs

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

AnalysisFilledMapShapeConditionalFormatting
, AnalysisFilledMapShapeConditionalFormattingArgs

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

AnalysisFilledMapSortConfiguration
, AnalysisFilledMapSortConfigurationArgs

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

AnalysisFilledMapVisual
, AnalysisFilledMapVisualArgs

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

AnalysisFilter
, AnalysisFilterArgs

CategoryFilter Pulumi.AwsNative.QuickSight.Inputs.AnalysisCategoryFilter

A CategoryFilter filters text values.

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

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

A CategoryFilter filters text values.

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

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

A CategoryFilter filters text values.

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

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

A CategoryFilter filters text values.

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

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

A CategoryFilter filters text values.

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

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

A CategoryFilter filters text values.

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

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

AnalysisFilterControl
, AnalysisFilterControlArgs

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

AnalysisFilterCrossSheetControl
, AnalysisFilterCrossSheetControlArgs

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

AnalysisFilterDateTimePickerControl
, AnalysisFilterDateTimePickerControlArgs

FilterControlId This property is required. string
The ID of the FilterDateTimePickerControl .
SourceFilterId This property is required. string
The source filter ID of the FilterDateTimePickerControl .
Title This property is required. string
The title of the FilterDateTimePickerControl .
CommitMode Pulumi.AwsNative.QuickSight.AnalysisCommitMode
The visibility configurationof the Apply button on a DateTimePickerControl .
DisplayOptions Pulumi.AwsNative.QuickSight.Inputs.AnalysisDateTimePickerControlDisplayOptions
The display options of a control.
Type Pulumi.AwsNative.QuickSight.AnalysisSheetControlDateTimePickerType
The type of the FilterDropDownControl . Choose one of the following options:

  • MULTI_SELECT : The user can select multiple entries from a dropdown menu.
  • SINGLE_SELECT : The user can select a single entry from a dropdown menu.
FilterControlId This property is required. string
The ID of the FilterDateTimePickerControl .
SourceFilterId This property is required. string
The source filter ID of the FilterDateTimePickerControl .
Title This property is required. string
The title of the FilterDateTimePickerControl .
CommitMode AnalysisCommitMode
The visibility configurationof the Apply button on a DateTimePickerControl .
DisplayOptions AnalysisDateTimePickerControlDisplayOptions
The display options of a control.
Type AnalysisSheetControlDateTimePickerType
The type of the FilterDropDownControl . Choose one of the following options:

  • MULTI_SELECT : The user can select multiple entries from a dropdown menu.
  • SINGLE_SELECT : The user can select a single entry from a dropdown menu.
filterControlId This property is required. String
The ID of the FilterDateTimePickerControl .
sourceFilterId This property is required. String
The source filter ID of the FilterDateTimePickerControl .
title This property is required. String
The title of the FilterDateTimePickerControl .
commitMode AnalysisCommitMode
The visibility configurationof the Apply button on a DateTimePickerControl .
displayOptions AnalysisDateTimePickerControlDisplayOptions
The display options of a control.
type AnalysisSheetControlDateTimePickerType
The type of the FilterDropDownControl . Choose one of the following options:

  • MULTI_SELECT : The user can select multiple entries from a dropdown menu.
  • SINGLE_SELECT : The user can select a single entry from a dropdown menu.
filterControlId This property is required. string
The ID of the FilterDateTimePickerControl .
sourceFilterId This property is required. string
The source filter ID of the FilterDateTimePickerControl .
title This property is required. string
The title of the FilterDateTimePickerControl .
commitMode AnalysisCommitMode
The visibility configurationof the Apply button on a DateTimePickerControl .
displayOptions AnalysisDateTimePickerControlDisplayOptions
The display options of a control.
type AnalysisSheetControlDateTimePickerType
The type of the FilterDropDownControl . Choose one of the following options:

  • MULTI_SELECT : The user can select multiple entries from a dropdown menu.
  • SINGLE_SELECT : The user can select a single entry from a dropdown menu.
filter_control_id This property is required. str
The ID of the FilterDateTimePickerControl .
source_filter_id This property is required. str
The source filter ID of the FilterDateTimePickerControl .
title This property is required. str
The title of the FilterDateTimePickerControl .
commit_mode AnalysisCommitMode
The visibility configurationof the Apply button on a DateTimePickerControl .
display_options AnalysisDateTimePickerControlDisplayOptions
The display options of a control.
type AnalysisSheetControlDateTimePickerType
The type of the FilterDropDownControl . Choose one of the following options:

  • MULTI_SELECT : The user can select multiple entries from a dropdown menu.
  • SINGLE_SELECT : The user can select a single entry from a dropdown menu.
filterControlId This property is required. String
The ID of the FilterDateTimePickerControl .
sourceFilterId This property is required. String
The source filter ID of the FilterDateTimePickerControl .
title This property is required. String
The title of the FilterDateTimePickerControl .
commitMode "AUTO" | "MANUAL"
The visibility configurationof the Apply button on a DateTimePickerControl .
displayOptions Property Map
The display options of a control.
type "SINGLE_VALUED" | "DATE_RANGE"
The type of the FilterDropDownControl . Choose one of the following options:

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

AnalysisFilterDropDownControl
, AnalysisFilterDropDownControlArgs

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

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

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

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

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

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

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

AnalysisFilterGroup
, AnalysisFilterGroupArgs

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

AnalysisFilterListConfiguration
, AnalysisFilterListConfigurationArgs

MatchOperator This property is required. Pulumi.AwsNative.QuickSight.AnalysisCategoryFilterMatchOperator
The match operator that is used to determine if a filter should be applied.
CategoryValues List<string>
The list of category values for the filter.
NullOption Pulumi.AwsNative.QuickSight.AnalysisFilterNullOption
This option determines how null values should be treated when filtering data.

  • ALL_VALUES : Include null values in filtered results.
  • NULLS_ONLY : Only include null values in filtered results.
  • NON_NULLS_ONLY : Exclude null values from filtered results.
SelectAllOptions Pulumi.AwsNative.QuickSight.AnalysisCategoryFilterSelectAllOptions
Select all of the values. Null is not the assigned value of select all.

  • FILTER_ALL_VALUES
MatchOperator This property is required. AnalysisCategoryFilterMatchOperator
The match operator that is used to determine if a filter should be applied.
CategoryValues []string
The list of category values for the filter.
NullOption AnalysisFilterNullOption
This option determines how null values should be treated when filtering data.

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

  • FILTER_ALL_VALUES
matchOperator This property is required. AnalysisCategoryFilterMatchOperator
The match operator that is used to determine if a filter should be applied.
categoryValues List<String>
The list of category values for the filter.
nullOption AnalysisFilterNullOption
This option determines how null values should be treated when filtering data.

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

  • FILTER_ALL_VALUES
matchOperator This property is required. AnalysisCategoryFilterMatchOperator
The match operator that is used to determine if a filter should be applied.
categoryValues string[]
The list of category values for the filter.
nullOption AnalysisFilterNullOption
This option determines how null values should be treated when filtering data.

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

  • FILTER_ALL_VALUES
match_operator This property is required. AnalysisCategoryFilterMatchOperator
The match operator that is used to determine if a filter should be applied.
category_values Sequence[str]
The list of category values for the filter.
null_option AnalysisFilterNullOption
This option determines how null values should be treated when filtering data.

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

  • FILTER_ALL_VALUES
matchOperator This property is required. "EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH"
The match operator that is used to determine if a filter should be applied.
categoryValues List<String>
The list of category values for the filter.
nullOption "ALL_VALUES" | "NULLS_ONLY" | "NON_NULLS_ONLY"
This option determines how null values should be treated when filtering data.

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

  • FILTER_ALL_VALUES

AnalysisFilterListControl
, AnalysisFilterListControlArgs

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

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

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

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

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

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

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

AnalysisFilterNullOption
, AnalysisFilterNullOptionArgs

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

AnalysisFilterOperationSelectedFieldsConfiguration
, AnalysisFilterOperationSelectedFieldsConfigurationArgs

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

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

Valid values are defined as follows:

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

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

Valid values are defined as follows:

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

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

Valid values are defined as follows:

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

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

Valid values are defined as follows:

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

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

Valid values are defined as follows:

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

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

Valid values are defined as follows:

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

AnalysisFilterOperationTargetVisualsConfiguration
, AnalysisFilterOperationTargetVisualsConfigurationArgs

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

Package Details

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

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi