We recommend new projects start with resources from the AWS provider.
aws-native.quicksight.Dashboard
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Definition of the AWS::QuickSight::Dashboard Resource Type.
Create Dashboard Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Dashboard(name: string, args: DashboardArgs, opts?: CustomResourceOptions);
@overload
def Dashboard(resource_name: str,
args: DashboardArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Dashboard(resource_name: str,
opts: Optional[ResourceOptions] = None,
aws_account_id: Optional[str] = None,
dashboard_id: Optional[str] = None,
dashboard_publish_options: Optional[DashboardPublishOptionsArgs] = None,
definition: Optional[DashboardVersionDefinitionArgs] = None,
link_entities: Optional[Sequence[str]] = None,
link_sharing_configuration: Optional[DashboardLinkSharingConfigurationArgs] = None,
name: Optional[str] = None,
parameters: Optional[DashboardParametersArgs] = None,
permissions: Optional[Sequence[DashboardResourcePermissionArgs]] = None,
source_entity: Optional[DashboardSourceEntityArgs] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
theme_arn: Optional[str] = None,
validation_strategy: Optional[DashboardValidationStrategyArgs] = None,
version_description: Optional[str] = None)
func NewDashboard(ctx *Context, name string, args DashboardArgs, opts ...ResourceOption) (*Dashboard, error)
public Dashboard(string name, DashboardArgs args, CustomResourceOptions? opts = null)
public Dashboard(String name, DashboardArgs args)
public Dashboard(String name, DashboardArgs args, CustomResourceOptions options)
type: aws-native:quicksight:Dashboard
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args DashboardArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args DashboardArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args DashboardArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DashboardArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DashboardArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Dashboard Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Dashboard resource accepts the following input properties:
- Aws
Account stringId - The ID of the AWS account where you want to create the dashboard.
- Dashboard
Id string - The ID for the dashboard, also added to the IAM policy.
- Dashboard
Publish Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard Publish Options - Options for publishing the dashboard when you create it:
AvailabilityStatus
forAdHocFilteringOption
- This status can be eitherENABLED
orDISABLED
. When this is set toDISABLED
, Amazon QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option isENABLED
by default.AvailabilityStatus
forExportToCSVOption
- This status can be eitherENABLED
orDISABLED
. The visual option to export data to .CSV format isn't enabled when this is set toDISABLED
. This option isENABLED
by default.VisibilityState
forSheetControlsOption
- This visibility state can be eitherCOLLAPSED
orEXPANDED
. This option isCOLLAPSED
by default.
- Definition
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Version Definition - Link
Entities List<string> - A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
- Link
Sharing Pulumi.Configuration Aws Native. Quick Sight. Inputs. Dashboard Link Sharing Configuration - A structure that contains the link sharing configurations that you want to apply overrides to.
- Name string
- The display name of the dashboard.
- Parameters
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Parameters - The parameters for the creation of the dashboard, which you want to use to override the default settings. A dashboard can have any type of parameters, and some parameters might accept multiple values.
- Permissions
List<Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Resource Permission> A structure that contains the permissions of the dashboard. You can use this structure for granting permissions by providing a list of IAM action information for each principal ARN.
To specify no permissions, omit the permissions list.
- Source
Entity Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Source Entity The entity that you are using as a source when you create the dashboard. In
SourceEntity
, you specify the type of object that you want to use. You can only create a dashboard from a template, so you use aSourceTemplate
entity. If you need to create a dashboard from an analysis, first convert the analysis to a template by using theCreateTemplate
API operation. ForSourceTemplate
, specify the Amazon Resource Name (ARN) of the source template. TheSourceTemplate
ARN can contain any AWS account; and any QuickSight-supported AWS Region .Use the
DataSetReferences
entity withinSourceTemplate
to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.- List<Pulumi.
Aws Native. Inputs. Tag> - Contains a map of the key-value pairs for the resource tag or tags assigned to the dashboard.
- Theme
Arn string - The Amazon Resource Name (ARN) of the theme that is being used for this dashboard. If you add a value for this field, it overrides the value that is used in the source entity. The theme ARN must exist in the same AWS account where you create the dashboard.
- Validation
Strategy Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Validation Strategy - The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to
LENIENT
, validation is skipped for specific errors. - Version
Description string - A description for the first version of the dashboard being created.
- Aws
Account stringId - The ID of the AWS account where you want to create the dashboard.
- Dashboard
Id string - The ID for the dashboard, also added to the IAM policy.
- Dashboard
Publish DashboardOptions Publish Options Args - Options for publishing the dashboard when you create it:
AvailabilityStatus
forAdHocFilteringOption
- This status can be eitherENABLED
orDISABLED
. When this is set toDISABLED
, Amazon QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option isENABLED
by default.AvailabilityStatus
forExportToCSVOption
- This status can be eitherENABLED
orDISABLED
. The visual option to export data to .CSV format isn't enabled when this is set toDISABLED
. This option isENABLED
by default.VisibilityState
forSheetControlsOption
- This visibility state can be eitherCOLLAPSED
orEXPANDED
. This option isCOLLAPSED
by default.
- Definition
Dashboard
Version Definition Args - Link
Entities []string - A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
- Link
Sharing DashboardConfiguration Link Sharing Configuration Args - A structure that contains the link sharing configurations that you want to apply overrides to.
- Name string
- The display name of the dashboard.
- Parameters
Dashboard
Parameters Args - The parameters for the creation of the dashboard, which you want to use to override the default settings. A dashboard can have any type of parameters, and some parameters might accept multiple values.
- Permissions
[]Dashboard
Resource Permission Args A structure that contains the permissions of the dashboard. You can use this structure for granting permissions by providing a list of IAM action information for each principal ARN.
To specify no permissions, omit the permissions list.
- Source
Entity DashboardSource Entity Args The entity that you are using as a source when you create the dashboard. In
SourceEntity
, you specify the type of object that you want to use. You can only create a dashboard from a template, so you use aSourceTemplate
entity. If you need to create a dashboard from an analysis, first convert the analysis to a template by using theCreateTemplate
API operation. ForSourceTemplate
, specify the Amazon Resource Name (ARN) of the source template. TheSourceTemplate
ARN can contain any AWS account; and any QuickSight-supported AWS Region .Use the
DataSetReferences
entity withinSourceTemplate
to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.- Tag
Args - Contains a map of the key-value pairs for the resource tag or tags assigned to the dashboard.
- Theme
Arn string - The Amazon Resource Name (ARN) of the theme that is being used for this dashboard. If you add a value for this field, it overrides the value that is used in the source entity. The theme ARN must exist in the same AWS account where you create the dashboard.
- Validation
Strategy DashboardValidation Strategy Args - The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to
LENIENT
, validation is skipped for specific errors. - Version
Description string - A description for the first version of the dashboard being created.
- aws
Account StringId - The ID of the AWS account where you want to create the dashboard.
- dashboard
Id String - The ID for the dashboard, also added to the IAM policy.
- dashboard
Publish DashboardOptions Publish Options - Options for publishing the dashboard when you create it:
AvailabilityStatus
forAdHocFilteringOption
- This status can be eitherENABLED
orDISABLED
. When this is set toDISABLED
, Amazon QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option isENABLED
by default.AvailabilityStatus
forExportToCSVOption
- This status can be eitherENABLED
orDISABLED
. The visual option to export data to .CSV format isn't enabled when this is set toDISABLED
. This option isENABLED
by default.VisibilityState
forSheetControlsOption
- This visibility state can be eitherCOLLAPSED
orEXPANDED
. This option isCOLLAPSED
by default.
- definition
Dashboard
Version Definition - link
Entities List<String> - A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
- link
Sharing DashboardConfiguration Link Sharing Configuration - A structure that contains the link sharing configurations that you want to apply overrides to.
- name String
- The display name of the dashboard.
- parameters
Dashboard
Parameters - The parameters for the creation of the dashboard, which you want to use to override the default settings. A dashboard can have any type of parameters, and some parameters might accept multiple values.
- permissions
List<Dashboard
Resource Permission> A structure that contains the permissions of the dashboard. You can use this structure for granting permissions by providing a list of IAM action information for each principal ARN.
To specify no permissions, omit the permissions list.
- source
Entity DashboardSource Entity The entity that you are using as a source when you create the dashboard. In
SourceEntity
, you specify the type of object that you want to use. You can only create a dashboard from a template, so you use aSourceTemplate
entity. If you need to create a dashboard from an analysis, first convert the analysis to a template by using theCreateTemplate
API operation. ForSourceTemplate
, specify the Amazon Resource Name (ARN) of the source template. TheSourceTemplate
ARN can contain any AWS account; and any QuickSight-supported AWS Region .Use the
DataSetReferences
entity withinSourceTemplate
to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.- List<Tag>
- Contains a map of the key-value pairs for the resource tag or tags assigned to the dashboard.
- theme
Arn String - The Amazon Resource Name (ARN) of the theme that is being used for this dashboard. If you add a value for this field, it overrides the value that is used in the source entity. The theme ARN must exist in the same AWS account where you create the dashboard.
- validation
Strategy DashboardValidation Strategy - The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to
LENIENT
, validation is skipped for specific errors. - version
Description String - A description for the first version of the dashboard being created.
- aws
Account stringId - The ID of the AWS account where you want to create the dashboard.
- dashboard
Id string - The ID for the dashboard, also added to the IAM policy.
- dashboard
Publish DashboardOptions Publish Options - Options for publishing the dashboard when you create it:
AvailabilityStatus
forAdHocFilteringOption
- This status can be eitherENABLED
orDISABLED
. When this is set toDISABLED
, Amazon QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option isENABLED
by default.AvailabilityStatus
forExportToCSVOption
- This status can be eitherENABLED
orDISABLED
. The visual option to export data to .CSV format isn't enabled when this is set toDISABLED
. This option isENABLED
by default.VisibilityState
forSheetControlsOption
- This visibility state can be eitherCOLLAPSED
orEXPANDED
. This option isCOLLAPSED
by default.
- definition
Dashboard
Version Definition - link
Entities string[] - A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
- link
Sharing DashboardConfiguration Link Sharing Configuration - A structure that contains the link sharing configurations that you want to apply overrides to.
- name string
- The display name of the dashboard.
- parameters
Dashboard
Parameters - The parameters for the creation of the dashboard, which you want to use to override the default settings. A dashboard can have any type of parameters, and some parameters might accept multiple values.
- permissions
Dashboard
Resource Permission[] A structure that contains the permissions of the dashboard. You can use this structure for granting permissions by providing a list of IAM action information for each principal ARN.
To specify no permissions, omit the permissions list.
- source
Entity DashboardSource Entity The entity that you are using as a source when you create the dashboard. In
SourceEntity
, you specify the type of object that you want to use. You can only create a dashboard from a template, so you use aSourceTemplate
entity. If you need to create a dashboard from an analysis, first convert the analysis to a template by using theCreateTemplate
API operation. ForSourceTemplate
, specify the Amazon Resource Name (ARN) of the source template. TheSourceTemplate
ARN can contain any AWS account; and any QuickSight-supported AWS Region .Use the
DataSetReferences
entity withinSourceTemplate
to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.- Tag[]
- Contains a map of the key-value pairs for the resource tag or tags assigned to the dashboard.
- theme
Arn string - The Amazon Resource Name (ARN) of the theme that is being used for this dashboard. If you add a value for this field, it overrides the value that is used in the source entity. The theme ARN must exist in the same AWS account where you create the dashboard.
- validation
Strategy DashboardValidation Strategy - The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to
LENIENT
, validation is skipped for specific errors. - version
Description string - A description for the first version of the dashboard being created.
- aws_
account_ strid - The ID of the AWS account where you want to create the dashboard.
- dashboard_
id str - The ID for the dashboard, also added to the IAM policy.
- dashboard_
publish_ Dashboardoptions Publish Options Args - Options for publishing the dashboard when you create it:
AvailabilityStatus
forAdHocFilteringOption
- This status can be eitherENABLED
orDISABLED
. When this is set toDISABLED
, Amazon QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option isENABLED
by default.AvailabilityStatus
forExportToCSVOption
- This status can be eitherENABLED
orDISABLED
. The visual option to export data to .CSV format isn't enabled when this is set toDISABLED
. This option isENABLED
by default.VisibilityState
forSheetControlsOption
- This visibility state can be eitherCOLLAPSED
orEXPANDED
. This option isCOLLAPSED
by default.
- definition
Dashboard
Version Definition Args - link_
entities Sequence[str] - A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
- link_
sharing_ Dashboardconfiguration Link Sharing Configuration Args - A structure that contains the link sharing configurations that you want to apply overrides to.
- name str
- The display name of the dashboard.
- parameters
Dashboard
Parameters Args - The parameters for the creation of the dashboard, which you want to use to override the default settings. A dashboard can have any type of parameters, and some parameters might accept multiple values.
- permissions
Sequence[Dashboard
Resource Permission Args] A structure that contains the permissions of the dashboard. You can use this structure for granting permissions by providing a list of IAM action information for each principal ARN.
To specify no permissions, omit the permissions list.
- source_
entity DashboardSource Entity Args The entity that you are using as a source when you create the dashboard. In
SourceEntity
, you specify the type of object that you want to use. You can only create a dashboard from a template, so you use aSourceTemplate
entity. If you need to create a dashboard from an analysis, first convert the analysis to a template by using theCreateTemplate
API operation. ForSourceTemplate
, specify the Amazon Resource Name (ARN) of the source template. TheSourceTemplate
ARN can contain any AWS account; and any QuickSight-supported AWS Region .Use the
DataSetReferences
entity withinSourceTemplate
to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.- Sequence[Tag
Args] - Contains a map of the key-value pairs for the resource tag or tags assigned to the dashboard.
- theme_
arn str - The Amazon Resource Name (ARN) of the theme that is being used for this dashboard. If you add a value for this field, it overrides the value that is used in the source entity. The theme ARN must exist in the same AWS account where you create the dashboard.
- validation_
strategy DashboardValidation Strategy Args - The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to
LENIENT
, validation is skipped for specific errors. - version_
description str - A description for the first version of the dashboard being created.
- aws
Account StringId - The ID of the AWS account where you want to create the dashboard.
- dashboard
Id String - The ID for the dashboard, also added to the IAM policy.
- dashboard
Publish Property MapOptions - Options for publishing the dashboard when you create it:
AvailabilityStatus
forAdHocFilteringOption
- This status can be eitherENABLED
orDISABLED
. When this is set toDISABLED
, Amazon QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option isENABLED
by default.AvailabilityStatus
forExportToCSVOption
- This status can be eitherENABLED
orDISABLED
. The visual option to export data to .CSV format isn't enabled when this is set toDISABLED
. This option isENABLED
by default.VisibilityState
forSheetControlsOption
- This visibility state can be eitherCOLLAPSED
orEXPANDED
. This option isCOLLAPSED
by default.
- definition Property Map
- link
Entities List<String> - A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
- link
Sharing Property MapConfiguration - A structure that contains the link sharing configurations that you want to apply overrides to.
- name String
- The display name of the dashboard.
- parameters Property Map
- The parameters for the creation of the dashboard, which you want to use to override the default settings. A dashboard can have any type of parameters, and some parameters might accept multiple values.
- permissions List<Property Map>
A structure that contains the permissions of the dashboard. You can use this structure for granting permissions by providing a list of IAM action information for each principal ARN.
To specify no permissions, omit the permissions list.
- source
Entity Property Map The entity that you are using as a source when you create the dashboard. In
SourceEntity
, you specify the type of object that you want to use. You can only create a dashboard from a template, so you use aSourceTemplate
entity. If you need to create a dashboard from an analysis, first convert the analysis to a template by using theCreateTemplate
API operation. ForSourceTemplate
, specify the Amazon Resource Name (ARN) of the source template. TheSourceTemplate
ARN can contain any AWS account; and any QuickSight-supported AWS Region .Use the
DataSetReferences
entity withinSourceTemplate
to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.- List<Property Map>
- Contains a map of the key-value pairs for the resource tag or tags assigned to the dashboard.
- theme
Arn String - The Amazon Resource Name (ARN) of the theme that is being used for this dashboard. If you add a value for this field, it overrides the value that is used in the source entity. The theme ARN must exist in the same AWS account where you create the dashboard.
- validation
Strategy Property Map - The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to
LENIENT
, validation is skipped for specific errors. - version
Description String - A description for the first version of the dashboard being created.
Outputs
All input properties are implicitly available as output properties. Additionally, the Dashboard resource produces the following output properties:
- Arn string
- Created
Time string - Id string
- The provider-assigned unique ID for this managed resource.
- Last
Published stringTime - Last
Updated stringTime - Version
Pulumi.
Aws Native. Quick Sight. Outputs. Dashboard Version
- Arn string
- Created
Time string - Id string
- The provider-assigned unique ID for this managed resource.
- Last
Published stringTime - Last
Updated stringTime - Version
Dashboard
Version
- arn String
- created
Time String - id String
- The provider-assigned unique ID for this managed resource.
- last
Published StringTime - last
Updated StringTime - version
Dashboard
Version
- arn string
- created
Time string - id string
- The provider-assigned unique ID for this managed resource.
- last
Published stringTime - last
Updated stringTime - version
Dashboard
Version
- arn str
- created_
time str - id str
- The provider-assigned unique ID for this managed resource.
- last_
published_ strtime - last_
updated_ strtime - version
Dashboard
Version
- arn String
- created
Time String - id String
- The provider-assigned unique ID for this managed resource.
- last
Published StringTime - last
Updated StringTime - version Property Map
Supporting Types
Note: There are over 200 nested types for this resource. Only the first 200 types are included in this documentation.
DashboardAdHocFilteringOption, DashboardAdHocFilteringOptionArgs
- Availability
Status Pulumi.Aws Native. Quick Sight. Dashboard Behavior - Availability status.
- Availability
Status DashboardBehavior - Availability status.
- availability
Status DashboardBehavior - Availability status.
- availability
Status DashboardBehavior - Availability status.
- availability_
status DashboardBehavior - Availability status.
- availability
Status "ENABLED" | "DISABLED" - Availability status.
DashboardAggregationFunction, DashboardAggregationFunctionArgs
- Attribute
Aggregation Pulumi.Function Aws Native. Quick Sight. Inputs. Dashboard Attribute Aggregation Function - Aggregation for attributes.
- Categorical
Aggregation Pulumi.Function Aws Native. Quick Sight. Dashboard Categorical Aggregation Function - Aggregation for categorical values.
COUNT
: Aggregate by the total number of values, including duplicates.DISTINCT_COUNT
: Aggregate by the total number of distinct values.
- Date
Aggregation Pulumi.Function Aws Native. Quick Sight. Dashboard Date Aggregation Function - Aggregation for date values.
COUNT
: Aggregate by the total number of values, including duplicates.DISTINCT_COUNT
: Aggregate by the total number of distinct values.MIN
: Select the smallest date value.MAX
: Select the largest date value.
- Numerical
Aggregation Pulumi.Function Aws Native. Quick Sight. Inputs. Dashboard Numerical Aggregation Function - Aggregation for numerical values.
- Attribute
Aggregation DashboardFunction Attribute Aggregation Function - Aggregation for attributes.
- Categorical
Aggregation DashboardFunction Categorical Aggregation Function - Aggregation for categorical values.
COUNT
: Aggregate by the total number of values, including duplicates.DISTINCT_COUNT
: Aggregate by the total number of distinct values.
- Date
Aggregation DashboardFunction Date Aggregation Function - Aggregation for date values.
COUNT
: Aggregate by the total number of values, including duplicates.DISTINCT_COUNT
: Aggregate by the total number of distinct values.MIN
: Select the smallest date value.MAX
: Select the largest date value.
- Numerical
Aggregation DashboardFunction Numerical Aggregation Function - Aggregation for numerical values.
- attribute
Aggregation DashboardFunction Attribute Aggregation Function - Aggregation for attributes.
- categorical
Aggregation DashboardFunction Categorical Aggregation Function - Aggregation for categorical values.
COUNT
: Aggregate by the total number of values, including duplicates.DISTINCT_COUNT
: Aggregate by the total number of distinct values.
- date
Aggregation DashboardFunction Date Aggregation Function - Aggregation for date values.
COUNT
: Aggregate by the total number of values, including duplicates.DISTINCT_COUNT
: Aggregate by the total number of distinct values.MIN
: Select the smallest date value.MAX
: Select the largest date value.
- numerical
Aggregation DashboardFunction Numerical Aggregation Function - Aggregation for numerical values.
- attribute
Aggregation DashboardFunction Attribute Aggregation Function - Aggregation for attributes.
- categorical
Aggregation DashboardFunction Categorical Aggregation Function - Aggregation for categorical values.
COUNT
: Aggregate by the total number of values, including duplicates.DISTINCT_COUNT
: Aggregate by the total number of distinct values.
- date
Aggregation DashboardFunction Date Aggregation Function - Aggregation for date values.
COUNT
: Aggregate by the total number of values, including duplicates.DISTINCT_COUNT
: Aggregate by the total number of distinct values.MIN
: Select the smallest date value.MAX
: Select the largest date value.
- numerical
Aggregation DashboardFunction Numerical Aggregation Function - Aggregation for numerical values.
- attribute_
aggregation_ Dashboardfunction Attribute Aggregation Function - Aggregation for attributes.
- categorical_
aggregation_ Dashboardfunction Categorical Aggregation Function - Aggregation for categorical values.
COUNT
: Aggregate by the total number of values, including duplicates.DISTINCT_COUNT
: Aggregate by the total number of distinct values.
- date_
aggregation_ Dashboardfunction Date Aggregation Function - Aggregation for date values.
COUNT
: Aggregate by the total number of values, including duplicates.DISTINCT_COUNT
: Aggregate by the total number of distinct values.MIN
: Select the smallest date value.MAX
: Select the largest date value.
- numerical_
aggregation_ Dashboardfunction Numerical Aggregation Function - Aggregation for numerical values.
- attribute
Aggregation Property MapFunction - Aggregation for attributes.
- categorical
Aggregation "COUNT" | "DISTINCT_COUNT"Function - Aggregation for categorical values.
COUNT
: Aggregate by the total number of values, including duplicates.DISTINCT_COUNT
: Aggregate by the total number of distinct values.
- date
Aggregation "COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX"Function - Aggregation for date values.
COUNT
: Aggregate by the total number of values, including duplicates.DISTINCT_COUNT
: Aggregate by the total number of distinct values.MIN
: Select the smallest date value.MAX
: Select the largest date value.
- numerical
Aggregation Property MapFunction - Aggregation for numerical values.
DashboardAggregationSortConfiguration, DashboardAggregationSortConfigurationArgs
- Column
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Column Identifier - The column that determines the sort order of aggregated values.
- Sort
Direction Pulumi.Aws Native. Quick Sight. Dashboard Sort Direction - The sort direction of values.
ASC
: Sort in ascending order.DESC
: Sort in descending order.
- Aggregation
Function Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Aggregation Function - The function that aggregates the values in
Column
.
- Column
Dashboard
Column Identifier - The column that determines the sort order of aggregated values.
- Sort
Direction DashboardSort Direction - The sort direction of values.
ASC
: Sort in ascending order.DESC
: Sort in descending order.
- Aggregation
Function DashboardAggregation Function - The function that aggregates the values in
Column
.
- column
Dashboard
Column Identifier - The column that determines the sort order of aggregated values.
- sort
Direction DashboardSort Direction - The sort direction of values.
ASC
: Sort in ascending order.DESC
: Sort in descending order.
- aggregation
Function DashboardAggregation Function - The function that aggregates the values in
Column
.
- column
Dashboard
Column Identifier - The column that determines the sort order of aggregated values.
- sort
Direction DashboardSort Direction - The sort direction of values.
ASC
: Sort in ascending order.DESC
: Sort in descending order.
- aggregation
Function DashboardAggregation Function - The function that aggregates the values in
Column
.
- column
Dashboard
Column Identifier - The column that determines the sort order of aggregated values.
- sort_
direction DashboardSort Direction - The sort direction of values.
ASC
: Sort in ascending order.DESC
: Sort in descending order.
- aggregation_
function DashboardAggregation Function - The function that aggregates the values in
Column
.
- column Property Map
- The column that determines the sort order of aggregated values.
- sort
Direction "ASC" | "DESC" - The sort direction of values.
ASC
: Sort in ascending order.DESC
: Sort in descending order.
- aggregation
Function Property Map - The function that aggregates the values in
Column
.
DashboardAnalysisDefaults, DashboardAnalysisDefaultsArgs
- Default
New Pulumi.Sheet Configuration Aws Native. Quick Sight. Inputs. Dashboard Default New Sheet Configuration - The configuration for default new sheet settings.
- Default
New DashboardSheet Configuration Default New Sheet Configuration - The configuration for default new sheet settings.
- default
New DashboardSheet Configuration Default New Sheet Configuration - The configuration for default new sheet settings.
- default
New DashboardSheet Configuration Default New Sheet Configuration - The configuration for default new sheet settings.
- default_
new_ Dashboardsheet_ configuration Default New Sheet Configuration - The configuration for default new sheet settings.
- default
New Property MapSheet Configuration - The configuration for default new sheet settings.
DashboardAnchorDateConfiguration, DashboardAnchorDateConfigurationArgs
- Anchor
Option Pulumi.Aws Native. Quick Sight. Dashboard Anchor Option - The options for the date configuration. Choose one of the options below:
NOW
- Parameter
Name string - The name of the parameter that is used for the anchor date configuration.
- Anchor
Option DashboardAnchor Option - The options for the date configuration. Choose one of the options below:
NOW
- Parameter
Name string - The name of the parameter that is used for the anchor date configuration.
- anchor
Option DashboardAnchor Option - The options for the date configuration. Choose one of the options below:
NOW
- parameter
Name String - The name of the parameter that is used for the anchor date configuration.
- anchor
Option DashboardAnchor Option - The options for the date configuration. Choose one of the options below:
NOW
- parameter
Name string - The name of the parameter that is used for the anchor date configuration.
- anchor_
option DashboardAnchor Option - The options for the date configuration. Choose one of the options below:
NOW
- parameter_
name str - The name of the parameter that is used for the anchor date configuration.
- anchor
Option "NOW" - The options for the date configuration. Choose one of the options below:
NOW
- parameter
Name String - The name of the parameter that is used for the anchor date configuration.
DashboardAnchorOption, DashboardAnchorOptionArgs
- Now
- NOW
- Dashboard
Anchor Option Now - NOW
- Now
- NOW
- Now
- NOW
- NOW
- NOW
- "NOW"
- NOW
DashboardArcAxisConfiguration, DashboardArcAxisConfigurationArgs
- Range
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Arc Axis Display Range - The arc axis range of a
GaugeChartVisual
. - Reserve
Range double - The reserved range of the arc axis.
- Range
Dashboard
Arc Axis Display Range - The arc axis range of a
GaugeChartVisual
. - Reserve
Range float64 - The reserved range of the arc axis.
- range
Dashboard
Arc Axis Display Range - The arc axis range of a
GaugeChartVisual
. - reserve
Range Double - The reserved range of the arc axis.
- range
Dashboard
Arc Axis Display Range - The arc axis range of a
GaugeChartVisual
. - reserve
Range number - The reserved range of the arc axis.
- range
Dashboard
Arc Axis Display Range - The arc axis range of a
GaugeChartVisual
. - reserve_
range float - The reserved range of the arc axis.
- range Property Map
- The arc axis range of a
GaugeChartVisual
. - reserve
Range Number - The reserved range of the arc axis.
DashboardArcAxisDisplayRange, DashboardArcAxisDisplayRangeArgs
DashboardArcConfiguration, DashboardArcConfigurationArgs
- Arc
Angle double - The option that determines the arc angle of a
GaugeChartVisual
. - Arc
Thickness Pulumi.Aws Native. Quick Sight. Dashboard Arc Thickness Options - The options that determine the arc thickness of a
GaugeChartVisual
.
- Arc
Angle float64 - The option that determines the arc angle of a
GaugeChartVisual
. - Arc
Thickness DashboardArc Thickness Options - The options that determine the arc thickness of a
GaugeChartVisual
.
- arc
Angle Double - The option that determines the arc angle of a
GaugeChartVisual
. - arc
Thickness DashboardArc Thickness Options - The options that determine the arc thickness of a
GaugeChartVisual
.
- arc
Angle number - The option that determines the arc angle of a
GaugeChartVisual
. - arc
Thickness DashboardArc Thickness Options - The options that determine the arc thickness of a
GaugeChartVisual
.
- arc_
angle float - The option that determines the arc angle of a
GaugeChartVisual
. - arc_
thickness DashboardArc Thickness Options - The options that determine the arc thickness of a
GaugeChartVisual
.
- arc
Angle Number - The option that determines the arc angle of a
GaugeChartVisual
. - arc
Thickness "SMALL" | "MEDIUM" | "LARGE" - The options that determine the arc thickness of a
GaugeChartVisual
.
DashboardArcOptions, DashboardArcOptionsArgs
- Arc
Thickness Pulumi.Aws Native. Quick Sight. Dashboard Arc Thickness - The arc thickness of a
GaugeChartVisual
.
- Arc
Thickness DashboardArc Thickness - The arc thickness of a
GaugeChartVisual
.
- arc
Thickness DashboardArc Thickness - The arc thickness of a
GaugeChartVisual
.
- arc
Thickness DashboardArc Thickness - The arc thickness of a
GaugeChartVisual
.
- arc_
thickness DashboardArc Thickness - The arc thickness of a
GaugeChartVisual
.
- arc
Thickness "SMALL" | "MEDIUM" | "LARGE" | "WHOLE" - The arc thickness of a
GaugeChartVisual
.
DashboardArcThickness, DashboardArcThicknessArgs
- Small
- SMALL
- Medium
- MEDIUM
- Large
- LARGE
- Whole
- WHOLE
- Dashboard
Arc Thickness Small - SMALL
- Dashboard
Arc Thickness Medium - MEDIUM
- Dashboard
Arc Thickness Large - LARGE
- Dashboard
Arc Thickness Whole - WHOLE
- Small
- SMALL
- Medium
- MEDIUM
- Large
- LARGE
- Whole
- WHOLE
- Small
- SMALL
- Medium
- MEDIUM
- Large
- LARGE
- Whole
- WHOLE
- SMALL
- SMALL
- MEDIUM
- MEDIUM
- LARGE
- LARGE
- WHOLE
- WHOLE
- "SMALL"
- SMALL
- "MEDIUM"
- MEDIUM
- "LARGE"
- LARGE
- "WHOLE"
- WHOLE
DashboardArcThicknessOptions, DashboardArcThicknessOptionsArgs
- Small
- SMALL
- Medium
- MEDIUM
- Large
- LARGE
- Dashboard
Arc Thickness Options Small - SMALL
- Dashboard
Arc Thickness Options Medium - MEDIUM
- Dashboard
Arc Thickness Options Large - LARGE
- Small
- SMALL
- Medium
- MEDIUM
- Large
- LARGE
- Small
- SMALL
- Medium
- MEDIUM
- Large
- LARGE
- SMALL
- SMALL
- MEDIUM
- MEDIUM
- LARGE
- LARGE
- "SMALL"
- SMALL
- "MEDIUM"
- MEDIUM
- "LARGE"
- LARGE
DashboardAssetOptions, DashboardAssetOptionsArgs
- Timezone string
- Determines the timezone for the analysis.
- Week
Start Pulumi.Aws Native. Quick Sight. Dashboard Day Of The Week - Determines the week start day for an analysis.
- Timezone string
- Determines the timezone for the analysis.
- Week
Start DashboardDay Of The Week - Determines the week start day for an analysis.
- timezone String
- Determines the timezone for the analysis.
- week
Start DashboardDay Of The Week - Determines the week start day for an analysis.
- timezone string
- Determines the timezone for the analysis.
- week
Start DashboardDay Of The Week - Determines the week start day for an analysis.
- timezone str
- Determines the timezone for the analysis.
- week_
start DashboardDay Of The Week - Determines the week start day for an analysis.
- timezone String
- Determines the timezone for the analysis.
- week
Start "SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" - Determines the week start day for an analysis.
DashboardAttributeAggregationFunction, DashboardAttributeAggregationFunctionArgs
- Simple
Attribute Pulumi.Aggregation Aws Native. Quick Sight. Dashboard Simple Attribute Aggregation Function - The built-in aggregation functions for attributes.
UNIQUE_VALUE
: Returns the unique value for a field, aggregated by the dimension fields.
- Value
For stringMultiple Values - Used by the
UNIQUE_VALUE
aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.
- Simple
Attribute DashboardAggregation Simple Attribute Aggregation Function - The built-in aggregation functions for attributes.
UNIQUE_VALUE
: Returns the unique value for a field, aggregated by the dimension fields.
- Value
For stringMultiple Values - Used by the
UNIQUE_VALUE
aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.
- simple
Attribute DashboardAggregation Simple Attribute Aggregation Function - The built-in aggregation functions for attributes.
UNIQUE_VALUE
: Returns the unique value for a field, aggregated by the dimension fields.
- value
For StringMultiple Values - Used by the
UNIQUE_VALUE
aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.
- simple
Attribute DashboardAggregation Simple Attribute Aggregation Function - The built-in aggregation functions for attributes.
UNIQUE_VALUE
: Returns the unique value for a field, aggregated by the dimension fields.
- value
For stringMultiple Values - Used by the
UNIQUE_VALUE
aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.
- simple_
attribute_ Dashboardaggregation Simple Attribute Aggregation Function - The built-in aggregation functions for attributes.
UNIQUE_VALUE
: Returns the unique value for a field, aggregated by the dimension fields.
- value_
for_ strmultiple_ values - Used by the
UNIQUE_VALUE
aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.
- simple
Attribute "UNIQUE_VALUE"Aggregation - The built-in aggregation functions for attributes.
UNIQUE_VALUE
: Returns the unique value for a field, aggregated by the dimension fields.
- value
For StringMultiple Values - Used by the
UNIQUE_VALUE
aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.
DashboardAxisBinding, DashboardAxisBindingArgs
- Primary
Yaxis - PRIMARY_YAXIS
- Secondary
Yaxis - SECONDARY_YAXIS
- Dashboard
Axis Binding Primary Yaxis - PRIMARY_YAXIS
- Dashboard
Axis Binding Secondary Yaxis - SECONDARY_YAXIS
- Primary
Yaxis - PRIMARY_YAXIS
- Secondary
Yaxis - SECONDARY_YAXIS
- Primary
Yaxis - PRIMARY_YAXIS
- Secondary
Yaxis - SECONDARY_YAXIS
- PRIMARY_YAXIS
- PRIMARY_YAXIS
- SECONDARY_YAXIS
- SECONDARY_YAXIS
- "PRIMARY_YAXIS"
- PRIMARY_YAXIS
- "SECONDARY_YAXIS"
- SECONDARY_YAXIS
DashboardAxisDataOptions, DashboardAxisDataOptionsArgs
- Date
Axis Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard Date Axis Options - The options for an axis with a date field.
- Numeric
Axis Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard Numeric Axis Options - The options for an axis with a numeric field.
- Date
Axis DashboardOptions Date Axis Options - The options for an axis with a date field.
- Numeric
Axis DashboardOptions Numeric Axis Options - The options for an axis with a numeric field.
- date
Axis DashboardOptions Date Axis Options - The options for an axis with a date field.
- numeric
Axis DashboardOptions Numeric Axis Options - The options for an axis with a numeric field.
- date
Axis DashboardOptions Date Axis Options - The options for an axis with a date field.
- numeric
Axis DashboardOptions Numeric Axis Options - The options for an axis with a numeric field.
- date_
axis_ Dashboardoptions Date Axis Options - The options for an axis with a date field.
- numeric_
axis_ Dashboardoptions Numeric Axis Options - The options for an axis with a numeric field.
- date
Axis Property MapOptions - The options for an axis with a date field.
- numeric
Axis Property MapOptions - The options for an axis with a numeric field.
DashboardAxisDisplayMinMaxRange, DashboardAxisDisplayMinMaxRangeArgs
DashboardAxisDisplayOptions, DashboardAxisDisplayOptionsArgs
- Axis
Line Pulumi.Visibility Aws Native. Quick Sight. Dashboard Visibility - Determines whether or not the axis line is visible.
- Axis
Offset string - String based length that is composed of value and unit in px
- Data
Options Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Axis Data Options - The data options for an axis.
- Grid
Line Pulumi.Visibility Aws Native. Quick Sight. Dashboard Visibility - Determines whether or not the grid line is visible.
- Scrollbar
Options Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Scroll Bar Options - The scroll bar options for an axis.
- Tick
Label Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard Axis Tick Label Options - The tick label options of an axis.
- Axis
Line DashboardVisibility Visibility - Determines whether or not the axis line is visible.
- Axis
Offset string - String based length that is composed of value and unit in px
- Data
Options DashboardAxis Data Options - The data options for an axis.
- Grid
Line DashboardVisibility Visibility - Determines whether or not the grid line is visible.
- Scrollbar
Options DashboardScroll Bar Options - The scroll bar options for an axis.
- Tick
Label DashboardOptions Axis Tick Label Options - The tick label options of an axis.
- axis
Line DashboardVisibility Visibility - Determines whether or not the axis line is visible.
- axis
Offset String - String based length that is composed of value and unit in px
- data
Options DashboardAxis Data Options - The data options for an axis.
- grid
Line DashboardVisibility Visibility - Determines whether or not the grid line is visible.
- scrollbar
Options DashboardScroll Bar Options - The scroll bar options for an axis.
- tick
Label DashboardOptions Axis Tick Label Options - The tick label options of an axis.
- axis
Line DashboardVisibility Visibility - Determines whether or not the axis line is visible.
- axis
Offset string - String based length that is composed of value and unit in px
- data
Options DashboardAxis Data Options - The data options for an axis.
- grid
Line DashboardVisibility Visibility - Determines whether or not the grid line is visible.
- scrollbar
Options DashboardScroll Bar Options - The scroll bar options for an axis.
- tick
Label DashboardOptions Axis Tick Label Options - The tick label options of an axis.
- axis_
line_ Dashboardvisibility Visibility - Determines whether or not the axis line is visible.
- axis_
offset str - String based length that is composed of value and unit in px
- data_
options DashboardAxis Data Options - The data options for an axis.
- grid_
line_ Dashboardvisibility Visibility - Determines whether or not the grid line is visible.
- scrollbar_
options DashboardScroll Bar Options - The scroll bar options for an axis.
- tick_
label_ Dashboardoptions Axis Tick Label Options - The tick label options of an axis.
- axis
Line "HIDDEN" | "VISIBLE"Visibility - Determines whether or not the axis line is visible.
- axis
Offset String - String based length that is composed of value and unit in px
- data
Options Property Map - The data options for an axis.
- grid
Line "HIDDEN" | "VISIBLE"Visibility - Determines whether or not the grid line is visible.
- scrollbar
Options Property Map - The scroll bar options for an axis.
- tick
Label Property MapOptions - The tick label options of an axis.
DashboardAxisDisplayRange, DashboardAxisDisplayRangeArgs
- Data
Driven Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Axis Display Data Driven Range - The data-driven setup of an axis display range.
- Min
Max Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Axis Display Min Max Range - The minimum and maximum setup of an axis display range.
- Data
Driven DashboardAxis Display Data Driven Range - The data-driven setup of an axis display range.
- Min
Max DashboardAxis Display Min Max Range - The minimum and maximum setup of an axis display range.
- data
Driven DashboardAxis Display Data Driven Range - The data-driven setup of an axis display range.
- min
Max DashboardAxis Display Min Max Range - The minimum and maximum setup of an axis display range.
- data
Driven DashboardAxis Display Data Driven Range - The data-driven setup of an axis display range.
- min
Max DashboardAxis Display Min Max Range - The minimum and maximum setup of an axis display range.
- data_
driven DashboardAxis Display Data Driven Range - The data-driven setup of an axis display range.
- min_
max DashboardAxis Display Min Max Range - The minimum and maximum setup of an axis display range.
- data
Driven Property Map - The data-driven setup of an axis display range.
- min
Max Property Map - The minimum and maximum setup of an axis display range.
DashboardAxisLabelOptions, DashboardAxisLabelOptionsArgs
- Apply
To Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Axis Label Reference Options - The options that indicate which field the label belongs to.
- Custom
Label string - The text for the axis label.
- Font
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Font Configuration - The font configuration of the axis label.
- Apply
To DashboardAxis Label Reference Options - The options that indicate which field the label belongs to.
- Custom
Label string - The text for the axis label.
- Font
Configuration DashboardFont Configuration - The font configuration of the axis label.
- apply
To DashboardAxis Label Reference Options - The options that indicate which field the label belongs to.
- custom
Label String - The text for the axis label.
- font
Configuration DashboardFont Configuration - The font configuration of the axis label.
- apply
To DashboardAxis Label Reference Options - The options that indicate which field the label belongs to.
- custom
Label string - The text for the axis label.
- font
Configuration DashboardFont Configuration - The font configuration of the axis label.
- apply_
to DashboardAxis Label Reference Options - The options that indicate which field the label belongs to.
- custom_
label str - The text for the axis label.
- font_
configuration DashboardFont Configuration - The font configuration of the axis label.
- apply
To Property Map - The options that indicate which field the label belongs to.
- custom
Label String - The text for the axis label.
- font
Configuration Property Map - The font configuration of the axis label.
DashboardAxisLabelReferenceOptions, DashboardAxisLabelReferenceOptionsArgs
- Column
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Column Identifier - The column that the axis label is targeted to.
- Field
Id string - The field that the axis label is targeted to.
- Column
Dashboard
Column Identifier - The column that the axis label is targeted to.
- Field
Id string - The field that the axis label is targeted to.
- column
Dashboard
Column Identifier - The column that the axis label is targeted to.
- field
Id String - The field that the axis label is targeted to.
- column
Dashboard
Column Identifier - The column that the axis label is targeted to.
- field
Id string - The field that the axis label is targeted to.
- column
Dashboard
Column Identifier - The column that the axis label is targeted to.
- field_
id str - The field that the axis label is targeted to.
- column Property Map
- The column that the axis label is targeted to.
- field
Id String - The field that the axis label is targeted to.
DashboardAxisLinearScale, DashboardAxisLinearScaleArgs
- step_
count float - The step count setup of a linear axis.
- step_
size float - The step size setup of a linear axis.
DashboardAxisLogarithmicScale, DashboardAxisLogarithmicScaleArgs
- Base double
- The base setup of a logarithmic axis scale.
- Base float64
- The base setup of a logarithmic axis scale.
- base Double
- The base setup of a logarithmic axis scale.
- base number
- The base setup of a logarithmic axis scale.
- base float
- The base setup of a logarithmic axis scale.
- base Number
- The base setup of a logarithmic axis scale.
DashboardAxisScale, DashboardAxisScaleArgs
- Linear
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Axis Linear Scale - The linear axis scale setup.
- Logarithmic
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Axis Logarithmic Scale - The logarithmic axis scale setup.
- Linear
Dashboard
Axis Linear Scale - The linear axis scale setup.
- Logarithmic
Dashboard
Axis Logarithmic Scale - The logarithmic axis scale setup.
- linear
Dashboard
Axis Linear Scale - The linear axis scale setup.
- logarithmic
Dashboard
Axis Logarithmic Scale - The logarithmic axis scale setup.
- linear
Dashboard
Axis Linear Scale - The linear axis scale setup.
- logarithmic
Dashboard
Axis Logarithmic Scale - The logarithmic axis scale setup.
- linear
Dashboard
Axis Linear Scale - The linear axis scale setup.
- logarithmic
Dashboard
Axis Logarithmic Scale - The logarithmic axis scale setup.
- linear Property Map
- The linear axis scale setup.
- logarithmic Property Map
- The logarithmic axis scale setup.
DashboardAxisTickLabelOptions, DashboardAxisTickLabelOptionsArgs
- Label
Options Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Label Options - Determines whether or not the axis ticks are visible.
- Rotation
Angle double - The rotation angle of the axis tick labels.
- Label
Options DashboardLabel Options - Determines whether or not the axis ticks are visible.
- Rotation
Angle float64 - The rotation angle of the axis tick labels.
- label
Options DashboardLabel Options - Determines whether or not the axis ticks are visible.
- rotation
Angle Double - The rotation angle of the axis tick labels.
- label
Options DashboardLabel Options - Determines whether or not the axis ticks are visible.
- rotation
Angle number - The rotation angle of the axis tick labels.
- label_
options DashboardLabel Options - Determines whether or not the axis ticks are visible.
- rotation_
angle float - The rotation angle of the axis tick labels.
- label
Options Property Map - Determines whether or not the axis ticks are visible.
- rotation
Angle Number - The rotation angle of the axis tick labels.
DashboardBarChartAggregatedFieldWells, DashboardBarChartAggregatedFieldWellsArgs
- Category
List<Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Dimension Field> - The category (y-axis) field well of a bar chart.
- Colors
List<Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Dimension Field> - The color (group/color) field well of a bar chart.
- Small
Multiples List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Dimension Field> - The small multiples field well of a bar chart.
- Values
List<Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Measure Field> - The value field wells of a bar chart. Values are aggregated by category.
- Category
[]Dashboard
Dimension Field - The category (y-axis) field well of a bar chart.
- Colors
[]Dashboard
Dimension Field - The color (group/color) field well of a bar chart.
- Small
Multiples []DashboardDimension Field - The small multiples field well of a bar chart.
- Values
[]Dashboard
Measure Field - The value field wells of a bar chart. Values are aggregated by category.
- category
List<Dashboard
Dimension Field> - The category (y-axis) field well of a bar chart.
- colors
List<Dashboard
Dimension Field> - The color (group/color) field well of a bar chart.
- small
Multiples List<DashboardDimension Field> - The small multiples field well of a bar chart.
- values
List<Dashboard
Measure Field> - The value field wells of a bar chart. Values are aggregated by category.
- category
Dashboard
Dimension Field[] - The category (y-axis) field well of a bar chart.
- colors
Dashboard
Dimension Field[] - The color (group/color) field well of a bar chart.
- small
Multiples DashboardDimension Field[] - The small multiples field well of a bar chart.
- values
Dashboard
Measure Field[] - The value field wells of a bar chart. Values are aggregated by category.
- category
Sequence[Dashboard
Dimension Field] - The category (y-axis) field well of a bar chart.
- colors
Sequence[Dashboard
Dimension Field] - The color (group/color) field well of a bar chart.
- small_
multiples Sequence[DashboardDimension Field] - The small multiples field well of a bar chart.
- values
Sequence[Dashboard
Measure Field] - The value field wells of a bar chart. Values are aggregated by category.
- category List<Property Map>
- The category (y-axis) field well of a bar chart.
- colors List<Property Map>
- The color (group/color) field well of a bar chart.
- small
Multiples List<Property Map> - The small multiples field well of a bar chart.
- values List<Property Map>
- The value field wells of a bar chart. Values are aggregated by category.
DashboardBarChartConfiguration, DashboardBarChartConfigurationArgs
- Bars
Arrangement Pulumi.Aws Native. Quick Sight. Dashboard Bars Arrangement - Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.
- Category
Axis Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Axis Display Options - The label display options (grid line, range, scale, axis step) for bar chart category.
- Category
Label Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) for a bar chart.
- Color
Label Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
- Contribution
Analysis List<Pulumi.Defaults Aws Native. Quick Sight. Inputs. Dashboard Contribution Analysis Default> - The contribution analysis (anomaly configuration) setup of the visual.
- Data
Labels Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Data Label Options - The options that determine if visual data labels are displayed.
- Field
Wells Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Bar Chart Field Wells - The field wells of the visual.
- Legend
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Legend Options - The legend display setup of the visual.
- Orientation
Pulumi.
Aws Native. Quick Sight. Dashboard Bar Chart Orientation - The orientation of the bars in a bar chart visual. There are two valid values in this structure:
HORIZONTAL
: Used for charts that have horizontal bars. Visuals that use this value are horizontal bar charts, horizontal stacked bar charts, and horizontal stacked 100% bar charts.VERTICAL
: Used for charts that have vertical bars. Visuals that use this value are vertical bar charts, vertical stacked bar charts, and vertical stacked 100% bar charts.
- Reference
Lines List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Reference Line> - The reference line setup of the visual.
- Small
Multiples Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard Small Multiples Options - The small multiples setup for the visual.
- Sort
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Bar Chart Sort Configuration - The sort configuration of a
BarChartVisual
. - Tooltip
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Tooltip Options - The tooltip display setup of the visual.
- Value
Axis Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Axis Display Options - The label display options (grid line, range, scale, axis step) for a bar chart value.
- Value
Label Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) for a bar chart value.
- Visual
Palette Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Visual Palette - The palette (chart color) display setup of the visual.
- Bars
Arrangement DashboardBars Arrangement - Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.
- Category
Axis DashboardAxis Display Options - The label display options (grid line, range, scale, axis step) for bar chart category.
- Category
Label DashboardOptions Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) for a bar chart.
- Color
Label DashboardOptions Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
- Contribution
Analysis []DashboardDefaults Contribution Analysis Default - The contribution analysis (anomaly configuration) setup of the visual.
- Data
Labels DashboardData Label Options - The options that determine if visual data labels are displayed.
- Field
Wells DashboardBar Chart Field Wells - The field wells of the visual.
- Legend
Dashboard
Legend Options - The legend display setup of the visual.
- Orientation
Dashboard
Bar Chart Orientation - The orientation of the bars in a bar chart visual. There are two valid values in this structure:
HORIZONTAL
: Used for charts that have horizontal bars. Visuals that use this value are horizontal bar charts, horizontal stacked bar charts, and horizontal stacked 100% bar charts.VERTICAL
: Used for charts that have vertical bars. Visuals that use this value are vertical bar charts, vertical stacked bar charts, and vertical stacked 100% bar charts.
- Reference
Lines []DashboardReference Line - The reference line setup of the visual.
- Small
Multiples DashboardOptions Small Multiples Options - The small multiples setup for the visual.
- Sort
Configuration DashboardBar Chart Sort Configuration - The sort configuration of a
BarChartVisual
. - Tooltip
Dashboard
Tooltip Options - The tooltip display setup of the visual.
- Value
Axis DashboardAxis Display Options - The label display options (grid line, range, scale, axis step) for a bar chart value.
- Value
Label DashboardOptions Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) for a bar chart value.
- Visual
Palette DashboardVisual Palette - The palette (chart color) display setup of the visual.
- bars
Arrangement DashboardBars Arrangement - Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.
- category
Axis DashboardAxis Display Options - The label display options (grid line, range, scale, axis step) for bar chart category.
- category
Label DashboardOptions Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) for a bar chart.
- color
Label DashboardOptions Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
- contribution
Analysis List<DashboardDefaults Contribution Analysis Default> - The contribution analysis (anomaly configuration) setup of the visual.
- data
Labels DashboardData Label Options - The options that determine if visual data labels are displayed.
- field
Wells DashboardBar Chart Field Wells - The field wells of the visual.
- legend
Dashboard
Legend Options - The legend display setup of the visual.
- orientation
Dashboard
Bar Chart Orientation - The orientation of the bars in a bar chart visual. There are two valid values in this structure:
HORIZONTAL
: Used for charts that have horizontal bars. Visuals that use this value are horizontal bar charts, horizontal stacked bar charts, and horizontal stacked 100% bar charts.VERTICAL
: Used for charts that have vertical bars. Visuals that use this value are vertical bar charts, vertical stacked bar charts, and vertical stacked 100% bar charts.
- reference
Lines List<DashboardReference Line> - The reference line setup of the visual.
- small
Multiples DashboardOptions Small Multiples Options - The small multiples setup for the visual.
- sort
Configuration DashboardBar Chart Sort Configuration - The sort configuration of a
BarChartVisual
. - tooltip
Dashboard
Tooltip Options - The tooltip display setup of the visual.
- value
Axis DashboardAxis Display Options - The label display options (grid line, range, scale, axis step) for a bar chart value.
- value
Label DashboardOptions Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) for a bar chart value.
- visual
Palette DashboardVisual Palette - The palette (chart color) display setup of the visual.
- bars
Arrangement DashboardBars Arrangement - Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.
- category
Axis DashboardAxis Display Options - The label display options (grid line, range, scale, axis step) for bar chart category.
- category
Label DashboardOptions Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) for a bar chart.
- color
Label DashboardOptions Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
- contribution
Analysis DashboardDefaults Contribution Analysis Default[] - The contribution analysis (anomaly configuration) setup of the visual.
- data
Labels DashboardData Label Options - The options that determine if visual data labels are displayed.
- field
Wells DashboardBar Chart Field Wells - The field wells of the visual.
- legend
Dashboard
Legend Options - The legend display setup of the visual.
- orientation
Dashboard
Bar Chart Orientation - The orientation of the bars in a bar chart visual. There are two valid values in this structure:
HORIZONTAL
: Used for charts that have horizontal bars. Visuals that use this value are horizontal bar charts, horizontal stacked bar charts, and horizontal stacked 100% bar charts.VERTICAL
: Used for charts that have vertical bars. Visuals that use this value are vertical bar charts, vertical stacked bar charts, and vertical stacked 100% bar charts.
- reference
Lines DashboardReference Line[] - The reference line setup of the visual.
- small
Multiples DashboardOptions Small Multiples Options - The small multiples setup for the visual.
- sort
Configuration DashboardBar Chart Sort Configuration - The sort configuration of a
BarChartVisual
. - tooltip
Dashboard
Tooltip Options - The tooltip display setup of the visual.
- value
Axis DashboardAxis Display Options - The label display options (grid line, range, scale, axis step) for a bar chart value.
- value
Label DashboardOptions Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) for a bar chart value.
- visual
Palette DashboardVisual Palette - The palette (chart color) display setup of the visual.
- bars_
arrangement DashboardBars Arrangement - Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.
- category_
axis DashboardAxis Display Options - The label display options (grid line, range, scale, axis step) for bar chart category.
- category_
label_ Dashboardoptions Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) for a bar chart.
- color_
label_ Dashboardoptions Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
- contribution_
analysis_ Sequence[Dashboarddefaults Contribution Analysis Default] - The contribution analysis (anomaly configuration) setup of the visual.
- data_
labels DashboardData Label Options - The options that determine if visual data labels are displayed.
- field_
wells DashboardBar Chart Field Wells - The field wells of the visual.
- legend
Dashboard
Legend Options - The legend display setup of the visual.
- orientation
Dashboard
Bar Chart Orientation - The orientation of the bars in a bar chart visual. There are two valid values in this structure:
HORIZONTAL
: Used for charts that have horizontal bars. Visuals that use this value are horizontal bar charts, horizontal stacked bar charts, and horizontal stacked 100% bar charts.VERTICAL
: Used for charts that have vertical bars. Visuals that use this value are vertical bar charts, vertical stacked bar charts, and vertical stacked 100% bar charts.
- reference_
lines Sequence[DashboardReference Line] - The reference line setup of the visual.
- small_
multiples_ Dashboardoptions Small Multiples Options - The small multiples setup for the visual.
- sort_
configuration DashboardBar Chart Sort Configuration - The sort configuration of a
BarChartVisual
. - tooltip
Dashboard
Tooltip Options - The tooltip display setup of the visual.
- value_
axis DashboardAxis Display Options - The label display options (grid line, range, scale, axis step) for a bar chart value.
- value_
label_ Dashboardoptions Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) for a bar chart value.
- visual_
palette DashboardVisual Palette - The palette (chart color) display setup of the visual.
- bars
Arrangement "CLUSTERED" | "STACKED" | "STACKED_PERCENT" - Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.
- category
Axis Property Map - The label display options (grid line, range, scale, axis step) for bar chart category.
- category
Label Property MapOptions - The label options (label text, label visibility and sort icon visibility) for a bar chart.
- color
Label Property MapOptions - The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
- contribution
Analysis List<Property Map>Defaults - The contribution analysis (anomaly configuration) setup of the visual.
- data
Labels Property Map - The options that determine if visual data labels are displayed.
- field
Wells Property Map - The field wells of the visual.
- legend Property Map
- The legend display setup of the visual.
- orientation "HORIZONTAL" | "VERTICAL"
- The orientation of the bars in a bar chart visual. There are two valid values in this structure:
HORIZONTAL
: Used for charts that have horizontal bars. Visuals that use this value are horizontal bar charts, horizontal stacked bar charts, and horizontal stacked 100% bar charts.VERTICAL
: Used for charts that have vertical bars. Visuals that use this value are vertical bar charts, vertical stacked bar charts, and vertical stacked 100% bar charts.
- reference
Lines List<Property Map> - The reference line setup of the visual.
- small
Multiples Property MapOptions - The small multiples setup for the visual.
- sort
Configuration Property Map - The sort configuration of a
BarChartVisual
. - tooltip Property Map
- The tooltip display setup of the visual.
- value
Axis Property Map - The label display options (grid line, range, scale, axis step) for a bar chart value.
- value
Label Property MapOptions - The label options (label text, label visibility and sort icon visibility) for a bar chart value.
- visual
Palette Property Map - The palette (chart color) display setup of the visual.
DashboardBarChartFieldWells, DashboardBarChartFieldWellsArgs
- Bar
Chart Pulumi.Aggregated Field Wells Aws Native. Quick Sight. Inputs. Dashboard Bar Chart Aggregated Field Wells - The aggregated field wells of a bar chart.
- Bar
Chart DashboardAggregated Field Wells Bar Chart Aggregated Field Wells - The aggregated field wells of a bar chart.
- bar
Chart DashboardAggregated Field Wells Bar Chart Aggregated Field Wells - The aggregated field wells of a bar chart.
- bar
Chart DashboardAggregated Field Wells Bar Chart Aggregated Field Wells - The aggregated field wells of a bar chart.
- bar_
chart_ Dashboardaggregated_ field_ wells Bar Chart Aggregated Field Wells - The aggregated field wells of a bar chart.
- bar
Chart Property MapAggregated Field Wells - The aggregated field wells of a bar chart.
DashboardBarChartOrientation, DashboardBarChartOrientationArgs
- Horizontal
- HORIZONTAL
- Vertical
- VERTICAL
- Dashboard
Bar Chart Orientation Horizontal - HORIZONTAL
- Dashboard
Bar Chart Orientation Vertical - VERTICAL
- Horizontal
- HORIZONTAL
- Vertical
- VERTICAL
- Horizontal
- HORIZONTAL
- Vertical
- VERTICAL
- HORIZONTAL
- HORIZONTAL
- VERTICAL
- VERTICAL
- "HORIZONTAL"
- HORIZONTAL
- "VERTICAL"
- VERTICAL
DashboardBarChartSortConfiguration, DashboardBarChartSortConfigurationArgs
- Category
Items Pulumi.Limit Aws Native. Quick Sight. Inputs. Dashboard Items Limit Configuration - The limit on the number of categories displayed in a bar chart.
- Category
Sort List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Field Sort Options> - The sort configuration of category fields.
- Color
Items Pulumi.Limit Aws Native. Quick Sight. Inputs. Dashboard Items Limit Configuration - The limit on the number of values displayed in a bar chart.
- Color
Sort List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Field Sort Options> - The sort configuration of color fields in a bar chart.
- Small
Multiples Pulumi.Limit Configuration Aws Native. Quick Sight. Inputs. Dashboard Items Limit Configuration - The limit on the number of small multiples panels that are displayed.
- Small
Multiples List<Pulumi.Sort Aws Native. Quick Sight. Inputs. Dashboard Field Sort Options> - The sort configuration of the small multiples field.
- Category
Items DashboardLimit Items Limit Configuration - The limit on the number of categories displayed in a bar chart.
- Category
Sort []DashboardField Sort Options - The sort configuration of category fields.
- Color
Items DashboardLimit Items Limit Configuration - The limit on the number of values displayed in a bar chart.
- Color
Sort []DashboardField Sort Options - The sort configuration of color fields in a bar chart.
- Small
Multiples DashboardLimit Configuration Items Limit Configuration - The limit on the number of small multiples panels that are displayed.
- Small
Multiples []DashboardSort Field Sort Options - The sort configuration of the small multiples field.
- category
Items DashboardLimit Items Limit Configuration - The limit on the number of categories displayed in a bar chart.
- category
Sort List<DashboardField Sort Options> - The sort configuration of category fields.
- color
Items DashboardLimit Items Limit Configuration - The limit on the number of values displayed in a bar chart.
- color
Sort List<DashboardField Sort Options> - The sort configuration of color fields in a bar chart.
- small
Multiples DashboardLimit Configuration Items Limit Configuration - The limit on the number of small multiples panels that are displayed.
- small
Multiples List<DashboardSort Field Sort Options> - The sort configuration of the small multiples field.
- category
Items DashboardLimit Items Limit Configuration - The limit on the number of categories displayed in a bar chart.
- category
Sort DashboardField Sort Options[] - The sort configuration of category fields.
- color
Items DashboardLimit Items Limit Configuration - The limit on the number of values displayed in a bar chart.
- color
Sort DashboardField Sort Options[] - The sort configuration of color fields in a bar chart.
- small
Multiples DashboardLimit Configuration Items Limit Configuration - The limit on the number of small multiples panels that are displayed.
- small
Multiples DashboardSort Field Sort Options[] - The sort configuration of the small multiples field.
- category_
items_ Dashboardlimit Items Limit Configuration - The limit on the number of categories displayed in a bar chart.
- category_
sort Sequence[DashboardField Sort Options] - The sort configuration of category fields.
- color_
items_ Dashboardlimit Items Limit Configuration - The limit on the number of values displayed in a bar chart.
- color_
sort Sequence[DashboardField Sort Options] - The sort configuration of color fields in a bar chart.
- small_
multiples_ Dashboardlimit_ configuration Items Limit Configuration - The limit on the number of small multiples panels that are displayed.
- small_
multiples_ Sequence[Dashboardsort Field Sort Options] - The sort configuration of the small multiples field.
- category
Items Property MapLimit - The limit on the number of categories displayed in a bar chart.
- category
Sort List<Property Map> - The sort configuration of category fields.
- color
Items Property MapLimit - The limit on the number of values displayed in a bar chart.
- color
Sort List<Property Map> - The sort configuration of color fields in a bar chart.
- small
Multiples Property MapLimit Configuration - The limit on the number of small multiples panels that are displayed.
- small
Multiples List<Property Map>Sort - The sort configuration of the small multiples field.
DashboardBarChartVisual, DashboardBarChartVisualArgs
- Visual
Id string - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- Actions
List<Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Visual Custom Action> - The list of custom actions that are configured for a visual.
- Chart
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Bar Chart Configuration - The configuration settings of the visual.
- Column
Hierarchies List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Column Hierarchy> - The column hierarchy that is used during drill-downs and drill-ups.
- Subtitle
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- Title
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Visual Title Label Options - The title that is displayed on the visual.
- Visual
Id string - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- Actions
[]Dashboard
Visual Custom Action - The list of custom actions that are configured for a visual.
- Chart
Configuration DashboardBar Chart Configuration - The configuration settings of the visual.
- Column
Hierarchies []DashboardColumn Hierarchy - The column hierarchy that is used during drill-downs and drill-ups.
- Subtitle
Dashboard
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- Title
Dashboard
Visual Title Label Options - The title that is displayed on the visual.
- visual
Id String - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions
List<Dashboard
Visual Custom Action> - The list of custom actions that are configured for a visual.
- chart
Configuration DashboardBar Chart Configuration - The configuration settings of the visual.
- column
Hierarchies List<DashboardColumn Hierarchy> - The column hierarchy that is used during drill-downs and drill-ups.
- subtitle
Dashboard
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- title
Dashboard
Visual Title Label Options - The title that is displayed on the visual.
- visual
Id string - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions
Dashboard
Visual Custom Action[] - The list of custom actions that are configured for a visual.
- chart
Configuration DashboardBar Chart Configuration - The configuration settings of the visual.
- column
Hierarchies DashboardColumn Hierarchy[] - The column hierarchy that is used during drill-downs and drill-ups.
- subtitle
Dashboard
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- title
Dashboard
Visual Title Label Options - The title that is displayed on the visual.
- visual_
id str - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions
Sequence[Dashboard
Visual Custom Action] - The list of custom actions that are configured for a visual.
- chart_
configuration DashboardBar Chart Configuration - The configuration settings of the visual.
- column_
hierarchies Sequence[DashboardColumn Hierarchy] - The column hierarchy that is used during drill-downs and drill-ups.
- subtitle
Dashboard
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- title
Dashboard
Visual Title Label Options - The title that is displayed on the visual.
- visual
Id String - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions List<Property Map>
- The list of custom actions that are configured for a visual.
- chart
Configuration Property Map - The configuration settings of the visual.
- column
Hierarchies List<Property Map> - The column hierarchy that is used during drill-downs and drill-ups.
- subtitle Property Map
- The subtitle that is displayed on the visual.
- title Property Map
- The title that is displayed on the visual.
DashboardBarsArrangement, DashboardBarsArrangementArgs
- Clustered
- CLUSTERED
- Stacked
- STACKED
- Stacked
Percent - STACKED_PERCENT
- Dashboard
Bars Arrangement Clustered - CLUSTERED
- Dashboard
Bars Arrangement Stacked - STACKED
- Dashboard
Bars Arrangement Stacked Percent - STACKED_PERCENT
- Clustered
- CLUSTERED
- Stacked
- STACKED
- Stacked
Percent - STACKED_PERCENT
- Clustered
- CLUSTERED
- Stacked
- STACKED
- Stacked
Percent - STACKED_PERCENT
- CLUSTERED
- CLUSTERED
- STACKED
- STACKED
- STACKED_PERCENT
- STACKED_PERCENT
- "CLUSTERED"
- CLUSTERED
- "STACKED"
- STACKED
- "STACKED_PERCENT"
- STACKED_PERCENT
DashboardBaseMapStyleType, DashboardBaseMapStyleTypeArgs
- Light
Gray - LIGHT_GRAY
- Dark
Gray - DARK_GRAY
- Street
- STREET
- Imagery
- IMAGERY
- Dashboard
Base Map Style Type Light Gray - LIGHT_GRAY
- Dashboard
Base Map Style Type Dark Gray - DARK_GRAY
- Dashboard
Base Map Style Type Street - STREET
- Dashboard
Base Map Style Type Imagery - IMAGERY
- Light
Gray - LIGHT_GRAY
- Dark
Gray - DARK_GRAY
- Street
- STREET
- Imagery
- IMAGERY
- Light
Gray - LIGHT_GRAY
- Dark
Gray - DARK_GRAY
- Street
- STREET
- Imagery
- IMAGERY
- LIGHT_GRAY
- LIGHT_GRAY
- DARK_GRAY
- DARK_GRAY
- STREET
- STREET
- IMAGERY
- IMAGERY
- "LIGHT_GRAY"
- LIGHT_GRAY
- "DARK_GRAY"
- DARK_GRAY
- "STREET"
- STREET
- "IMAGERY"
- IMAGERY
DashboardBehavior, DashboardBehaviorArgs
- Enabled
- ENABLED
- Disabled
- DISABLED
- Dashboard
Behavior Enabled - ENABLED
- Dashboard
Behavior Disabled - DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- Enabled
- ENABLED
- Disabled
- DISABLED
- ENABLED
- ENABLED
- DISABLED
- DISABLED
- "ENABLED"
- ENABLED
- "DISABLED"
- DISABLED
DashboardBinCountOptions, DashboardBinCountOptionsArgs
- Value double
- The options that determine the bin count value.
- Value float64
- The options that determine the bin count value.
- value Double
- The options that determine the bin count value.
- value number
- The options that determine the bin count value.
- value float
- The options that determine the bin count value.
- value Number
- The options that determine the bin count value.
DashboardBinWidthOptions, DashboardBinWidthOptionsArgs
- Bin
Count doubleLimit - The options that determine the bin count limit.
- Value double
- The options that determine the bin width value.
- Bin
Count float64Limit - The options that determine the bin count limit.
- Value float64
- The options that determine the bin width value.
- bin
Count DoubleLimit - The options that determine the bin count limit.
- value Double
- The options that determine the bin width value.
- bin
Count numberLimit - The options that determine the bin count limit.
- value number
- The options that determine the bin width value.
- bin_
count_ floatlimit - The options that determine the bin count limit.
- value float
- The options that determine the bin width value.
- bin
Count NumberLimit - The options that determine the bin count limit.
- value Number
- The options that determine the bin width value.
DashboardBodySectionConfiguration, DashboardBodySectionConfigurationArgs
- Content
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Body Section Content - The configuration of content in a body section.
- Section
Id string - The unique identifier of a body section.
- Page
Break Pulumi.Configuration Aws Native. Quick Sight. Inputs. Dashboard Section Page Break Configuration - The configuration of a page break for a section.
- Style
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Section Style - The style options of a body section.
- Content
Dashboard
Body Section Content - The configuration of content in a body section.
- Section
Id string - The unique identifier of a body section.
- Page
Break DashboardConfiguration Section Page Break Configuration - The configuration of a page break for a section.
- Style
Dashboard
Section Style - The style options of a body section.
- content
Dashboard
Body Section Content - The configuration of content in a body section.
- section
Id String - The unique identifier of a body section.
- page
Break DashboardConfiguration Section Page Break Configuration - The configuration of a page break for a section.
- style
Dashboard
Section Style - The style options of a body section.
- content
Dashboard
Body Section Content - The configuration of content in a body section.
- section
Id string - The unique identifier of a body section.
- page
Break DashboardConfiguration Section Page Break Configuration - The configuration of a page break for a section.
- style
Dashboard
Section Style - The style options of a body section.
- content
Dashboard
Body Section Content - The configuration of content in a body section.
- section_
id str - The unique identifier of a body section.
- page_
break_ Dashboardconfiguration Section Page Break Configuration - The configuration of a page break for a section.
- style
Dashboard
Section Style - The style options of a body section.
- content Property Map
- The configuration of content in a body section.
- section
Id String - The unique identifier of a body section.
- page
Break Property MapConfiguration - The configuration of a page break for a section.
- style Property Map
- The style options of a body section.
DashboardBodySectionContent, DashboardBodySectionContentArgs
- Layout
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Section Layout Configuration - The layout configuration of a body section.
- Layout
Dashboard
Section Layout Configuration - The layout configuration of a body section.
- layout
Dashboard
Section Layout Configuration - The layout configuration of a body section.
- layout
Dashboard
Section Layout Configuration - The layout configuration of a body section.
- layout
Dashboard
Section Layout Configuration - The layout configuration of a body section.
- layout Property Map
- The layout configuration of a body section.
DashboardBoxPlotAggregatedFieldWells, DashboardBoxPlotAggregatedFieldWellsArgs
- Group
By List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Dimension Field> - The group by field well of a box plot chart. Values are grouped based on group by fields.
- Values
List<Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Measure Field> - The value field well of a box plot chart. Values are aggregated based on group by fields.
- Group
By []DashboardDimension Field - The group by field well of a box plot chart. Values are grouped based on group by fields.
- Values
[]Dashboard
Measure Field - The value field well of a box plot chart. Values are aggregated based on group by fields.
- group
By List<DashboardDimension Field> - The group by field well of a box plot chart. Values are grouped based on group by fields.
- values
List<Dashboard
Measure Field> - The value field well of a box plot chart. Values are aggregated based on group by fields.
- group
By DashboardDimension Field[] - The group by field well of a box plot chart. Values are grouped based on group by fields.
- values
Dashboard
Measure Field[] - The value field well of a box plot chart. Values are aggregated based on group by fields.
- group_
by Sequence[DashboardDimension Field] - The group by field well of a box plot chart. Values are grouped based on group by fields.
- values
Sequence[Dashboard
Measure Field] - The value field well of a box plot chart. Values are aggregated based on group by fields.
- group
By List<Property Map> - The group by field well of a box plot chart. Values are grouped based on group by fields.
- values List<Property Map>
- The value field well of a box plot chart. Values are aggregated based on group by fields.
DashboardBoxPlotChartConfiguration, DashboardBoxPlotChartConfigurationArgs
- Box
Plot Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard Box Plot Options - The box plot chart options for a box plot visual
- Category
Axis Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Axis Display Options - The label display options (grid line, range, scale, axis step) of a box plot category.
- Category
Label Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard Chart Axis Label Options - The label options (label text, label visibility and sort Icon visibility) of a box plot category.
- Field
Wells Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Box Plot Field Wells - The field wells of the visual.
- Legend
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Legend Options - Primary
YAxis Pulumi.Display Options Aws Native. Quick Sight. Inputs. Dashboard Axis Display Options - The label display options (grid line, range, scale, axis step) of a box plot category.
- Primary
YAxis Pulumi.Label Options Aws Native. Quick Sight. Inputs. Dashboard Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) of a box plot value.
- Reference
Lines List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Reference Line> - The reference line setup of the visual.
- Sort
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Box Plot Sort Configuration - The sort configuration of a
BoxPlotVisual
. - Tooltip
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Tooltip Options - The tooltip display setup of the visual.
- Visual
Palette Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Visual Palette - The palette (chart color) display setup of the visual.
- Box
Plot DashboardOptions Box Plot Options - The box plot chart options for a box plot visual
- Category
Axis DashboardAxis Display Options - The label display options (grid line, range, scale, axis step) of a box plot category.
- Category
Label DashboardOptions Chart Axis Label Options - The label options (label text, label visibility and sort Icon visibility) of a box plot category.
- Field
Wells DashboardBox Plot Field Wells - The field wells of the visual.
- Legend
Dashboard
Legend Options - Primary
YAxis DashboardDisplay Options Axis Display Options - The label display options (grid line, range, scale, axis step) of a box plot category.
- Primary
YAxis DashboardLabel Options Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) of a box plot value.
- Reference
Lines []DashboardReference Line - The reference line setup of the visual.
- Sort
Configuration DashboardBox Plot Sort Configuration - The sort configuration of a
BoxPlotVisual
. - Tooltip
Dashboard
Tooltip Options - The tooltip display setup of the visual.
- Visual
Palette DashboardVisual Palette - The palette (chart color) display setup of the visual.
- box
Plot DashboardOptions Box Plot Options - The box plot chart options for a box plot visual
- category
Axis DashboardAxis Display Options - The label display options (grid line, range, scale, axis step) of a box plot category.
- category
Label DashboardOptions Chart Axis Label Options - The label options (label text, label visibility and sort Icon visibility) of a box plot category.
- field
Wells DashboardBox Plot Field Wells - The field wells of the visual.
- legend
Dashboard
Legend Options - primary
YAxis DashboardDisplay Options Axis Display Options - The label display options (grid line, range, scale, axis step) of a box plot category.
- primary
YAxis DashboardLabel Options Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) of a box plot value.
- reference
Lines List<DashboardReference Line> - The reference line setup of the visual.
- sort
Configuration DashboardBox Plot Sort Configuration - The sort configuration of a
BoxPlotVisual
. - tooltip
Dashboard
Tooltip Options - The tooltip display setup of the visual.
- visual
Palette DashboardVisual Palette - The palette (chart color) display setup of the visual.
- box
Plot DashboardOptions Box Plot Options - The box plot chart options for a box plot visual
- category
Axis DashboardAxis Display Options - The label display options (grid line, range, scale, axis step) of a box plot category.
- category
Label DashboardOptions Chart Axis Label Options - The label options (label text, label visibility and sort Icon visibility) of a box plot category.
- field
Wells DashboardBox Plot Field Wells - The field wells of the visual.
- legend
Dashboard
Legend Options - primary
YAxis DashboardDisplay Options Axis Display Options - The label display options (grid line, range, scale, axis step) of a box plot category.
- primary
YAxis DashboardLabel Options Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) of a box plot value.
- reference
Lines DashboardReference Line[] - The reference line setup of the visual.
- sort
Configuration DashboardBox Plot Sort Configuration - The sort configuration of a
BoxPlotVisual
. - tooltip
Dashboard
Tooltip Options - The tooltip display setup of the visual.
- visual
Palette DashboardVisual Palette - The palette (chart color) display setup of the visual.
- box_
plot_ Dashboardoptions Box Plot Options - The box plot chart options for a box plot visual
- category_
axis DashboardAxis Display Options - The label display options (grid line, range, scale, axis step) of a box plot category.
- category_
label_ Dashboardoptions Chart Axis Label Options - The label options (label text, label visibility and sort Icon visibility) of a box plot category.
- field_
wells DashboardBox Plot Field Wells - The field wells of the visual.
- legend
Dashboard
Legend Options - primary_
y_ Dashboardaxis_ display_ options Axis Display Options - The label display options (grid line, range, scale, axis step) of a box plot category.
- primary_
y_ Dashboardaxis_ label_ options Chart Axis Label Options - The label options (label text, label visibility and sort icon visibility) of a box plot value.
- reference_
lines Sequence[DashboardReference Line] - The reference line setup of the visual.
- sort_
configuration DashboardBox Plot Sort Configuration - The sort configuration of a
BoxPlotVisual
. - tooltip
Dashboard
Tooltip Options - The tooltip display setup of the visual.
- visual_
palette DashboardVisual Palette - The palette (chart color) display setup of the visual.
- box
Plot Property MapOptions - The box plot chart options for a box plot visual
- category
Axis Property Map - The label display options (grid line, range, scale, axis step) of a box plot category.
- category
Label Property MapOptions - The label options (label text, label visibility and sort Icon visibility) of a box plot category.
- field
Wells Property Map - The field wells of the visual.
- legend Property Map
- primary
YAxis Property MapDisplay Options - The label display options (grid line, range, scale, axis step) of a box plot category.
- primary
YAxis Property MapLabel Options - The label options (label text, label visibility and sort icon visibility) of a box plot value.
- reference
Lines List<Property Map> - The reference line setup of the visual.
- sort
Configuration Property Map - The sort configuration of a
BoxPlotVisual
. - tooltip Property Map
- The tooltip display setup of the visual.
- visual
Palette Property Map - The palette (chart color) display setup of the visual.
DashboardBoxPlotFieldWells, DashboardBoxPlotFieldWellsArgs
- Box
Plot Pulumi.Aggregated Field Wells Aws Native. Quick Sight. Inputs. Dashboard Box Plot Aggregated Field Wells - The aggregated field wells of a box plot.
- Box
Plot DashboardAggregated Field Wells Box Plot Aggregated Field Wells - The aggregated field wells of a box plot.
- box
Plot DashboardAggregated Field Wells Box Plot Aggregated Field Wells - The aggregated field wells of a box plot.
- box
Plot DashboardAggregated Field Wells Box Plot Aggregated Field Wells - The aggregated field wells of a box plot.
- box_
plot_ Dashboardaggregated_ field_ wells Box Plot Aggregated Field Wells - The aggregated field wells of a box plot.
- box
Plot Property MapAggregated Field Wells - The aggregated field wells of a box plot.
DashboardBoxPlotFillStyle, DashboardBoxPlotFillStyleArgs
- Solid
- SOLID
- Transparent
- TRANSPARENT
- Dashboard
Box Plot Fill Style Solid - SOLID
- Dashboard
Box Plot Fill Style Transparent - TRANSPARENT
- Solid
- SOLID
- Transparent
- TRANSPARENT
- Solid
- SOLID
- Transparent
- TRANSPARENT
- SOLID
- SOLID
- TRANSPARENT
- TRANSPARENT
- "SOLID"
- SOLID
- "TRANSPARENT"
- TRANSPARENT
DashboardBoxPlotOptions, DashboardBoxPlotOptionsArgs
- All
Data Pulumi.Points Visibility Aws Native. Quick Sight. Dashboard Visibility - Determines the visibility of all data points of the box plot.
- Outlier
Visibility Pulumi.Aws Native. Quick Sight. Dashboard Visibility - Determines the visibility of the outlier in a box plot.
- Style
Options Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Box Plot Style Options - The style options of the box plot.
- All
Data DashboardPoints Visibility Visibility - Determines the visibility of all data points of the box plot.
- Outlier
Visibility DashboardVisibility - Determines the visibility of the outlier in a box plot.
- Style
Options DashboardBox Plot Style Options - The style options of the box plot.
- all
Data DashboardPoints Visibility Visibility - Determines the visibility of all data points of the box plot.
- outlier
Visibility DashboardVisibility - Determines the visibility of the outlier in a box plot.
- style
Options DashboardBox Plot Style Options - The style options of the box plot.
- all
Data DashboardPoints Visibility Visibility - Determines the visibility of all data points of the box plot.
- outlier
Visibility DashboardVisibility - Determines the visibility of the outlier in a box plot.
- style
Options DashboardBox Plot Style Options - The style options of the box plot.
- all_
data_ Dashboardpoints_ visibility Visibility - Determines the visibility of all data points of the box plot.
- outlier_
visibility DashboardVisibility - Determines the visibility of the outlier in a box plot.
- style_
options DashboardBox Plot Style Options - The style options of the box plot.
- all
Data "HIDDEN" | "VISIBLE"Points Visibility - Determines the visibility of all data points of the box plot.
- outlier
Visibility "HIDDEN" | "VISIBLE" - Determines the visibility of the outlier in a box plot.
- style
Options Property Map - The style options of the box plot.
DashboardBoxPlotSortConfiguration, DashboardBoxPlotSortConfigurationArgs
- Category
Sort List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Field Sort Options> - The sort configuration of a group by fields.
- Pagination
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Pagination Configuration - The pagination configuration of a table visual or box plot.
- Category
Sort []DashboardField Sort Options - The sort configuration of a group by fields.
- Pagination
Configuration DashboardPagination Configuration - The pagination configuration of a table visual or box plot.
- category
Sort List<DashboardField Sort Options> - The sort configuration of a group by fields.
- pagination
Configuration DashboardPagination Configuration - The pagination configuration of a table visual or box plot.
- category
Sort DashboardField Sort Options[] - The sort configuration of a group by fields.
- pagination
Configuration DashboardPagination Configuration - The pagination configuration of a table visual or box plot.
- category_
sort Sequence[DashboardField Sort Options] - The sort configuration of a group by fields.
- pagination_
configuration DashboardPagination Configuration - The pagination configuration of a table visual or box plot.
- category
Sort List<Property Map> - The sort configuration of a group by fields.
- pagination
Configuration Property Map - The pagination configuration of a table visual or box plot.
DashboardBoxPlotStyleOptions, DashboardBoxPlotStyleOptionsArgs
- Fill
Style Pulumi.Aws Native. Quick Sight. Dashboard Box Plot Fill Style - The fill styles (solid, transparent) of the box plot.
- Fill
Style DashboardBox Plot Fill Style - The fill styles (solid, transparent) of the box plot.
- fill
Style DashboardBox Plot Fill Style - The fill styles (solid, transparent) of the box plot.
- fill
Style DashboardBox Plot Fill Style - The fill styles (solid, transparent) of the box plot.
- fill_
style DashboardBox Plot Fill Style - The fill styles (solid, transparent) of the box plot.
- fill
Style "SOLID" | "TRANSPARENT" - The fill styles (solid, transparent) of the box plot.
DashboardBoxPlotVisual, DashboardBoxPlotVisualArgs
- Visual
Id string - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- Actions
List<Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Visual Custom Action> - The list of custom actions that are configured for a visual.
- Chart
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Box Plot Chart Configuration - The configuration settings of the visual.
- Column
Hierarchies List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Column Hierarchy> - The column hierarchy that is used during drill-downs and drill-ups.
- Subtitle
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- Title
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Visual Title Label Options - The title that is displayed on the visual.
- Visual
Id string - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- Actions
[]Dashboard
Visual Custom Action - The list of custom actions that are configured for a visual.
- Chart
Configuration DashboardBox Plot Chart Configuration - The configuration settings of the visual.
- Column
Hierarchies []DashboardColumn Hierarchy - The column hierarchy that is used during drill-downs and drill-ups.
- Subtitle
Dashboard
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- Title
Dashboard
Visual Title Label Options - The title that is displayed on the visual.
- visual
Id String - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- actions
List<Dashboard
Visual Custom Action> - The list of custom actions that are configured for a visual.
- chart
Configuration DashboardBox Plot Chart Configuration - The configuration settings of the visual.
- column
Hierarchies List<DashboardColumn Hierarchy> - The column hierarchy that is used during drill-downs and drill-ups.
- subtitle
Dashboard
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- title
Dashboard
Visual Title Label Options - The title that is displayed on the visual.
- visual
Id string - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- actions
Dashboard
Visual Custom Action[] - The list of custom actions that are configured for a visual.
- chart
Configuration DashboardBox Plot Chart Configuration - The configuration settings of the visual.
- column
Hierarchies DashboardColumn Hierarchy[] - The column hierarchy that is used during drill-downs and drill-ups.
- subtitle
Dashboard
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- title
Dashboard
Visual Title Label Options - The title that is displayed on the visual.
- visual_
id str - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- actions
Sequence[Dashboard
Visual Custom Action] - The list of custom actions that are configured for a visual.
- chart_
configuration DashboardBox Plot Chart Configuration - The configuration settings of the visual.
- column_
hierarchies Sequence[DashboardColumn Hierarchy] - The column hierarchy that is used during drill-downs and drill-ups.
- subtitle
Dashboard
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- title
Dashboard
Visual Title Label Options - The title that is displayed on the visual.
- visual
Id String - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- actions List<Property Map>
- The list of custom actions that are configured for a visual.
- chart
Configuration Property Map - The configuration settings of the visual.
- column
Hierarchies List<Property Map> - The column hierarchy that is used during drill-downs and drill-ups.
- subtitle Property Map
- The subtitle that is displayed on the visual.
- title Property Map
- The title that is displayed on the visual.
DashboardCalculatedField, DashboardCalculatedFieldArgs
- Data
Set stringIdentifier - The data set that is used in this calculated field.
- Expression string
- The expression of the calculated field.
- Name string
- The name of the calculated field.
- Data
Set stringIdentifier - The data set that is used in this calculated field.
- Expression string
- The expression of the calculated field.
- Name string
- The name of the calculated field.
- data
Set StringIdentifier - The data set that is used in this calculated field.
- expression String
- The expression of the calculated field.
- name String
- The name of the calculated field.
- data
Set stringIdentifier - The data set that is used in this calculated field.
- expression string
- The expression of the calculated field.
- name string
- The name of the calculated field.
- data_
set_ stridentifier - The data set that is used in this calculated field.
- expression str
- The expression of the calculated field.
- name str
- The name of the calculated field.
- data
Set StringIdentifier - The data set that is used in this calculated field.
- expression String
- The expression of the calculated field.
- name String
- The name of the calculated field.
DashboardCalculatedMeasureField, DashboardCalculatedMeasureFieldArgs
- Expression string
- The expression in the table calculation.
- Field
Id string - The custom field ID.
- Expression string
- The expression in the table calculation.
- Field
Id string - The custom field ID.
- expression String
- The expression in the table calculation.
- field
Id String - The custom field ID.
- expression string
- The expression in the table calculation.
- field
Id string - The custom field ID.
- expression str
- The expression in the table calculation.
- field_
id str - The custom field ID.
- expression String
- The expression in the table calculation.
- field
Id String - The custom field ID.
DashboardCascadingControlConfiguration, DashboardCascadingControlConfigurationArgs
- Source
Controls List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Cascading Control Source> - A list of source controls that determine the values that are used in the current control.
- Source
Controls []DashboardCascading Control Source - A list of source controls that determine the values that are used in the current control.
- source
Controls List<DashboardCascading Control Source> - A list of source controls that determine the values that are used in the current control.
- source
Controls DashboardCascading Control Source[] - A list of source controls that determine the values that are used in the current control.
- source_
controls Sequence[DashboardCascading Control Source] - A list of source controls that determine the values that are used in the current control.
- source
Controls List<Property Map> - A list of source controls that determine the values that are used in the current control.
DashboardCascadingControlSource, DashboardCascadingControlSourceArgs
- Column
To Pulumi.Match Aws Native. Quick Sight. Inputs. Dashboard Column Identifier - The column identifier that determines which column to look up for the source sheet control.
- Source
Sheet stringControl Id - The source sheet control ID of a
CascadingControlSource
.
- Column
To DashboardMatch Column Identifier - The column identifier that determines which column to look up for the source sheet control.
- Source
Sheet stringControl Id - The source sheet control ID of a
CascadingControlSource
.
- column
To DashboardMatch Column Identifier - The column identifier that determines which column to look up for the source sheet control.
- source
Sheet StringControl Id - The source sheet control ID of a
CascadingControlSource
.
- column
To DashboardMatch Column Identifier - The column identifier that determines which column to look up for the source sheet control.
- source
Sheet stringControl Id - The source sheet control ID of a
CascadingControlSource
.
- column_
to_ Dashboardmatch Column Identifier - The column identifier that determines which column to look up for the source sheet control.
- source_
sheet_ strcontrol_ id - The source sheet control ID of a
CascadingControlSource
.
- column
To Property MapMatch - The column identifier that determines which column to look up for the source sheet control.
- source
Sheet StringControl Id - The source sheet control ID of a
CascadingControlSource
.
DashboardCategoricalAggregationFunction, DashboardCategoricalAggregationFunctionArgs
- Count
- COUNT
- Distinct
Count - DISTINCT_COUNT
- Dashboard
Categorical Aggregation Function Count - COUNT
- Dashboard
Categorical Aggregation Function Distinct Count - DISTINCT_COUNT
- Count
- COUNT
- Distinct
Count - DISTINCT_COUNT
- Count
- COUNT
- Distinct
Count - DISTINCT_COUNT
- COUNT
- COUNT
- DISTINCT_COUNT
- DISTINCT_COUNT
- "COUNT"
- COUNT
- "DISTINCT_COUNT"
- DISTINCT_COUNT
DashboardCategoricalDimensionField, DashboardCategoricalDimensionFieldArgs
- Column
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Column Identifier - The column that is used in the
CategoricalDimensionField
. - Field
Id string - The custom field ID.
- Format
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Dashboard String Format Configuration - The format configuration of the field.
- Hierarchy
Id string - The custom hierarchy ID.
- Column
Dashboard
Column Identifier - The column that is used in the
CategoricalDimensionField
. - Field
Id string - The custom field ID.
- Format
Configuration DashboardString Format Configuration - The format configuration of the field.
- Hierarchy
Id string - The custom hierarchy ID.
- column
Dashboard
Column Identifier - The column that is used in the
CategoricalDimensionField
. - field
Id String - The custom field ID.
- format
Configuration DashboardString Format Configuration - The format configuration of the field.
- hierarchy
Id String - The custom hierarchy ID.
- column
Dashboard
Column Identifier - The column that is used in the
CategoricalDimensionField
. - field
Id string - The custom field ID.
- format
Configuration DashboardString Format Configuration - The format configuration of the field.
- hierarchy
Id string - The custom hierarchy ID.
- column
Dashboard
Column Identifier - The column that is used in the
CategoricalDimensionField
. - field_
id str - The custom field ID.
- format_
configuration DashboardString Format Configuration - The format configuration of the field.
- hierarchy_
id str - The custom hierarchy ID.
- column Property Map
- The column that is used in the
CategoricalDimensionField
. - field
Id String - The custom field ID.
- format
Configuration Property Map - The format configuration of the field.
- hierarchy
Id String - The custom hierarchy ID.
DashboardCategoricalMeasureField, DashboardCategoricalMeasureFieldArgs
- Column
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Column Identifier - The column that is used in the
CategoricalMeasureField
. - Field
Id string - The custom field ID.
- Aggregation
Function Pulumi.Aws Native. Quick Sight. Dashboard Categorical Aggregation Function - The aggregation function of the measure field.
- Format
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Dashboard String Format Configuration - The format configuration of the field.
- Column
Dashboard
Column Identifier - The column that is used in the
CategoricalMeasureField
. - Field
Id string - The custom field ID.
- Aggregation
Function DashboardCategorical Aggregation Function - The aggregation function of the measure field.
- Format
Configuration DashboardString Format Configuration - The format configuration of the field.
- column
Dashboard
Column Identifier - The column that is used in the
CategoricalMeasureField
. - field
Id String - The custom field ID.
- aggregation
Function DashboardCategorical Aggregation Function - The aggregation function of the measure field.
- format
Configuration DashboardString Format Configuration - The format configuration of the field.
- column
Dashboard
Column Identifier - The column that is used in the
CategoricalMeasureField
. - field
Id string - The custom field ID.
- aggregation
Function DashboardCategorical Aggregation Function - The aggregation function of the measure field.
- format
Configuration DashboardString Format Configuration - The format configuration of the field.
- column
Dashboard
Column Identifier - The column that is used in the
CategoricalMeasureField
. - field_
id str - The custom field ID.
- aggregation_
function DashboardCategorical Aggregation Function - The aggregation function of the measure field.
- format_
configuration DashboardString Format Configuration - The format configuration of the field.
- column Property Map
- The column that is used in the
CategoricalMeasureField
. - field
Id String - The custom field ID.
- aggregation
Function "COUNT" | "DISTINCT_COUNT" - The aggregation function of the measure field.
- format
Configuration Property Map - The format configuration of the field.
DashboardCategoryDrillDownFilter, DashboardCategoryDrillDownFilterArgs
- Category
Values List<string> - A list of the string inputs that are the values of the category drill down filter.
- Column
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Column Identifier - The column that the filter is applied to.
- Category
Values []string - A list of the string inputs that are the values of the category drill down filter.
- Column
Dashboard
Column Identifier - The column that the filter is applied to.
- category
Values List<String> - A list of the string inputs that are the values of the category drill down filter.
- column
Dashboard
Column Identifier - The column that the filter is applied to.
- category
Values string[] - A list of the string inputs that are the values of the category drill down filter.
- column
Dashboard
Column Identifier - The column that the filter is applied to.
- category_
values Sequence[str] - A list of the string inputs that are the values of the category drill down filter.
- column
Dashboard
Column Identifier - The column that the filter is applied to.
- category
Values List<String> - A list of the string inputs that are the values of the category drill down filter.
- column Property Map
- The column that the filter is applied to.
DashboardCategoryFilter, DashboardCategoryFilterArgs
- Column
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Column Identifier - The column that the filter is applied to.
- Configuration
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Category Filter Configuration - The configuration for a
CategoryFilter
. - Filter
Id string - An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
- Default
Filter Pulumi.Control Configuration Aws Native. Quick Sight. Inputs. Dashboard Default Filter Control Configuration - The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
- Column
Dashboard
Column Identifier - The column that the filter is applied to.
- Configuration
Dashboard
Category Filter Configuration - The configuration for a
CategoryFilter
. - Filter
Id string - An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
- Default
Filter DashboardControl Configuration Default Filter Control Configuration - The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
- column
Dashboard
Column Identifier - The column that the filter is applied to.
- configuration
Dashboard
Category Filter Configuration - The configuration for a
CategoryFilter
. - filter
Id String - An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
- default
Filter DashboardControl Configuration Default Filter Control Configuration - The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
- column
Dashboard
Column Identifier - The column that the filter is applied to.
- configuration
Dashboard
Category Filter Configuration - The configuration for a
CategoryFilter
. - filter
Id string - An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
- default
Filter DashboardControl Configuration Default Filter Control Configuration - The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
- column
Dashboard
Column Identifier - The column that the filter is applied to.
- configuration
Dashboard
Category Filter Configuration - The configuration for a
CategoryFilter
. - filter_
id str - An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
- default_
filter_ Dashboardcontrol_ configuration Default Filter Control Configuration - The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
- column Property Map
- The column that the filter is applied to.
- configuration Property Map
- The configuration for a
CategoryFilter
. - filter
Id String - An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
- default
Filter Property MapControl Configuration - The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
DashboardCategoryFilterConfiguration, DashboardCategoryFilterConfigurationArgs
- Custom
Filter Pulumi.Configuration Aws Native. Quick Sight. Inputs. Dashboard Custom Filter Configuration - A custom filter that filters based on a single value. This filter can be partially matched.
- Custom
Filter Pulumi.List Configuration Aws Native. Quick Sight. Inputs. Dashboard Custom Filter List Configuration - A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.
- Filter
List Pulumi.Configuration Aws Native. Quick Sight. Inputs. Dashboard Filter List Configuration - A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.
- Custom
Filter DashboardConfiguration Custom Filter Configuration - A custom filter that filters based on a single value. This filter can be partially matched.
- Custom
Filter DashboardList Configuration Custom Filter List Configuration - A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.
- Filter
List DashboardConfiguration Filter List Configuration - A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.
- custom
Filter DashboardConfiguration Custom Filter Configuration - A custom filter that filters based on a single value. This filter can be partially matched.
- custom
Filter DashboardList Configuration Custom Filter List Configuration - A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.
- filter
List DashboardConfiguration Filter List Configuration - A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.
- custom
Filter DashboardConfiguration Custom Filter Configuration - A custom filter that filters based on a single value. This filter can be partially matched.
- custom
Filter DashboardList Configuration Custom Filter List Configuration - A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.
- filter
List DashboardConfiguration Filter List Configuration - A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.
- custom_
filter_ Dashboardconfiguration Custom Filter Configuration - A custom filter that filters based on a single value. This filter can be partially matched.
- custom_
filter_ Dashboardlist_ configuration Custom Filter List Configuration - A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.
- filter_
list_ Dashboardconfiguration Filter List Configuration - A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.
- custom
Filter Property MapConfiguration - A custom filter that filters based on a single value. This filter can be partially matched.
- custom
Filter Property MapList Configuration - A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.
- filter
List Property MapConfiguration - A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.
DashboardCategoryFilterMatchOperator, DashboardCategoryFilterMatchOperatorArgs
- Equals
Value - EQUALS
- Does
Not Equal - DOES_NOT_EQUAL
- Contains
- CONTAINS
- Does
Not Contain - DOES_NOT_CONTAIN
- Starts
With - STARTS_WITH
- Ends
With - ENDS_WITH
- Dashboard
Category Filter Match Operator Equals - EQUALS
- Dashboard
Category Filter Match Operator Does Not Equal - DOES_NOT_EQUAL
- Dashboard
Category Filter Match Operator Contains - CONTAINS
- Dashboard
Category Filter Match Operator Does Not Contain - DOES_NOT_CONTAIN
- Dashboard
Category Filter Match Operator Starts With - STARTS_WITH
- Dashboard
Category Filter Match Operator Ends With - ENDS_WITH
- Equals
- EQUALS
- Does
Not Equal - DOES_NOT_EQUAL
- Contains
- CONTAINS
- Does
Not Contain - DOES_NOT_CONTAIN
- Starts
With - STARTS_WITH
- Ends
With - ENDS_WITH
- Equals
- EQUALS
- Does
Not Equal - DOES_NOT_EQUAL
- Contains
- CONTAINS
- Does
Not Contain - DOES_NOT_CONTAIN
- Starts
With - STARTS_WITH
- Ends
With - ENDS_WITH
- EQUALS
- EQUALS
- DOES_NOT_EQUAL
- DOES_NOT_EQUAL
- CONTAINS
- CONTAINS
- DOES_NOT_CONTAIN
- DOES_NOT_CONTAIN
- STARTS_WITH
- STARTS_WITH
- ENDS_WITH
- ENDS_WITH
- "EQUALS"
- EQUALS
- "DOES_NOT_EQUAL"
- DOES_NOT_EQUAL
- "CONTAINS"
- CONTAINS
- "DOES_NOT_CONTAIN"
- DOES_NOT_CONTAIN
- "STARTS_WITH"
- STARTS_WITH
- "ENDS_WITH"
- ENDS_WITH
DashboardCategoryFilterSelectAllOptions, DashboardCategoryFilterSelectAllOptionsArgs
- Filter
All Values - FILTER_ALL_VALUES
- Dashboard
Category Filter Select All Options Filter All Values - FILTER_ALL_VALUES
- Filter
All Values - FILTER_ALL_VALUES
- Filter
All Values - FILTER_ALL_VALUES
- FILTER_ALL_VALUES
- FILTER_ALL_VALUES
- "FILTER_ALL_VALUES"
- FILTER_ALL_VALUES
DashboardCategoryInnerFilter, DashboardCategoryInnerFilterArgs
DashboardChartAxisLabelOptions, DashboardChartAxisLabelOptionsArgs
- Axis
Label List<Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard Axis Label Options> - The label options for a chart axis.
- Sort
Icon Pulumi.Visibility Aws Native. Quick Sight. Dashboard Visibility - The visibility configuration of the sort icon on a chart's axis label.
- Visibility
Pulumi.
Aws Native. Quick Sight. Dashboard Visibility - The visibility of an axis label on a chart. Choose one of the following options:
VISIBLE
: Shows the axis.HIDDEN
: Hides the axis.
- Axis
Label []DashboardOptions Axis Label Options - The label options for a chart axis.
- Sort
Icon DashboardVisibility Visibility - The visibility configuration of the sort icon on a chart's axis label.
- Visibility
Dashboard
Visibility - The visibility of an axis label on a chart. Choose one of the following options:
VISIBLE
: Shows the axis.HIDDEN
: Hides the axis.
- axis
Label List<DashboardOptions Axis Label Options> - The label options for a chart axis.
- sort
Icon DashboardVisibility Visibility - The visibility configuration of the sort icon on a chart's axis label.
- visibility
Dashboard
Visibility - The visibility of an axis label on a chart. Choose one of the following options:
VISIBLE
: Shows the axis.HIDDEN
: Hides the axis.
- axis
Label DashboardOptions Axis Label Options[] - The label options for a chart axis.
- sort
Icon DashboardVisibility Visibility - The visibility configuration of the sort icon on a chart's axis label.
- visibility
Dashboard
Visibility - The visibility of an axis label on a chart. Choose one of the following options:
VISIBLE
: Shows the axis.HIDDEN
: Hides the axis.
- axis_
label_ Sequence[Dashboardoptions Axis Label Options] - The label options for a chart axis.
- sort_
icon_ Dashboardvisibility Visibility - The visibility configuration of the sort icon on a chart's axis label.
- visibility
Dashboard
Visibility - The visibility of an axis label on a chart. Choose one of the following options:
VISIBLE
: Shows the axis.HIDDEN
: Hides the axis.
- axis
Label List<Property Map>Options - The label options for a chart axis.
- sort
Icon "HIDDEN" | "VISIBLE"Visibility - The visibility configuration of the sort icon on a chart's axis label.
- visibility "HIDDEN" | "VISIBLE"
- The visibility of an axis label on a chart. Choose one of the following options:
VISIBLE
: Shows the axis.HIDDEN
: Hides the axis.
DashboardClusterMarker, DashboardClusterMarkerArgs
- Simple
Cluster Pulumi.Marker Aws Native. Quick Sight. Inputs. Dashboard Simple Cluster Marker - The simple cluster marker of the cluster marker.
- Simple
Cluster DashboardMarker Simple Cluster Marker - The simple cluster marker of the cluster marker.
- simple
Cluster DashboardMarker Simple Cluster Marker - The simple cluster marker of the cluster marker.
- simple
Cluster DashboardMarker Simple Cluster Marker - The simple cluster marker of the cluster marker.
- simple_
cluster_ Dashboardmarker Simple Cluster Marker - The simple cluster marker of the cluster marker.
- simple
Cluster Property MapMarker - The simple cluster marker of the cluster marker.
DashboardClusterMarkerConfiguration, DashboardClusterMarkerConfigurationArgs
- Cluster
Marker Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Cluster Marker - The cluster marker that is a part of the cluster marker configuration.
- Cluster
Marker DashboardCluster Marker - The cluster marker that is a part of the cluster marker configuration.
- cluster
Marker DashboardCluster Marker - The cluster marker that is a part of the cluster marker configuration.
- cluster
Marker DashboardCluster Marker - The cluster marker that is a part of the cluster marker configuration.
- cluster_
marker DashboardCluster Marker - The cluster marker that is a part of the cluster marker configuration.
- cluster
Marker Property Map - The cluster marker that is a part of the cluster marker configuration.
DashboardColorFillType, DashboardColorFillTypeArgs
- Discrete
- DISCRETE
- Gradient
- GRADIENT
- Dashboard
Color Fill Type Discrete - DISCRETE
- Dashboard
Color Fill Type Gradient - GRADIENT
- Discrete
- DISCRETE
- Gradient
- GRADIENT
- Discrete
- DISCRETE
- Gradient
- GRADIENT
- DISCRETE
- DISCRETE
- GRADIENT
- GRADIENT
- "DISCRETE"
- DISCRETE
- "GRADIENT"
- GRADIENT
DashboardColorScale, DashboardColorScaleArgs
- Color
Fill Pulumi.Type Aws Native. Quick Sight. Dashboard Color Fill Type - Determines the color fill type.
- Colors
List<Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Data Color> - Determines the list of colors that are applied to the visual.
- Null
Value Pulumi.Color Aws Native. Quick Sight. Inputs. Dashboard Data Color - Determines the color that is applied to null values.
- Color
Fill DashboardType Color Fill Type - Determines the color fill type.
- Colors
[]Dashboard
Data Color - Determines the list of colors that are applied to the visual.
- Null
Value DashboardColor Data Color - Determines the color that is applied to null values.
- color
Fill DashboardType Color Fill Type - Determines the color fill type.
- colors
List<Dashboard
Data Color> - Determines the list of colors that are applied to the visual.
- null
Value DashboardColor Data Color - Determines the color that is applied to null values.
- color
Fill DashboardType Color Fill Type - Determines the color fill type.
- colors
Dashboard
Data Color[] - Determines the list of colors that are applied to the visual.
- null
Value DashboardColor Data Color - Determines the color that is applied to null values.
- color_
fill_ Dashboardtype Color Fill Type - Determines the color fill type.
- colors
Sequence[Dashboard
Data Color] - Determines the list of colors that are applied to the visual.
- null_
value_ Dashboardcolor Data Color - Determines the color that is applied to null values.
- color
Fill "DISCRETE" | "GRADIENT"Type - Determines the color fill type.
- colors List<Property Map>
- Determines the list of colors that are applied to the visual.
- null
Value Property MapColor - Determines the color that is applied to null values.
DashboardColorsConfiguration, DashboardColorsConfigurationArgs
- Custom
Colors List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Custom Color> - A list of up to 50 custom colors.
- Custom
Colors []DashboardCustom Color - A list of up to 50 custom colors.
- custom
Colors List<DashboardCustom Color> - A list of up to 50 custom colors.
- custom
Colors DashboardCustom Color[] - A list of up to 50 custom colors.
- custom_
colors Sequence[DashboardCustom Color] - A list of up to 50 custom colors.
- custom
Colors List<Property Map> - A list of up to 50 custom colors.
DashboardColumnConfiguration, DashboardColumnConfigurationArgs
- Column
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Column Identifier - The column.
- Colors
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Colors Configuration - The color configurations of the column.
- Format
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Format Configuration - The format configuration of a column.
- Role
Pulumi.
Aws Native. Quick Sight. Dashboard Column Role - The role of the column.
- Column
Dashboard
Column Identifier - The column.
- Colors
Configuration DashboardColors Configuration - The color configurations of the column.
- Format
Configuration DashboardFormat Configuration - The format configuration of a column.
- Role
Dashboard
Column Role - The role of the column.
- column
Dashboard
Column Identifier - The column.
- colors
Configuration DashboardColors Configuration - The color configurations of the column.
- format
Configuration DashboardFormat Configuration - The format configuration of a column.
- role
Dashboard
Column Role - The role of the column.
- column
Dashboard
Column Identifier - The column.
- colors
Configuration DashboardColors Configuration - The color configurations of the column.
- format
Configuration DashboardFormat Configuration - The format configuration of a column.
- role
Dashboard
Column Role - The role of the column.
- column
Dashboard
Column Identifier - The column.
- colors_
configuration DashboardColors Configuration - The color configurations of the column.
- format_
configuration DashboardFormat Configuration - The format configuration of a column.
- role
Dashboard
Column Role - The role of the column.
- column Property Map
- The column.
- colors
Configuration Property Map - The color configurations of the column.
- format
Configuration Property Map - The format configuration of a column.
- role "DIMENSION" | "MEASURE"
- The role of the column.
DashboardColumnHierarchy, DashboardColumnHierarchyArgs
- Date
Time Pulumi.Hierarchy Aws Native. Quick Sight. Inputs. Dashboard Date Time Hierarchy - The option that determines the hierarchy of any
DateTime
fields. - Explicit
Hierarchy Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Explicit Hierarchy - The option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.
- Predefined
Hierarchy Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Predefined Hierarchy - The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.
- Date
Time DashboardHierarchy Date Time Hierarchy - The option that determines the hierarchy of any
DateTime
fields. - Explicit
Hierarchy DashboardExplicit Hierarchy - The option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.
- Predefined
Hierarchy DashboardPredefined Hierarchy - The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.
- date
Time DashboardHierarchy Date Time Hierarchy - The option that determines the hierarchy of any
DateTime
fields. - explicit
Hierarchy DashboardExplicit Hierarchy - The option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.
- predefined
Hierarchy DashboardPredefined Hierarchy - The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.
- date
Time DashboardHierarchy Date Time Hierarchy - The option that determines the hierarchy of any
DateTime
fields. - explicit
Hierarchy DashboardExplicit Hierarchy - The option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.
- predefined
Hierarchy DashboardPredefined Hierarchy - The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.
- date_
time_ Dashboardhierarchy Date Time Hierarchy - The option that determines the hierarchy of any
DateTime
fields. - explicit_
hierarchy DashboardExplicit Hierarchy - The option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.
- predefined_
hierarchy DashboardPredefined Hierarchy - The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.
- date
Time Property MapHierarchy - The option that determines the hierarchy of any
DateTime
fields. - explicit
Hierarchy Property Map - The option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.
- predefined
Hierarchy Property Map - The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.
DashboardColumnIdentifier, DashboardColumnIdentifierArgs
- Column
Name string - The name of the column.
- Data
Set stringIdentifier - The data set that the column belongs to.
- Column
Name string - The name of the column.
- Data
Set stringIdentifier - The data set that the column belongs to.
- column
Name String - The name of the column.
- data
Set StringIdentifier - The data set that the column belongs to.
- column
Name string - The name of the column.
- data
Set stringIdentifier - The data set that the column belongs to.
- column_
name str - The name of the column.
- data_
set_ stridentifier - The data set that the column belongs to.
- column
Name String - The name of the column.
- data
Set StringIdentifier - The data set that the column belongs to.
DashboardColumnRole, DashboardColumnRoleArgs
- Dimension
- DIMENSION
- Measure
- MEASURE
- Dashboard
Column Role Dimension - DIMENSION
- Dashboard
Column Role Measure - MEASURE
- Dimension
- DIMENSION
- Measure
- MEASURE
- Dimension
- DIMENSION
- Measure
- MEASURE
- DIMENSION
- DIMENSION
- MEASURE
- MEASURE
- "DIMENSION"
- DIMENSION
- "MEASURE"
- MEASURE
DashboardColumnSort, DashboardColumnSortArgs
- Direction
Pulumi.
Aws Native. Quick Sight. Dashboard Sort Direction - The sort direction.
- Sort
By Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Column Identifier - Aggregation
Function Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Aggregation Function - The aggregation function that is defined in the column sort.
- Direction
Dashboard
Sort Direction - The sort direction.
- Sort
By DashboardColumn Identifier - Aggregation
Function DashboardAggregation Function - The aggregation function that is defined in the column sort.
- direction
Dashboard
Sort Direction - The sort direction.
- sort
By DashboardColumn Identifier - aggregation
Function DashboardAggregation Function - The aggregation function that is defined in the column sort.
- direction
Dashboard
Sort Direction - The sort direction.
- sort
By DashboardColumn Identifier - aggregation
Function DashboardAggregation Function - The aggregation function that is defined in the column sort.
- direction
Dashboard
Sort Direction - The sort direction.
- sort_
by DashboardColumn Identifier - aggregation_
function DashboardAggregation Function - The aggregation function that is defined in the column sort.
- direction "ASC" | "DESC"
- The sort direction.
- sort
By Property Map - aggregation
Function Property Map - The aggregation function that is defined in the column sort.
DashboardColumnTooltipItem, DashboardColumnTooltipItemArgs
- Column
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Column Identifier - The target column of the tooltip item.
- Aggregation
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Aggregation Function - The aggregation function of the column tooltip item.
- Label string
- The label of the tooltip item.
- Tooltip
Target Pulumi.Aws Native. Quick Sight. Dashboard Tooltip Target - Determines the target of the column tooltip item in a combo chart visual.
- Visibility
Pulumi.
Aws Native. Quick Sight. Dashboard Visibility - The visibility of the tooltip item.
- Column
Dashboard
Column Identifier - The target column of the tooltip item.
- Aggregation
Dashboard
Aggregation Function - The aggregation function of the column tooltip item.
- Label string
- The label of the tooltip item.
- Tooltip
Target DashboardTooltip Target - Determines the target of the column tooltip item in a combo chart visual.
- Visibility
Dashboard
Visibility - The visibility of the tooltip item.
- column
Dashboard
Column Identifier - The target column of the tooltip item.
- aggregation
Dashboard
Aggregation Function - The aggregation function of the column tooltip item.
- label String
- The label of the tooltip item.
- tooltip
Target DashboardTooltip Target - Determines the target of the column tooltip item in a combo chart visual.
- visibility
Dashboard
Visibility - The visibility of the tooltip item.
- column
Dashboard
Column Identifier - The target column of the tooltip item.
- aggregation
Dashboard
Aggregation Function - The aggregation function of the column tooltip item.
- label string
- The label of the tooltip item.
- tooltip
Target DashboardTooltip Target - Determines the target of the column tooltip item in a combo chart visual.
- visibility
Dashboard
Visibility - The visibility of the tooltip item.
- column
Dashboard
Column Identifier - The target column of the tooltip item.
- aggregation
Dashboard
Aggregation Function - The aggregation function of the column tooltip item.
- label str
- The label of the tooltip item.
- tooltip_
target DashboardTooltip Target - Determines the target of the column tooltip item in a combo chart visual.
- visibility
Dashboard
Visibility - The visibility of the tooltip item.
- column Property Map
- The target column of the tooltip item.
- aggregation Property Map
- The aggregation function of the column tooltip item.
- label String
- The label of the tooltip item.
- tooltip
Target "BOTH" | "BAR" | "LINE" - Determines the target of the column tooltip item in a combo chart visual.
- visibility "HIDDEN" | "VISIBLE"
- The visibility of the tooltip item.
DashboardComboChartAggregatedFieldWells, DashboardComboChartAggregatedFieldWellsArgs
- Bar
Values List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Measure Field> - The aggregated
BarValues
field well of a combo chart. - Category
List<Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Dimension Field> - The aggregated category field wells of a combo chart.
- Colors
List<Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Dimension Field> - The aggregated colors field well of a combo chart.
- Line
Values List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Measure Field> - The aggregated
LineValues
field well of a combo chart.
- Bar
Values []DashboardMeasure Field - The aggregated
BarValues
field well of a combo chart. - Category
[]Dashboard
Dimension Field - The aggregated category field wells of a combo chart.
- Colors
[]Dashboard
Dimension Field - The aggregated colors field well of a combo chart.
- Line
Values []DashboardMeasure Field - The aggregated
LineValues
field well of a combo chart.
- bar
Values List<DashboardMeasure Field> - The aggregated
BarValues
field well of a combo chart. - category
List<Dashboard
Dimension Field> - The aggregated category field wells of a combo chart.
- colors
List<Dashboard
Dimension Field> - The aggregated colors field well of a combo chart.
- line
Values List<DashboardMeasure Field> - The aggregated
LineValues
field well of a combo chart.
- bar
Values DashboardMeasure Field[] - The aggregated
BarValues
field well of a combo chart. - category
Dashboard
Dimension Field[] - The aggregated category field wells of a combo chart.
- colors
Dashboard
Dimension Field[] - The aggregated colors field well of a combo chart.
- line
Values DashboardMeasure Field[] - The aggregated
LineValues
field well of a combo chart.
- bar_
values Sequence[DashboardMeasure Field] - The aggregated
BarValues
field well of a combo chart. - category
Sequence[Dashboard
Dimension Field] - The aggregated category field wells of a combo chart.
- colors
Sequence[Dashboard
Dimension Field] - The aggregated colors field well of a combo chart.
- line_
values Sequence[DashboardMeasure Field] - The aggregated
LineValues
field well of a combo chart.
- bar
Values List<Property Map> - The aggregated
BarValues
field well of a combo chart. - category List<Property Map>
- The aggregated category field wells of a combo chart.
- colors List<Property Map>
- The aggregated colors field well of a combo chart.
- line
Values List<Property Map> - The aggregated
LineValues
field well of a combo chart.
DashboardComboChartConfiguration, DashboardComboChartConfigurationArgs
- Bar
Data Pulumi.Labels Aws Native. Quick Sight. Inputs. Dashboard Data Label Options The options that determine if visual data labels are displayed.
The data label options for a bar in a combo chart.
- Bars
Arrangement Pulumi.Aws Native. Quick Sight. Dashboard Bars Arrangement - Determines the bar arrangement in a combo chart. The following are valid values in this structure:
CLUSTERED
: For clustered bar combo charts.STACKED
: For stacked bar combo charts.STACKED_PERCENT
: Do not use. If you use this value, the operation returns a validation error.
- Category
Axis Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Axis Display Options - The category axis of a combo chart.
- Category
Label Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
- Color
Label Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
- Field
Wells Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Combo Chart Field Wells - The field wells of the visual.
- Legend
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Legend Options - The legend display setup of the visual.
- Line
Data Pulumi.Labels Aws Native. Quick Sight. Inputs. Dashboard Data Label Options The options that determine if visual data labels are displayed.
The data label options for a line in a combo chart.
- Primary
YAxis Pulumi.Display Options Aws Native. Quick Sight. Inputs. Dashboard Axis Display Options - The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.
- Primary
YAxis Pulumi.Label Options Aws Native. Quick Sight. Inputs. Dashboard Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.
- Reference
Lines List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Reference Line> - The reference line setup of the visual.
- Secondary
YAxis Pulumi.Display Options Aws Native. Quick Sight. Inputs. Dashboard Axis Display Options - The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
- Secondary
YAxis Pulumi.Label Options Aws Native. Quick Sight. Inputs. Dashboard Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
- Single
Axis Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard Single Axis Options - Sort
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Combo Chart Sort Configuration - The sort configuration of a
ComboChartVisual
. - Tooltip
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Tooltip Options - The legend display setup of the visual.
- Visual
Palette Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Visual Palette - The palette (chart color) display setup of the visual.
- Bar
Data DashboardLabels Data Label Options The options that determine if visual data labels are displayed.
The data label options for a bar in a combo chart.
- Bars
Arrangement DashboardBars Arrangement - Determines the bar arrangement in a combo chart. The following are valid values in this structure:
CLUSTERED
: For clustered bar combo charts.STACKED
: For stacked bar combo charts.STACKED_PERCENT
: Do not use. If you use this value, the operation returns a validation error.
- Category
Axis DashboardAxis Display Options - The category axis of a combo chart.
- Category
Label DashboardOptions Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
- Color
Label DashboardOptions Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
- Field
Wells DashboardCombo Chart Field Wells - The field wells of the visual.
- Legend
Dashboard
Legend Options - The legend display setup of the visual.
- Line
Data DashboardLabels Data Label Options The options that determine if visual data labels are displayed.
The data label options for a line in a combo chart.
- Primary
YAxis DashboardDisplay Options Axis Display Options - The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.
- Primary
YAxis DashboardLabel Options Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.
- Reference
Lines []DashboardReference Line - The reference line setup of the visual.
- Secondary
YAxis DashboardDisplay Options Axis Display Options - The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
- Secondary
YAxis DashboardLabel Options Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
- Single
Axis DashboardOptions Single Axis Options - Sort
Configuration DashboardCombo Chart Sort Configuration - The sort configuration of a
ComboChartVisual
. - Tooltip
Dashboard
Tooltip Options - The legend display setup of the visual.
- Visual
Palette DashboardVisual Palette - The palette (chart color) display setup of the visual.
- bar
Data DashboardLabels Data Label Options The options that determine if visual data labels are displayed.
The data label options for a bar in a combo chart.
- bars
Arrangement DashboardBars Arrangement - Determines the bar arrangement in a combo chart. The following are valid values in this structure:
CLUSTERED
: For clustered bar combo charts.STACKED
: For stacked bar combo charts.STACKED_PERCENT
: Do not use. If you use this value, the operation returns a validation error.
- category
Axis DashboardAxis Display Options - The category axis of a combo chart.
- category
Label DashboardOptions Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
- color
Label DashboardOptions Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
- field
Wells DashboardCombo Chart Field Wells - The field wells of the visual.
- legend
Dashboard
Legend Options - The legend display setup of the visual.
- line
Data DashboardLabels Data Label Options The options that determine if visual data labels are displayed.
The data label options for a line in a combo chart.
- primary
YAxis DashboardDisplay Options Axis Display Options - The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.
- primary
YAxis DashboardLabel Options Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.
- reference
Lines List<DashboardReference Line> - The reference line setup of the visual.
- secondary
YAxis DashboardDisplay Options Axis Display Options - The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
- secondary
YAxis DashboardLabel Options Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
- single
Axis DashboardOptions Single Axis Options - sort
Configuration DashboardCombo Chart Sort Configuration - The sort configuration of a
ComboChartVisual
. - tooltip
Dashboard
Tooltip Options - The legend display setup of the visual.
- visual
Palette DashboardVisual Palette - The palette (chart color) display setup of the visual.
- bar
Data DashboardLabels Data Label Options The options that determine if visual data labels are displayed.
The data label options for a bar in a combo chart.
- bars
Arrangement DashboardBars Arrangement - Determines the bar arrangement in a combo chart. The following are valid values in this structure:
CLUSTERED
: For clustered bar combo charts.STACKED
: For stacked bar combo charts.STACKED_PERCENT
: Do not use. If you use this value, the operation returns a validation error.
- category
Axis DashboardAxis Display Options - The category axis of a combo chart.
- category
Label DashboardOptions Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
- color
Label DashboardOptions Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
- field
Wells DashboardCombo Chart Field Wells - The field wells of the visual.
- legend
Dashboard
Legend Options - The legend display setup of the visual.
- line
Data DashboardLabels Data Label Options The options that determine if visual data labels are displayed.
The data label options for a line in a combo chart.
- primary
YAxis DashboardDisplay Options Axis Display Options - The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.
- primary
YAxis DashboardLabel Options Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.
- reference
Lines DashboardReference Line[] - The reference line setup of the visual.
- secondary
YAxis DashboardDisplay Options Axis Display Options - The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
- secondary
YAxis DashboardLabel Options Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
- single
Axis DashboardOptions Single Axis Options - sort
Configuration DashboardCombo Chart Sort Configuration - The sort configuration of a
ComboChartVisual
. - tooltip
Dashboard
Tooltip Options - The legend display setup of the visual.
- visual
Palette DashboardVisual Palette - The palette (chart color) display setup of the visual.
- bar_
data_ Dashboardlabels Data Label Options The options that determine if visual data labels are displayed.
The data label options for a bar in a combo chart.
- bars_
arrangement DashboardBars Arrangement - Determines the bar arrangement in a combo chart. The following are valid values in this structure:
CLUSTERED
: For clustered bar combo charts.STACKED
: For stacked bar combo charts.STACKED_PERCENT
: Do not use. If you use this value, the operation returns a validation error.
- category_
axis DashboardAxis Display Options - The category axis of a combo chart.
- category_
label_ Dashboardoptions Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
- color_
label_ Dashboardoptions Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
- field_
wells DashboardCombo Chart Field Wells - The field wells of the visual.
- legend
Dashboard
Legend Options - The legend display setup of the visual.
- line_
data_ Dashboardlabels Data Label Options The options that determine if visual data labels are displayed.
The data label options for a line in a combo chart.
- primary_
y_ Dashboardaxis_ display_ options Axis Display Options - The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.
- primary_
y_ Dashboardaxis_ label_ options Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.
- reference_
lines Sequence[DashboardReference Line] - The reference line setup of the visual.
- secondary_
y_ Dashboardaxis_ display_ options Axis Display Options - The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
- secondary_
y_ Dashboardaxis_ label_ options Chart Axis Label Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
- single_
axis_ Dashboardoptions Single Axis Options - sort_
configuration DashboardCombo Chart Sort Configuration - The sort configuration of a
ComboChartVisual
. - tooltip
Dashboard
Tooltip Options - The legend display setup of the visual.
- visual_
palette DashboardVisual Palette - The palette (chart color) display setup of the visual.
- bar
Data Property MapLabels The options that determine if visual data labels are displayed.
The data label options for a bar in a combo chart.
- bars
Arrangement "CLUSTERED" | "STACKED" | "STACKED_PERCENT" - Determines the bar arrangement in a combo chart. The following are valid values in this structure:
CLUSTERED
: For clustered bar combo charts.STACKED
: For stacked bar combo charts.STACKED_PERCENT
: Do not use. If you use this value, the operation returns a validation error.
- category
Axis Property Map - The category axis of a combo chart.
- category
Label Property MapOptions - The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
- color
Label Property MapOptions - The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
- field
Wells Property Map - The field wells of the visual.
- legend Property Map
- The legend display setup of the visual.
- line
Data Property MapLabels The options that determine if visual data labels are displayed.
The data label options for a line in a combo chart.
- primary
YAxis Property MapDisplay Options - The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.
- primary
YAxis Property MapLabel Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.
- reference
Lines List<Property Map> - The reference line setup of the visual.
- secondary
YAxis Property MapDisplay Options - The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
- secondary
YAxis Property MapLabel Options - The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.
- single
Axis Property MapOptions - sort
Configuration Property Map - The sort configuration of a
ComboChartVisual
. - tooltip Property Map
- The legend display setup of the visual.
- visual
Palette Property Map - The palette (chart color) display setup of the visual.
DashboardComboChartFieldWells, DashboardComboChartFieldWellsArgs
- Combo
Chart Pulumi.Aggregated Field Wells Aws Native. Quick Sight. Inputs. Dashboard Combo Chart Aggregated Field Wells - The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.
- Combo
Chart DashboardAggregated Field Wells Combo Chart Aggregated Field Wells - The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.
- combo
Chart DashboardAggregated Field Wells Combo Chart Aggregated Field Wells - The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.
- combo
Chart DashboardAggregated Field Wells Combo Chart Aggregated Field Wells - The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.
- combo_
chart_ Dashboardaggregated_ field_ wells Combo Chart Aggregated Field Wells - The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.
- combo
Chart Property MapAggregated Field Wells - The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.
DashboardComboChartSortConfiguration, DashboardComboChartSortConfigurationArgs
- Category
Items Pulumi.Limit Aws Native. Quick Sight. Inputs. Dashboard Items Limit Configuration - The item limit configuration for the category field well of a combo chart.
- Category
Sort List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Field Sort Options> - The sort configuration of the category field well in a combo chart.
- Color
Items Pulumi.Limit Aws Native. Quick Sight. Inputs. Dashboard Items Limit Configuration - The item limit configuration of the color field well in a combo chart.
- Color
Sort List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Field Sort Options> - The sort configuration of the color field well in a combo chart.
- Category
Items DashboardLimit Items Limit Configuration - The item limit configuration for the category field well of a combo chart.
- Category
Sort []DashboardField Sort Options - The sort configuration of the category field well in a combo chart.
- Color
Items DashboardLimit Items Limit Configuration - The item limit configuration of the color field well in a combo chart.
- Color
Sort []DashboardField Sort Options - The sort configuration of the color field well in a combo chart.
- category
Items DashboardLimit Items Limit Configuration - The item limit configuration for the category field well of a combo chart.
- category
Sort List<DashboardField Sort Options> - The sort configuration of the category field well in a combo chart.
- color
Items DashboardLimit Items Limit Configuration - The item limit configuration of the color field well in a combo chart.
- color
Sort List<DashboardField Sort Options> - The sort configuration of the color field well in a combo chart.
- category
Items DashboardLimit Items Limit Configuration - The item limit configuration for the category field well of a combo chart.
- category
Sort DashboardField Sort Options[] - The sort configuration of the category field well in a combo chart.
- color
Items DashboardLimit Items Limit Configuration - The item limit configuration of the color field well in a combo chart.
- color
Sort DashboardField Sort Options[] - The sort configuration of the color field well in a combo chart.
- category_
items_ Dashboardlimit Items Limit Configuration - The item limit configuration for the category field well of a combo chart.
- category_
sort Sequence[DashboardField Sort Options] - The sort configuration of the category field well in a combo chart.
- color_
items_ Dashboardlimit Items Limit Configuration - The item limit configuration of the color field well in a combo chart.
- color_
sort Sequence[DashboardField Sort Options] - The sort configuration of the color field well in a combo chart.
- category
Items Property MapLimit - The item limit configuration for the category field well of a combo chart.
- category
Sort List<Property Map> - The sort configuration of the category field well in a combo chart.
- color
Items Property MapLimit - The item limit configuration of the color field well in a combo chart.
- color
Sort List<Property Map> - The sort configuration of the color field well in a combo chart.
DashboardComboChartVisual, DashboardComboChartVisualArgs
- Visual
Id string - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- Actions
List<Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Visual Custom Action> - The list of custom actions that are configured for a visual.
- Chart
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Combo Chart Configuration - The configuration settings of the visual.
- Column
Hierarchies List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Column Hierarchy> - The column hierarchy that is used during drill-downs and drill-ups.
- Subtitle
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- Title
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Visual Title Label Options - The title that is displayed on the visual.
- Visual
Id string - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- Actions
[]Dashboard
Visual Custom Action - The list of custom actions that are configured for a visual.
- Chart
Configuration DashboardCombo Chart Configuration - The configuration settings of the visual.
- Column
Hierarchies []DashboardColumn Hierarchy - The column hierarchy that is used during drill-downs and drill-ups.
- Subtitle
Dashboard
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- Title
Dashboard
Visual Title Label Options - The title that is displayed on the visual.
- visual
Id String - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions
List<Dashboard
Visual Custom Action> - The list of custom actions that are configured for a visual.
- chart
Configuration DashboardCombo Chart Configuration - The configuration settings of the visual.
- column
Hierarchies List<DashboardColumn Hierarchy> - The column hierarchy that is used during drill-downs and drill-ups.
- subtitle
Dashboard
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- title
Dashboard
Visual Title Label Options - The title that is displayed on the visual.
- visual
Id string - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions
Dashboard
Visual Custom Action[] - The list of custom actions that are configured for a visual.
- chart
Configuration DashboardCombo Chart Configuration - The configuration settings of the visual.
- column
Hierarchies DashboardColumn Hierarchy[] - The column hierarchy that is used during drill-downs and drill-ups.
- subtitle
Dashboard
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- title
Dashboard
Visual Title Label Options - The title that is displayed on the visual.
- visual_
id str - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions
Sequence[Dashboard
Visual Custom Action] - The list of custom actions that are configured for a visual.
- chart_
configuration DashboardCombo Chart Configuration - The configuration settings of the visual.
- column_
hierarchies Sequence[DashboardColumn Hierarchy] - The column hierarchy that is used during drill-downs and drill-ups.
- subtitle
Dashboard
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- title
Dashboard
Visual Title Label Options - The title that is displayed on the visual.
- visual
Id String - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions List<Property Map>
- The list of custom actions that are configured for a visual.
- chart
Configuration Property Map - The configuration settings of the visual.
- column
Hierarchies List<Property Map> - The column hierarchy that is used during drill-downs and drill-ups.
- subtitle Property Map
- The subtitle that is displayed on the visual.
- title Property Map
- The title that is displayed on the visual.
DashboardComparisonConfiguration, DashboardComparisonConfigurationArgs
- Comparison
Format Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Comparison Format Configuration - The format of the comparison.
- Comparison
Method Pulumi.Aws Native. Quick Sight. Dashboard Comparison Method - The method of the comparison. Choose from the following options:
DIFFERENCE
PERCENT_DIFFERENCE
PERCENT
- Comparison
Format DashboardComparison Format Configuration - The format of the comparison.
- Comparison
Method DashboardComparison Method - The method of the comparison. Choose from the following options:
DIFFERENCE
PERCENT_DIFFERENCE
PERCENT
- comparison
Format DashboardComparison Format Configuration - The format of the comparison.
- comparison
Method DashboardComparison Method - The method of the comparison. Choose from the following options:
DIFFERENCE
PERCENT_DIFFERENCE
PERCENT
- comparison
Format DashboardComparison Format Configuration - The format of the comparison.
- comparison
Method DashboardComparison Method - The method of the comparison. Choose from the following options:
DIFFERENCE
PERCENT_DIFFERENCE
PERCENT
- comparison_
format DashboardComparison Format Configuration - The format of the comparison.
- comparison_
method DashboardComparison Method - The method of the comparison. Choose from the following options:
DIFFERENCE
PERCENT_DIFFERENCE
PERCENT
- comparison
Format Property Map - The format of the comparison.
- comparison
Method "DIFFERENCE" | "PERCENT_DIFFERENCE" | "PERCENT" - The method of the comparison. Choose from the following options:
DIFFERENCE
PERCENT_DIFFERENCE
PERCENT
DashboardComparisonFormatConfiguration, DashboardComparisonFormatConfigurationArgs
- Number
Display Pulumi.Format Configuration Aws Native. Quick Sight. Inputs. Dashboard Number Display Format Configuration - The number display format.
- Percentage
Display Pulumi.Format Configuration Aws Native. Quick Sight. Inputs. Dashboard Percentage Display Format Configuration - The percentage display format.
- Number
Display DashboardFormat Configuration Number Display Format Configuration - The number display format.
- Percentage
Display DashboardFormat Configuration Percentage Display Format Configuration - The percentage display format.
- number
Display DashboardFormat Configuration Number Display Format Configuration - The number display format.
- percentage
Display DashboardFormat Configuration Percentage Display Format Configuration - The percentage display format.
- number
Display DashboardFormat Configuration Number Display Format Configuration - The number display format.
- percentage
Display DashboardFormat Configuration Percentage Display Format Configuration - The percentage display format.
- number_
display_ Dashboardformat_ configuration Number Display Format Configuration - The number display format.
- percentage_
display_ Dashboardformat_ configuration Percentage Display Format Configuration - The percentage display format.
- number
Display Property MapFormat Configuration - The number display format.
- percentage
Display Property MapFormat Configuration - The percentage display format.
DashboardComparisonMethod, DashboardComparisonMethodArgs
- Difference
- DIFFERENCE
- Percent
Difference - PERCENT_DIFFERENCE
- Percent
- PERCENT
- Dashboard
Comparison Method Difference - DIFFERENCE
- Dashboard
Comparison Method Percent Difference - PERCENT_DIFFERENCE
- Dashboard
Comparison Method Percent - PERCENT
- Difference
- DIFFERENCE
- Percent
Difference - PERCENT_DIFFERENCE
- Percent
- PERCENT
- Difference
- DIFFERENCE
- Percent
Difference - PERCENT_DIFFERENCE
- Percent
- PERCENT
- DIFFERENCE
- DIFFERENCE
- PERCENT_DIFFERENCE
- PERCENT_DIFFERENCE
- PERCENT
- PERCENT
- "DIFFERENCE"
- DIFFERENCE
- "PERCENT_DIFFERENCE"
- PERCENT_DIFFERENCE
- "PERCENT"
- PERCENT
DashboardComputation, DashboardComputationArgs
- Forecast
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Forecast Computation - The forecast computation configuration.
- Growth
Rate Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Growth Rate Computation - The growth rate computation configuration.
- Maximum
Minimum Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Maximum Minimum Computation - The maximum and minimum computation configuration.
- Metric
Comparison Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Metric Comparison Computation - The metric comparison computation configuration.
- Period
Over Pulumi.Period Aws Native. Quick Sight. Inputs. Dashboard Period Over Period Computation - The period over period computation configuration.
- Period
To Pulumi.Date Aws Native. Quick Sight. Inputs. Dashboard Period To Date Computation - The period to
DataSetIdentifier
computation configuration. - Top
Bottom Pulumi.Movers Aws Native. Quick Sight. Inputs. Dashboard Top Bottom Movers Computation - The top movers and bottom movers computation configuration.
- Top
Bottom Pulumi.Ranked Aws Native. Quick Sight. Inputs. Dashboard Top Bottom Ranked Computation - The top ranked and bottom ranked computation configuration.
- Total
Aggregation Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Total Aggregation Computation - The total aggregation computation configuration.
- Unique
Values Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Unique Values Computation - The unique values computation configuration.
- Forecast
Dashboard
Forecast Computation - The forecast computation configuration.
- Growth
Rate DashboardGrowth Rate Computation - The growth rate computation configuration.
- Maximum
Minimum DashboardMaximum Minimum Computation - The maximum and minimum computation configuration.
- Metric
Comparison DashboardMetric Comparison Computation - The metric comparison computation configuration.
- Period
Over DashboardPeriod Period Over Period Computation - The period over period computation configuration.
- Period
To DashboardDate Period To Date Computation - The period to
DataSetIdentifier
computation configuration. - Top
Bottom DashboardMovers Top Bottom Movers Computation - The top movers and bottom movers computation configuration.
- Top
Bottom DashboardRanked Top Bottom Ranked Computation - The top ranked and bottom ranked computation configuration.
- Total
Aggregation DashboardTotal Aggregation Computation - The total aggregation computation configuration.
- Unique
Values DashboardUnique Values Computation - The unique values computation configuration.
- forecast
Dashboard
Forecast Computation - The forecast computation configuration.
- growth
Rate DashboardGrowth Rate Computation - The growth rate computation configuration.
- maximum
Minimum DashboardMaximum Minimum Computation - The maximum and minimum computation configuration.
- metric
Comparison DashboardMetric Comparison Computation - The metric comparison computation configuration.
- period
Over DashboardPeriod Period Over Period Computation - The period over period computation configuration.
- period
To DashboardDate Period To Date Computation - The period to
DataSetIdentifier
computation configuration. - top
Bottom DashboardMovers Top Bottom Movers Computation - The top movers and bottom movers computation configuration.
- top
Bottom DashboardRanked Top Bottom Ranked Computation - The top ranked and bottom ranked computation configuration.
- total
Aggregation DashboardTotal Aggregation Computation - The total aggregation computation configuration.
- unique
Values DashboardUnique Values Computation - The unique values computation configuration.
- forecast
Dashboard
Forecast Computation - The forecast computation configuration.
- growth
Rate DashboardGrowth Rate Computation - The growth rate computation configuration.
- maximum
Minimum DashboardMaximum Minimum Computation - The maximum and minimum computation configuration.
- metric
Comparison DashboardMetric Comparison Computation - The metric comparison computation configuration.
- period
Over DashboardPeriod Period Over Period Computation - The period over period computation configuration.
- period
To DashboardDate Period To Date Computation - The period to
DataSetIdentifier
computation configuration. - top
Bottom DashboardMovers Top Bottom Movers Computation - The top movers and bottom movers computation configuration.
- top
Bottom DashboardRanked Top Bottom Ranked Computation - The top ranked and bottom ranked computation configuration.
- total
Aggregation DashboardTotal Aggregation Computation - The total aggregation computation configuration.
- unique
Values DashboardUnique Values Computation - The unique values computation configuration.
- forecast
Dashboard
Forecast Computation - The forecast computation configuration.
- growth_
rate DashboardGrowth Rate Computation - The growth rate computation configuration.
- maximum_
minimum DashboardMaximum Minimum Computation - The maximum and minimum computation configuration.
- metric_
comparison DashboardMetric Comparison Computation - The metric comparison computation configuration.
- period_
over_ Dashboardperiod Period Over Period Computation - The period over period computation configuration.
- period_
to_ Dashboarddate Period To Date Computation - The period to
DataSetIdentifier
computation configuration. - top_
bottom_ Dashboardmovers Top Bottom Movers Computation - The top movers and bottom movers computation configuration.
- top_
bottom_ Dashboardranked Top Bottom Ranked Computation - The top ranked and bottom ranked computation configuration.
- total_
aggregation DashboardTotal Aggregation Computation - The total aggregation computation configuration.
- unique_
values DashboardUnique Values Computation - The unique values computation configuration.
- forecast Property Map
- The forecast computation configuration.
- growth
Rate Property Map - The growth rate computation configuration.
- maximum
Minimum Property Map - The maximum and minimum computation configuration.
- metric
Comparison Property Map - The metric comparison computation configuration.
- period
Over Property MapPeriod - The period over period computation configuration.
- period
To Property MapDate - The period to
DataSetIdentifier
computation configuration. - top
Bottom Property MapMovers - The top movers and bottom movers computation configuration.
- top
Bottom Property MapRanked - The top ranked and bottom ranked computation configuration.
- total
Aggregation Property Map - The total aggregation computation configuration.
- unique
Values Property Map - The unique values computation configuration.
DashboardConditionalFormattingColor, DashboardConditionalFormattingColorArgs
- Gradient
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Conditional Formatting Gradient Color - Formatting configuration for gradient color.
- Solid
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Conditional Formatting Solid Color - Formatting configuration for solid color.
- Gradient
Dashboard
Conditional Formatting Gradient Color - Formatting configuration for gradient color.
- Solid
Dashboard
Conditional Formatting Solid Color - Formatting configuration for solid color.
- gradient
Dashboard
Conditional Formatting Gradient Color - Formatting configuration for gradient color.
- solid
Dashboard
Conditional Formatting Solid Color - Formatting configuration for solid color.
- gradient
Dashboard
Conditional Formatting Gradient Color - Formatting configuration for gradient color.
- solid
Dashboard
Conditional Formatting Solid Color - Formatting configuration for solid color.
- gradient
Dashboard
Conditional Formatting Gradient Color - Formatting configuration for gradient color.
- solid
Dashboard
Conditional Formatting Solid Color - Formatting configuration for solid color.
- gradient Property Map
- Formatting configuration for gradient color.
- solid Property Map
- Formatting configuration for solid color.
DashboardConditionalFormattingCustomIconCondition, DashboardConditionalFormattingCustomIconConditionArgs
- Expression string
- The expression that determines the condition of the icon set.
- Icon
Options Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Conditional Formatting Custom Icon Options - Custom icon options for an icon set.
- Color string
- Determines the color of the icon.
- Display
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Conditional Formatting Icon Display Configuration - Determines the icon display configuration.
- Expression string
- The expression that determines the condition of the icon set.
- Icon
Options DashboardConditional Formatting Custom Icon Options - Custom icon options for an icon set.
- Color string
- Determines the color of the icon.
- Display
Configuration DashboardConditional Formatting Icon Display Configuration - Determines the icon display configuration.
- expression String
- The expression that determines the condition of the icon set.
- icon
Options DashboardConditional Formatting Custom Icon Options - Custom icon options for an icon set.
- color String
- Determines the color of the icon.
- display
Configuration DashboardConditional Formatting Icon Display Configuration - Determines the icon display configuration.
- expression string
- The expression that determines the condition of the icon set.
- icon
Options DashboardConditional Formatting Custom Icon Options - Custom icon options for an icon set.
- color string
- Determines the color of the icon.
- display
Configuration DashboardConditional Formatting Icon Display Configuration - Determines the icon display configuration.
- expression str
- The expression that determines the condition of the icon set.
- icon_
options DashboardConditional Formatting Custom Icon Options - Custom icon options for an icon set.
- color str
- Determines the color of the icon.
- display_
configuration DashboardConditional Formatting Icon Display Configuration - Determines the icon display configuration.
- expression String
- The expression that determines the condition of the icon set.
- icon
Options Property Map - Custom icon options for an icon set.
- color String
- Determines the color of the icon.
- display
Configuration Property Map - Determines the icon display configuration.
DashboardConditionalFormattingCustomIconOptions, DashboardConditionalFormattingCustomIconOptionsArgs
- Icon
Pulumi.
Aws Native. Quick Sight. Dashboard Icon - Determines the type of icon.
- Unicode
Icon string - Determines the Unicode icon type.
- Icon
Dashboard
Icon - Determines the type of icon.
- Unicode
Icon string - Determines the Unicode icon type.
- icon
Dashboard
Icon - Determines the type of icon.
- unicode
Icon String - Determines the Unicode icon type.
- icon
Dashboard
Icon - Determines the type of icon.
- unicode
Icon string - Determines the Unicode icon type.
- icon
Dashboard
Icon - Determines the type of icon.
- unicode_
icon str - Determines the Unicode icon type.
- icon "CARET_UP" | "CARET_DOWN" | "PLUS" | "MINUS" | "ARROW_UP" | "ARROW_DOWN" | "ARROW_LEFT" | "ARROW_UP_LEFT" | "ARROW_DOWN_LEFT" | "ARROW_RIGHT" | "ARROW_UP_RIGHT" | "ARROW_DOWN_RIGHT" | "FACE_UP" | "FACE_DOWN" | "FACE_FLAT" | "ONE_BAR" | "TWO_BAR" | "THREE_BAR" | "CIRCLE" | "TRIANGLE" | "SQUARE" | "FLAG" | "THUMBS_UP" | "THUMBS_DOWN" | "CHECKMARK" | "X"
- Determines the type of icon.
- unicode
Icon String - Determines the Unicode icon type.
DashboardConditionalFormattingGradientColor, DashboardConditionalFormattingGradientColorArgs
- Color
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Gradient Color - Determines the color.
- Expression string
- The expression that determines the formatting configuration for gradient color.
- Color
Dashboard
Gradient Color - Determines the color.
- Expression string
- The expression that determines the formatting configuration for gradient color.
- color
Dashboard
Gradient Color - Determines the color.
- expression String
- The expression that determines the formatting configuration for gradient color.
- color
Dashboard
Gradient Color - Determines the color.
- expression string
- The expression that determines the formatting configuration for gradient color.
- color
Dashboard
Gradient Color - Determines the color.
- expression str
- The expression that determines the formatting configuration for gradient color.
- color Property Map
- Determines the color.
- expression String
- The expression that determines the formatting configuration for gradient color.
DashboardConditionalFormattingIcon, DashboardConditionalFormattingIconArgs
- Custom
Condition Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Conditional Formatting Custom Icon Condition - Determines the custom condition for an icon set.
- Icon
Set Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Conditional Formatting Icon Set - Formatting configuration for icon set.
- Custom
Condition DashboardConditional Formatting Custom Icon Condition - Determines the custom condition for an icon set.
- Icon
Set DashboardConditional Formatting Icon Set - Formatting configuration for icon set.
- custom
Condition DashboardConditional Formatting Custom Icon Condition - Determines the custom condition for an icon set.
- icon
Set DashboardConditional Formatting Icon Set - Formatting configuration for icon set.
- custom
Condition DashboardConditional Formatting Custom Icon Condition - Determines the custom condition for an icon set.
- icon
Set DashboardConditional Formatting Icon Set - Formatting configuration for icon set.
- custom_
condition DashboardConditional Formatting Custom Icon Condition - Determines the custom condition for an icon set.
- icon_
set DashboardConditional Formatting Icon Set - Formatting configuration for icon set.
- custom
Condition Property Map - Determines the custom condition for an icon set.
- icon
Set Property Map - Formatting configuration for icon set.
DashboardConditionalFormattingIconDisplayConfiguration, DashboardConditionalFormattingIconDisplayConfigurationArgs
- Icon
Display Pulumi.Option Aws Native. Quick Sight. Dashboard Conditional Formatting Icon Display Option - Determines the icon display configuration.
- Icon
Display DashboardOption Conditional Formatting Icon Display Option - Determines the icon display configuration.
- icon
Display DashboardOption Conditional Formatting Icon Display Option - Determines the icon display configuration.
- icon
Display DashboardOption Conditional Formatting Icon Display Option - Determines the icon display configuration.
- icon_
display_ Dashboardoption Conditional Formatting Icon Display Option - Determines the icon display configuration.
- icon
Display "ICON_ONLY"Option - Determines the icon display configuration.
DashboardConditionalFormattingIconDisplayOption, DashboardConditionalFormattingIconDisplayOptionArgs
- Icon
Only - ICON_ONLY
- Dashboard
Conditional Formatting Icon Display Option Icon Only - ICON_ONLY
- Icon
Only - ICON_ONLY
- Icon
Only - ICON_ONLY
- ICON_ONLY
- ICON_ONLY
- "ICON_ONLY"
- ICON_ONLY
DashboardConditionalFormattingIconSet, DashboardConditionalFormattingIconSetArgs
- Expression string
- The expression that determines the formatting configuration for the icon set.
- Icon
Set Pulumi.Type Aws Native. Quick Sight. Dashboard Conditional Formatting Icon Set Type - Determines the icon set type.
- Expression string
- The expression that determines the formatting configuration for the icon set.
- Icon
Set DashboardType Conditional Formatting Icon Set Type - Determines the icon set type.
- expression String
- The expression that determines the formatting configuration for the icon set.
- icon
Set DashboardType Conditional Formatting Icon Set Type - Determines the icon set type.
- expression string
- The expression that determines the formatting configuration for the icon set.
- icon
Set DashboardType Conditional Formatting Icon Set Type - Determines the icon set type.
- expression str
- The expression that determines the formatting configuration for the icon set.
- icon_
set_ Dashboardtype Conditional Formatting Icon Set Type - Determines the icon set type.
- expression String
- The expression that determines the formatting configuration for the icon set.
- icon
Set "PLUS_MINUS" | "CHECK_X" | "THREE_COLOR_ARROW" | "THREE_GRAY_ARROW" | "CARET_UP_MINUS_DOWN" | "THREE_SHAPE" | "THREE_CIRCLE" | "FLAGS" | "BARS" | "FOUR_COLOR_ARROW" | "FOUR_GRAY_ARROW"Type - Determines the icon set type.
DashboardConditionalFormattingIconSetType, DashboardConditionalFormattingIconSetTypeArgs
- 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
- Dashboard
Conditional Formatting Icon Set Type Plus Minus - PLUS_MINUS
- Dashboard
Conditional Formatting Icon Set Type Check X - CHECK_X
- Dashboard
Conditional Formatting Icon Set Type Three Color Arrow - THREE_COLOR_ARROW
- Dashboard
Conditional Formatting Icon Set Type Three Gray Arrow - THREE_GRAY_ARROW
- Dashboard
Conditional Formatting Icon Set Type Caret Up Minus Down - CARET_UP_MINUS_DOWN
- Dashboard
Conditional Formatting Icon Set Type Three Shape - THREE_SHAPE
- Dashboard
Conditional Formatting Icon Set Type Three Circle - THREE_CIRCLE
- Dashboard
Conditional Formatting Icon Set Type Flags - FLAGS
- Dashboard
Conditional Formatting Icon Set Type Bars - BARS
- Dashboard
Conditional Formatting Icon Set Type Four Color Arrow - FOUR_COLOR_ARROW
- Dashboard
Conditional Formatting Icon Set Type Four Gray Arrow - FOUR_GRAY_ARROW
- Plus
Minus - PLUS_MINUS
- Check
X - CHECK_X
- Three
Color Arrow - THREE_COLOR_ARROW
- Three
Gray Arrow - THREE_GRAY_ARROW
- Caret
Up Minus Down - CARET_UP_MINUS_DOWN
- Three
Shape - THREE_SHAPE
- Three
Circle - THREE_CIRCLE
- Flags
- FLAGS
- Bars
- BARS
- Four
Color Arrow - FOUR_COLOR_ARROW
- Four
Gray Arrow - FOUR_GRAY_ARROW
- Plus
Minus - PLUS_MINUS
- Check
X - CHECK_X
- Three
Color Arrow - THREE_COLOR_ARROW
- Three
Gray Arrow - THREE_GRAY_ARROW
- Caret
Up Minus Down - CARET_UP_MINUS_DOWN
- Three
Shape - THREE_SHAPE
- Three
Circle - THREE_CIRCLE
- Flags
- FLAGS
- Bars
- BARS
- Four
Color Arrow - FOUR_COLOR_ARROW
- Four
Gray Arrow - FOUR_GRAY_ARROW
- PLUS_MINUS
- PLUS_MINUS
- CHECK_X
- CHECK_X
- THREE_COLOR_ARROW
- THREE_COLOR_ARROW
- THREE_GRAY_ARROW
- THREE_GRAY_ARROW
- CARET_UP_MINUS_DOWN
- CARET_UP_MINUS_DOWN
- THREE_SHAPE
- THREE_SHAPE
- THREE_CIRCLE
- THREE_CIRCLE
- FLAGS
- FLAGS
- BARS
- BARS
- FOUR_COLOR_ARROW
- FOUR_COLOR_ARROW
- FOUR_GRAY_ARROW
- FOUR_GRAY_ARROW
- "PLUS_MINUS"
- PLUS_MINUS
- "CHECK_X"
- CHECK_X
- "THREE_COLOR_ARROW"
- THREE_COLOR_ARROW
- "THREE_GRAY_ARROW"
- THREE_GRAY_ARROW
- "CARET_UP_MINUS_DOWN"
- CARET_UP_MINUS_DOWN
- "THREE_SHAPE"
- THREE_SHAPE
- "THREE_CIRCLE"
- THREE_CIRCLE
- "FLAGS"
- FLAGS
- "BARS"
- BARS
- "FOUR_COLOR_ARROW"
- FOUR_COLOR_ARROW
- "FOUR_GRAY_ARROW"
- FOUR_GRAY_ARROW
DashboardConditionalFormattingSolidColor, DashboardConditionalFormattingSolidColorArgs
- Expression string
- The expression that determines the formatting configuration for solid color.
- Color string
- Determines the color.
- Expression string
- The expression that determines the formatting configuration for solid color.
- Color string
- Determines the color.
- expression String
- The expression that determines the formatting configuration for solid color.
- color String
- Determines the color.
- expression string
- The expression that determines the formatting configuration for solid color.
- color string
- Determines the color.
- expression str
- The expression that determines the formatting configuration for solid color.
- color str
- Determines the color.
- expression String
- The expression that determines the formatting configuration for solid color.
- color String
- Determines the color.
DashboardContributionAnalysisDefault, DashboardContributionAnalysisDefaultArgs
- Contributor
Dimensions List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Column Identifier> - The dimensions columns that are used in the contribution analysis, usually a list of
ColumnIdentifiers
. - Measure
Field stringId - The measure field that is used in the contribution analysis.
- Contributor
Dimensions []DashboardColumn Identifier - The dimensions columns that are used in the contribution analysis, usually a list of
ColumnIdentifiers
. - Measure
Field stringId - The measure field that is used in the contribution analysis.
- contributor
Dimensions List<DashboardColumn Identifier> - The dimensions columns that are used in the contribution analysis, usually a list of
ColumnIdentifiers
. - measure
Field StringId - The measure field that is used in the contribution analysis.
- contributor
Dimensions DashboardColumn Identifier[] - The dimensions columns that are used in the contribution analysis, usually a list of
ColumnIdentifiers
. - measure
Field stringId - The measure field that is used in the contribution analysis.
- contributor_
dimensions Sequence[DashboardColumn Identifier] - The dimensions columns that are used in the contribution analysis, usually a list of
ColumnIdentifiers
. - measure_
field_ strid - The measure field that is used in the contribution analysis.
- contributor
Dimensions List<Property Map> - The dimensions columns that are used in the contribution analysis, usually a list of
ColumnIdentifiers
. - measure
Field StringId - The measure field that is used in the contribution analysis.
DashboardCrossDatasetTypes, DashboardCrossDatasetTypesArgs
- All
Datasets - ALL_DATASETS
- Single
Dataset - SINGLE_DATASET
- Dashboard
Cross Dataset Types All Datasets - ALL_DATASETS
- Dashboard
Cross Dataset Types Single Dataset - SINGLE_DATASET
- All
Datasets - ALL_DATASETS
- Single
Dataset - SINGLE_DATASET
- All
Datasets - ALL_DATASETS
- Single
Dataset - SINGLE_DATASET
- ALL_DATASETS
- ALL_DATASETS
- SINGLE_DATASET
- SINGLE_DATASET
- "ALL_DATASETS"
- ALL_DATASETS
- "SINGLE_DATASET"
- SINGLE_DATASET
DashboardCurrencyDisplayFormatConfiguration, DashboardCurrencyDisplayFormatConfigurationArgs
- Decimal
Places Pulumi.Configuration Aws Native. Quick Sight. Inputs. Dashboard Decimal Places Configuration - The option that determines the decimal places configuration.
- Negative
Value Pulumi.Configuration Aws Native. Quick Sight. Inputs. Dashboard Negative Value Configuration - The options that determine the negative value configuration.
- Null
Value Pulumi.Format Configuration Aws Native. Quick Sight. Inputs. Dashboard Null Value Format Configuration - The options that determine the null value format configuration.
- Number
Scale Pulumi.Aws Native. Quick Sight. Dashboard Number Scale - Determines the number scale value for the currency format.
- Prefix string
- Determines the prefix value of the currency format.
- Separator
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Numeric Separator Configuration - The options that determine the numeric separator configuration.
- Suffix string
- Determines the suffix value of the currency format.
- Symbol string
- Determines the symbol for the currency format.
- Decimal
Places DashboardConfiguration Decimal Places Configuration - The option that determines the decimal places configuration.
- Negative
Value DashboardConfiguration Negative Value Configuration - The options that determine the negative value configuration.
- Null
Value DashboardFormat Configuration Null Value Format Configuration - The options that determine the null value format configuration.
- Number
Scale DashboardNumber Scale - Determines the number scale value for the currency format.
- Prefix string
- Determines the prefix value of the currency format.
- Separator
Configuration DashboardNumeric Separator Configuration - The options that determine the numeric separator configuration.
- Suffix string
- Determines the suffix value of the currency format.
- Symbol string
- Determines the symbol for the currency format.
- decimal
Places DashboardConfiguration Decimal Places Configuration - The option that determines the decimal places configuration.
- negative
Value DashboardConfiguration Negative Value Configuration - The options that determine the negative value configuration.
- null
Value DashboardFormat Configuration Null Value Format Configuration - The options that determine the null value format configuration.
- number
Scale DashboardNumber Scale - Determines the number scale value for the currency format.
- prefix String
- Determines the prefix value of the currency format.
- separator
Configuration DashboardNumeric Separator Configuration - The options that determine the numeric separator configuration.
- suffix String
- Determines the suffix value of the currency format.
- symbol String
- Determines the symbol for the currency format.
- decimal
Places DashboardConfiguration Decimal Places Configuration - The option that determines the decimal places configuration.
- negative
Value DashboardConfiguration Negative Value Configuration - The options that determine the negative value configuration.
- null
Value DashboardFormat Configuration Null Value Format Configuration - The options that determine the null value format configuration.
- number
Scale DashboardNumber Scale - Determines the number scale value for the currency format.
- prefix string
- Determines the prefix value of the currency format.
- separator
Configuration DashboardNumeric Separator Configuration - The options that determine the numeric separator configuration.
- suffix string
- Determines the suffix value of the currency format.
- symbol string
- Determines the symbol for the currency format.
- decimal_
places_ Dashboardconfiguration Decimal Places Configuration - The option that determines the decimal places configuration.
- negative_
value_ Dashboardconfiguration Negative Value Configuration - The options that determine the negative value configuration.
- null_
value_ Dashboardformat_ configuration Null Value Format Configuration - The options that determine the null value format configuration.
- number_
scale DashboardNumber Scale - Determines the number scale value for the currency format.
- prefix str
- Determines the prefix value of the currency format.
- separator_
configuration DashboardNumeric Separator Configuration - The options that determine the numeric separator configuration.
- suffix str
- Determines the suffix value of the currency format.
- symbol str
- Determines the symbol for the currency format.
- decimal
Places Property MapConfiguration - The option that determines the decimal places configuration.
- negative
Value Property MapConfiguration - The options that determine the negative value configuration.
- null
Value Property MapFormat Configuration - The options that determine the null value format configuration.
- number
Scale "NONE" | "AUTO" | "THOUSANDS" | "MILLIONS" | "BILLIONS" | "TRILLIONS" - Determines the number scale value for the currency format.
- prefix String
- Determines the prefix value of the currency format.
- separator
Configuration Property Map - The options that determine the numeric separator configuration.
- suffix String
- Determines the suffix value of the currency format.
- symbol String
- Determines the symbol for the currency format.
DashboardCustomActionFilterOperation, DashboardCustomActionFilterOperationArgs
- Selected
Fields Pulumi.Configuration Aws Native. Quick Sight. Inputs. Dashboard Filter Operation Selected Fields Configuration - The configuration that chooses the fields to be filtered.
- Target
Visuals Pulumi.Configuration Aws Native. Quick Sight. Inputs. Dashboard Filter Operation Target Visuals Configuration - The configuration that chooses the target visuals to be filtered.
- Selected
Fields DashboardConfiguration Filter Operation Selected Fields Configuration - The configuration that chooses the fields to be filtered.
- Target
Visuals DashboardConfiguration Filter Operation Target Visuals Configuration - The configuration that chooses the target visuals to be filtered.
- selected
Fields DashboardConfiguration Filter Operation Selected Fields Configuration - The configuration that chooses the fields to be filtered.
- target
Visuals DashboardConfiguration Filter Operation Target Visuals Configuration - The configuration that chooses the target visuals to be filtered.
- selected
Fields DashboardConfiguration Filter Operation Selected Fields Configuration - The configuration that chooses the fields to be filtered.
- target
Visuals DashboardConfiguration Filter Operation Target Visuals Configuration - The configuration that chooses the target visuals to be filtered.
- selected_
fields_ Dashboardconfiguration Filter Operation Selected Fields Configuration - The configuration that chooses the fields to be filtered.
- target_
visuals_ Dashboardconfiguration Filter Operation Target Visuals Configuration - The configuration that chooses the target visuals to be filtered.
- selected
Fields Property MapConfiguration - The configuration that chooses the fields to be filtered.
- target
Visuals Property MapConfiguration - The configuration that chooses the target visuals to be filtered.
DashboardCustomActionNavigationOperation, DashboardCustomActionNavigationOperationArgs
- Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Local Navigation Configuration - The configuration that chooses the navigation target.
- Dashboard
Local Navigation Configuration - The configuration that chooses the navigation target.
- Dashboard
Local Navigation Configuration - The configuration that chooses the navigation target.
- Dashboard
Local Navigation Configuration - The configuration that chooses the navigation target.
- Dashboard
Local Navigation Configuration - The configuration that chooses the navigation target.
- Property Map
- The configuration that chooses the navigation target.
DashboardCustomActionSetParametersOperation, DashboardCustomActionSetParametersOperationArgs
- Parameter
Value List<Pulumi.Configurations Aws Native. Quick Sight. Inputs. Dashboard Set Parameter Value Configuration> - The parameter that determines the value configuration.
- Parameter
Value []DashboardConfigurations Set Parameter Value Configuration - The parameter that determines the value configuration.
- parameter
Value List<DashboardConfigurations Set Parameter Value Configuration> - The parameter that determines the value configuration.
- parameter
Value DashboardConfigurations Set Parameter Value Configuration[] - The parameter that determines the value configuration.
- parameter_
value_ Sequence[Dashboardconfigurations Set Parameter Value Configuration] - The parameter that determines the value configuration.
- parameter
Value List<Property Map>Configurations - The parameter that determines the value configuration.
DashboardCustomActionUrlOperation, DashboardCustomActionUrlOperationArgs
- Url
Target Pulumi.Aws Native. Quick Sight. Dashboard Url Target Configuration The target of the
CustomActionURLOperation
.Valid values are defined as follows:
NEW_TAB
: Opens the target URL in a new browser tab.NEW_WINDOW
: Opens the target URL in a new browser window.SAME_TAB
: Opens the target URL in the same browser tab.
- Url
Template string - THe URL link of the
CustomActionURLOperation
.
- Url
Target DashboardUrl Target Configuration The target of the
CustomActionURLOperation
.Valid values are defined as follows:
NEW_TAB
: Opens the target URL in a new browser tab.NEW_WINDOW
: Opens the target URL in a new browser window.SAME_TAB
: Opens the target URL in the same browser tab.
- Url
Template string - THe URL link of the
CustomActionURLOperation
.
- url
Target DashboardUrl Target Configuration The target of the
CustomActionURLOperation
.Valid values are defined as follows:
NEW_TAB
: Opens the target URL in a new browser tab.NEW_WINDOW
: Opens the target URL in a new browser window.SAME_TAB
: Opens the target URL in the same browser tab.
- url
Template String - THe URL link of the
CustomActionURLOperation
.
- url
Target DashboardUrl Target Configuration The target of the
CustomActionURLOperation
.Valid values are defined as follows:
NEW_TAB
: Opens the target URL in a new browser tab.NEW_WINDOW
: Opens the target URL in a new browser window.SAME_TAB
: Opens the target URL in the same browser tab.
- url
Template string - THe URL link of the
CustomActionURLOperation
.
- url_
target DashboardUrl Target Configuration The target of the
CustomActionURLOperation
.Valid values are defined as follows:
NEW_TAB
: Opens the target URL in a new browser tab.NEW_WINDOW
: Opens the target URL in a new browser window.SAME_TAB
: Opens the target URL in the same browser tab.
- url_
template str - THe URL link of the
CustomActionURLOperation
.
- url
Target "NEW_TAB" | "NEW_WINDOW" | "SAME_TAB" The target of the
CustomActionURLOperation
.Valid values are defined as follows:
NEW_TAB
: Opens the target URL in a new browser tab.NEW_WINDOW
: Opens the target URL in a new browser window.SAME_TAB
: Opens the target URL in the same browser tab.
- url
Template String - THe URL link of the
CustomActionURLOperation
.
DashboardCustomColor, DashboardCustomColorArgs
- Color string
- The color that is applied to the data value.
- Field
Value string - The data value that the color is applied to.
- Special
Value Pulumi.Aws Native. Quick Sight. Dashboard Special Value - The value of a special data value.
- Color string
- The color that is applied to the data value.
- Field
Value string - The data value that the color is applied to.
- Special
Value DashboardSpecial Value - The value of a special data value.
- color String
- The color that is applied to the data value.
- field
Value String - The data value that the color is applied to.
- special
Value DashboardSpecial Value - The value of a special data value.
- color string
- The color that is applied to the data value.
- field
Value string - The data value that the color is applied to.
- special
Value DashboardSpecial Value - The value of a special data value.
- color str
- The color that is applied to the data value.
- field_
value str - The data value that the color is applied to.
- special_
value DashboardSpecial Value - The value of a special data value.
- color String
- The color that is applied to the data value.
- field
Value String - The data value that the color is applied to.
- special
Value "EMPTY" | "NULL" | "OTHER" - The value of a special data value.
DashboardCustomContentConfiguration, DashboardCustomContentConfigurationArgs
- Content
Type Pulumi.Aws Native. Quick Sight. Dashboard Custom Content Type - The content type of the custom content visual. You can use this to have the visual render as an image.
- Content
Url string - The input URL that links to the custom content that you want in the custom visual.
- Image
Scaling Pulumi.Aws Native. Quick Sight. Dashboard Custom Content Image Scaling Configuration - The sizing options for the size of the custom content visual. This structure is required when the
ContentType
of the visual is'IMAGE'
.
- Content
Type DashboardCustom Content Type - The content type of the custom content visual. You can use this to have the visual render as an image.
- Content
Url string - The input URL that links to the custom content that you want in the custom visual.
- Image
Scaling DashboardCustom Content Image Scaling Configuration - The sizing options for the size of the custom content visual. This structure is required when the
ContentType
of the visual is'IMAGE'
.
- content
Type DashboardCustom Content Type - The content type of the custom content visual. You can use this to have the visual render as an image.
- content
Url String - The input URL that links to the custom content that you want in the custom visual.
- image
Scaling DashboardCustom Content Image Scaling Configuration - The sizing options for the size of the custom content visual. This structure is required when the
ContentType
of the visual is'IMAGE'
.
- content
Type DashboardCustom Content Type - The content type of the custom content visual. You can use this to have the visual render as an image.
- content
Url string - The input URL that links to the custom content that you want in the custom visual.
- image
Scaling DashboardCustom Content Image Scaling Configuration - The sizing options for the size of the custom content visual. This structure is required when the
ContentType
of the visual is'IMAGE'
.
- content_
type DashboardCustom Content Type - The content type of the custom content visual. You can use this to have the visual render as an image.
- content_
url str - The input URL that links to the custom content that you want in the custom visual.
- image_
scaling DashboardCustom Content Image Scaling Configuration - The sizing options for the size of the custom content visual. This structure is required when the
ContentType
of the visual is'IMAGE'
.
- content
Type "IMAGE" | "OTHER_EMBEDDED_CONTENT" - The content type of the custom content visual. You can use this to have the visual render as an image.
- content
Url String - The input URL that links to the custom content that you want in the custom visual.
- image
Scaling "FIT_TO_HEIGHT" | "FIT_TO_WIDTH" | "DO_NOT_SCALE" | "SCALE_TO_VISUAL" - The sizing options for the size of the custom content visual. This structure is required when the
ContentType
of the visual is'IMAGE'
.
DashboardCustomContentImageScalingConfiguration, DashboardCustomContentImageScalingConfigurationArgs
- Fit
To Height - FIT_TO_HEIGHT
- Fit
To Width - FIT_TO_WIDTH
- Do
Not Scale - DO_NOT_SCALE
- Scale
To Visual - SCALE_TO_VISUAL
- Dashboard
Custom Content Image Scaling Configuration Fit To Height - FIT_TO_HEIGHT
- Dashboard
Custom Content Image Scaling Configuration Fit To Width - FIT_TO_WIDTH
- Dashboard
Custom Content Image Scaling Configuration Do Not Scale - DO_NOT_SCALE
- Dashboard
Custom Content Image Scaling Configuration Scale To Visual - SCALE_TO_VISUAL
- Fit
To Height - FIT_TO_HEIGHT
- Fit
To Width - FIT_TO_WIDTH
- Do
Not Scale - DO_NOT_SCALE
- Scale
To Visual - SCALE_TO_VISUAL
- Fit
To Height - FIT_TO_HEIGHT
- Fit
To Width - FIT_TO_WIDTH
- Do
Not Scale - DO_NOT_SCALE
- Scale
To Visual - SCALE_TO_VISUAL
- FIT_TO_HEIGHT
- FIT_TO_HEIGHT
- FIT_TO_WIDTH
- FIT_TO_WIDTH
- DO_NOT_SCALE
- DO_NOT_SCALE
- SCALE_TO_VISUAL
- SCALE_TO_VISUAL
- "FIT_TO_HEIGHT"
- FIT_TO_HEIGHT
- "FIT_TO_WIDTH"
- FIT_TO_WIDTH
- "DO_NOT_SCALE"
- DO_NOT_SCALE
- "SCALE_TO_VISUAL"
- SCALE_TO_VISUAL
DashboardCustomContentType, DashboardCustomContentTypeArgs
- Image
- IMAGE
- Other
Embedded Content - OTHER_EMBEDDED_CONTENT
- Dashboard
Custom Content Type Image - IMAGE
- Dashboard
Custom Content Type Other Embedded Content - OTHER_EMBEDDED_CONTENT
- Image
- IMAGE
- Other
Embedded Content - OTHER_EMBEDDED_CONTENT
- Image
- IMAGE
- Other
Embedded Content - OTHER_EMBEDDED_CONTENT
- IMAGE
- IMAGE
- OTHER_EMBEDDED_CONTENT
- OTHER_EMBEDDED_CONTENT
- "IMAGE"
- IMAGE
- "OTHER_EMBEDDED_CONTENT"
- OTHER_EMBEDDED_CONTENT
DashboardCustomContentVisual, DashboardCustomContentVisualArgs
- Data
Set stringIdentifier - The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
- Visual
Id string - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- Actions
List<Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Visual Custom Action> - The list of custom actions that are configured for a visual.
- Chart
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Custom Content Configuration - The configuration of a
CustomContentVisual
. - Subtitle
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- Title
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Visual Title Label Options - The title that is displayed on the visual.
- Data
Set stringIdentifier - The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
- Visual
Id string - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- Actions
[]Dashboard
Visual Custom Action - The list of custom actions that are configured for a visual.
- Chart
Configuration DashboardCustom Content Configuration - The configuration of a
CustomContentVisual
. - Subtitle
Dashboard
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- Title
Dashboard
Visual Title Label Options - The title that is displayed on the visual.
- data
Set StringIdentifier - The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
- visual
Id String - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions
List<Dashboard
Visual Custom Action> - The list of custom actions that are configured for a visual.
- chart
Configuration DashboardCustom Content Configuration - The configuration of a
CustomContentVisual
. - subtitle
Dashboard
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- title
Dashboard
Visual Title Label Options - The title that is displayed on the visual.
- data
Set stringIdentifier - The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
- visual
Id string - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions
Dashboard
Visual Custom Action[] - The list of custom actions that are configured for a visual.
- chart
Configuration DashboardCustom Content Configuration - The configuration of a
CustomContentVisual
. - subtitle
Dashboard
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- title
Dashboard
Visual Title Label Options - The title that is displayed on the visual.
- data_
set_ stridentifier - The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
- visual_
id str - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions
Sequence[Dashboard
Visual Custom Action] - The list of custom actions that are configured for a visual.
- chart_
configuration DashboardCustom Content Configuration - The configuration of a
CustomContentVisual
. - subtitle
Dashboard
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- title
Dashboard
Visual Title Label Options - The title that is displayed on the visual.
- data
Set StringIdentifier - The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
- visual
Id String - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions List<Property Map>
- The list of custom actions that are configured for a visual.
- chart
Configuration Property Map - The configuration of a
CustomContentVisual
. - subtitle Property Map
- The subtitle that is displayed on the visual.
- title Property Map
- The title that is displayed on the visual.
DashboardCustomFilterConfiguration, DashboardCustomFilterConfigurationArgs
- Match
Operator Pulumi.Aws Native. Quick Sight. Dashboard Category Filter Match Operator - The match operator that is used to determine if a filter should be applied.
- Null
Option Pulumi.Aws Native. Quick Sight. Dashboard Filter Null Option - This option determines how null values should be treated when filtering data.
ALL_VALUES
: Include null values in filtered results.NULLS_ONLY
: Only include null values in filtered results.NON_NULLS_ONLY
: Exclude null values from filtered results.
- Category
Value string The category value for the filter.
This field is mutually exclusive to
ParameterName
.- Parameter
Name string The parameter whose value should be used for the filter value.
This field is mutually exclusive to
CategoryValue
.- Select
All Pulumi.Options Aws Native. Quick Sight. Dashboard Category Filter Select All Options - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
- Match
Operator DashboardCategory Filter Match Operator - The match operator that is used to determine if a filter should be applied.
- Null
Option DashboardFilter Null Option - This option determines how null values should be treated when filtering data.
ALL_VALUES
: Include null values in filtered results.NULLS_ONLY
: Only include null values in filtered results.NON_NULLS_ONLY
: Exclude null values from filtered results.
- Category
Value string The category value for the filter.
This field is mutually exclusive to
ParameterName
.- Parameter
Name string The parameter whose value should be used for the filter value.
This field is mutually exclusive to
CategoryValue
.- Select
All DashboardOptions Category Filter Select All Options - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
- match
Operator DashboardCategory Filter Match Operator - The match operator that is used to determine if a filter should be applied.
- null
Option DashboardFilter Null Option - This option determines how null values should be treated when filtering data.
ALL_VALUES
: Include null values in filtered results.NULLS_ONLY
: Only include null values in filtered results.NON_NULLS_ONLY
: Exclude null values from filtered results.
- category
Value String The category value for the filter.
This field is mutually exclusive to
ParameterName
.- parameter
Name String The parameter whose value should be used for the filter value.
This field is mutually exclusive to
CategoryValue
.- select
All DashboardOptions Category Filter Select All Options - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
- match
Operator DashboardCategory Filter Match Operator - The match operator that is used to determine if a filter should be applied.
- null
Option DashboardFilter Null Option - This option determines how null values should be treated when filtering data.
ALL_VALUES
: Include null values in filtered results.NULLS_ONLY
: Only include null values in filtered results.NON_NULLS_ONLY
: Exclude null values from filtered results.
- category
Value string The category value for the filter.
This field is mutually exclusive to
ParameterName
.- parameter
Name string The parameter whose value should be used for the filter value.
This field is mutually exclusive to
CategoryValue
.- select
All DashboardOptions Category Filter Select All Options - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
- match_
operator DashboardCategory Filter Match Operator - The match operator that is used to determine if a filter should be applied.
- null_
option DashboardFilter Null Option - This option determines how null values should be treated when filtering data.
ALL_VALUES
: Include null values in filtered results.NULLS_ONLY
: Only include null values in filtered results.NON_NULLS_ONLY
: Exclude null values from filtered results.
- category_
value str The category value for the filter.
This field is mutually exclusive to
ParameterName
.- parameter_
name str The parameter whose value should be used for the filter value.
This field is mutually exclusive to
CategoryValue
.- select_
all_ Dashboardoptions Category Filter Select All Options - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
- match
Operator "EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH" - The match operator that is used to determine if a filter should be applied.
- null
Option "ALL_VALUES" | "NULLS_ONLY" | "NON_NULLS_ONLY" - This option determines how null values should be treated when filtering data.
ALL_VALUES
: Include null values in filtered results.NULLS_ONLY
: Only include null values in filtered results.NON_NULLS_ONLY
: Exclude null values from filtered results.
- category
Value String The category value for the filter.
This field is mutually exclusive to
ParameterName
.- parameter
Name String The parameter whose value should be used for the filter value.
This field is mutually exclusive to
CategoryValue
.- select
All "FILTER_ALL_VALUES"Options - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
DashboardCustomFilterListConfiguration, DashboardCustomFilterListConfigurationArgs
- Match
Operator Pulumi.Aws Native. Quick Sight. Dashboard Category Filter Match Operator - The match operator that is used to determine if a filter should be applied.
- Null
Option Pulumi.Aws Native. Quick Sight. Dashboard Filter Null Option - This option determines how null values should be treated when filtering data.
ALL_VALUES
: Include null values in filtered results.NULLS_ONLY
: Only include null values in filtered results.NON_NULLS_ONLY
: Exclude null values from filtered results.
- Category
Values List<string> - The list of category values for the filter.
- Select
All Pulumi.Options Aws Native. Quick Sight. Dashboard Category Filter Select All Options - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
- Match
Operator DashboardCategory Filter Match Operator - The match operator that is used to determine if a filter should be applied.
- Null
Option DashboardFilter Null Option - This option determines how null values should be treated when filtering data.
ALL_VALUES
: Include null values in filtered results.NULLS_ONLY
: Only include null values in filtered results.NON_NULLS_ONLY
: Exclude null values from filtered results.
- Category
Values []string - The list of category values for the filter.
- Select
All DashboardOptions Category Filter Select All Options - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
- match
Operator DashboardCategory Filter Match Operator - The match operator that is used to determine if a filter should be applied.
- null
Option DashboardFilter Null Option - This option determines how null values should be treated when filtering data.
ALL_VALUES
: Include null values in filtered results.NULLS_ONLY
: Only include null values in filtered results.NON_NULLS_ONLY
: Exclude null values from filtered results.
- category
Values List<String> - The list of category values for the filter.
- select
All DashboardOptions Category Filter Select All Options - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
- match
Operator DashboardCategory Filter Match Operator - The match operator that is used to determine if a filter should be applied.
- null
Option DashboardFilter Null Option - This option determines how null values should be treated when filtering data.
ALL_VALUES
: Include null values in filtered results.NULLS_ONLY
: Only include null values in filtered results.NON_NULLS_ONLY
: Exclude null values from filtered results.
- category
Values string[] - The list of category values for the filter.
- select
All DashboardOptions Category Filter Select All Options - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
- match_
operator DashboardCategory Filter Match Operator - The match operator that is used to determine if a filter should be applied.
- null_
option DashboardFilter Null Option - This option determines how null values should be treated when filtering data.
ALL_VALUES
: Include null values in filtered results.NULLS_ONLY
: Only include null values in filtered results.NON_NULLS_ONLY
: Exclude null values from filtered results.
- category_
values Sequence[str] - The list of category values for the filter.
- select_
all_ Dashboardoptions Category Filter Select All Options - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
- match
Operator "EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH" - The match operator that is used to determine if a filter should be applied.
- null
Option "ALL_VALUES" | "NULLS_ONLY" | "NON_NULLS_ONLY" - This option determines how null values should be treated when filtering data.
ALL_VALUES
: Include null values in filtered results.NULLS_ONLY
: Only include null values in filtered results.NON_NULLS_ONLY
: Exclude null values from filtered results.
- category
Values List<String> - The list of category values for the filter.
- select
All "FILTER_ALL_VALUES"Options - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
DashboardCustomNarrativeOptions, DashboardCustomNarrativeOptionsArgs
- Narrative string
- The string input of custom narrative.
- Narrative string
- The string input of custom narrative.
- narrative String
- The string input of custom narrative.
- narrative string
- The string input of custom narrative.
- narrative str
- The string input of custom narrative.
- narrative String
- The string input of custom narrative.
DashboardCustomParameterValues, DashboardCustomParameterValuesArgs
- Date
Time List<string>Values - A list of datetime-type parameter values.
- Decimal
Values List<double> - A list of decimal-type parameter values.
- Integer
Values List<double> - A list of integer-type parameter values.
- String
Values List<string> - A list of string-type parameter values.
- Date
Time []stringValues - A list of datetime-type parameter values.
- Decimal
Values []float64 - A list of decimal-type parameter values.
- Integer
Values []float64 - A list of integer-type parameter values.
- String
Values []string - A list of string-type parameter values.
- date
Time List<String>Values - A list of datetime-type parameter values.
- decimal
Values List<Double> - A list of decimal-type parameter values.
- integer
Values List<Double> - A list of integer-type parameter values.
- string
Values List<String> - A list of string-type parameter values.
- date
Time string[]Values - A list of datetime-type parameter values.
- decimal
Values number[] - A list of decimal-type parameter values.
- integer
Values number[] - A list of integer-type parameter values.
- string
Values string[] - A list of string-type parameter values.
- date_
time_ Sequence[str]values - A list of datetime-type parameter values.
- decimal_
values Sequence[float] - A list of decimal-type parameter values.
- integer_
values Sequence[float] - A list of integer-type parameter values.
- string_
values Sequence[str] - A list of string-type parameter values.
- date
Time List<String>Values - A list of datetime-type parameter values.
- decimal
Values List<Number> - A list of decimal-type parameter values.
- integer
Values List<Number> - A list of integer-type parameter values.
- string
Values List<String> - A list of string-type parameter values.
DashboardCustomValuesConfiguration, DashboardCustomValuesConfigurationArgs
- Custom
Values Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Custom Parameter Values - Include
Null boolValue - Includes the null value in custom action parameter values.
- Custom
Values DashboardCustom Parameter Values - Include
Null boolValue - Includes the null value in custom action parameter values.
- custom
Values DashboardCustom Parameter Values - include
Null BooleanValue - Includes the null value in custom action parameter values.
- custom
Values DashboardCustom Parameter Values - include
Null booleanValue - Includes the null value in custom action parameter values.
- custom_
values DashboardCustom Parameter Values - include_
null_ boolvalue - Includes the null value in custom action parameter values.
- custom
Values Property Map - include
Null BooleanValue - Includes the null value in custom action parameter values.
DashboardDataBarsOptions, DashboardDataBarsOptionsArgs
- Field
Id string - The field ID for the data bars options.
- Negative
Color string - The color of the negative data bar.
- Positive
Color string - The color of the positive data bar.
- Field
Id string - The field ID for the data bars options.
- Negative
Color string - The color of the negative data bar.
- Positive
Color string - The color of the positive data bar.
- field
Id String - The field ID for the data bars options.
- negative
Color String - The color of the negative data bar.
- positive
Color String - The color of the positive data bar.
- field
Id string - The field ID for the data bars options.
- negative
Color string - The color of the negative data bar.
- positive
Color string - The color of the positive data bar.
- field_
id str - The field ID for the data bars options.
- negative_
color str - The color of the negative data bar.
- positive_
color str - The color of the positive data bar.
- field
Id String - The field ID for the data bars options.
- negative
Color String - The color of the negative data bar.
- positive
Color String - The color of the positive data bar.
DashboardDataColor, DashboardDataColorArgs
- color str
- The color that is applied to the data value.
- data_
value float - The data value that the color is applied to.
DashboardDataFieldSeriesItem, DashboardDataFieldSeriesItemArgs
- Axis
Binding Pulumi.Aws Native. Quick Sight. Dashboard Axis Binding - The axis that you are binding the field to.
- Field
Id string - The field ID of the field that you are setting the axis binding to.
- Field
Value string - The field value of the field that you are setting the axis binding to.
- Settings
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Line Chart Series Settings - The options that determine the presentation of line series associated to the field.
- Axis
Binding DashboardAxis Binding - The axis that you are binding the field to.
- Field
Id string - The field ID of the field that you are setting the axis binding to.
- Field
Value string - The field value of the field that you are setting the axis binding to.
- Settings
Dashboard
Line Chart Series Settings - The options that determine the presentation of line series associated to the field.
- axis
Binding DashboardAxis Binding - The axis that you are binding the field to.
- field
Id String - The field ID of the field that you are setting the axis binding to.
- field
Value String - The field value of the field that you are setting the axis binding to.
- settings
Dashboard
Line Chart Series Settings - The options that determine the presentation of line series associated to the field.
- axis
Binding DashboardAxis Binding - The axis that you are binding the field to.
- field
Id string - The field ID of the field that you are setting the axis binding to.
- field
Value string - The field value of the field that you are setting the axis binding to.
- settings
Dashboard
Line Chart Series Settings - The options that determine the presentation of line series associated to the field.
- axis_
binding DashboardAxis Binding - The axis that you are binding the field to.
- field_
id str - The field ID of the field that you are setting the axis binding to.
- field_
value str - The field value of the field that you are setting the axis binding to.
- settings
Dashboard
Line Chart Series Settings - The options that determine the presentation of line series associated to the field.
- axis
Binding "PRIMARY_YAXIS" | "SECONDARY_YAXIS" - The axis that you are binding the field to.
- field
Id String - The field ID of the field that you are setting the axis binding to.
- field
Value String - The field value of the field that you are setting the axis binding to.
- settings Property Map
- The options that determine the presentation of line series associated to the field.
DashboardDataLabelContent, DashboardDataLabelContentArgs
- Value
- VALUE
- Percent
- PERCENT
- Value
And Percent - VALUE_AND_PERCENT
- Dashboard
Data Label Content Value - VALUE
- Dashboard
Data Label Content Percent - PERCENT
- Dashboard
Data Label Content Value And Percent - VALUE_AND_PERCENT
- Value
- VALUE
- Percent
- PERCENT
- Value
And Percent - VALUE_AND_PERCENT
- Value
- VALUE
- Percent
- PERCENT
- Value
And Percent - VALUE_AND_PERCENT
- VALUE
- VALUE
- PERCENT
- PERCENT
- VALUE_AND_PERCENT
- VALUE_AND_PERCENT
- "VALUE"
- VALUE
- "PERCENT"
- PERCENT
- "VALUE_AND_PERCENT"
- VALUE_AND_PERCENT
DashboardDataLabelOptions, DashboardDataLabelOptionsArgs
- Category
Label Pulumi.Visibility Aws Native. Quick Sight. Dashboard Visibility - Determines the visibility of the category field labels.
- Data
Label List<Pulumi.Types Aws Native. Quick Sight. Inputs. Dashboard Data Label Type> - The option that determines the data label type.
- Label
Color string - Determines the color of the data labels.
- Label
Content Pulumi.Aws Native. Quick Sight. Dashboard Data Label Content - Determines the content of the data labels.
- Label
Font Pulumi.Configuration Aws Native. Quick Sight. Inputs. Dashboard Font Configuration - Determines the font configuration of the data labels.
- Measure
Label Pulumi.Visibility Aws Native. Quick Sight. Dashboard Visibility - Determines the visibility of the measure field labels.
- Overlap
Pulumi.
Aws Native. Quick Sight. Dashboard Data Label Overlap - Determines whether overlap is enabled or disabled for the data labels.
- Position
Pulumi.
Aws Native. Quick Sight. Dashboard Data Label Position - Determines the position of the data labels.
- Totals
Visibility Pulumi.Aws Native. Quick Sight. Dashboard Visibility - Determines the visibility of the total.
- Visibility
Pulumi.
Aws Native. Quick Sight. Dashboard Visibility - Determines the visibility of the data labels.
- Category
Label DashboardVisibility Visibility - Determines the visibility of the category field labels.
- Data
Label []DashboardTypes Data Label Type - The option that determines the data label type.
- Label
Color string - Determines the color of the data labels.
- Label
Content DashboardData Label Content - Determines the content of the data labels.
- Label
Font DashboardConfiguration Font Configuration - Determines the font configuration of the data labels.
- Measure
Label DashboardVisibility Visibility - Determines the visibility of the measure field labels.
- Overlap
Dashboard
Data Label Overlap - Determines whether overlap is enabled or disabled for the data labels.
- Position
Dashboard
Data Label Position - Determines the position of the data labels.
- Totals
Visibility DashboardVisibility - Determines the visibility of the total.
- Visibility
Dashboard
Visibility - Determines the visibility of the data labels.
- category
Label DashboardVisibility Visibility - Determines the visibility of the category field labels.
- data
Label List<DashboardTypes Data Label Type> - The option that determines the data label type.
- label
Color String - Determines the color of the data labels.
- label
Content DashboardData Label Content - Determines the content of the data labels.
- label
Font DashboardConfiguration Font Configuration - Determines the font configuration of the data labels.
- measure
Label DashboardVisibility Visibility - Determines the visibility of the measure field labels.
- overlap
Dashboard
Data Label Overlap - Determines whether overlap is enabled or disabled for the data labels.
- position
Dashboard
Data Label Position - Determines the position of the data labels.
- totals
Visibility DashboardVisibility - Determines the visibility of the total.
- visibility
Dashboard
Visibility - Determines the visibility of the data labels.
- category
Label DashboardVisibility Visibility - Determines the visibility of the category field labels.
- data
Label DashboardTypes Data Label Type[] - The option that determines the data label type.
- label
Color string - Determines the color of the data labels.
- label
Content DashboardData Label Content - Determines the content of the data labels.
- label
Font DashboardConfiguration Font Configuration - Determines the font configuration of the data labels.
- measure
Label DashboardVisibility Visibility - Determines the visibility of the measure field labels.
- overlap
Dashboard
Data Label Overlap - Determines whether overlap is enabled or disabled for the data labels.
- position
Dashboard
Data Label Position - Determines the position of the data labels.
- totals
Visibility DashboardVisibility - Determines the visibility of the total.
- visibility
Dashboard
Visibility - Determines the visibility of the data labels.
- category_
label_ Dashboardvisibility Visibility - Determines the visibility of the category field labels.
- data_
label_ Sequence[Dashboardtypes Data Label Type] - The option that determines the data label type.
- label_
color str - Determines the color of the data labels.
- label_
content DashboardData Label Content - Determines the content of the data labels.
- label_
font_ Dashboardconfiguration Font Configuration - Determines the font configuration of the data labels.
- measure_
label_ Dashboardvisibility Visibility - Determines the visibility of the measure field labels.
- overlap
Dashboard
Data Label Overlap - Determines whether overlap is enabled or disabled for the data labels.
- position
Dashboard
Data Label Position - Determines the position of the data labels.
- totals_
visibility DashboardVisibility - Determines the visibility of the total.
- visibility
Dashboard
Visibility - Determines the visibility of the data labels.
- category
Label "HIDDEN" | "VISIBLE"Visibility - Determines the visibility of the category field labels.
- data
Label List<Property Map>Types - The option that determines the data label type.
- label
Color String - Determines the color of the data labels.
- label
Content "VALUE" | "PERCENT" | "VALUE_AND_PERCENT" - Determines the content of the data labels.
- label
Font Property MapConfiguration - Determines the font configuration of the data labels.
- measure
Label "HIDDEN" | "VISIBLE"Visibility - Determines the visibility of the measure field labels.
- overlap "DISABLE_OVERLAP" | "ENABLE_OVERLAP"
- Determines whether overlap is enabled or disabled for the data labels.
- position "INSIDE" | "OUTSIDE" | "LEFT" | "TOP" | "BOTTOM" | "RIGHT"
- Determines the position of the data labels.
- totals
Visibility "HIDDEN" | "VISIBLE" - Determines the visibility of the total.
- visibility "HIDDEN" | "VISIBLE"
- Determines the visibility of the data labels.
DashboardDataLabelOverlap, DashboardDataLabelOverlapArgs
- Disable
Overlap - DISABLE_OVERLAP
- Enable
Overlap - ENABLE_OVERLAP
- Dashboard
Data Label Overlap Disable Overlap - DISABLE_OVERLAP
- Dashboard
Data Label Overlap Enable Overlap - ENABLE_OVERLAP
- Disable
Overlap - DISABLE_OVERLAP
- Enable
Overlap - ENABLE_OVERLAP
- Disable
Overlap - DISABLE_OVERLAP
- Enable
Overlap - ENABLE_OVERLAP
- DISABLE_OVERLAP
- DISABLE_OVERLAP
- ENABLE_OVERLAP
- ENABLE_OVERLAP
- "DISABLE_OVERLAP"
- DISABLE_OVERLAP
- "ENABLE_OVERLAP"
- ENABLE_OVERLAP
DashboardDataLabelPosition, DashboardDataLabelPositionArgs
- Inside
- INSIDE
- Outside
- OUTSIDE
- Left
- LEFT
- Top
- TOP
- Bottom
- BOTTOM
- Right
- RIGHT
- Dashboard
Data Label Position Inside - INSIDE
- Dashboard
Data Label Position Outside - OUTSIDE
- Dashboard
Data Label Position Left - LEFT
- Dashboard
Data Label Position Top - TOP
- Dashboard
Data Label Position Bottom - BOTTOM
- Dashboard
Data Label Position Right - RIGHT
- Inside
- INSIDE
- Outside
- OUTSIDE
- Left
- LEFT
- Top
- TOP
- Bottom
- BOTTOM
- Right
- RIGHT
- Inside
- INSIDE
- Outside
- OUTSIDE
- Left
- LEFT
- Top
- TOP
- Bottom
- BOTTOM
- Right
- RIGHT
- INSIDE
- INSIDE
- OUTSIDE
- OUTSIDE
- LEFT
- LEFT
- TOP
- TOP
- BOTTOM
- BOTTOM
- RIGHT
- RIGHT
- "INSIDE"
- INSIDE
- "OUTSIDE"
- OUTSIDE
- "LEFT"
- LEFT
- "TOP"
- TOP
- "BOTTOM"
- BOTTOM
- "RIGHT"
- RIGHT
DashboardDataLabelType, DashboardDataLabelTypeArgs
- Data
Path Pulumi.Label Type Aws Native. Quick Sight. Inputs. Dashboard Data Path Label Type - The option that specifies individual data values for labels.
- Field
Label Pulumi.Type Aws Native. Quick Sight. Inputs. Dashboard Field Label Type - Determines the label configuration for the entire field.
- Maximum
Label Pulumi.Type Aws Native. Quick Sight. Inputs. Dashboard Maximum Label Type - Determines the label configuration for the maximum value in a visual.
- Minimum
Label Pulumi.Type Aws Native. Quick Sight. Inputs. Dashboard Minimum Label Type - Determines the label configuration for the minimum value in a visual.
- Range
Ends Pulumi.Label Type Aws Native. Quick Sight. Inputs. Dashboard Range Ends Label Type - Determines the label configuration for range end value in a visual.
- Data
Path DashboardLabel Type Data Path Label Type - The option that specifies individual data values for labels.
- Field
Label DashboardType Field Label Type - Determines the label configuration for the entire field.
- Maximum
Label DashboardType Maximum Label Type - Determines the label configuration for the maximum value in a visual.
- Minimum
Label DashboardType Minimum Label Type - Determines the label configuration for the minimum value in a visual.
- Range
Ends DashboardLabel Type Range Ends Label Type - Determines the label configuration for range end value in a visual.
- data
Path DashboardLabel Type Data Path Label Type - The option that specifies individual data values for labels.
- field
Label DashboardType Field Label Type - Determines the label configuration for the entire field.
- maximum
Label DashboardType Maximum Label Type - Determines the label configuration for the maximum value in a visual.
- minimum
Label DashboardType Minimum Label Type - Determines the label configuration for the minimum value in a visual.
- range
Ends DashboardLabel Type Range Ends Label Type - Determines the label configuration for range end value in a visual.
- data
Path DashboardLabel Type Data Path Label Type - The option that specifies individual data values for labels.
- field
Label DashboardType Field Label Type - Determines the label configuration for the entire field.
- maximum
Label DashboardType Maximum Label Type - Determines the label configuration for the maximum value in a visual.
- minimum
Label DashboardType Minimum Label Type - Determines the label configuration for the minimum value in a visual.
- range
Ends DashboardLabel Type Range Ends Label Type - Determines the label configuration for range end value in a visual.
- data_
path_ Dashboardlabel_ type Data Path Label Type - The option that specifies individual data values for labels.
- field_
label_ Dashboardtype Field Label Type - Determines the label configuration for the entire field.
- maximum_
label_ Dashboardtype Maximum Label Type - Determines the label configuration for the maximum value in a visual.
- minimum_
label_ Dashboardtype Minimum Label Type - Determines the label configuration for the minimum value in a visual.
- range_
ends_ Dashboardlabel_ type Range Ends Label Type - Determines the label configuration for range end value in a visual.
- data
Path Property MapLabel Type - The option that specifies individual data values for labels.
- field
Label Property MapType - Determines the label configuration for the entire field.
- maximum
Label Property MapType - Determines the label configuration for the maximum value in a visual.
- minimum
Label Property MapType - Determines the label configuration for the minimum value in a visual.
- range
Ends Property MapLabel Type - Determines the label configuration for range end value in a visual.
DashboardDataPathColor, DashboardDataPathColorArgs
- Color string
- The color that needs to be applied to the element.
- Element
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Data Path Value - The element that the color needs to be applied to.
- Time
Granularity Pulumi.Aws Native. Quick Sight. Dashboard Time Granularity - The time granularity of the field that the color needs to be applied to.
- Color string
- The color that needs to be applied to the element.
- Element
Dashboard
Data Path Value - The element that the color needs to be applied to.
- Time
Granularity DashboardTime Granularity - The time granularity of the field that the color needs to be applied to.
- color String
- The color that needs to be applied to the element.
- element
Dashboard
Data Path Value - The element that the color needs to be applied to.
- time
Granularity DashboardTime Granularity - The time granularity of the field that the color needs to be applied to.
- color string
- The color that needs to be applied to the element.
- element
Dashboard
Data Path Value - The element that the color needs to be applied to.
- time
Granularity DashboardTime Granularity - The time granularity of the field that the color needs to be applied to.
- color str
- The color that needs to be applied to the element.
- element
Dashboard
Data Path Value - The element that the color needs to be applied to.
- time_
granularity DashboardTime Granularity - The time granularity of the field that the color needs to be applied to.
- color String
- The color that needs to be applied to the element.
- element Property Map
- The element that the color needs to be applied to.
- time
Granularity "YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND" - The time granularity of the field that the color needs to be applied to.
DashboardDataPathLabelType, DashboardDataPathLabelTypeArgs
- Field
Id string - The field ID of the field that the data label needs to be applied to.
- Field
Value string - The actual value of the field that is labeled.
- Visibility
Pulumi.
Aws Native. Quick Sight. Dashboard Visibility - The visibility of the data label.
- Field
Id string - The field ID of the field that the data label needs to be applied to.
- Field
Value string - The actual value of the field that is labeled.
- Visibility
Dashboard
Visibility - The visibility of the data label.
- field
Id String - The field ID of the field that the data label needs to be applied to.
- field
Value String - The actual value of the field that is labeled.
- visibility
Dashboard
Visibility - The visibility of the data label.
- field
Id string - The field ID of the field that the data label needs to be applied to.
- field
Value string - The actual value of the field that is labeled.
- visibility
Dashboard
Visibility - The visibility of the data label.
- field_
id str - The field ID of the field that the data label needs to be applied to.
- field_
value str - The actual value of the field that is labeled.
- visibility
Dashboard
Visibility - The visibility of the data label.
- field
Id String - The field ID of the field that the data label needs to be applied to.
- field
Value String - The actual value of the field that is labeled.
- visibility "HIDDEN" | "VISIBLE"
- The visibility of the data label.
DashboardDataPathSort, DashboardDataPathSortArgs
- Direction
Pulumi.
Aws Native. Quick Sight. Dashboard Sort Direction - Determines the sort direction.
- Sort
Paths List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Data Path Value> - The list of data paths that need to be sorted.
- Direction
Dashboard
Sort Direction - Determines the sort direction.
- Sort
Paths []DashboardData Path Value - The list of data paths that need to be sorted.
- direction
Dashboard
Sort Direction - Determines the sort direction.
- sort
Paths List<DashboardData Path Value> - The list of data paths that need to be sorted.
- direction
Dashboard
Sort Direction - Determines the sort direction.
- sort
Paths DashboardData Path Value[] - The list of data paths that need to be sorted.
- direction
Dashboard
Sort Direction - Determines the sort direction.
- sort_
paths Sequence[DashboardData Path Value] - The list of data paths that need to be sorted.
- direction "ASC" | "DESC"
- Determines the sort direction.
- sort
Paths List<Property Map> - The list of data paths that need to be sorted.
DashboardDataPathType, DashboardDataPathTypeArgs
- Pivot
Table Pulumi.Data Path Type Aws Native. Quick Sight. Dashboard Pivot Table Data Path Type - The type of data path value utilized in a pivot table. Choose one of the following options:
HIERARCHY_ROWS_LAYOUT_COLUMN
- The type of data path for the rows layout column, whenRowsLayout
is set toHIERARCHY
.MULTIPLE_ROW_METRICS_COLUMN
- The type of data path for the metric column when the row is set to Metric Placement.EMPTY_COLUMN_HEADER
- The type of data path for the column with empty column header, when there is no field inColumnsFieldWell
and the row is set to Metric Placement.COUNT_METRIC_COLUMN
- The type of data path for the column withCOUNT
as the metric, when there is no field in theValuesFieldWell
.
- Pivot
Table DashboardData Path Type Pivot Table Data Path Type - The type of data path value utilized in a pivot table. Choose one of the following options:
HIERARCHY_ROWS_LAYOUT_COLUMN
- The type of data path for the rows layout column, whenRowsLayout
is set toHIERARCHY
.MULTIPLE_ROW_METRICS_COLUMN
- The type of data path for the metric column when the row is set to Metric Placement.EMPTY_COLUMN_HEADER
- The type of data path for the column with empty column header, when there is no field inColumnsFieldWell
and the row is set to Metric Placement.COUNT_METRIC_COLUMN
- The type of data path for the column withCOUNT
as the metric, when there is no field in theValuesFieldWell
.
- pivot
Table DashboardData Path Type Pivot Table Data Path Type - The type of data path value utilized in a pivot table. Choose one of the following options:
HIERARCHY_ROWS_LAYOUT_COLUMN
- The type of data path for the rows layout column, whenRowsLayout
is set toHIERARCHY
.MULTIPLE_ROW_METRICS_COLUMN
- The type of data path for the metric column when the row is set to Metric Placement.EMPTY_COLUMN_HEADER
- The type of data path for the column with empty column header, when there is no field inColumnsFieldWell
and the row is set to Metric Placement.COUNT_METRIC_COLUMN
- The type of data path for the column withCOUNT
as the metric, when there is no field in theValuesFieldWell
.
- pivot
Table DashboardData Path Type Pivot Table Data Path Type - The type of data path value utilized in a pivot table. Choose one of the following options:
HIERARCHY_ROWS_LAYOUT_COLUMN
- The type of data path for the rows layout column, whenRowsLayout
is set toHIERARCHY
.MULTIPLE_ROW_METRICS_COLUMN
- The type of data path for the metric column when the row is set to Metric Placement.EMPTY_COLUMN_HEADER
- The type of data path for the column with empty column header, when there is no field inColumnsFieldWell
and the row is set to Metric Placement.COUNT_METRIC_COLUMN
- The type of data path for the column withCOUNT
as the metric, when there is no field in theValuesFieldWell
.
- pivot_
table_ Dashboarddata_ path_ type Pivot Table Data Path Type - The type of data path value utilized in a pivot table. Choose one of the following options:
HIERARCHY_ROWS_LAYOUT_COLUMN
- The type of data path for the rows layout column, whenRowsLayout
is set toHIERARCHY
.MULTIPLE_ROW_METRICS_COLUMN
- The type of data path for the metric column when the row is set to Metric Placement.EMPTY_COLUMN_HEADER
- The type of data path for the column with empty column header, when there is no field inColumnsFieldWell
and the row is set to Metric Placement.COUNT_METRIC_COLUMN
- The type of data path for the column withCOUNT
as the metric, when there is no field in theValuesFieldWell
.
- pivot
Table "HIERARCHY_ROWS_LAYOUT_COLUMN" | "MULTIPLE_ROW_METRICS_COLUMN" | "EMPTY_COLUMN_HEADER" | "COUNT_METRIC_COLUMN"Data Path Type - The type of data path value utilized in a pivot table. Choose one of the following options:
HIERARCHY_ROWS_LAYOUT_COLUMN
- The type of data path for the rows layout column, whenRowsLayout
is set toHIERARCHY
.MULTIPLE_ROW_METRICS_COLUMN
- The type of data path for the metric column when the row is set to Metric Placement.EMPTY_COLUMN_HEADER
- The type of data path for the column with empty column header, when there is no field inColumnsFieldWell
and the row is set to Metric Placement.COUNT_METRIC_COLUMN
- The type of data path for the column withCOUNT
as the metric, when there is no field in theValuesFieldWell
.
DashboardDataPathValue, DashboardDataPathValueArgs
- Data
Path Pulumi.Type Aws Native. Quick Sight. Inputs. Dashboard Data Path Type - The type configuration of the field.
- Field
Id string - The field ID of the field that needs to be sorted.
- Field
Value string - The actual value of the field that needs to be sorted.
- Data
Path DashboardType Data Path Type - The type configuration of the field.
- Field
Id string - The field ID of the field that needs to be sorted.
- Field
Value string - The actual value of the field that needs to be sorted.
- data
Path DashboardType Data Path Type - The type configuration of the field.
- field
Id String - The field ID of the field that needs to be sorted.
- field
Value String - The actual value of the field that needs to be sorted.
- data
Path DashboardType Data Path Type - The type configuration of the field.
- field
Id string - The field ID of the field that needs to be sorted.
- field
Value string - The actual value of the field that needs to be sorted.
- data_
path_ Dashboardtype Data Path Type - The type configuration of the field.
- field_
id str - The field ID of the field that needs to be sorted.
- field_
value str - The actual value of the field that needs to be sorted.
- data
Path Property MapType - The type configuration of the field.
- field
Id String - The field ID of the field that needs to be sorted.
- field
Value String - The actual value of the field that needs to be sorted.
DashboardDataPointDrillUpDownOption, DashboardDataPointDrillUpDownOptionArgs
- Availability
Status Pulumi.Aws Native. Quick Sight. Dashboard Behavior - The status of the drill down options of data points.
- Availability
Status DashboardBehavior - The status of the drill down options of data points.
- availability
Status DashboardBehavior - The status of the drill down options of data points.
- availability
Status DashboardBehavior - The status of the drill down options of data points.
- availability_
status DashboardBehavior - The status of the drill down options of data points.
- availability
Status "ENABLED" | "DISABLED" - The status of the drill down options of data points.
DashboardDataPointMenuLabelOption, DashboardDataPointMenuLabelOptionArgs
- Availability
Status Pulumi.Aws Native. Quick Sight. Dashboard Behavior - The status of the data point menu options.
- Availability
Status DashboardBehavior - The status of the data point menu options.
- availability
Status DashboardBehavior - The status of the data point menu options.
- availability
Status DashboardBehavior - The status of the data point menu options.
- availability_
status DashboardBehavior - The status of the data point menu options.
- availability
Status "ENABLED" | "DISABLED" - The status of the data point menu options.
DashboardDataPointTooltipOption, DashboardDataPointTooltipOptionArgs
- Availability
Status Pulumi.Aws Native. Quick Sight. Dashboard Behavior - The status of the data point tool tip options.
- Availability
Status DashboardBehavior - The status of the data point tool tip options.
- availability
Status DashboardBehavior - The status of the data point tool tip options.
- availability
Status DashboardBehavior - The status of the data point tool tip options.
- availability_
status DashboardBehavior - The status of the data point tool tip options.
- availability
Status "ENABLED" | "DISABLED" - The status of the data point tool tip options.
DashboardDataSetIdentifierDeclaration, DashboardDataSetIdentifierDeclarationArgs
- Data
Set stringArn - The Amazon Resource Name (ARN) of the data set.
- Identifier string
- The identifier of the data set, typically the data set's name.
- Data
Set stringArn - The Amazon Resource Name (ARN) of the data set.
- Identifier string
- The identifier of the data set, typically the data set's name.
- data
Set StringArn - The Amazon Resource Name (ARN) of the data set.
- identifier String
- The identifier of the data set, typically the data set's name.
- data
Set stringArn - The Amazon Resource Name (ARN) of the data set.
- identifier string
- The identifier of the data set, typically the data set's name.
- data_
set_ strarn - The Amazon Resource Name (ARN) of the data set.
- identifier str
- The identifier of the data set, typically the data set's name.
- data
Set StringArn - The Amazon Resource Name (ARN) of the data set.
- identifier String
- The identifier of the data set, typically the data set's name.
DashboardDataSetReference, DashboardDataSetReferenceArgs
- Data
Set stringArn - Data
Set stringPlaceholder
- Data
Set stringArn - Data
Set stringPlaceholder
- data
Set StringArn - data
Set StringPlaceholder
- data
Set stringArn - data
Set stringPlaceholder
- data_
set_ strarn - data_
set_ strplaceholder
- data
Set StringArn - data
Set StringPlaceholder
DashboardDateAggregationFunction, DashboardDateAggregationFunctionArgs
- Count
- COUNT
- Distinct
Count - DISTINCT_COUNT
- Min
- MIN
- Max
- MAX
- Dashboard
Date Aggregation Function Count - COUNT
- Dashboard
Date Aggregation Function Distinct Count - DISTINCT_COUNT
- Dashboard
Date Aggregation Function Min - MIN
- Dashboard
Date Aggregation Function Max - MAX
- Count
- COUNT
- Distinct
Count - DISTINCT_COUNT
- Min
- MIN
- Max
- MAX
- Count
- COUNT
- Distinct
Count - DISTINCT_COUNT
- Min
- MIN
- Max
- MAX
- COUNT
- COUNT
- DISTINCT_COUNT
- DISTINCT_COUNT
- MIN
- MIN
- MAX
- MAX
- "COUNT"
- COUNT
- "DISTINCT_COUNT"
- DISTINCT_COUNT
- "MIN"
- MIN
- "MAX"
- MAX
DashboardDateAxisOptions, DashboardDateAxisOptionsArgs
- Missing
Date Pulumi.Visibility Aws Native. Quick Sight. Dashboard Visibility - Determines whether or not missing dates are displayed.
- Missing
Date DashboardVisibility Visibility - Determines whether or not missing dates are displayed.
- missing
Date DashboardVisibility Visibility - Determines whether or not missing dates are displayed.
- missing
Date DashboardVisibility Visibility - Determines whether or not missing dates are displayed.
- missing_
date_ Dashboardvisibility Visibility - Determines whether or not missing dates are displayed.
- missing
Date "HIDDEN" | "VISIBLE"Visibility - Determines whether or not missing dates are displayed.
DashboardDateDimensionField, DashboardDateDimensionFieldArgs
- Column
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Column Identifier - The column that is used in the
DateDimensionField
. - Field
Id string - The custom field ID.
- Date
Granularity Pulumi.Aws Native. Quick Sight. Dashboard Time Granularity - The date granularity of the
DateDimensionField
. Choose one of the following options:YEAR
QUARTER
MONTH
WEEK
DAY
HOUR
MINUTE
SECOND
MILLISECOND
- Format
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Date Time Format Configuration - The format configuration of the field.
- Hierarchy
Id string - The custom hierarchy ID.
- Column
Dashboard
Column Identifier - The column that is used in the
DateDimensionField
. - Field
Id string - The custom field ID.
- Date
Granularity DashboardTime Granularity - The date granularity of the
DateDimensionField
. Choose one of the following options:YEAR
QUARTER
MONTH
WEEK
DAY
HOUR
MINUTE
SECOND
MILLISECOND
- Format
Configuration DashboardDate Time Format Configuration - The format configuration of the field.
- Hierarchy
Id string - The custom hierarchy ID.
- column
Dashboard
Column Identifier - The column that is used in the
DateDimensionField
. - field
Id String - The custom field ID.
- date
Granularity DashboardTime Granularity - The date granularity of the
DateDimensionField
. Choose one of the following options:YEAR
QUARTER
MONTH
WEEK
DAY
HOUR
MINUTE
SECOND
MILLISECOND
- format
Configuration DashboardDate Time Format Configuration - The format configuration of the field.
- hierarchy
Id String - The custom hierarchy ID.
- column
Dashboard
Column Identifier - The column that is used in the
DateDimensionField
. - field
Id string - The custom field ID.
- date
Granularity DashboardTime Granularity - The date granularity of the
DateDimensionField
. Choose one of the following options:YEAR
QUARTER
MONTH
WEEK
DAY
HOUR
MINUTE
SECOND
MILLISECOND
- format
Configuration DashboardDate Time Format Configuration - The format configuration of the field.
- hierarchy
Id string - The custom hierarchy ID.
- column
Dashboard
Column Identifier - The column that is used in the
DateDimensionField
. - field_
id str - The custom field ID.
- date_
granularity DashboardTime Granularity - The date granularity of the
DateDimensionField
. Choose one of the following options:YEAR
QUARTER
MONTH
WEEK
DAY
HOUR
MINUTE
SECOND
MILLISECOND
- format_
configuration DashboardDate Time Format Configuration - The format configuration of the field.
- hierarchy_
id str - The custom hierarchy ID.
- column Property Map
- The column that is used in the
DateDimensionField
. - field
Id String - The custom field ID.
- date
Granularity "YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND" - The date granularity of the
DateDimensionField
. Choose one of the following options:YEAR
QUARTER
MONTH
WEEK
DAY
HOUR
MINUTE
SECOND
MILLISECOND
- format
Configuration Property Map - The format configuration of the field.
- hierarchy
Id String - The custom hierarchy ID.
DashboardDateMeasureField, DashboardDateMeasureFieldArgs
- Column
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Column Identifier - The column that is used in the
DateMeasureField
. - Field
Id string - The custom field ID.
- Aggregation
Function Pulumi.Aws Native. Quick Sight. Dashboard Date Aggregation Function - The aggregation function of the measure field.
- Format
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Date Time Format Configuration - The format configuration of the field.
- Column
Dashboard
Column Identifier - The column that is used in the
DateMeasureField
. - Field
Id string - The custom field ID.
- Aggregation
Function DashboardDate Aggregation Function - The aggregation function of the measure field.
- Format
Configuration DashboardDate Time Format Configuration - The format configuration of the field.
- column
Dashboard
Column Identifier - The column that is used in the
DateMeasureField
. - field
Id String - The custom field ID.
- aggregation
Function DashboardDate Aggregation Function - The aggregation function of the measure field.
- format
Configuration DashboardDate Time Format Configuration - The format configuration of the field.
- column
Dashboard
Column Identifier - The column that is used in the
DateMeasureField
. - field
Id string - The custom field ID.
- aggregation
Function DashboardDate Aggregation Function - The aggregation function of the measure field.
- format
Configuration DashboardDate Time Format Configuration - The format configuration of the field.
- column
Dashboard
Column Identifier - The column that is used in the
DateMeasureField
. - field_
id str - The custom field ID.
- aggregation_
function DashboardDate Aggregation Function - The aggregation function of the measure field.
- format_
configuration DashboardDate Time Format Configuration - The format configuration of the field.
- column Property Map
- The column that is used in the
DateMeasureField
. - field
Id String - The custom field ID.
- aggregation
Function "COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX" - The aggregation function of the measure field.
- format
Configuration Property Map - The format configuration of the field.
DashboardDateTimeDefaultValues, DashboardDateTimeDefaultValuesArgs
- Dynamic
Value Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Dynamic Default Value - The dynamic value of the
DataTimeDefaultValues
. Different defaults are displayed according to users, groups, and values mapping. - Rolling
Date Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Rolling Date Configuration - The rolling date of the
DataTimeDefaultValues
. The date is determined from the dataset based on input expression. - Static
Values List<string> - The static values of the
DataTimeDefaultValues
.
- Dynamic
Value DashboardDynamic Default Value - The dynamic value of the
DataTimeDefaultValues
. Different defaults are displayed according to users, groups, and values mapping. - Rolling
Date DashboardRolling Date Configuration - The rolling date of the
DataTimeDefaultValues
. The date is determined from the dataset based on input expression. - Static
Values []string - The static values of the
DataTimeDefaultValues
.
- dynamic
Value DashboardDynamic Default Value - The dynamic value of the
DataTimeDefaultValues
. Different defaults are displayed according to users, groups, and values mapping. - rolling
Date DashboardRolling Date Configuration - The rolling date of the
DataTimeDefaultValues
. The date is determined from the dataset based on input expression. - static
Values List<String> - The static values of the
DataTimeDefaultValues
.
- dynamic
Value DashboardDynamic Default Value - The dynamic value of the
DataTimeDefaultValues
. Different defaults are displayed according to users, groups, and values mapping. - rolling
Date DashboardRolling Date Configuration - The rolling date of the
DataTimeDefaultValues
. The date is determined from the dataset based on input expression. - static
Values string[] - The static values of the
DataTimeDefaultValues
.
- dynamic_
value DashboardDynamic Default Value - The dynamic value of the
DataTimeDefaultValues
. Different defaults are displayed according to users, groups, and values mapping. - rolling_
date DashboardRolling Date Configuration - The rolling date of the
DataTimeDefaultValues
. The date is determined from the dataset based on input expression. - static_
values Sequence[str] - The static values of the
DataTimeDefaultValues
.
- dynamic
Value Property Map - The dynamic value of the
DataTimeDefaultValues
. Different defaults are displayed according to users, groups, and values mapping. - rolling
Date Property Map - The rolling date of the
DataTimeDefaultValues
. The date is determined from the dataset based on input expression. - static
Values List<String> - The static values of the
DataTimeDefaultValues
.
DashboardDateTimeFormatConfiguration, DashboardDateTimeFormatConfigurationArgs
- Date
Time stringFormat - Determines the
DateTime
format. - Null
Value Pulumi.Format Configuration Aws Native. Quick Sight. Inputs. Dashboard Null Value Format Configuration - The options that determine the null value format configuration.
- Numeric
Format Pulumi.Configuration Aws Native. Quick Sight. Inputs. Dashboard Numeric Format Configuration - The formatting configuration for numeric
DateTime
fields.
- Date
Time stringFormat - Determines the
DateTime
format. - Null
Value DashboardFormat Configuration Null Value Format Configuration - The options that determine the null value format configuration.
- Numeric
Format DashboardConfiguration Numeric Format Configuration - The formatting configuration for numeric
DateTime
fields.
- date
Time StringFormat - Determines the
DateTime
format. - null
Value DashboardFormat Configuration Null Value Format Configuration - The options that determine the null value format configuration.
- numeric
Format DashboardConfiguration Numeric Format Configuration - The formatting configuration for numeric
DateTime
fields.
- date
Time stringFormat - Determines the
DateTime
format. - null
Value DashboardFormat Configuration Null Value Format Configuration - The options that determine the null value format configuration.
- numeric
Format DashboardConfiguration Numeric Format Configuration - The formatting configuration for numeric
DateTime
fields.
- date_
time_ strformat - Determines the
DateTime
format. - null_
value_ Dashboardformat_ configuration Null Value Format Configuration - The options that determine the null value format configuration.
- numeric_
format_ Dashboardconfiguration Numeric Format Configuration - The formatting configuration for numeric
DateTime
fields.
- date
Time StringFormat - Determines the
DateTime
format. - null
Value Property MapFormat Configuration - The options that determine the null value format configuration.
- numeric
Format Property MapConfiguration - The formatting configuration for numeric
DateTime
fields.
DashboardDateTimeHierarchy, DashboardDateTimeHierarchyArgs
- Hierarchy
Id string - The hierarchy ID of the
DateTime
hierarchy. - Drill
Down List<Pulumi.Filters Aws Native. Quick Sight. Inputs. Dashboard Drill Down Filter> - The option that determines the drill down filters for the
DateTime
hierarchy.
- Hierarchy
Id string - The hierarchy ID of the
DateTime
hierarchy. - Drill
Down []DashboardFilters Drill Down Filter - The option that determines the drill down filters for the
DateTime
hierarchy.
- hierarchy
Id String - The hierarchy ID of the
DateTime
hierarchy. - drill
Down List<DashboardFilters Drill Down Filter> - The option that determines the drill down filters for the
DateTime
hierarchy.
- hierarchy
Id string - The hierarchy ID of the
DateTime
hierarchy. - drill
Down DashboardFilters Drill Down Filter[] - The option that determines the drill down filters for the
DateTime
hierarchy.
- hierarchy_
id str - The hierarchy ID of the
DateTime
hierarchy. - drill_
down_ Sequence[Dashboardfilters Drill Down Filter] - The option that determines the drill down filters for the
DateTime
hierarchy.
- hierarchy
Id String - The hierarchy ID of the
DateTime
hierarchy. - drill
Down List<Property Map>Filters - The option that determines the drill down filters for the
DateTime
hierarchy.
DashboardDateTimeParameter, DashboardDateTimeParameterArgs
DashboardDateTimeParameterDeclaration, DashboardDateTimeParameterDeclarationArgs
- Name string
- The name of the parameter that is being declared.
- Default
Values Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Date Time Default Values - The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
- Mapped
Data List<Pulumi.Set Parameters Aws Native. Quick Sight. Inputs. Dashboard Mapped Data Set Parameter> - Time
Granularity Pulumi.Aws Native. Quick Sight. Dashboard Time Granularity - The level of time precision that is used to aggregate
DateTime
values. - Value
When Pulumi.Unset Aws Native. Quick Sight. Inputs. Dashboard Date Time Value When Unset Configuration - The configuration that defines the default value of a
DateTime
parameter when a value has not been set.
- Name string
- The name of the parameter that is being declared.
- Default
Values DashboardDate Time Default Values - The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
- Mapped
Data []DashboardSet Parameters Mapped Data Set Parameter - Time
Granularity DashboardTime Granularity - The level of time precision that is used to aggregate
DateTime
values. - Value
When DashboardUnset Date Time Value When Unset Configuration - The configuration that defines the default value of a
DateTime
parameter when a value has not been set.
- name String
- The name of the parameter that is being declared.
- default
Values DashboardDate Time Default Values - The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
- mapped
Data List<DashboardSet Parameters Mapped Data Set Parameter> - time
Granularity DashboardTime Granularity - The level of time precision that is used to aggregate
DateTime
values. - value
When DashboardUnset Date Time Value When Unset Configuration - The configuration that defines the default value of a
DateTime
parameter when a value has not been set.
- name string
- The name of the parameter that is being declared.
- default
Values DashboardDate Time Default Values - The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
- mapped
Data DashboardSet Parameters Mapped Data Set Parameter[] - time
Granularity DashboardTime Granularity - The level of time precision that is used to aggregate
DateTime
values. - value
When DashboardUnset Date Time Value When Unset Configuration - The configuration that defines the default value of a
DateTime
parameter when a value has not been set.
- name str
- The name of the parameter that is being declared.
- default_
values DashboardDate Time Default Values - The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
- mapped_
data_ Sequence[Dashboardset_ parameters Mapped Data Set Parameter] - time_
granularity DashboardTime Granularity - The level of time precision that is used to aggregate
DateTime
values. - value_
when_ Dashboardunset Date Time Value When Unset Configuration - The configuration that defines the default value of a
DateTime
parameter when a value has not been set.
- name String
- The name of the parameter that is being declared.
- default
Values Property Map - The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
- mapped
Data List<Property Map>Set Parameters - time
Granularity "YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND" - The level of time precision that is used to aggregate
DateTime
values. - value
When Property MapUnset - The configuration that defines the default value of a
DateTime
parameter when a value has not been set.
DashboardDateTimePickerControlDisplayOptions, DashboardDateTimePickerControlDisplayOptionsArgs
- Date
Time stringFormat - Customize how dates are formatted in controls.
- Info
Icon Pulumi.Label Options Aws Native. Quick Sight. Inputs. Dashboard Sheet Control Info Icon Label Options - The configuration of info icon label options.
- Title
Options Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Label Options - The options to configure the title visibility, name, and font size.
- Date
Time stringFormat - Customize how dates are formatted in controls.
- Info
Icon DashboardLabel Options Sheet Control Info Icon Label Options - The configuration of info icon label options.
- Title
Options DashboardLabel Options - The options to configure the title visibility, name, and font size.
- date
Time StringFormat - Customize how dates are formatted in controls.
- info
Icon DashboardLabel Options Sheet Control Info Icon Label Options - The configuration of info icon label options.
- title
Options DashboardLabel Options - The options to configure the title visibility, name, and font size.
- date
Time stringFormat - Customize how dates are formatted in controls.
- info
Icon DashboardLabel Options Sheet Control Info Icon Label Options - The configuration of info icon label options.
- title
Options DashboardLabel Options - The options to configure the title visibility, name, and font size.
- date_
time_ strformat - Customize how dates are formatted in controls.
- info_
icon_ Dashboardlabel_ options Sheet Control Info Icon Label Options - The configuration of info icon label options.
- title_
options DashboardLabel Options - The options to configure the title visibility, name, and font size.
- date
Time StringFormat - Customize how dates are formatted in controls.
- info
Icon Property MapLabel Options - The configuration of info icon label options.
- title
Options Property Map - The options to configure the title visibility, name, and font size.
DashboardDateTimeValueWhenUnsetConfiguration, DashboardDateTimeValueWhenUnsetConfigurationArgs
- Custom
Value string - A custom value that's used when the value of a parameter isn't set.
- Value
When Pulumi.Unset Option Aws Native. Quick Sight. Dashboard Value When Unset Option - The built-in options for default values. The value can be one of the following:
RECOMMENDED
: The recommended value.NULL
: TheNULL
value.
- Custom
Value string - A custom value that's used when the value of a parameter isn't set.
- Value
When DashboardUnset Option Value When Unset Option - The built-in options for default values. The value can be one of the following:
RECOMMENDED
: The recommended value.NULL
: TheNULL
value.
- custom
Value String - A custom value that's used when the value of a parameter isn't set.
- value
When DashboardUnset Option Value When Unset Option - The built-in options for default values. The value can be one of the following:
RECOMMENDED
: The recommended value.NULL
: TheNULL
value.
- custom
Value string - A custom value that's used when the value of a parameter isn't set.
- value
When DashboardUnset Option Value When Unset Option - The built-in options for default values. The value can be one of the following:
RECOMMENDED
: The recommended value.NULL
: TheNULL
value.
- custom_
value str - A custom value that's used when the value of a parameter isn't set.
- value_
when_ Dashboardunset_ option Value When Unset Option - The built-in options for default values. The value can be one of the following:
RECOMMENDED
: The recommended value.NULL
: TheNULL
value.
- custom
Value String - A custom value that's used when the value of a parameter isn't set.
- value
When "RECOMMENDED_VALUE" | "NULL"Unset Option - The built-in options for default values. The value can be one of the following:
RECOMMENDED
: The recommended value.NULL
: TheNULL
value.
DashboardDayOfTheWeek, DashboardDayOfTheWeekArgs
- Sunday
- SUNDAY
- Monday
- MONDAY
- Tuesday
- TUESDAY
- Wednesday
- WEDNESDAY
- Thursday
- THURSDAY
- Friday
- FRIDAY
- Saturday
- SATURDAY
- Dashboard
Day Of The Week Sunday - SUNDAY
- Dashboard
Day Of The Week Monday - MONDAY
- Dashboard
Day Of The Week Tuesday - TUESDAY
- Dashboard
Day Of The Week Wednesday - WEDNESDAY
- Dashboard
Day Of The Week Thursday - THURSDAY
- Dashboard
Day Of The Week Friday - FRIDAY
- Dashboard
Day Of The Week Saturday - SATURDAY
- Sunday
- SUNDAY
- Monday
- MONDAY
- Tuesday
- TUESDAY
- Wednesday
- WEDNESDAY
- Thursday
- THURSDAY
- Friday
- FRIDAY
- Saturday
- SATURDAY
- Sunday
- SUNDAY
- Monday
- MONDAY
- Tuesday
- TUESDAY
- Wednesday
- WEDNESDAY
- Thursday
- THURSDAY
- Friday
- FRIDAY
- Saturday
- SATURDAY
- SUNDAY
- SUNDAY
- MONDAY
- MONDAY
- TUESDAY
- TUESDAY
- WEDNESDAY
- WEDNESDAY
- THURSDAY
- THURSDAY
- FRIDAY
- FRIDAY
- SATURDAY
- SATURDAY
- "SUNDAY"
- SUNDAY
- "MONDAY"
- MONDAY
- "TUESDAY"
- TUESDAY
- "WEDNESDAY"
- WEDNESDAY
- "THURSDAY"
- THURSDAY
- "FRIDAY"
- FRIDAY
- "SATURDAY"
- SATURDAY
DashboardDecimalDefaultValues, DashboardDecimalDefaultValuesArgs
- Dynamic
Value Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Dynamic Default Value - The dynamic value of the
DecimalDefaultValues
. Different defaults are displayed according to users, groups, and values mapping. - Static
Values List<double> - The static values of the
DecimalDefaultValues
.
- Dynamic
Value DashboardDynamic Default Value - The dynamic value of the
DecimalDefaultValues
. Different defaults are displayed according to users, groups, and values mapping. - Static
Values []float64 - The static values of the
DecimalDefaultValues
.
- dynamic
Value DashboardDynamic Default Value - The dynamic value of the
DecimalDefaultValues
. Different defaults are displayed according to users, groups, and values mapping. - static
Values List<Double> - The static values of the
DecimalDefaultValues
.
- dynamic
Value DashboardDynamic Default Value - The dynamic value of the
DecimalDefaultValues
. Different defaults are displayed according to users, groups, and values mapping. - static
Values number[] - The static values of the
DecimalDefaultValues
.
- dynamic_
value DashboardDynamic Default Value - The dynamic value of the
DecimalDefaultValues
. Different defaults are displayed according to users, groups, and values mapping. - static_
values Sequence[float] - The static values of the
DecimalDefaultValues
.
- dynamic
Value Property Map - The dynamic value of the
DecimalDefaultValues
. Different defaults are displayed according to users, groups, and values mapping. - static
Values List<Number> - The static values of the
DecimalDefaultValues
.
DashboardDecimalParameter, DashboardDecimalParameterArgs
DashboardDecimalParameterDeclaration, DashboardDecimalParameterDeclarationArgs
- Name string
- The name of the parameter that is being declared.
- Parameter
Value Pulumi.Type Aws Native. Quick Sight. Dashboard Parameter Value Type - The value type determines whether the parameter is a single-value or multi-value parameter.
- Default
Values Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Decimal Default Values - The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
- Mapped
Data List<Pulumi.Set Parameters Aws Native. Quick Sight. Inputs. Dashboard Mapped Data Set Parameter> - Value
When Pulumi.Unset Aws Native. Quick Sight. Inputs. Dashboard Decimal Value When Unset Configuration - The configuration that defines the default value of a
Decimal
parameter when a value has not been set.
- Name string
- The name of the parameter that is being declared.
- Parameter
Value DashboardType Parameter Value Type - The value type determines whether the parameter is a single-value or multi-value parameter.
- Default
Values DashboardDecimal Default Values - The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
- Mapped
Data []DashboardSet Parameters Mapped Data Set Parameter - Value
When DashboardUnset Decimal Value When Unset Configuration - The configuration that defines the default value of a
Decimal
parameter when a value has not been set.
- name String
- The name of the parameter that is being declared.
- parameter
Value DashboardType Parameter Value Type - The value type determines whether the parameter is a single-value or multi-value parameter.
- default
Values DashboardDecimal Default Values - The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
- mapped
Data List<DashboardSet Parameters Mapped Data Set Parameter> - value
When DashboardUnset Decimal Value When Unset Configuration - The configuration that defines the default value of a
Decimal
parameter when a value has not been set.
- name string
- The name of the parameter that is being declared.
- parameter
Value DashboardType Parameter Value Type - The value type determines whether the parameter is a single-value or multi-value parameter.
- default
Values DashboardDecimal Default Values - The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
- mapped
Data DashboardSet Parameters Mapped Data Set Parameter[] - value
When DashboardUnset Decimal Value When Unset Configuration - The configuration that defines the default value of a
Decimal
parameter when a value has not been set.
- name str
- The name of the parameter that is being declared.
- parameter_
value_ Dashboardtype Parameter Value Type - The value type determines whether the parameter is a single-value or multi-value parameter.
- default_
values DashboardDecimal Default Values - The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
- mapped_
data_ Sequence[Dashboardset_ parameters Mapped Data Set Parameter] - value_
when_ Dashboardunset Decimal Value When Unset Configuration - The configuration that defines the default value of a
Decimal
parameter when a value has not been set.
- name String
- The name of the parameter that is being declared.
- parameter
Value "MULTI_VALUED" | "SINGLE_VALUED"Type - The value type determines whether the parameter is a single-value or multi-value parameter.
- default
Values Property Map - The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
- mapped
Data List<Property Map>Set Parameters - value
When Property MapUnset - The configuration that defines the default value of a
Decimal
parameter when a value has not been set.
DashboardDecimalPlacesConfiguration, DashboardDecimalPlacesConfigurationArgs
- Decimal
Places double - The values of the decimal places.
- Decimal
Places float64 - The values of the decimal places.
- decimal
Places Double - The values of the decimal places.
- decimal
Places number - The values of the decimal places.
- decimal_
places float - The values of the decimal places.
- decimal
Places Number - The values of the decimal places.
DashboardDecimalValueWhenUnsetConfiguration, DashboardDecimalValueWhenUnsetConfigurationArgs
- Custom
Value double - A custom value that's used when the value of a parameter isn't set.
- Value
When Pulumi.Unset Option Aws Native. Quick Sight. Dashboard Value When Unset Option - The built-in options for default values. The value can be one of the following:
RECOMMENDED
: The recommended value.NULL
: TheNULL
value.
- Custom
Value float64 - A custom value that's used when the value of a parameter isn't set.
- Value
When DashboardUnset Option Value When Unset Option - The built-in options for default values. The value can be one of the following:
RECOMMENDED
: The recommended value.NULL
: TheNULL
value.
- custom
Value Double - A custom value that's used when the value of a parameter isn't set.
- value
When DashboardUnset Option Value When Unset Option - The built-in options for default values. The value can be one of the following:
RECOMMENDED
: The recommended value.NULL
: TheNULL
value.
- custom
Value number - A custom value that's used when the value of a parameter isn't set.
- value
When DashboardUnset Option Value When Unset Option - The built-in options for default values. The value can be one of the following:
RECOMMENDED
: The recommended value.NULL
: TheNULL
value.
- custom_
value float - A custom value that's used when the value of a parameter isn't set.
- value_
when_ Dashboardunset_ option Value When Unset Option - The built-in options for default values. The value can be one of the following:
RECOMMENDED
: The recommended value.NULL
: TheNULL
value.
- custom
Value Number - A custom value that's used when the value of a parameter isn't set.
- value
When "RECOMMENDED_VALUE" | "NULL"Unset Option - The built-in options for default values. The value can be one of the following:
RECOMMENDED
: The recommended value.NULL
: TheNULL
value.
DashboardDefaultDateTimePickerControlOptions, DashboardDefaultDateTimePickerControlOptionsArgs
- Display
Options Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Date Time Picker Control Display Options - The display options of a control.
- Type
Pulumi.
Aws Native. Quick Sight. Dashboard Sheet Control Date Time Picker Type - The date time picker type of the
DefaultDateTimePickerControlOptions
. Choose one of the following options:SINGLE_VALUED
: The filter condition is a fixed date.DATE_RANGE
: The filter condition is a date time range.
- Display
Options DashboardDate Time Picker Control Display Options - The display options of a control.
- Type
Dashboard
Sheet Control Date Time Picker Type - The date time picker type of the
DefaultDateTimePickerControlOptions
. Choose one of the following options:SINGLE_VALUED
: The filter condition is a fixed date.DATE_RANGE
: The filter condition is a date time range.
- display
Options DashboardDate Time Picker Control Display Options - The display options of a control.
- type
Dashboard
Sheet Control Date Time Picker Type - The date time picker type of the
DefaultDateTimePickerControlOptions
. Choose one of the following options:SINGLE_VALUED
: The filter condition is a fixed date.DATE_RANGE
: The filter condition is a date time range.
- display
Options DashboardDate Time Picker Control Display Options - The display options of a control.
- type
Dashboard
Sheet Control Date Time Picker Type - The date time picker type of the
DefaultDateTimePickerControlOptions
. Choose one of the following options:SINGLE_VALUED
: The filter condition is a fixed date.DATE_RANGE
: The filter condition is a date time range.
- display_
options DashboardDate Time Picker Control Display Options - The display options of a control.
- type
Dashboard
Sheet Control Date Time Picker Type - The date time picker type of the
DefaultDateTimePickerControlOptions
. Choose one of the following options:SINGLE_VALUED
: The filter condition is a fixed date.DATE_RANGE
: The filter condition is a date time range.
- display
Options Property Map - The display options of a control.
- type "SINGLE_VALUED" | "DATE_RANGE"
- The date time picker type of the
DefaultDateTimePickerControlOptions
. Choose one of the following options:SINGLE_VALUED
: The filter condition is a fixed date.DATE_RANGE
: The filter condition is a date time range.
DashboardDefaultFilterControlConfiguration, DashboardDefaultFilterControlConfigurationArgs
- Control
Options Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Default Filter Control Options - The control option for the
DefaultFilterControlConfiguration
. - Title string
- The title of the
DefaultFilterControlConfiguration
. This title is shared by all controls that are tied to this filter.
- Control
Options DashboardDefault Filter Control Options - The control option for the
DefaultFilterControlConfiguration
. - Title string
- The title of the
DefaultFilterControlConfiguration
. This title is shared by all controls that are tied to this filter.
- control
Options DashboardDefault Filter Control Options - The control option for the
DefaultFilterControlConfiguration
. - title String
- The title of the
DefaultFilterControlConfiguration
. This title is shared by all controls that are tied to this filter.
- control
Options DashboardDefault Filter Control Options - The control option for the
DefaultFilterControlConfiguration
. - title string
- The title of the
DefaultFilterControlConfiguration
. This title is shared by all controls that are tied to this filter.
- control_
options DashboardDefault Filter Control Options - The control option for the
DefaultFilterControlConfiguration
. - title str
- The title of the
DefaultFilterControlConfiguration
. This title is shared by all controls that are tied to this filter.
- control
Options Property Map - The control option for the
DefaultFilterControlConfiguration
. - title String
- The title of the
DefaultFilterControlConfiguration
. This title is shared by all controls that are tied to this filter.
DashboardDefaultFilterControlOptions, DashboardDefaultFilterControlOptionsArgs
- Default
Date Pulumi.Time Picker Options Aws Native. Quick Sight. Inputs. Dashboard Default Date Time Picker Control Options - The default options that correspond to the filter control type of a
DateTimePicker
. - Default
Dropdown Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard Default Filter Drop Down Control Options - The default options that correspond to the
Dropdown
filter control type. - Default
List Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard Default Filter List Control Options - The default options that correspond to the
List
filter control type. - Default
Relative Pulumi.Date Time Options Aws Native. Quick Sight. Inputs. Dashboard Default Relative Date Time Control Options - The default options that correspond to the
RelativeDateTime
filter control type. - Default
Slider Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard Default Slider Control Options - The default options that correspond to the
Slider
filter control type. - Default
Text Pulumi.Area Options Aws Native. Quick Sight. Inputs. Dashboard Default Text Area Control Options - The default options that correspond to the
TextArea
filter control type. - Default
Text Pulumi.Field Options Aws Native. Quick Sight. Inputs. Dashboard Default Text Field Control Options - The default options that correspond to the
TextField
filter control type.
- Default
Date DashboardTime Picker Options Default Date Time Picker Control Options - The default options that correspond to the filter control type of a
DateTimePicker
. - Default
Dropdown DashboardOptions Default Filter Drop Down Control Options - The default options that correspond to the
Dropdown
filter control type. - Default
List DashboardOptions Default Filter List Control Options - The default options that correspond to the
List
filter control type. - Default
Relative DashboardDate Time Options Default Relative Date Time Control Options - The default options that correspond to the
RelativeDateTime
filter control type. - Default
Slider DashboardOptions Default Slider Control Options - The default options that correspond to the
Slider
filter control type. - Default
Text DashboardArea Options Default Text Area Control Options - The default options that correspond to the
TextArea
filter control type. - Default
Text DashboardField Options Default Text Field Control Options - The default options that correspond to the
TextField
filter control type.
- default
Date DashboardTime Picker Options Default Date Time Picker Control Options - The default options that correspond to the filter control type of a
DateTimePicker
. - default
Dropdown DashboardOptions Default Filter Drop Down Control Options - The default options that correspond to the
Dropdown
filter control type. - default
List DashboardOptions Default Filter List Control Options - The default options that correspond to the
List
filter control type. - default
Relative DashboardDate Time Options Default Relative Date Time Control Options - The default options that correspond to the
RelativeDateTime
filter control type. - default
Slider DashboardOptions Default Slider Control Options - The default options that correspond to the
Slider
filter control type. - default
Text DashboardArea Options Default Text Area Control Options - The default options that correspond to the
TextArea
filter control type. - default
Text DashboardField Options Default Text Field Control Options - The default options that correspond to the
TextField
filter control type.
- default
Date DashboardTime Picker Options Default Date Time Picker Control Options - The default options that correspond to the filter control type of a
DateTimePicker
. - default
Dropdown DashboardOptions Default Filter Drop Down Control Options - The default options that correspond to the
Dropdown
filter control type. - default
List DashboardOptions Default Filter List Control Options - The default options that correspond to the
List
filter control type. - default
Relative DashboardDate Time Options Default Relative Date Time Control Options - The default options that correspond to the
RelativeDateTime
filter control type. - default
Slider DashboardOptions Default Slider Control Options - The default options that correspond to the
Slider
filter control type. - default
Text DashboardArea Options Default Text Area Control Options - The default options that correspond to the
TextArea
filter control type. - default
Text DashboardField Options Default Text Field Control Options - The default options that correspond to the
TextField
filter control type.
- default_
date_ Dashboardtime_ picker_ options Default Date Time Picker Control Options - The default options that correspond to the filter control type of a
DateTimePicker
. - default_
dropdown_ Dashboardoptions Default Filter Drop Down Control Options - The default options that correspond to the
Dropdown
filter control type. - default_
list_ Dashboardoptions Default Filter List Control Options - The default options that correspond to the
List
filter control type. - default_
relative_ Dashboarddate_ time_ options Default Relative Date Time Control Options - The default options that correspond to the
RelativeDateTime
filter control type. - default_
slider_ Dashboardoptions Default Slider Control Options - The default options that correspond to the
Slider
filter control type. - default_
text_ Dashboardarea_ options Default Text Area Control Options - The default options that correspond to the
TextArea
filter control type. - default_
text_ Dashboardfield_ options Default Text Field Control Options - The default options that correspond to the
TextField
filter control type.
- default
Date Property MapTime Picker Options - The default options that correspond to the filter control type of a
DateTimePicker
. - default
Dropdown Property MapOptions - The default options that correspond to the
Dropdown
filter control type. - default
List Property MapOptions - The default options that correspond to the
List
filter control type. - default
Relative Property MapDate Time Options - The default options that correspond to the
RelativeDateTime
filter control type. - default
Slider Property MapOptions - The default options that correspond to the
Slider
filter control type. - default
Text Property MapArea Options - The default options that correspond to the
TextArea
filter control type. - default
Text Property MapField Options - The default options that correspond to the
TextField
filter control type.
DashboardDefaultFilterDropDownControlOptions, DashboardDefaultFilterDropDownControlOptionsArgs
- Display
Options Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Drop Down Control Display Options - The display options of a control.
- Selectable
Values Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Filter Selectable Values - A list of selectable values that are used in a control.
- Type
Pulumi.
Aws Native. Quick Sight. Dashboard Sheet Control List Type - The type of the
FilterDropDownControl
. Choose one of the following options:MULTI_SELECT
: The user can select multiple entries from a dropdown menu.SINGLE_SELECT
: The user can select a single entry from a dropdown menu.
- Display
Options DashboardDrop Down Control Display Options - The display options of a control.
- Selectable
Values DashboardFilter Selectable Values - A list of selectable values that are used in a control.
- Type
Dashboard
Sheet Control List Type - The type of the
FilterDropDownControl
. Choose one of the following options:MULTI_SELECT
: The user can select multiple entries from a dropdown menu.SINGLE_SELECT
: The user can select a single entry from a dropdown menu.
- display
Options DashboardDrop Down Control Display Options - The display options of a control.
- selectable
Values DashboardFilter Selectable Values - A list of selectable values that are used in a control.
- type
Dashboard
Sheet Control List Type - The type of the
FilterDropDownControl
. Choose one of the following options:MULTI_SELECT
: The user can select multiple entries from a dropdown menu.SINGLE_SELECT
: The user can select a single entry from a dropdown menu.
- display
Options DashboardDrop Down Control Display Options - The display options of a control.
- selectable
Values DashboardFilter Selectable Values - A list of selectable values that are used in a control.
- type
Dashboard
Sheet Control List Type - The type of the
FilterDropDownControl
. Choose one of the following options:MULTI_SELECT
: The user can select multiple entries from a dropdown menu.SINGLE_SELECT
: The user can select a single entry from a dropdown menu.
- display_
options DashboardDrop Down Control Display Options - The display options of a control.
- selectable_
values DashboardFilter Selectable Values - A list of selectable values that are used in a control.
- type
Dashboard
Sheet Control List Type - The type of the
FilterDropDownControl
. Choose one of the following options:MULTI_SELECT
: The user can select multiple entries from a dropdown menu.SINGLE_SELECT
: The user can select a single entry from a dropdown menu.
- display
Options Property Map - The display options of a control.
- selectable
Values Property Map - A list of selectable values that are used in a control.
- type "MULTI_SELECT" | "SINGLE_SELECT"
- The type of the
FilterDropDownControl
. Choose one of the following options:MULTI_SELECT
: The user can select multiple entries from a dropdown menu.SINGLE_SELECT
: The user can select a single entry from a dropdown menu.
DashboardDefaultFilterListControlOptions, DashboardDefaultFilterListControlOptionsArgs
- Display
Options Pulumi.Aws Native. Quick Sight. Inputs. Dashboard List Control Display Options - The display options of a control.
- Selectable
Values Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Filter Selectable Values - A list of selectable values that are used in a control.
- Type
Pulumi.
Aws Native. Quick Sight. Dashboard Sheet Control List Type - The type of the
DefaultFilterListControlOptions
. Choose one of the following options:MULTI_SELECT
: The user can select multiple entries from the list.SINGLE_SELECT
: The user can select a single entry from the list.
- Display
Options DashboardList Control Display Options - The display options of a control.
- Selectable
Values DashboardFilter Selectable Values - A list of selectable values that are used in a control.
- Type
Dashboard
Sheet Control List Type - The type of the
DefaultFilterListControlOptions
. Choose one of the following options:MULTI_SELECT
: The user can select multiple entries from the list.SINGLE_SELECT
: The user can select a single entry from the list.
- display
Options DashboardList Control Display Options - The display options of a control.
- selectable
Values DashboardFilter Selectable Values - A list of selectable values that are used in a control.
- type
Dashboard
Sheet Control List Type - The type of the
DefaultFilterListControlOptions
. Choose one of the following options:MULTI_SELECT
: The user can select multiple entries from the list.SINGLE_SELECT
: The user can select a single entry from the list.
- display
Options DashboardList Control Display Options - The display options of a control.
- selectable
Values DashboardFilter Selectable Values - A list of selectable values that are used in a control.
- type
Dashboard
Sheet Control List Type - The type of the
DefaultFilterListControlOptions
. Choose one of the following options:MULTI_SELECT
: The user can select multiple entries from the list.SINGLE_SELECT
: The user can select a single entry from the list.
- display_
options DashboardList Control Display Options - The display options of a control.
- selectable_
values DashboardFilter Selectable Values - A list of selectable values that are used in a control.
- type
Dashboard
Sheet Control List Type - The type of the
DefaultFilterListControlOptions
. Choose one of the following options:MULTI_SELECT
: The user can select multiple entries from the list.SINGLE_SELECT
: The user can select a single entry from the list.
- display
Options Property Map - The display options of a control.
- selectable
Values Property Map - A list of selectable values that are used in a control.
- type "MULTI_SELECT" | "SINGLE_SELECT"
- The type of the
DefaultFilterListControlOptions
. Choose one of the following options:MULTI_SELECT
: The user can select multiple entries from the list.SINGLE_SELECT
: The user can select a single entry from the list.
DashboardDefaultFreeFormLayoutConfiguration, DashboardDefaultFreeFormLayoutConfigurationArgs
- Canvas
Size Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard Free Form Layout Canvas Size Options - Determines the screen canvas size options for a free-form layout.
- Canvas
Size DashboardOptions Free Form Layout Canvas Size Options - Determines the screen canvas size options for a free-form layout.
- canvas
Size DashboardOptions Free Form Layout Canvas Size Options - Determines the screen canvas size options for a free-form layout.
- canvas
Size DashboardOptions Free Form Layout Canvas Size Options - Determines the screen canvas size options for a free-form layout.
- canvas_
size_ Dashboardoptions Free Form Layout Canvas Size Options - Determines the screen canvas size options for a free-form layout.
- canvas
Size Property MapOptions - Determines the screen canvas size options for a free-form layout.
DashboardDefaultGridLayoutConfiguration, DashboardDefaultGridLayoutConfigurationArgs
- Canvas
Size Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard Grid Layout Canvas Size Options - Determines the screen canvas size options for a grid layout.
- Canvas
Size DashboardOptions Grid Layout Canvas Size Options - Determines the screen canvas size options for a grid layout.
- canvas
Size DashboardOptions Grid Layout Canvas Size Options - Determines the screen canvas size options for a grid layout.
- canvas
Size DashboardOptions Grid Layout Canvas Size Options - Determines the screen canvas size options for a grid layout.
- canvas_
size_ Dashboardoptions Grid Layout Canvas Size Options - Determines the screen canvas size options for a grid layout.
- canvas
Size Property MapOptions - Determines the screen canvas size options for a grid layout.
DashboardDefaultInteractiveLayoutConfiguration, DashboardDefaultInteractiveLayoutConfigurationArgs
- Free
Form Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Default Free Form Layout Configuration - The options that determine the default settings of a free-form layout configuration.
- Grid
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Default Grid Layout Configuration - The options that determine the default settings for a grid layout configuration.
- Free
Form DashboardDefault Free Form Layout Configuration - The options that determine the default settings of a free-form layout configuration.
- Grid
Dashboard
Default Grid Layout Configuration - The options that determine the default settings for a grid layout configuration.
- free
Form DashboardDefault Free Form Layout Configuration - The options that determine the default settings of a free-form layout configuration.
- grid
Dashboard
Default Grid Layout Configuration - The options that determine the default settings for a grid layout configuration.
- free
Form DashboardDefault Free Form Layout Configuration - The options that determine the default settings of a free-form layout configuration.
- grid
Dashboard
Default Grid Layout Configuration - The options that determine the default settings for a grid layout configuration.
- free_
form DashboardDefault Free Form Layout Configuration - The options that determine the default settings of a free-form layout configuration.
- grid
Dashboard
Default Grid Layout Configuration - The options that determine the default settings for a grid layout configuration.
- free
Form Property Map - The options that determine the default settings of a free-form layout configuration.
- grid Property Map
- The options that determine the default settings for a grid layout configuration.
DashboardDefaultNewSheetConfiguration, DashboardDefaultNewSheetConfigurationArgs
- Interactive
Layout Pulumi.Configuration Aws Native. Quick Sight. Inputs. Dashboard Default Interactive Layout Configuration - The options that determine the default settings for interactive layout configuration.
- Paginated
Layout Pulumi.Configuration Aws Native. Quick Sight. Inputs. Dashboard Default Paginated Layout Configuration - The options that determine the default settings for a paginated layout configuration.
- Sheet
Content Pulumi.Type Aws Native. Quick Sight. Dashboard Sheet Content Type - The option that determines the sheet content type.
- Interactive
Layout DashboardConfiguration Default Interactive Layout Configuration - The options that determine the default settings for interactive layout configuration.
- Paginated
Layout DashboardConfiguration Default Paginated Layout Configuration - The options that determine the default settings for a paginated layout configuration.
- Sheet
Content DashboardType Sheet Content Type - The option that determines the sheet content type.
- interactive
Layout DashboardConfiguration Default Interactive Layout Configuration - The options that determine the default settings for interactive layout configuration.
- paginated
Layout DashboardConfiguration Default Paginated Layout Configuration - The options that determine the default settings for a paginated layout configuration.
- sheet
Content DashboardType Sheet Content Type - The option that determines the sheet content type.
- interactive
Layout DashboardConfiguration Default Interactive Layout Configuration - The options that determine the default settings for interactive layout configuration.
- paginated
Layout DashboardConfiguration Default Paginated Layout Configuration - The options that determine the default settings for a paginated layout configuration.
- sheet
Content DashboardType Sheet Content Type - The option that determines the sheet content type.
- interactive_
layout_ Dashboardconfiguration Default Interactive Layout Configuration - The options that determine the default settings for interactive layout configuration.
- paginated_
layout_ Dashboardconfiguration Default Paginated Layout Configuration - The options that determine the default settings for a paginated layout configuration.
- sheet_
content_ Dashboardtype Sheet Content Type - The option that determines the sheet content type.
- interactive
Layout Property MapConfiguration - The options that determine the default settings for interactive layout configuration.
- paginated
Layout Property MapConfiguration - The options that determine the default settings for a paginated layout configuration.
- sheet
Content "PAGINATED" | "INTERACTIVE"Type - The option that determines the sheet content type.
DashboardDefaultPaginatedLayoutConfiguration, DashboardDefaultPaginatedLayoutConfigurationArgs
- Section
Based Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Default Section Based Layout Configuration - The options that determine the default settings for a section-based layout configuration.
- Section
Based DashboardDefault Section Based Layout Configuration - The options that determine the default settings for a section-based layout configuration.
- section
Based DashboardDefault Section Based Layout Configuration - The options that determine the default settings for a section-based layout configuration.
- section
Based DashboardDefault Section Based Layout Configuration - The options that determine the default settings for a section-based layout configuration.
- section_
based DashboardDefault Section Based Layout Configuration - The options that determine the default settings for a section-based layout configuration.
- section
Based Property Map - The options that determine the default settings for a section-based layout configuration.
DashboardDefaultRelativeDateTimeControlOptions, DashboardDefaultRelativeDateTimeControlOptionsArgs
- Display
Options Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Relative Date Time Control Display Options - The display options of a control.
- Display
Options DashboardRelative Date Time Control Display Options - The display options of a control.
- display
Options DashboardRelative Date Time Control Display Options - The display options of a control.
- display
Options DashboardRelative Date Time Control Display Options - The display options of a control.
- display_
options DashboardRelative Date Time Control Display Options - The display options of a control.
- display
Options Property Map - The display options of a control.
DashboardDefaultSectionBasedLayoutConfiguration, DashboardDefaultSectionBasedLayoutConfigurationArgs
- Canvas
Size Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard Section Based Layout Canvas Size Options - Determines the screen canvas size options for a section-based layout.
- Canvas
Size DashboardOptions Section Based Layout Canvas Size Options - Determines the screen canvas size options for a section-based layout.
- canvas
Size DashboardOptions Section Based Layout Canvas Size Options - Determines the screen canvas size options for a section-based layout.
- canvas
Size DashboardOptions Section Based Layout Canvas Size Options - Determines the screen canvas size options for a section-based layout.
- canvas_
size_ Dashboardoptions Section Based Layout Canvas Size Options - Determines the screen canvas size options for a section-based layout.
- canvas
Size Property MapOptions - Determines the screen canvas size options for a section-based layout.
DashboardDefaultSliderControlOptions, DashboardDefaultSliderControlOptionsArgs
- Maximum
Value double - The larger value that is displayed at the right of the slider.
- Minimum
Value double - The smaller value that is displayed at the left of the slider.
- Step
Size double - The number of increments that the slider bar is divided into.
- Display
Options Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Slider Control Display Options - The display options of a control.
- Type
Pulumi.
Aws Native. Quick Sight. Dashboard Sheet Control Slider Type - The type of the
DefaultSliderControlOptions
. Choose one of the following options:SINGLE_POINT
: Filter against(equals) a single data point.RANGE
: Filter data that is in a specified range.
- Maximum
Value float64 - The larger value that is displayed at the right of the slider.
- Minimum
Value float64 - The smaller value that is displayed at the left of the slider.
- Step
Size float64 - The number of increments that the slider bar is divided into.
- Display
Options DashboardSlider Control Display Options - The display options of a control.
- Type
Dashboard
Sheet Control Slider Type - The type of the
DefaultSliderControlOptions
. Choose one of the following options:SINGLE_POINT
: Filter against(equals) a single data point.RANGE
: Filter data that is in a specified range.
- maximum
Value Double - The larger value that is displayed at the right of the slider.
- minimum
Value Double - The smaller value that is displayed at the left of the slider.
- step
Size Double - The number of increments that the slider bar is divided into.
- display
Options DashboardSlider Control Display Options - The display options of a control.
- type
Dashboard
Sheet Control Slider Type - The type of the
DefaultSliderControlOptions
. Choose one of the following options:SINGLE_POINT
: Filter against(equals) a single data point.RANGE
: Filter data that is in a specified range.
- maximum
Value number - The larger value that is displayed at the right of the slider.
- minimum
Value number - The smaller value that is displayed at the left of the slider.
- step
Size number - The number of increments that the slider bar is divided into.
- display
Options DashboardSlider Control Display Options - The display options of a control.
- type
Dashboard
Sheet Control Slider Type - The type of the
DefaultSliderControlOptions
. Choose one of the following options:SINGLE_POINT
: Filter against(equals) a single data point.RANGE
: Filter data that is in a specified range.
- maximum_
value float - The larger value that is displayed at the right of the slider.
- minimum_
value float - The smaller value that is displayed at the left of the slider.
- step_
size float - The number of increments that the slider bar is divided into.
- display_
options DashboardSlider Control Display Options - The display options of a control.
- type
Dashboard
Sheet Control Slider Type - The type of the
DefaultSliderControlOptions
. Choose one of the following options:SINGLE_POINT
: Filter against(equals) a single data point.RANGE
: Filter data that is in a specified range.
- maximum
Value Number - The larger value that is displayed at the right of the slider.
- minimum
Value Number - The smaller value that is displayed at the left of the slider.
- step
Size Number - The number of increments that the slider bar is divided into.
- display
Options Property Map - The display options of a control.
- type "SINGLE_POINT" | "RANGE"
- The type of the
DefaultSliderControlOptions
. Choose one of the following options:SINGLE_POINT
: Filter against(equals) a single data point.RANGE
: Filter data that is in a specified range.
DashboardDefaultTextAreaControlOptions, DashboardDefaultTextAreaControlOptionsArgs
- Delimiter string
- The delimiter that is used to separate the lines in text.
- Display
Options Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Text Area Control Display Options - The display options of a control.
- Delimiter string
- The delimiter that is used to separate the lines in text.
- Display
Options DashboardText Area Control Display Options - The display options of a control.
- delimiter String
- The delimiter that is used to separate the lines in text.
- display
Options DashboardText Area Control Display Options - The display options of a control.
- delimiter string
- The delimiter that is used to separate the lines in text.
- display
Options DashboardText Area Control Display Options - The display options of a control.
- delimiter str
- The delimiter that is used to separate the lines in text.
- display_
options DashboardText Area Control Display Options - The display options of a control.
- delimiter String
- The delimiter that is used to separate the lines in text.
- display
Options Property Map - The display options of a control.
DashboardDefaultTextFieldControlOptions, DashboardDefaultTextFieldControlOptionsArgs
- Display
Options Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Text Field Control Display Options - The display options of a control.
- Display
Options DashboardText Field Control Display Options - The display options of a control.
- display
Options DashboardText Field Control Display Options - The display options of a control.
- display
Options DashboardText Field Control Display Options - The display options of a control.
- display_
options DashboardText Field Control Display Options - The display options of a control.
- display
Options Property Map - The display options of a control.
DashboardDestinationParameterValueConfiguration, DashboardDestinationParameterValueConfigurationArgs
- Custom
Values Pulumi.Configuration Aws Native. Quick Sight. Inputs. Dashboard Custom Values Configuration - The configuration of custom values for destination parameter in
DestinationParameterValueConfiguration
. - Select
All Pulumi.Value Options Aws Native. Quick Sight. Dashboard Select All Value Options - The configuration that selects all options.
- Source
Column Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Column Identifier - Source
Field string - The source field ID of the destination parameter.
- Source
Parameter stringName - The source parameter name of the destination parameter.
- Custom
Values DashboardConfiguration Custom Values Configuration - The configuration of custom values for destination parameter in
DestinationParameterValueConfiguration
. - Select
All DashboardValue Options Select All Value Options - The configuration that selects all options.
- Source
Column DashboardColumn Identifier - Source
Field string - The source field ID of the destination parameter.
- Source
Parameter stringName - The source parameter name of the destination parameter.
- custom
Values DashboardConfiguration Custom Values Configuration - The configuration of custom values for destination parameter in
DestinationParameterValueConfiguration
. - select
All DashboardValue Options Select All Value Options - The configuration that selects all options.
- source
Column DashboardColumn Identifier - source
Field String - The source field ID of the destination parameter.
- source
Parameter StringName - The source parameter name of the destination parameter.
- custom
Values DashboardConfiguration Custom Values Configuration - The configuration of custom values for destination parameter in
DestinationParameterValueConfiguration
. - select
All DashboardValue Options Select All Value Options - The configuration that selects all options.
- source
Column DashboardColumn Identifier - source
Field string - The source field ID of the destination parameter.
- source
Parameter stringName - The source parameter name of the destination parameter.
- custom_
values_ Dashboardconfiguration Custom Values Configuration - The configuration of custom values for destination parameter in
DestinationParameterValueConfiguration
. - select_
all_ Dashboardvalue_ options Select All Value Options - The configuration that selects all options.
- source_
column DashboardColumn Identifier - source_
field str - The source field ID of the destination parameter.
- source_
parameter_ strname - The source parameter name of the destination parameter.
- custom
Values Property MapConfiguration - The configuration of custom values for destination parameter in
DestinationParameterValueConfiguration
. - select
All "ALL_VALUES"Value Options - The configuration that selects all options.
- source
Column Property Map - source
Field String - The source field ID of the destination parameter.
- source
Parameter StringName - The source parameter name of the destination parameter.
DashboardDimensionField, DashboardDimensionFieldArgs
- Categorical
Dimension Pulumi.Field Aws Native. Quick Sight. Inputs. Dashboard Categorical Dimension Field - The dimension type field with categorical type columns.
- Date
Dimension Pulumi.Field Aws Native. Quick Sight. Inputs. Dashboard Date Dimension Field - The dimension type field with date type columns.
- Numerical
Dimension Pulumi.Field Aws Native. Quick Sight. Inputs. Dashboard Numerical Dimension Field - The dimension type field with numerical type columns.
- Categorical
Dimension DashboardField Categorical Dimension Field - The dimension type field with categorical type columns.
- Date
Dimension DashboardField Date Dimension Field - The dimension type field with date type columns.
- Numerical
Dimension DashboardField Numerical Dimension Field - The dimension type field with numerical type columns.
- categorical
Dimension DashboardField Categorical Dimension Field - The dimension type field with categorical type columns.
- date
Dimension DashboardField Date Dimension Field - The dimension type field with date type columns.
- numerical
Dimension DashboardField Numerical Dimension Field - The dimension type field with numerical type columns.
- categorical
Dimension DashboardField Categorical Dimension Field - The dimension type field with categorical type columns.
- date
Dimension DashboardField Date Dimension Field - The dimension type field with date type columns.
- numerical
Dimension DashboardField Numerical Dimension Field - The dimension type field with numerical type columns.
- categorical_
dimension_ Dashboardfield Categorical Dimension Field - The dimension type field with categorical type columns.
- date_
dimension_ Dashboardfield Date Dimension Field - The dimension type field with date type columns.
- numerical_
dimension_ Dashboardfield Numerical Dimension Field - The dimension type field with numerical type columns.
- categorical
Dimension Property MapField - The dimension type field with categorical type columns.
- date
Dimension Property MapField - The dimension type field with date type columns.
- numerical
Dimension Property MapField - The dimension type field with numerical type columns.
DashboardDonutCenterOptions, DashboardDonutCenterOptionsArgs
- Label
Visibility Pulumi.Aws Native. Quick Sight. Dashboard Visibility - Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called
'Show total'
.
- Label
Visibility DashboardVisibility - Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called
'Show total'
.
- label
Visibility DashboardVisibility - Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called
'Show total'
.
- label
Visibility DashboardVisibility - Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called
'Show total'
.
- label_
visibility DashboardVisibility - Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called
'Show total'
.
- label
Visibility "HIDDEN" | "VISIBLE" - Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called
'Show total'
.
DashboardDonutOptions, DashboardDonutOptionsArgs
- Arc
Options Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Arc Options - The option for define the arc of the chart shape. Valid values are as follows:
WHOLE
- A pie chartSMALL
- A small-sized donut chartMEDIUM
- A medium-sized donut chartLARGE
- A large-sized donut chart
- Donut
Center Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard Donut Center Options - The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.
- Arc
Options DashboardArc Options - The option for define the arc of the chart shape. Valid values are as follows:
WHOLE
- A pie chartSMALL
- A small-sized donut chartMEDIUM
- A medium-sized donut chartLARGE
- A large-sized donut chart
- Donut
Center DashboardOptions Donut Center Options - The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.
- arc
Options DashboardArc Options - The option for define the arc of the chart shape. Valid values are as follows:
WHOLE
- A pie chartSMALL
- A small-sized donut chartMEDIUM
- A medium-sized donut chartLARGE
- A large-sized donut chart
- donut
Center DashboardOptions Donut Center Options - The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.
- arc
Options DashboardArc Options - The option for define the arc of the chart shape. Valid values are as follows:
WHOLE
- A pie chartSMALL
- A small-sized donut chartMEDIUM
- A medium-sized donut chartLARGE
- A large-sized donut chart
- donut
Center DashboardOptions Donut Center Options - The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.
- arc_
options DashboardArc Options - The option for define the arc of the chart shape. Valid values are as follows:
WHOLE
- A pie chartSMALL
- A small-sized donut chartMEDIUM
- A medium-sized donut chartLARGE
- A large-sized donut chart
- donut_
center_ Dashboardoptions Donut Center Options - The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.
- arc
Options Property Map - The option for define the arc of the chart shape. Valid values are as follows:
WHOLE
- A pie chartSMALL
- A small-sized donut chartMEDIUM
- A medium-sized donut chartLARGE
- A large-sized donut chart
- donut
Center Property MapOptions - The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.
DashboardDrillDownFilter, DashboardDrillDownFilterArgs
- Category
Filter Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Category Drill Down Filter - The category type drill down filter. This filter is used for string type columns.
- Numeric
Equality Pulumi.Filter Aws Native. Quick Sight. Inputs. Dashboard Numeric Equality Drill Down Filter - The numeric equality type drill down filter. This filter is used for number type columns.
- Time
Range Pulumi.Filter Aws Native. Quick Sight. Inputs. Dashboard Time Range Drill Down Filter - The time range drill down filter. This filter is used for date time columns.
- Category
Filter DashboardCategory Drill Down Filter - The category type drill down filter. This filter is used for string type columns.
- Numeric
Equality DashboardFilter Numeric Equality Drill Down Filter - The numeric equality type drill down filter. This filter is used for number type columns.
- Time
Range DashboardFilter Time Range Drill Down Filter - The time range drill down filter. This filter is used for date time columns.
- category
Filter DashboardCategory Drill Down Filter - The category type drill down filter. This filter is used for string type columns.
- numeric
Equality DashboardFilter Numeric Equality Drill Down Filter - The numeric equality type drill down filter. This filter is used for number type columns.
- time
Range DashboardFilter Time Range Drill Down Filter - The time range drill down filter. This filter is used for date time columns.
- category
Filter DashboardCategory Drill Down Filter - The category type drill down filter. This filter is used for string type columns.
- numeric
Equality DashboardFilter Numeric Equality Drill Down Filter - The numeric equality type drill down filter. This filter is used for number type columns.
- time
Range DashboardFilter Time Range Drill Down Filter - The time range drill down filter. This filter is used for date time columns.
- category_
filter DashboardCategory Drill Down Filter - The category type drill down filter. This filter is used for string type columns.
- numeric_
equality_ Dashboardfilter Numeric Equality Drill Down Filter - The numeric equality type drill down filter. This filter is used for number type columns.
- time_
range_ Dashboardfilter Time Range Drill Down Filter - The time range drill down filter. This filter is used for date time columns.
- category
Filter Property Map - The category type drill down filter. This filter is used for string type columns.
- numeric
Equality Property MapFilter - The numeric equality type drill down filter. This filter is used for number type columns.
- time
Range Property MapFilter - The time range drill down filter. This filter is used for date time columns.
DashboardDropDownControlDisplayOptions, DashboardDropDownControlDisplayOptionsArgs
- Info
Icon Pulumi.Label Options Aws Native. Quick Sight. Inputs. Dashboard Sheet Control Info Icon Label Options - The configuration of info icon label options.
- Select
All Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard List Control Select All Options - The configuration of the
Select all
options in a dropdown control. - Title
Options Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Label Options - The options to configure the title visibility, name, and font size.
- Info
Icon DashboardLabel Options Sheet Control Info Icon Label Options - The configuration of info icon label options.
- Select
All DashboardOptions List Control Select All Options - The configuration of the
Select all
options in a dropdown control. - Title
Options DashboardLabel Options - The options to configure the title visibility, name, and font size.
- info
Icon DashboardLabel Options Sheet Control Info Icon Label Options - The configuration of info icon label options.
- select
All DashboardOptions List Control Select All Options - The configuration of the
Select all
options in a dropdown control. - title
Options DashboardLabel Options - The options to configure the title visibility, name, and font size.
- info
Icon DashboardLabel Options Sheet Control Info Icon Label Options - The configuration of info icon label options.
- select
All DashboardOptions List Control Select All Options - The configuration of the
Select all
options in a dropdown control. - title
Options DashboardLabel Options - The options to configure the title visibility, name, and font size.
- info_
icon_ Dashboardlabel_ options Sheet Control Info Icon Label Options - The configuration of info icon label options.
- select_
all_ Dashboardoptions List Control Select All Options - The configuration of the
Select all
options in a dropdown control. - title_
options DashboardLabel Options - The options to configure the title visibility, name, and font size.
- info
Icon Property MapLabel Options - The configuration of info icon label options.
- select
All Property MapOptions - The configuration of the
Select all
options in a dropdown control. - title
Options Property Map - The options to configure the title visibility, name, and font size.
DashboardDynamicDefaultValue, DashboardDynamicDefaultValueArgs
- Default
Value Pulumi.Column Aws Native. Quick Sight. Inputs. Dashboard Column Identifier - The column that contains the default value of each user or group.
- Group
Name Pulumi.Column Aws Native. Quick Sight. Inputs. Dashboard Column Identifier - The column that contains the group name.
- User
Name Pulumi.Column Aws Native. Quick Sight. Inputs. Dashboard Column Identifier - The column that contains the username.
- Default
Value DashboardColumn Column Identifier - The column that contains the default value of each user or group.
- Group
Name DashboardColumn Column Identifier - The column that contains the group name.
- User
Name DashboardColumn Column Identifier - The column that contains the username.
- default
Value DashboardColumn Column Identifier - The column that contains the default value of each user or group.
- group
Name DashboardColumn Column Identifier - The column that contains the group name.
- user
Name DashboardColumn Column Identifier - The column that contains the username.
- default
Value DashboardColumn Column Identifier - The column that contains the default value of each user or group.
- group
Name DashboardColumn Column Identifier - The column that contains the group name.
- user
Name DashboardColumn Column Identifier - The column that contains the username.
- default_
value_ Dashboardcolumn Column Identifier - The column that contains the default value of each user or group.
- group_
name_ Dashboardcolumn Column Identifier - The column that contains the group name.
- user_
name_ Dashboardcolumn Column Identifier - The column that contains the username.
- default
Value Property MapColumn - The column that contains the default value of each user or group.
- group
Name Property MapColumn - The column that contains the group name.
- user
Name Property MapColumn - The column that contains the username.
DashboardEmptyVisual, DashboardEmptyVisualArgs
- Data
Set stringIdentifier - The data set that is used in the empty visual. Every visual requires a dataset to render.
- Visual
Id string - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- Actions
List<Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Visual Custom Action> - The list of custom actions that are configured for a visual.
- Data
Set stringIdentifier - The data set that is used in the empty visual. Every visual requires a dataset to render.
- Visual
Id string - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- Actions
[]Dashboard
Visual Custom Action - The list of custom actions that are configured for a visual.
- data
Set StringIdentifier - The data set that is used in the empty visual. Every visual requires a dataset to render.
- visual
Id String - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions
List<Dashboard
Visual Custom Action> - The list of custom actions that are configured for a visual.
- data
Set stringIdentifier - The data set that is used in the empty visual. Every visual requires a dataset to render.
- visual
Id string - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions
Dashboard
Visual Custom Action[] - The list of custom actions that are configured for a visual.
- data_
set_ stridentifier - The data set that is used in the empty visual. Every visual requires a dataset to render.
- visual_
id str - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions
Sequence[Dashboard
Visual Custom Action] - The list of custom actions that are configured for a visual.
- data
Set StringIdentifier - The data set that is used in the empty visual. Every visual requires a dataset to render.
- visual
Id String - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions List<Property Map>
- The list of custom actions that are configured for a visual.
DashboardEntity, DashboardEntityArgs
- Path string
- The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
- Path string
- The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
- path String
- The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
- path string
- The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
- path str
- The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
- path String
- The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
DashboardError, DashboardErrorArgs
- message String
- type "ACCESS_DENIED" | "SOURCE_NOT_FOUND" | "DATA_SET_NOT_FOUND" | "INTERNAL_FAILURE" | "PARAMETER_VALUE_INCOMPATIBLE" | "PARAMETER_TYPE_INVALID" | "PARAMETER_NOT_FOUND" | "COLUMN_TYPE_MISMATCH" | "COLUMN_GEOGRAPHIC_ROLE_MISMATCH" | "COLUMN_REPLACEMENT_MISSING"
- Type.
- violated
Entities List<Property Map>
DashboardErrorType, DashboardErrorTypeArgs
- 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
- Dashboard
Error Type Access Denied - ACCESS_DENIED
- Dashboard
Error Type Source Not Found - SOURCE_NOT_FOUND
- Dashboard
Error Type Data Set Not Found - DATA_SET_NOT_FOUND
- Dashboard
Error Type Internal Failure - INTERNAL_FAILURE
- Dashboard
Error Type Parameter Value Incompatible - PARAMETER_VALUE_INCOMPATIBLE
- Dashboard
Error Type Parameter Type Invalid - PARAMETER_TYPE_INVALID
- Dashboard
Error Type Parameter Not Found - PARAMETER_NOT_FOUND
- Dashboard
Error Type Column Type Mismatch - COLUMN_TYPE_MISMATCH
- Dashboard
Error Type Column Geographic Role Mismatch - COLUMN_GEOGRAPHIC_ROLE_MISMATCH
- Dashboard
Error Type Column Replacement Missing - COLUMN_REPLACEMENT_MISSING
- Access
Denied - ACCESS_DENIED
- Source
Not Found - SOURCE_NOT_FOUND
- Data
Set Not Found - DATA_SET_NOT_FOUND
- Internal
Failure - INTERNAL_FAILURE
- Parameter
Value Incompatible - PARAMETER_VALUE_INCOMPATIBLE
- Parameter
Type Invalid - PARAMETER_TYPE_INVALID
- Parameter
Not Found - PARAMETER_NOT_FOUND
- Column
Type Mismatch - COLUMN_TYPE_MISMATCH
- Column
Geographic Role Mismatch - COLUMN_GEOGRAPHIC_ROLE_MISMATCH
- Column
Replacement Missing - COLUMN_REPLACEMENT_MISSING
- Access
Denied - ACCESS_DENIED
- Source
Not Found - SOURCE_NOT_FOUND
- Data
Set Not Found - DATA_SET_NOT_FOUND
- Internal
Failure - INTERNAL_FAILURE
- Parameter
Value Incompatible - PARAMETER_VALUE_INCOMPATIBLE
- Parameter
Type Invalid - PARAMETER_TYPE_INVALID
- Parameter
Not Found - PARAMETER_NOT_FOUND
- Column
Type Mismatch - COLUMN_TYPE_MISMATCH
- Column
Geographic Role Mismatch - COLUMN_GEOGRAPHIC_ROLE_MISMATCH
- Column
Replacement Missing - COLUMN_REPLACEMENT_MISSING
- ACCESS_DENIED
- ACCESS_DENIED
- SOURCE_NOT_FOUND
- SOURCE_NOT_FOUND
- DATA_SET_NOT_FOUND
- DATA_SET_NOT_FOUND
- INTERNAL_FAILURE
- INTERNAL_FAILURE
- PARAMETER_VALUE_INCOMPATIBLE
- PARAMETER_VALUE_INCOMPATIBLE
- PARAMETER_TYPE_INVALID
- PARAMETER_TYPE_INVALID
- PARAMETER_NOT_FOUND
- PARAMETER_NOT_FOUND
- COLUMN_TYPE_MISMATCH
- COLUMN_TYPE_MISMATCH
- COLUMN_GEOGRAPHIC_ROLE_MISMATCH
- COLUMN_GEOGRAPHIC_ROLE_MISMATCH
- COLUMN_REPLACEMENT_MISSING
- COLUMN_REPLACEMENT_MISSING
- "ACCESS_DENIED"
- ACCESS_DENIED
- "SOURCE_NOT_FOUND"
- SOURCE_NOT_FOUND
- "DATA_SET_NOT_FOUND"
- DATA_SET_NOT_FOUND
- "INTERNAL_FAILURE"
- INTERNAL_FAILURE
- "PARAMETER_VALUE_INCOMPATIBLE"
- PARAMETER_VALUE_INCOMPATIBLE
- "PARAMETER_TYPE_INVALID"
- PARAMETER_TYPE_INVALID
- "PARAMETER_NOT_FOUND"
- PARAMETER_NOT_FOUND
- "COLUMN_TYPE_MISMATCH"
- COLUMN_TYPE_MISMATCH
- "COLUMN_GEOGRAPHIC_ROLE_MISMATCH"
- COLUMN_GEOGRAPHIC_ROLE_MISMATCH
- "COLUMN_REPLACEMENT_MISSING"
- COLUMN_REPLACEMENT_MISSING
DashboardExcludePeriodConfiguration, DashboardExcludePeriodConfigurationArgs
- Amount double
- The amount or number of the exclude period.
- Granularity
Pulumi.
Aws Native. Quick Sight. Dashboard Time Granularity - The granularity or unit (day, month, year) of the exclude period.
- Status
Pulumi.
Aws Native. Quick Sight. Dashboard Widget Status - The status of the exclude period. Choose from the following options:
ENABLED
DISABLED
- Amount float64
- The amount or number of the exclude period.
- Granularity
Dashboard
Time Granularity - The granularity or unit (day, month, year) of the exclude period.
- Status
Dashboard
Widget Status - The status of the exclude period. Choose from the following options:
ENABLED
DISABLED
- amount Double
- The amount or number of the exclude period.
- granularity
Dashboard
Time Granularity - The granularity or unit (day, month, year) of the exclude period.
- status
Dashboard
Widget Status - The status of the exclude period. Choose from the following options:
ENABLED
DISABLED
- amount number
- The amount or number of the exclude period.
- granularity
Dashboard
Time Granularity - The granularity or unit (day, month, year) of the exclude period.
- status
Dashboard
Widget Status - The status of the exclude period. Choose from the following options:
ENABLED
DISABLED
- amount float
- The amount or number of the exclude period.
- granularity
Dashboard
Time Granularity - The granularity or unit (day, month, year) of the exclude period.
- status
Dashboard
Widget Status - The status of the exclude period. Choose from the following options:
ENABLED
DISABLED
- amount Number
- The amount or number of the exclude period.
- granularity "YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND"
- The granularity or unit (day, month, year) of the exclude period.
- status "ENABLED" | "DISABLED"
- The status of the exclude period. Choose from the following options:
ENABLED
DISABLED
DashboardExplicitHierarchy, DashboardExplicitHierarchyArgs
- Columns
List<Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Column Identifier> - The list of columns that define the explicit hierarchy.
- Hierarchy
Id string - The hierarchy ID of the explicit hierarchy.
- Drill
Down List<Pulumi.Filters Aws Native. Quick Sight. Inputs. Dashboard Drill Down Filter> - The option that determines the drill down filters for the explicit hierarchy.
- Columns
[]Dashboard
Column Identifier - The list of columns that define the explicit hierarchy.
- Hierarchy
Id string - The hierarchy ID of the explicit hierarchy.
- Drill
Down []DashboardFilters Drill Down Filter - The option that determines the drill down filters for the explicit hierarchy.
- columns
List<Dashboard
Column Identifier> - The list of columns that define the explicit hierarchy.
- hierarchy
Id String - The hierarchy ID of the explicit hierarchy.
- drill
Down List<DashboardFilters Drill Down Filter> - The option that determines the drill down filters for the explicit hierarchy.
- columns
Dashboard
Column Identifier[] - The list of columns that define the explicit hierarchy.
- hierarchy
Id string - The hierarchy ID of the explicit hierarchy.
- drill
Down DashboardFilters Drill Down Filter[] - The option that determines the drill down filters for the explicit hierarchy.
- columns
Sequence[Dashboard
Column Identifier] - The list of columns that define the explicit hierarchy.
- hierarchy_
id str - The hierarchy ID of the explicit hierarchy.
- drill_
down_ Sequence[Dashboardfilters Drill Down Filter] - The option that determines the drill down filters for the explicit hierarchy.
- columns List<Property Map>
- The list of columns that define the explicit hierarchy.
- hierarchy
Id String - The hierarchy ID of the explicit hierarchy.
- drill
Down List<Property Map>Filters - The option that determines the drill down filters for the explicit hierarchy.
DashboardExportHiddenFieldsOption, DashboardExportHiddenFieldsOptionArgs
- Availability
Status Pulumi.Aws Native. Quick Sight. Dashboard Behavior - The status of the export hidden fields options of a dashbaord.
- Availability
Status DashboardBehavior - The status of the export hidden fields options of a dashbaord.
- availability
Status DashboardBehavior - The status of the export hidden fields options of a dashbaord.
- availability
Status DashboardBehavior - The status of the export hidden fields options of a dashbaord.
- availability_
status DashboardBehavior - The status of the export hidden fields options of a dashbaord.
- availability
Status "ENABLED" | "DISABLED" - The status of the export hidden fields options of a dashbaord.
DashboardExportToCsvOption, DashboardExportToCsvOptionArgs
- Availability
Status Pulumi.Aws Native. Quick Sight. Dashboard Behavior - Availability status.
- Availability
Status DashboardBehavior - Availability status.
- availability
Status DashboardBehavior - Availability status.
- availability
Status DashboardBehavior - Availability status.
- availability_
status DashboardBehavior - Availability status.
- availability
Status "ENABLED" | "DISABLED" - Availability status.
DashboardExportWithHiddenFieldsOption, DashboardExportWithHiddenFieldsOptionArgs
- Availability
Status Pulumi.Aws Native. Quick Sight. Dashboard Behavior - The status of the export with hidden fields options.
- Availability
Status DashboardBehavior - The status of the export with hidden fields options.
- availability
Status DashboardBehavior - The status of the export with hidden fields options.
- availability
Status DashboardBehavior - The status of the export with hidden fields options.
- availability_
status DashboardBehavior - The status of the export with hidden fields options.
- availability
Status "ENABLED" | "DISABLED" - The status of the export with hidden fields options.
DashboardFieldBasedTooltip, DashboardFieldBasedTooltipArgs
- Aggregation
Visibility Pulumi.Aws Native. Quick Sight. Dashboard Visibility - The visibility of
Show aggregations
. - Tooltip
Fields List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Tooltip Item> - The fields configuration in the tooltip.
- Tooltip
Title Pulumi.Type Aws Native. Quick Sight. Dashboard Tooltip Title Type - The type for the >tooltip title. Choose one of the following options:
NONE
: Doesn't use the primary value as the title.PRIMARY_VALUE
: Uses primary value as the title.
- Aggregation
Visibility DashboardVisibility - The visibility of
Show aggregations
. - Tooltip
Fields []DashboardTooltip Item - The fields configuration in the tooltip.
- Tooltip
Title DashboardType Tooltip Title Type - The type for the >tooltip title. Choose one of the following options:
NONE
: Doesn't use the primary value as the title.PRIMARY_VALUE
: Uses primary value as the title.
- aggregation
Visibility DashboardVisibility - The visibility of
Show aggregations
. - tooltip
Fields List<DashboardTooltip Item> - The fields configuration in the tooltip.
- tooltip
Title DashboardType Tooltip Title Type - The type for the >tooltip title. Choose one of the following options:
NONE
: Doesn't use the primary value as the title.PRIMARY_VALUE
: Uses primary value as the title.
- aggregation
Visibility DashboardVisibility - The visibility of
Show aggregations
. - tooltip
Fields DashboardTooltip Item[] - The fields configuration in the tooltip.
- tooltip
Title DashboardType Tooltip Title Type - The type for the >tooltip title. Choose one of the following options:
NONE
: Doesn't use the primary value as the title.PRIMARY_VALUE
: Uses primary value as the title.
- aggregation_
visibility DashboardVisibility - The visibility of
Show aggregations
. - tooltip_
fields Sequence[DashboardTooltip Item] - The fields configuration in the tooltip.
- tooltip_
title_ Dashboardtype Tooltip Title Type - The type for the >tooltip title. Choose one of the following options:
NONE
: Doesn't use the primary value as the title.PRIMARY_VALUE
: Uses primary value as the title.
- aggregation
Visibility "HIDDEN" | "VISIBLE" - The visibility of
Show aggregations
. - tooltip
Fields List<Property Map> - The fields configuration in the tooltip.
- tooltip
Title "NONE" | "PRIMARY_VALUE"Type - The type for the >tooltip title. Choose one of the following options:
NONE
: Doesn't use the primary value as the title.PRIMARY_VALUE
: Uses primary value as the title.
DashboardFieldLabelType, DashboardFieldLabelTypeArgs
- Field
Id string - Indicates the field that is targeted by the field label.
- Visibility
Pulumi.
Aws Native. Quick Sight. Dashboard Visibility - The visibility of the field label.
- Field
Id string - Indicates the field that is targeted by the field label.
- Visibility
Dashboard
Visibility - The visibility of the field label.
- field
Id String - Indicates the field that is targeted by the field label.
- visibility
Dashboard
Visibility - The visibility of the field label.
- field
Id string - Indicates the field that is targeted by the field label.
- visibility
Dashboard
Visibility - The visibility of the field label.
- field_
id str - Indicates the field that is targeted by the field label.
- visibility
Dashboard
Visibility - The visibility of the field label.
- field
Id String - Indicates the field that is targeted by the field label.
- visibility "HIDDEN" | "VISIBLE"
- The visibility of the field label.
DashboardFieldSeriesItem, DashboardFieldSeriesItemArgs
- Axis
Binding Pulumi.Aws Native. Quick Sight. Dashboard Axis Binding - The axis that you are binding the field to.
- Field
Id string - The field ID of the field for which you are setting the axis binding.
- Settings
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Line Chart Series Settings - The options that determine the presentation of line series associated to the field.
- Axis
Binding DashboardAxis Binding - The axis that you are binding the field to.
- Field
Id string - The field ID of the field for which you are setting the axis binding.
- Settings
Dashboard
Line Chart Series Settings - The options that determine the presentation of line series associated to the field.
- axis
Binding DashboardAxis Binding - The axis that you are binding the field to.
- field
Id String - The field ID of the field for which you are setting the axis binding.
- settings
Dashboard
Line Chart Series Settings - The options that determine the presentation of line series associated to the field.
- axis
Binding DashboardAxis Binding - The axis that you are binding the field to.
- field
Id string - The field ID of the field for which you are setting the axis binding.
- settings
Dashboard
Line Chart Series Settings - The options that determine the presentation of line series associated to the field.
- axis_
binding DashboardAxis Binding - The axis that you are binding the field to.
- field_
id str - The field ID of the field for which you are setting the axis binding.
- settings
Dashboard
Line Chart Series Settings - The options that determine the presentation of line series associated to the field.
- axis
Binding "PRIMARY_YAXIS" | "SECONDARY_YAXIS" - The axis that you are binding the field to.
- field
Id String - The field ID of the field for which you are setting the axis binding.
- settings Property Map
- The options that determine the presentation of line series associated to the field.
DashboardFieldSort, DashboardFieldSortArgs
- Direction
Pulumi.
Aws Native. Quick Sight. Dashboard Sort Direction - The sort direction. Choose one of the following options:
ASC
: AscendingDESC
: Descending
- Field
Id string - The sort configuration target field.
- Direction
Dashboard
Sort Direction - The sort direction. Choose one of the following options:
ASC
: AscendingDESC
: Descending
- Field
Id string - The sort configuration target field.
- direction
Dashboard
Sort Direction - The sort direction. Choose one of the following options:
ASC
: AscendingDESC
: Descending
- field
Id String - The sort configuration target field.
- direction
Dashboard
Sort Direction - The sort direction. Choose one of the following options:
ASC
: AscendingDESC
: Descending
- field
Id string - The sort configuration target field.
- direction
Dashboard
Sort Direction - The sort direction. Choose one of the following options:
ASC
: AscendingDESC
: Descending
- field_
id str - The sort configuration target field.
- direction "ASC" | "DESC"
- The sort direction. Choose one of the following options:
ASC
: AscendingDESC
: Descending
- field
Id String - The sort configuration target field.
DashboardFieldSortOptions, DashboardFieldSortOptionsArgs
- Column
Sort Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Column Sort - The sort configuration for a column that is not used in a field well.
- Field
Sort Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Field Sort - The sort configuration for a field in a field well.
- Column
Sort DashboardColumn Sort - The sort configuration for a column that is not used in a field well.
- Field
Sort DashboardField Sort - The sort configuration for a field in a field well.
- column
Sort DashboardColumn Sort - The sort configuration for a column that is not used in a field well.
- field
Sort DashboardField Sort - The sort configuration for a field in a field well.
- column
Sort DashboardColumn Sort - The sort configuration for a column that is not used in a field well.
- field
Sort DashboardField Sort - The sort configuration for a field in a field well.
- column_
sort DashboardColumn Sort - The sort configuration for a column that is not used in a field well.
- field_
sort DashboardField Sort - The sort configuration for a field in a field well.
- column
Sort Property Map - The sort configuration for a column that is not used in a field well.
- field
Sort Property Map - The sort configuration for a field in a field well.
DashboardFieldTooltipItem, DashboardFieldTooltipItemArgs
- Field
Id string - The unique ID of the field that is targeted by the tooltip.
- Label string
- The label of the tooltip item.
- Tooltip
Target Pulumi.Aws Native. Quick Sight. Dashboard Tooltip Target - Determines the target of the field tooltip item in a combo chart visual.
- Visibility
Pulumi.
Aws Native. Quick Sight. Dashboard Visibility - The visibility of the tooltip item.
- Field
Id string - The unique ID of the field that is targeted by the tooltip.
- Label string
- The label of the tooltip item.
- Tooltip
Target DashboardTooltip Target - Determines the target of the field tooltip item in a combo chart visual.
- Visibility
Dashboard
Visibility - The visibility of the tooltip item.
- field
Id String - The unique ID of the field that is targeted by the tooltip.
- label String
- The label of the tooltip item.
- tooltip
Target DashboardTooltip Target - Determines the target of the field tooltip item in a combo chart visual.
- visibility
Dashboard
Visibility - The visibility of the tooltip item.
- field
Id string - The unique ID of the field that is targeted by the tooltip.
- label string
- The label of the tooltip item.
- tooltip
Target DashboardTooltip Target - Determines the target of the field tooltip item in a combo chart visual.
- visibility
Dashboard
Visibility - The visibility of the tooltip item.
- field_
id str - The unique ID of the field that is targeted by the tooltip.
- label str
- The label of the tooltip item.
- tooltip_
target DashboardTooltip Target - Determines the target of the field tooltip item in a combo chart visual.
- visibility
Dashboard
Visibility - The visibility of the tooltip item.
- field
Id String - The unique ID of the field that is targeted by the tooltip.
- label String
- The label of the tooltip item.
- tooltip
Target "BOTH" | "BAR" | "LINE" - Determines the target of the field tooltip item in a combo chart visual.
- visibility "HIDDEN" | "VISIBLE"
- The visibility of the tooltip item.
DashboardFilledMapAggregatedFieldWells, DashboardFilledMapAggregatedFieldWellsArgs
- Geospatial
List<Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Dimension Field> - The aggregated location field well of the filled map. Values are grouped by location fields.
- Values
List<Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Measure Field> - The aggregated color field well of a filled map. Values are aggregated based on location fields.
- Geospatial
[]Dashboard
Dimension Field - The aggregated location field well of the filled map. Values are grouped by location fields.
- Values
[]Dashboard
Measure Field - The aggregated color field well of a filled map. Values are aggregated based on location fields.
- geospatial
List<Dashboard
Dimension Field> - The aggregated location field well of the filled map. Values are grouped by location fields.
- values
List<Dashboard
Measure Field> - The aggregated color field well of a filled map. Values are aggregated based on location fields.
- geospatial
Dashboard
Dimension Field[] - The aggregated location field well of the filled map. Values are grouped by location fields.
- values
Dashboard
Measure Field[] - The aggregated color field well of a filled map. Values are aggregated based on location fields.
- geospatial
Sequence[Dashboard
Dimension Field] - The aggregated location field well of the filled map. Values are grouped by location fields.
- values
Sequence[Dashboard
Measure Field] - The aggregated color field well of a filled map. Values are aggregated based on location fields.
- geospatial List<Property Map>
- The aggregated location field well of the filled map. Values are grouped by location fields.
- values List<Property Map>
- The aggregated color field well of a filled map. Values are aggregated based on location fields.
DashboardFilledMapConditionalFormatting, DashboardFilledMapConditionalFormattingArgs
- Conditional
Formatting List<Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard Filled Map Conditional Formatting Option> - Conditional formatting options of a
FilledMapVisual
.
- Conditional
Formatting []DashboardOptions Filled Map Conditional Formatting Option - Conditional formatting options of a
FilledMapVisual
.
- conditional
Formatting List<DashboardOptions Filled Map Conditional Formatting Option> - Conditional formatting options of a
FilledMapVisual
.
- conditional
Formatting DashboardOptions Filled Map Conditional Formatting Option[] - Conditional formatting options of a
FilledMapVisual
.
- conditional_
formatting_ Sequence[Dashboardoptions Filled Map Conditional Formatting Option] - Conditional formatting options of a
FilledMapVisual
.
- conditional
Formatting List<Property Map>Options - Conditional formatting options of a
FilledMapVisual
.
DashboardFilledMapConditionalFormattingOption, DashboardFilledMapConditionalFormattingOptionArgs
- Shape
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Filled Map Shape Conditional Formatting - The conditional formatting that determines the shape of the filled map.
- Shape
Dashboard
Filled Map Shape Conditional Formatting - The conditional formatting that determines the shape of the filled map.
- shape
Dashboard
Filled Map Shape Conditional Formatting - The conditional formatting that determines the shape of the filled map.
- shape
Dashboard
Filled Map Shape Conditional Formatting - The conditional formatting that determines the shape of the filled map.
- shape
Dashboard
Filled Map Shape Conditional Formatting - The conditional formatting that determines the shape of the filled map.
- shape Property Map
- The conditional formatting that determines the shape of the filled map.
DashboardFilledMapConfiguration, DashboardFilledMapConfigurationArgs
- Field
Wells Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Filled Map Field Wells - The field wells of the visual.
- Legend
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Legend Options - The legend display setup of the visual.
- Map
Style Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard Geospatial Map Style Options - The map style options of the filled map visual.
- Sort
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Filled Map Sort Configuration - The sort configuration of a
FilledMapVisual
. - Tooltip
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Tooltip Options - The tooltip display setup of the visual.
- Window
Options Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Geospatial Window Options - The window options of the filled map visual.
- Field
Wells DashboardFilled Map Field Wells - The field wells of the visual.
- Legend
Dashboard
Legend Options - The legend display setup of the visual.
- Map
Style DashboardOptions Geospatial Map Style Options - The map style options of the filled map visual.
- Sort
Configuration DashboardFilled Map Sort Configuration - The sort configuration of a
FilledMapVisual
. - Tooltip
Dashboard
Tooltip Options - The tooltip display setup of the visual.
- Window
Options DashboardGeospatial Window Options - The window options of the filled map visual.
- field
Wells DashboardFilled Map Field Wells - The field wells of the visual.
- legend
Dashboard
Legend Options - The legend display setup of the visual.
- map
Style DashboardOptions Geospatial Map Style Options - The map style options of the filled map visual.
- sort
Configuration DashboardFilled Map Sort Configuration - The sort configuration of a
FilledMapVisual
. - tooltip
Dashboard
Tooltip Options - The tooltip display setup of the visual.
- window
Options DashboardGeospatial Window Options - The window options of the filled map visual.
- field
Wells DashboardFilled Map Field Wells - The field wells of the visual.
- legend
Dashboard
Legend Options - The legend display setup of the visual.
- map
Style DashboardOptions Geospatial Map Style Options - The map style options of the filled map visual.
- sort
Configuration DashboardFilled Map Sort Configuration - The sort configuration of a
FilledMapVisual
. - tooltip
Dashboard
Tooltip Options - The tooltip display setup of the visual.
- window
Options DashboardGeospatial Window Options - The window options of the filled map visual.
- field_
wells DashboardFilled Map Field Wells - The field wells of the visual.
- legend
Dashboard
Legend Options - The legend display setup of the visual.
- map_
style_ Dashboardoptions Geospatial Map Style Options - The map style options of the filled map visual.
- sort_
configuration DashboardFilled Map Sort Configuration - The sort configuration of a
FilledMapVisual
. - tooltip
Dashboard
Tooltip Options - The tooltip display setup of the visual.
- window_
options DashboardGeospatial Window Options - The window options of the filled map visual.
- field
Wells Property Map - The field wells of the visual.
- legend Property Map
- The legend display setup of the visual.
- map
Style Property MapOptions - The map style options of the filled map visual.
- sort
Configuration Property Map - The sort configuration of a
FilledMapVisual
. - tooltip Property Map
- The tooltip display setup of the visual.
- window
Options Property Map - The window options of the filled map visual.
DashboardFilledMapFieldWells, DashboardFilledMapFieldWellsArgs
- Filled
Map Pulumi.Aggregated Field Wells Aws Native. Quick Sight. Inputs. Dashboard Filled Map Aggregated Field Wells - The aggregated field well of the filled map.
- Filled
Map DashboardAggregated Field Wells Filled Map Aggregated Field Wells - The aggregated field well of the filled map.
- filled
Map DashboardAggregated Field Wells Filled Map Aggregated Field Wells - The aggregated field well of the filled map.
- filled
Map DashboardAggregated Field Wells Filled Map Aggregated Field Wells - The aggregated field well of the filled map.
- filled_
map_ Dashboardaggregated_ field_ wells Filled Map Aggregated Field Wells - The aggregated field well of the filled map.
- filled
Map Property MapAggregated Field Wells - The aggregated field well of the filled map.
DashboardFilledMapShapeConditionalFormatting, DashboardFilledMapShapeConditionalFormattingArgs
- Field
Id string - The field ID of the filled map shape.
- Format
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Shape Conditional Format - The conditional formatting that determines the background color of a filled map's shape.
- Field
Id string - The field ID of the filled map shape.
- Format
Dashboard
Shape Conditional Format - The conditional formatting that determines the background color of a filled map's shape.
- field
Id String - The field ID of the filled map shape.
- format
Dashboard
Shape Conditional Format - The conditional formatting that determines the background color of a filled map's shape.
- field
Id string - The field ID of the filled map shape.
- format
Dashboard
Shape Conditional Format - The conditional formatting that determines the background color of a filled map's shape.
- field_
id str - The field ID of the filled map shape.
- format
Dashboard
Shape Conditional Format - The conditional formatting that determines the background color of a filled map's shape.
- field
Id String - The field ID of the filled map shape.
- format Property Map
- The conditional formatting that determines the background color of a filled map's shape.
DashboardFilledMapSortConfiguration, DashboardFilledMapSortConfigurationArgs
- Category
Sort List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Field Sort Options> - The sort configuration of the location fields.
- Category
Sort []DashboardField Sort Options - The sort configuration of the location fields.
- category
Sort List<DashboardField Sort Options> - The sort configuration of the location fields.
- category
Sort DashboardField Sort Options[] - The sort configuration of the location fields.
- category_
sort Sequence[DashboardField Sort Options] - The sort configuration of the location fields.
- category
Sort List<Property Map> - The sort configuration of the location fields.
DashboardFilledMapVisual, DashboardFilledMapVisualArgs
- Visual
Id string - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- Actions
List<Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Visual Custom Action> - The list of custom actions that are configured for a visual.
- Chart
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Filled Map Configuration - The configuration settings of the visual.
- Column
Hierarchies List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Column Hierarchy> - The column hierarchy that is used during drill-downs and drill-ups.
- Conditional
Formatting Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Filled Map Conditional Formatting - The conditional formatting of a
FilledMapVisual
. - Subtitle
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- Title
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Visual Title Label Options - The title that is displayed on the visual.
- Visual
Id string - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- Actions
[]Dashboard
Visual Custom Action - The list of custom actions that are configured for a visual.
- Chart
Configuration DashboardFilled Map Configuration - The configuration settings of the visual.
- Column
Hierarchies []DashboardColumn Hierarchy - The column hierarchy that is used during drill-downs and drill-ups.
- Conditional
Formatting DashboardFilled Map Conditional Formatting - The conditional formatting of a
FilledMapVisual
. - Subtitle
Dashboard
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- Title
Dashboard
Visual Title Label Options - The title that is displayed on the visual.
- visual
Id String - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- actions
List<Dashboard
Visual Custom Action> - The list of custom actions that are configured for a visual.
- chart
Configuration DashboardFilled Map Configuration - The configuration settings of the visual.
- column
Hierarchies List<DashboardColumn Hierarchy> - The column hierarchy that is used during drill-downs and drill-ups.
- conditional
Formatting DashboardFilled Map Conditional Formatting - The conditional formatting of a
FilledMapVisual
. - subtitle
Dashboard
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- title
Dashboard
Visual Title Label Options - The title that is displayed on the visual.
- visual
Id string - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- actions
Dashboard
Visual Custom Action[] - The list of custom actions that are configured for a visual.
- chart
Configuration DashboardFilled Map Configuration - The configuration settings of the visual.
- column
Hierarchies DashboardColumn Hierarchy[] - The column hierarchy that is used during drill-downs and drill-ups.
- conditional
Formatting DashboardFilled Map Conditional Formatting - The conditional formatting of a
FilledMapVisual
. - subtitle
Dashboard
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- title
Dashboard
Visual Title Label Options - The title that is displayed on the visual.
- visual_
id str - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- actions
Sequence[Dashboard
Visual Custom Action] - The list of custom actions that are configured for a visual.
- chart_
configuration DashboardFilled Map Configuration - The configuration settings of the visual.
- column_
hierarchies Sequence[DashboardColumn Hierarchy] - The column hierarchy that is used during drill-downs and drill-ups.
- conditional_
formatting DashboardFilled Map Conditional Formatting - The conditional formatting of a
FilledMapVisual
. - subtitle
Dashboard
Visual Subtitle Label Options - The subtitle that is displayed on the visual.
- title
Dashboard
Visual Title Label Options - The title that is displayed on the visual.
- visual
Id String - The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- actions List<Property Map>
- The list of custom actions that are configured for a visual.
- chart
Configuration Property Map - The configuration settings of the visual.
- column
Hierarchies List<Property Map> - The column hierarchy that is used during drill-downs and drill-ups.
- conditional
Formatting Property Map - The conditional formatting of a
FilledMapVisual
. - subtitle Property Map
- The subtitle that is displayed on the visual.
- title Property Map
- The title that is displayed on the visual.
DashboardFilter, DashboardFilterArgs
- Category
Filter Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Category Filter A
CategoryFilter
filters text values.For more information, see Adding text filters in the Amazon QuickSight User Guide .
- Nested
Filter Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Nested Filter - A
NestedFilter
filters data with a subset of data that is defined by the nested inner filter. - Numeric
Equality Pulumi.Filter Aws Native. Quick Sight. Inputs. Dashboard Numeric Equality Filter - A
NumericEqualityFilter
filters numeric values that equal or do not equal a given numeric value. - Numeric
Range Pulumi.Filter Aws Native. Quick Sight. Inputs. Dashboard Numeric Range Filter - A
NumericRangeFilter
filters numeric values that are either inside or outside a given numeric range. - Relative
Dates Pulumi.Filter Aws Native. Quick Sight. Inputs. Dashboard Relative Dates Filter - A
RelativeDatesFilter
filters date values that are relative to a given date. - Time
Equality Pulumi.Filter Aws Native. Quick Sight. Inputs. Dashboard Time Equality Filter - A
TimeEqualityFilter
filters date-time values that equal or do not equal a given date/time value. - Time
Range Pulumi.Filter Aws Native. Quick Sight. Inputs. Dashboard Time Range Filter - A
TimeRangeFilter
filters date-time values that are either inside or outside a given date/time range. - Top
Bottom Pulumi.Filter Aws Native. Quick Sight. Inputs. Dashboard Top Bottom Filter - A
TopBottomFilter
filters data to the top or bottom values for a given column.
- Category
Filter DashboardCategory Filter A
CategoryFilter
filters text values.For more information, see Adding text filters in the Amazon QuickSight User Guide .
- Nested
Filter DashboardNested Filter - A
NestedFilter
filters data with a subset of data that is defined by the nested inner filter. - Numeric
Equality DashboardFilter Numeric Equality Filter - A
NumericEqualityFilter
filters numeric values that equal or do not equal a given numeric value. - Numeric
Range DashboardFilter Numeric Range Filter - A
NumericRangeFilter
filters numeric values that are either inside or outside a given numeric range. - Relative
Dates DashboardFilter Relative Dates Filter - A
RelativeDatesFilter
filters date values that are relative to a given date. - Time
Equality DashboardFilter Time Equality Filter - A
TimeEqualityFilter
filters date-time values that equal or do not equal a given date/time value. - Time
Range DashboardFilter Time Range Filter - A
TimeRangeFilter
filters date-time values that are either inside or outside a given date/time range. - Top
Bottom DashboardFilter Top Bottom Filter - A
TopBottomFilter
filters data to the top or bottom values for a given column.
- category
Filter DashboardCategory Filter A
CategoryFilter
filters text values.For more information, see Adding text filters in the Amazon QuickSight User Guide .
- nested
Filter DashboardNested Filter - A
NestedFilter
filters data with a subset of data that is defined by the nested inner filter. - numeric
Equality DashboardFilter Numeric Equality Filter - A
NumericEqualityFilter
filters numeric values that equal or do not equal a given numeric value. - numeric
Range DashboardFilter Numeric Range Filter - A
NumericRangeFilter
filters numeric values that are either inside or outside a given numeric range. - relative
Dates DashboardFilter Relative Dates Filter - A
RelativeDatesFilter
filters date values that are relative to a given date. - time
Equality DashboardFilter Time Equality Filter - A
TimeEqualityFilter
filters date-time values that equal or do not equal a given date/time value. - time
Range DashboardFilter Time Range Filter - A
TimeRangeFilter
filters date-time values that are either inside or outside a given date/time range. - top
Bottom DashboardFilter Top Bottom Filter - A
TopBottomFilter
filters data to the top or bottom values for a given column.
- category
Filter DashboardCategory Filter A
CategoryFilter
filters text values.For more information, see Adding text filters in the Amazon QuickSight User Guide .
- nested
Filter DashboardNested Filter - A
NestedFilter
filters data with a subset of data that is defined by the nested inner filter. - numeric
Equality DashboardFilter Numeric Equality Filter - A
NumericEqualityFilter
filters numeric values that equal or do not equal a given numeric value. - numeric
Range DashboardFilter Numeric Range Filter - A
NumericRangeFilter
filters numeric values that are either inside or outside a given numeric range. - relative
Dates DashboardFilter Relative Dates Filter - A
RelativeDatesFilter
filters date values that are relative to a given date. - time
Equality DashboardFilter Time Equality Filter - A
TimeEqualityFilter
filters date-time values that equal or do not equal a given date/time value. - time
Range DashboardFilter Time Range Filter - A
TimeRangeFilter
filters date-time values that are either inside or outside a given date/time range. - top
Bottom DashboardFilter Top Bottom Filter - A
TopBottomFilter
filters data to the top or bottom values for a given column.
- category_
filter DashboardCategory Filter A
CategoryFilter
filters text values.For more information, see Adding text filters in the Amazon QuickSight User Guide .
- nested_
filter DashboardNested Filter - A
NestedFilter
filters data with a subset of data that is defined by the nested inner filter. - numeric_
equality_ Dashboardfilter Numeric Equality Filter - A
NumericEqualityFilter
filters numeric values that equal or do not equal a given numeric value. - numeric_
range_ Dashboardfilter Numeric Range Filter - A
NumericRangeFilter
filters numeric values that are either inside or outside a given numeric range. - relative_
dates_ Dashboardfilter Relative Dates Filter - A
RelativeDatesFilter
filters date values that are relative to a given date. - time_
equality_ Dashboardfilter Time Equality Filter - A
TimeEqualityFilter
filters date-time values that equal or do not equal a given date/time value. - time_
range_ Dashboardfilter Time Range Filter - A
TimeRangeFilter
filters date-time values that are either inside or outside a given date/time range. - top_
bottom_ Dashboardfilter Top Bottom Filter - A
TopBottomFilter
filters data to the top or bottom values for a given column.
- category
Filter Property Map A
CategoryFilter
filters text values.For more information, see Adding text filters in the Amazon QuickSight User Guide .
- nested
Filter Property Map - A
NestedFilter
filters data with a subset of data that is defined by the nested inner filter. - numeric
Equality Property MapFilter - A
NumericEqualityFilter
filters numeric values that equal or do not equal a given numeric value. - numeric
Range Property MapFilter - A
NumericRangeFilter
filters numeric values that are either inside or outside a given numeric range. - relative
Dates Property MapFilter - A
RelativeDatesFilter
filters date values that are relative to a given date. - time
Equality Property MapFilter - A
TimeEqualityFilter
filters date-time values that equal or do not equal a given date/time value. - time
Range Property MapFilter - A
TimeRangeFilter
filters date-time values that are either inside or outside a given date/time range. - top
Bottom Property MapFilter - A
TopBottomFilter
filters data to the top or bottom values for a given column.
DashboardFilterControl, DashboardFilterControlArgs
- Cross
Sheet Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Filter Cross Sheet Control - A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet
- Date
Time Pulumi.Picker Aws Native. Quick Sight. Inputs. Dashboard Filter Date Time Picker Control - A control from a date filter that is used to specify date and time.
- Dropdown
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Filter Drop Down Control - A control to display a dropdown list with buttons that are used to select a single value.
- List
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Filter List Control - A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
- Relative
Date Pulumi.Time Aws Native. Quick Sight. Inputs. Dashboard Filter Relative Date Time Control - A control from a date filter that is used to specify the relative date.
- Slider
Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Filter Slider Control - A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
- Text
Area Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Filter Text Area Control - A control to display a text box that is used to enter multiple entries.
- Text
Field Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Filter Text Field Control - A control to display a text box that is used to enter a single entry.
- Cross
Sheet DashboardFilter Cross Sheet Control - A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet
- Date
Time DashboardPicker Filter Date Time Picker Control - A control from a date filter that is used to specify date and time.
- Dropdown
Dashboard
Filter Drop Down Control - A control to display a dropdown list with buttons that are used to select a single value.
- List
Dashboard
Filter List Control - A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
- Relative
Date DashboardTime Filter Relative Date Time Control - A control from a date filter that is used to specify the relative date.
- Slider
Dashboard
Filter Slider Control - A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
- Text
Area DashboardFilter Text Area Control - A control to display a text box that is used to enter multiple entries.
- Text
Field DashboardFilter Text Field Control - A control to display a text box that is used to enter a single entry.
- cross
Sheet DashboardFilter Cross Sheet Control - A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet
- date
Time DashboardPicker Filter Date Time Picker Control - A control from a date filter that is used to specify date and time.
- dropdown
Dashboard
Filter Drop Down Control - A control to display a dropdown list with buttons that are used to select a single value.
- list
Dashboard
Filter List Control - A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
- relative
Date DashboardTime Filter Relative Date Time Control - A control from a date filter that is used to specify the relative date.
- slider
Dashboard
Filter Slider Control - A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
- text
Area DashboardFilter Text Area Control - A control to display a text box that is used to enter multiple entries.
- text
Field DashboardFilter Text Field Control - A control to display a text box that is used to enter a single entry.
- cross
Sheet DashboardFilter Cross Sheet Control - A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet
- date
Time DashboardPicker Filter Date Time Picker Control - A control from a date filter that is used to specify date and time.
- dropdown
Dashboard
Filter Drop Down Control - A control to display a dropdown list with buttons that are used to select a single value.
- list
Dashboard
Filter List Control - A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
- relative
Date DashboardTime Filter Relative Date Time Control - A control from a date filter that is used to specify the relative date.
- slider
Dashboard
Filter Slider Control - A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
- text
Area DashboardFilter Text Area Control - A control to display a text box that is used to enter multiple entries.
- text
Field DashboardFilter Text Field Control - A control to display a text box that is used to enter a single entry.
- cross_
sheet DashboardFilter Cross Sheet Control - A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet
- date_
time_ Dashboardpicker Filter Date Time Picker Control - A control from a date filter that is used to specify date and time.
- dropdown
Dashboard
Filter Drop Down Control - A control to display a dropdown list with buttons that are used to select a single value.
- list
Dashboard
Filter List Control - A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
- relative_
date_ Dashboardtime Filter Relative Date Time Control - A control from a date filter that is used to specify the relative date.
- slider
Dashboard
Filter Slider Control - A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
- text_
area DashboardFilter Text Area Control - A control to display a text box that is used to enter multiple entries.
- text_
field DashboardFilter Text Field Control - A control to display a text box that is used to enter a single entry.
- cross
Sheet Property Map - A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet
- date
Time Property MapPicker - A control from a date filter that is used to specify date and time.
- dropdown Property Map
- A control to display a dropdown list with buttons that are used to select a single value.
- list Property Map
- A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
- relative
Date Property MapTime - A control from a date filter that is used to specify the relative date.
- slider Property Map
- A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
- text
Area Property Map - A control to display a text box that is used to enter multiple entries.
- text
Field Property Map - A control to display a text box that is used to enter a single entry.
DashboardFilterCrossSheetControl, DashboardFilterCrossSheetControlArgs
- Filter
Control stringId - The ID of the
FilterCrossSheetControl
. - Source
Filter stringId - The source filter ID of the
FilterCrossSheetControl
. - Cascading
Control Pulumi.Configuration Aws Native. Quick Sight. Inputs. Dashboard Cascading Control Configuration - The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
- Filter
Control stringId - The ID of the
FilterCrossSheetControl
. - Source
Filter stringId - The source filter ID of the
FilterCrossSheetControl
. - Cascading
Control DashboardConfiguration Cascading Control Configuration - The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
- filter
Control StringId - The ID of the
FilterCrossSheetControl
. - source
Filter StringId - The source filter ID of the
FilterCrossSheetControl
. - cascading
Control DashboardConfiguration Cascading Control Configuration - The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
- filter
Control stringId - The ID of the
FilterCrossSheetControl
. - source
Filter stringId - The source filter ID of the
FilterCrossSheetControl
. - cascading
Control DashboardConfiguration Cascading Control Configuration - The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
- filter_
control_ strid - The ID of the
FilterCrossSheetControl
. - source_
filter_ strid - The source filter ID of the
FilterCrossSheetControl
. - cascading_
control_ Dashboardconfiguration Cascading Control Configuration - The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
- filter
Control StringId - The ID of the
FilterCrossSheetControl
. - source
Filter StringId - The source filter ID of the
FilterCrossSheetControl
. - cascading
Control Property MapConfiguration - The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
DashboardFilterDateTimePickerControl, DashboardFilterDateTimePickerControlArgs
- Filter
Control stringId - The ID of the
FilterDateTimePickerControl
. - Source
Filter stringId - The source filter ID of the
FilterDateTimePickerControl
. - Title string
- The title of the
FilterDateTimePickerControl
. - Display
Options Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Date Time Picker Control Display Options - The display options of a control.
- Type
Pulumi.
Aws Native. Quick Sight. Dashboard Sheet Control Date Time Picker Type - The type of the
FilterDropDownControl
. Choose one of the following options:MULTI_SELECT
: The user can select multiple entries from a dropdown menu.SINGLE_SELECT
: The user can select a single entry from a dropdown menu.
- Filter
Control stringId - The ID of the
FilterDateTimePickerControl
. - Source
Filter stringId - The source filter ID of the
FilterDateTimePickerControl
. - Title string
- The title of the
FilterDateTimePickerControl
. - Display
Options DashboardDate Time Picker Control Display Options - The display options of a control.
- Type
Dashboard
Sheet Control Date Time Picker Type - The type of the
FilterDropDownControl
. Choose one of the following options:MULTI_SELECT
: The user can select multiple entries from a dropdown menu.SINGLE_SELECT
: The user can select a single entry from a dropdown menu.
- filter
Control StringId - The ID of the
FilterDateTimePickerControl
. - source
Filter StringId - The source filter ID of the
FilterDateTimePickerControl
. - title String
- The title of the
FilterDateTimePickerControl
. - display
Options DashboardDate Time Picker Control Display Options - The display options of a control.
- type
Dashboard
Sheet Control Date Time Picker Type - The type of the
FilterDropDownControl
. Choose one of the following options:MULTI_SELECT
: The user can select multiple entries from a dropdown menu.SINGLE_SELECT
: The user can select a single entry from a dropdown menu.
- filter
Control stringId - The ID of the
FilterDateTimePickerControl
. - source
Filter stringId - The source filter ID of the
FilterDateTimePickerControl
. - title string
- The title of the
FilterDateTimePickerControl
. - display
Options DashboardDate Time Picker Control Display Options - The display options of a control.
- type
Dashboard
Sheet Control Date Time Picker Type - The type of the
FilterDropDownControl
. Choose one of the following options:MULTI_SELECT
: The user can select multiple entries from a dropdown menu.SINGLE_SELECT
: The user can select a single entry from a dropdown menu.
- filter_
control_ strid - The ID of the
FilterDateTimePickerControl
. - source_
filter_ strid - The source filter ID of the
FilterDateTimePickerControl
. - title str
- The title of the
FilterDateTimePickerControl
. - display_
options DashboardDate Time Picker Control Display Options - The display options of a control.
- type
Dashboard
Sheet Control Date Time Picker Type - The type of the
FilterDropDownControl
. Choose one of the following options:MULTI_SELECT
: The user can select multiple entries from a dropdown menu.SINGLE_SELECT
: The user can select a single entry from a dropdown menu.
- filter
Control StringId - The ID of the
FilterDateTimePickerControl
. - source
Filter StringId - The source filter ID of the
FilterDateTimePickerControl
. - title String
- The title of the
FilterDateTimePickerControl
. - display
Options Property Map - The display options of a control.
- type "SINGLE_VALUED" | "DATE_RANGE"
- The type of the
FilterDropDownControl
. Choose one of the following options:MULTI_SELECT
: The user can select multiple entries from a dropdown menu.SINGLE_SELECT
: The user can select a single entry from a dropdown menu.
DashboardFilterDropDownControl, DashboardFilterDropDownControlArgs
- Filter
Control stringId - The ID of the
FilterDropDownControl
. - Source
Filter stringId - The source filter ID of the
FilterDropDownControl
. - Title string
- The title of the
FilterDropDownControl
. - Cascading
Control Pulumi.Configuration Aws Native. Quick Sight. Inputs. Dashboard Cascading Control Configuration - The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
- Display
Options Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Drop Down Control Display Options - The display options of the
FilterDropDownControl
. - Selectable
Values Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Filter Selectable Values - A list of selectable values that are used in a control.
- Type
Pulumi.
Aws Native. Quick Sight. Dashboard Sheet Control List Type - The type of the
FilterDropDownControl
. Choose one of the following options:MULTI_SELECT
: The user can select multiple entries from a dropdown menu.SINGLE_SELECT
: The user can select a single entry from a dropdown menu.
- Filter
Control stringId - The ID of the
FilterDropDownControl
. - Source
Filter stringId - The source filter ID of the
FilterDropDownControl
. - Title string
- The title of the
FilterDropDownControl
. - Cascading
Control DashboardConfiguration Cascading Control Configuration - The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
- Display
Options DashboardDrop Down Control Display Options - The display options of the
FilterDropDownControl
. - Selectable
Values DashboardFilter Selectable Values - A list of selectable values that are used in a control.
- Type
Dashboard
Sheet Control List Type - The type of the
FilterDropDownControl
. Choose one of the following options:MULTI_SELECT
: The user can select multiple entries from a dropdown menu.SINGLE_SELECT
: The user can select a single entry from a dropdown menu.
- filter
Control StringId - The ID of the
FilterDropDownControl
. - source
Filter StringId - The source filter ID of the
FilterDropDownControl
. - title String
- The title of the
FilterDropDownControl
. - cascading
Control DashboardConfiguration Cascading Control Configuration - The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
- display
Options DashboardDrop Down Control Display Options - The display options of the
FilterDropDownControl
. - selectable
Values DashboardFilter Selectable Values - A list of selectable values that are used in a control.
- type
Dashboard
Sheet Control List Type - The type of the
FilterDropDownControl
. Choose one of the following options:MULTI_SELECT
: The user can select multiple entries from a dropdown menu.SINGLE_SELECT
: The user can select a single entry from a dropdown menu.
- filter
Control stringId - The ID of the
FilterDropDownControl
. - source
Filter stringId - The source filter ID of the
FilterDropDownControl
. - title string
- The title of the
FilterDropDownControl
. - cascading
Control DashboardConfiguration Cascading Control Configuration - The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
- display
Options DashboardDrop Down Control Display Options - The display options of the
FilterDropDownControl
. - selectable
Values DashboardFilter Selectable Values - A list of selectable values that are used in a control.
- type
Dashboard
Sheet Control List Type - The type of the
FilterDropDownControl
. Choose one of the following options:MULTI_SELECT
: The user can select multiple entries from a dropdown menu.SINGLE_SELECT
: The user can select a single entry from a dropdown menu.
- filter_
control_ strid - The ID of the
FilterDropDownControl
. - source_
filter_ strid - The source filter ID of the
FilterDropDownControl
. - title str
- The title of the
FilterDropDownControl
. - cascading_
control_ Dashboardconfiguration Cascading Control Configuration - The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
- display_
options DashboardDrop Down Control Display Options - The display options of the
FilterDropDownControl
. - selectable_
values DashboardFilter Selectable Values - A list of selectable values that are used in a control.
- type
Dashboard
Sheet Control List Type - The type of the
FilterDropDownControl
. Choose one of the following options:MULTI_SELECT
: The user can select multiple entries from a dropdown menu.SINGLE_SELECT
: The user can select a single entry from a dropdown menu.
- filter
Control StringId - The ID of the
FilterDropDownControl
. - source
Filter StringId - The source filter ID of the
FilterDropDownControl
. - title String
- The title of the
FilterDropDownControl
. - cascading
Control Property MapConfiguration - The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
- display
Options Property Map - The display options of the
FilterDropDownControl
. - selectable
Values Property Map - A list of selectable values that are used in a control.
- type "MULTI_SELECT" | "SINGLE_SELECT"
- The type of the
FilterDropDownControl
. Choose one of the following options:MULTI_SELECT
: The user can select multiple entries from a dropdown menu.SINGLE_SELECT
: The user can select a single entry from a dropdown menu.
DashboardFilterGroup, DashboardFilterGroupArgs
- Cross
Dataset Pulumi.Aws Native. Quick Sight. Dashboard Cross Dataset Types - The filter new feature which can apply filter group to all data sets. Choose one of the following options:
ALL_DATASETS
SINGLE_DATASET
- Filter
Group stringId - The value that uniquely identifies a
FilterGroup
within a dashboard, template, or analysis. - Filters
List<Pulumi.
Aws Native. Quick Sight. Inputs. Dashboard Filter> - The list of filters that are present in a
FilterGroup
. - Scope
Configuration Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Filter Scope Configuration The configuration that specifies what scope to apply to a
FilterGroup
.This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
- Status
Pulumi.
Aws Native. Quick Sight. Dashboard Widget Status - The status of the
FilterGroup
.
- Cross
Dataset DashboardCross Dataset Types - The filter new feature which can apply filter group to all data sets. Choose one of the following options:
ALL_DATASETS
SINGLE_DATASET
- Filter
Group stringId - The value that uniquely identifies a
FilterGroup
within a dashboard, template, or analysis. - Filters
[]Dashboard
Filter - The list of filters that are present in a
FilterGroup
. - Scope
Configuration DashboardFilter Scope Configuration The configuration that specifies what scope to apply to a
FilterGroup
.This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
- Status
Dashboard
Widget Status - The status of the
FilterGroup
.
- cross
Dataset DashboardCross Dataset Types - The filter new feature which can apply filter group to all data sets. Choose one of the following options:
ALL_DATASETS
SINGLE_DATASET
- filter
Group StringId - The value that uniquely identifies a
FilterGroup
within a dashboard, template, or analysis. - filters
List<Dashboard
Filter> - The list of filters that are present in a
FilterGroup
. - scope
Configuration DashboardFilter Scope Configuration The configuration that specifies what scope to apply to a
FilterGroup
.This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
- status
Dashboard
Widget Status - The status of the
FilterGroup
.
- cross
Dataset DashboardCross Dataset Types - The filter new feature which can apply filter group to all data sets. Choose one of the following options:
ALL_DATASETS
SINGLE_DATASET
- filter
Group stringId - The value that uniquely identifies a
FilterGroup
within a dashboard, template, or analysis. - filters
Dashboard
Filter[] - The list of filters that are present in a
FilterGroup
. - scope
Configuration DashboardFilter Scope Configuration The configuration that specifies what scope to apply to a
FilterGroup
.This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
- status
Dashboard
Widget Status - The status of the
FilterGroup
.
- cross_
dataset DashboardCross Dataset Types - The filter new feature which can apply filter group to all data sets. Choose one of the following options:
ALL_DATASETS
SINGLE_DATASET
- filter_
group_ strid - The value that uniquely identifies a
FilterGroup
within a dashboard, template, or analysis. - filters
Sequence[Dashboard
Filter] - The list of filters that are present in a
FilterGroup
. - scope_
configuration DashboardFilter Scope Configuration The configuration that specifies what scope to apply to a
FilterGroup
.This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
- status
Dashboard
Widget Status - The status of the
FilterGroup
.
- cross
Dataset "ALL_DATASETS" | "SINGLE_DATASET" - The filter new feature which can apply filter group to all data sets. Choose one of the following options:
ALL_DATASETS
SINGLE_DATASET
- filter
Group StringId - The value that uniquely identifies a
FilterGroup
within a dashboard, template, or analysis. - filters List<Property Map>
- The list of filters that are present in a
FilterGroup
. - scope
Configuration Property Map The configuration that specifies what scope to apply to a
FilterGroup
.This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
- status "ENABLED" | "DISABLED"
- The status of the
FilterGroup
.
DashboardFilterListConfiguration, DashboardFilterListConfigurationArgs
- Match
Operator Pulumi.Aws Native. Quick Sight. Dashboard Category Filter Match Operator - The match operator that is used to determine if a filter should be applied.
- Category
Values List<string> - The list of category values for the filter.
- Null
Option Pulumi.Aws Native. Quick Sight. Dashboard Filter Null Option - This option determines how null values should be treated when filtering data.
ALL_VALUES
: Include null values in filtered results.NULLS_ONLY
: Only include null values in filtered results.NON_NULLS_ONLY
: Exclude null values from filtered results.
- Select
All Pulumi.Options Aws Native. Quick Sight. Dashboard Category Filter Select All Options - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
- Match
Operator DashboardCategory Filter Match Operator - The match operator that is used to determine if a filter should be applied.
- Category
Values []string - The list of category values for the filter.
- Null
Option DashboardFilter Null Option - This option determines how null values should be treated when filtering data.
ALL_VALUES
: Include null values in filtered results.NULLS_ONLY
: Only include null values in filtered results.NON_NULLS_ONLY
: Exclude null values from filtered results.
- Select
All DashboardOptions Category Filter Select All Options - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
- match
Operator DashboardCategory Filter Match Operator - The match operator that is used to determine if a filter should be applied.
- category
Values List<String> - The list of category values for the filter.
- null
Option DashboardFilter Null Option - This option determines how null values should be treated when filtering data.
ALL_VALUES
: Include null values in filtered results.NULLS_ONLY
: Only include null values in filtered results.NON_NULLS_ONLY
: Exclude null values from filtered results.
- select
All DashboardOptions Category Filter Select All Options - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
- match
Operator DashboardCategory Filter Match Operator - The match operator that is used to determine if a filter should be applied.
- category
Values string[] - The list of category values for the filter.
- null
Option DashboardFilter Null Option - This option determines how null values should be treated when filtering data.
ALL_VALUES
: Include null values in filtered results.NULLS_ONLY
: Only include null values in filtered results.NON_NULLS_ONLY
: Exclude null values from filtered results.
- select
All DashboardOptions Category Filter Select All Options - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
- match_
operator DashboardCategory Filter Match Operator - The match operator that is used to determine if a filter should be applied.
- category_
values Sequence[str] - The list of category values for the filter.
- null_
option DashboardFilter Null Option - This option determines how null values should be treated when filtering data.
ALL_VALUES
: Include null values in filtered results.NULLS_ONLY
: Only include null values in filtered results.NON_NULLS_ONLY
: Exclude null values from filtered results.
- select_
all_ Dashboardoptions Category Filter Select All Options - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
- match
Operator "EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH" - The match operator that is used to determine if a filter should be applied.
- category
Values List<String> - The list of category values for the filter.
- null
Option "ALL_VALUES" | "NULLS_ONLY" | "NON_NULLS_ONLY" - This option determines how null values should be treated when filtering data.
ALL_VALUES
: Include null values in filtered results.NULLS_ONLY
: Only include null values in filtered results.NON_NULLS_ONLY
: Exclude null values from filtered results.
- select
All "FILTER_ALL_VALUES"Options - Select all of the values. Null is not the assigned value of select all.
FILTER_ALL_VALUES
DashboardFilterListControl, DashboardFilterListControlArgs
- Filter
Control stringId - The ID of the
FilterListControl
. - Source
Filter stringId - The source filter ID of the
FilterListControl
. - Title string
- The title of the
FilterListControl
. - Cascading
Control Pulumi.Configuration Aws Native. Quick Sight. Inputs. Dashboard Cascading Control Configuration - The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
- Display
Options Pulumi.Aws Native. Quick Sight. Inputs. Dashboard List Control Display Options - The display options of a control.
- Selectable
Values Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Filter Selectable Values - A list of selectable values that are used in a control.
- Type
Pulumi.
Aws Native. Quick Sight. Dashboard Sheet Control List Type - The type of the
FilterListControl
. Choose one of the following options:MULTI_SELECT
: The user can select multiple entries from the list.SINGLE_SELECT
: The user can select a single entry from the list.
- Filter
Control stringId - The ID of the
FilterListControl
. - Source
Filter stringId - The source filter ID of the
FilterListControl
. - Title string
- The title of the
FilterListControl
. - Cascading
Control DashboardConfiguration Cascading Control Configuration - The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
- Display
Options DashboardList Control Display Options - The display options of a control.
- Selectable
Values DashboardFilter Selectable Values - A list of selectable values that are used in a control.
- Type
Dashboard
Sheet Control List Type - The type of the
FilterListControl
. Choose one of the following options:MULTI_SELECT
: The user can select multiple entries from the list.SINGLE_SELECT
: The user can select a single entry from the list.
- filter
Control StringId - The ID of the
FilterListControl
. - source
Filter StringId - The source filter ID of the
FilterListControl
. - title String
- The title of the
FilterListControl
. - cascading
Control DashboardConfiguration Cascading Control Configuration - The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
- display
Options DashboardList Control Display Options - The display options of a control.
- selectable
Values DashboardFilter Selectable Values - A list of selectable values that are used in a control.
- type
Dashboard
Sheet Control List Type - The type of the
FilterListControl
. Choose one of the following options:MULTI_SELECT
: The user can select multiple entries from the list.SINGLE_SELECT
: The user can select a single entry from the list.
- filter
Control stringId - The ID of the
FilterListControl
. - source
Filter stringId - The source filter ID of the
FilterListControl
. - title string
- The title of the
FilterListControl
. - cascading
Control DashboardConfiguration Cascading Control Configuration - The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
- display
Options DashboardList Control Display Options - The display options of a control.
- selectable
Values DashboardFilter Selectable Values - A list of selectable values that are used in a control.
- type
Dashboard
Sheet Control List Type - The type of the
FilterListControl
. Choose one of the following options:MULTI_SELECT
: The user can select multiple entries from the list.SINGLE_SELECT
: The user can select a single entry from the list.
- filter_
control_ strid - The ID of the
FilterListControl
. - source_
filter_ strid - The source filter ID of the
FilterListControl
. - title str
- The title of the
FilterListControl
. - cascading_
control_ Dashboardconfiguration Cascading Control Configuration - The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
- display_
options DashboardList Control Display Options - The display options of a control.
- selectable_
values DashboardFilter Selectable Values - A list of selectable values that are used in a control.
- type
Dashboard
Sheet Control List Type - The type of the
FilterListControl
. Choose one of the following options:MULTI_SELECT
: The user can select multiple entries from the list.SINGLE_SELECT
: The user can select a single entry from the list.
- filter
Control StringId - The ID of the
FilterListControl
. - source
Filter StringId - The source filter ID of the
FilterListControl
. - title String
- The title of the
FilterListControl
. - cascading
Control Property MapConfiguration - The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
- display
Options Property Map - The display options of a control.
- selectable
Values Property Map - A list of selectable values that are used in a control.
- type "MULTI_SELECT" | "SINGLE_SELECT"
- The type of the
FilterListControl
. Choose one of the following options:MULTI_SELECT
: The user can select multiple entries from the list.SINGLE_SELECT
: The user can select a single entry from the list.
DashboardFilterNullOption, DashboardFilterNullOptionArgs
- All
Values - ALL_VALUES
- Nulls
Only - NULLS_ONLY
- Non
Nulls Only - NON_NULLS_ONLY
- Dashboard
Filter Null Option All Values - ALL_VALUES
- Dashboard
Filter Null Option Nulls Only - NULLS_ONLY
- Dashboard
Filter Null Option Non Nulls Only - NON_NULLS_ONLY
- All
Values - ALL_VALUES
- Nulls
Only - NULLS_ONLY
- Non
Nulls Only - NON_NULLS_ONLY
- All
Values - ALL_VALUES
- Nulls
Only - NULLS_ONLY
- Non
Nulls Only - NON_NULLS_ONLY
- ALL_VALUES
- ALL_VALUES
- NULLS_ONLY
- NULLS_ONLY
- NON_NULLS_ONLY
- NON_NULLS_ONLY
- "ALL_VALUES"
- ALL_VALUES
- "NULLS_ONLY"
- NULLS_ONLY
- "NON_NULLS_ONLY"
- NON_NULLS_ONLY
DashboardFilterOperationSelectedFieldsConfiguration, DashboardFilterOperationSelectedFieldsConfigurationArgs
- Selected
Columns List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Column Identifier> - Selected
Field Pulumi.Options Aws Native. Quick Sight. Dashboard Selected Field Options A structure that contains the options that choose which fields are filtered in the
CustomActionFilterOperation
.Valid values are defined as follows:
ALL_FIELDS
: Applies the filter operation to all fields.
- Selected
Fields List<string> - Chooses the fields that are filtered in
CustomActionFilterOperation
.
- Selected
Columns []DashboardColumn Identifier - Selected
Field DashboardOptions Selected Field Options A structure that contains the options that choose which fields are filtered in the
CustomActionFilterOperation
.Valid values are defined as follows:
ALL_FIELDS
: Applies the filter operation to all fields.
- Selected
Fields []string - Chooses the fields that are filtered in
CustomActionFilterOperation
.
- selected
Columns List<DashboardColumn Identifier> - selected
Field DashboardOptions Selected Field Options A structure that contains the options that choose which fields are filtered in the
CustomActionFilterOperation
.Valid values are defined as follows:
ALL_FIELDS
: Applies the filter operation to all fields.
- selected
Fields List<String> - Chooses the fields that are filtered in
CustomActionFilterOperation
.
- selected
Columns DashboardColumn Identifier[] - selected
Field DashboardOptions Selected Field Options A structure that contains the options that choose which fields are filtered in the
CustomActionFilterOperation
.Valid values are defined as follows:
ALL_FIELDS
: Applies the filter operation to all fields.
- selected
Fields string[] - Chooses the fields that are filtered in
CustomActionFilterOperation
.
- selected_
columns Sequence[DashboardColumn Identifier] - selected_
field_ Dashboardoptions Selected Field Options A structure that contains the options that choose which fields are filtered in the
CustomActionFilterOperation
.Valid values are defined as follows:
ALL_FIELDS
: Applies the filter operation to all fields.
- selected_
fields Sequence[str] - Chooses the fields that are filtered in
CustomActionFilterOperation
.
- selected
Columns List<Property Map> - selected
Field "ALL_FIELDS"Options A structure that contains the options that choose which fields are filtered in the
CustomActionFilterOperation
.Valid values are defined as follows:
ALL_FIELDS
: Applies the filter operation to all fields.
- selected
Fields List<String> - Chooses the fields that are filtered in
CustomActionFilterOperation
.
DashboardFilterOperationTargetVisualsConfiguration, DashboardFilterOperationTargetVisualsConfigurationArgs
- Same
Sheet Pulumi.Target Visual Configuration Aws Native. Quick Sight. Inputs. Dashboard Same Sheet Target Visual Configuration - The configuration of the same-sheet target visuals that you want to be filtered.
- Same
Sheet DashboardTarget Visual Configuration Same Sheet Target Visual Configuration - The configuration of the same-sheet target visuals that you want to be filtered.
- same
Sheet DashboardTarget Visual Configuration Same Sheet Target Visual Configuration - The configuration of the same-sheet target visuals that you want to be filtered.
- same
Sheet DashboardTarget Visual Configuration Same Sheet Target Visual Configuration - The configuration of the same-sheet target visuals that you want to be filtered.
- same_
sheet_ Dashboardtarget_ visual_ configuration Same Sheet Target Visual Configuration - The configuration of the same-sheet target visuals that you want to be filtered.
- same
Sheet Property MapTarget Visual Configuration - The configuration of the same-sheet target visuals that you want to be filtered.
DashboardFilterRelativeDateTimeControl, DashboardFilterRelativeDateTimeControlArgs
- Filter
Control stringId - The ID of the
FilterTextAreaControl
. - Source
Filter stringId - The source filter ID of the
FilterTextAreaControl
. - Title string
- The title of the
FilterTextAreaControl
. - Display
Options Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Relative Date Time Control Display Options - The display options of a control.
- Filter
Control stringId - The ID of the
FilterTextAreaControl
. - Source
Filter stringId - The source filter ID of the
FilterTextAreaControl
. - Title string
- The title of the
FilterTextAreaControl
. - Display
Options DashboardRelative Date Time Control Display Options - The display options of a control.
- filter
Control StringId - The ID of the
FilterTextAreaControl
. - source
Filter StringId - The source filter ID of the
FilterTextAreaControl
. - title String
- The title of the
FilterTextAreaControl
. - display
Options DashboardRelative Date Time Control Display Options - The display options of a control.
- filter
Control stringId - The ID of the
FilterTextAreaControl
. - source
Filter stringId - The source filter ID of the
FilterTextAreaControl
. - title string
- The title of the
FilterTextAreaControl
. - display
Options DashboardRelative Date Time Control Display Options - The display options of a control.
- filter_
control_ strid - The ID of the
FilterTextAreaControl
. - source_
filter_ strid - The source filter ID of the
FilterTextAreaControl
. - title str
- The title of the
FilterTextAreaControl
. - display_
options DashboardRelative Date Time Control Display Options - The display options of a control.
- filter
Control StringId - The ID of the
FilterTextAreaControl
. - source
Filter StringId - The source filter ID of the
FilterTextAreaControl
. - title String
- The title of the
FilterTextAreaControl
. - display
Options Property Map - The display options of a control.
DashboardFilterScopeConfiguration, DashboardFilterScopeConfigurationArgs
- All
Sheets Pulumi.Aws Native. Quick Sight. Inputs. Dashboard All Sheets Filter Scope Configuration - The configuration that applies a filter to all sheets. When you choose
AllSheets
as the value for aFilterScopeConfiguration
, this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. TheAllSheetsFilterScopeConfiguration
is chosen. - Selected
Sheets Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Selected Sheets Filter Scope Configuration - The configuration for applying a filter to specific sheets.
- All
Sheets DashboardAll Sheets Filter Scope Configuration - The configuration that applies a filter to all sheets. When you choose
AllSheets
as the value for aFilterScopeConfiguration
, this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. TheAllSheetsFilterScopeConfiguration
is chosen. - Selected
Sheets DashboardSelected Sheets Filter Scope Configuration - The configuration for applying a filter to specific sheets.
- all
Sheets DashboardAll Sheets Filter Scope Configuration - The configuration that applies a filter to all sheets. When you choose
AllSheets
as the value for aFilterScopeConfiguration
, this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. TheAllSheetsFilterScopeConfiguration
is chosen. - selected
Sheets DashboardSelected Sheets Filter Scope Configuration - The configuration for applying a filter to specific sheets.
- all
Sheets DashboardAll Sheets Filter Scope Configuration - The configuration that applies a filter to all sheets. When you choose
AllSheets
as the value for aFilterScopeConfiguration
, this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. TheAllSheetsFilterScopeConfiguration
is chosen. - selected
Sheets DashboardSelected Sheets Filter Scope Configuration - The configuration for applying a filter to specific sheets.
- all_
sheets DashboardAll Sheets Filter Scope Configuration - The configuration that applies a filter to all sheets. When you choose
AllSheets
as the value for aFilterScopeConfiguration
, this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. TheAllSheetsFilterScopeConfiguration
is chosen. - selected_
sheets DashboardSelected Sheets Filter Scope Configuration - The configuration for applying a filter to specific sheets.
- all
Sheets Property Map - The configuration that applies a filter to all sheets. When you choose
AllSheets
as the value for aFilterScopeConfiguration
, this filter is applied to all visuals of all sheets in an Analysis, Dashboard, or Template. TheAllSheetsFilterScopeConfiguration
is chosen. - selected
Sheets Property Map - The configuration for applying a filter to specific sheets.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.