We recommend new projects start with resources from the AWS provider.
aws-native.quicksight.Dashboard
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,
              folder_arns: Optional[Sequence[str]] = 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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Dashboard resource accepts the following input properties:
- AwsAccount stringId 
- The ID of the AWS account where you want to create the dashboard.
- DashboardId string
- The ID for the dashboard, also added to the IAM policy.
- DashboardPublish Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard Publish Options 
- Options for publishing the dashboard when you create it:- AvailabilityStatusfor- AdHocFilteringOption- This status can be either- ENABLEDor- DISABLED. When this is set to- DISABLED, Amazon Quick Sight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option is- ENABLEDby default.
- AvailabilityStatusfor- ExportToCSVOption- This status can be either- ENABLEDor- DISABLED. The visual option to export data to .CSV format isn't enabled when this is set to- DISABLED. This option is- ENABLEDby default.
- VisibilityStatefor- SheetControlsOption- This visibility state can be either- COLLAPSEDor- EXPANDED. This option is- COLLAPSEDby default.
- AvailabilityStatusfor- QuickSuiteActionsOption- This status can be either- ENABLEDor- DISABLED. Features related to Actions in Amazon Quick Suite on dashboards are disabled when this is set to- DISABLED. This option is- DISABLEDby default.
- AvailabilityStatusfor- ExecutiveSummaryOption- This status can be either- ENABLEDor- DISABLED. The option to build an executive summary is disabled when this is set to- DISABLED. This option is- ENABLEDby default.
- AvailabilityStatusfor- DataStoriesSharingOption- This status can be either- ENABLEDor- DISABLED. The option to share a data story is disabled when this is set to- DISABLED. This option is- ENABLEDby default.
 
- Definition
Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Version Definition 
- FolderArns List<string>
- LinkEntities List<string>
- A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
- LinkSharing 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. 
- SourceEntity 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 a- SourceTemplateentity. If you need to create a dashboard from an analysis, first convert the analysis to a template by using the- CreateTemplateAPI operation. For- SourceTemplate, specify the Amazon Resource Name (ARN) of the source template. The- SourceTemplateARN can contain any AWS account; and any QuickSight-supported AWS Region .- Use the - DataSetReferencesentity within- SourceTemplateto 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.
- ThemeArn 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.
- ValidationStrategy 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.
- VersionDescription string
- A description for the first version of the dashboard being created.
- AwsAccount stringId 
- The ID of the AWS account where you want to create the dashboard.
- DashboardId string
- The ID for the dashboard, also added to the IAM policy.
- DashboardPublish DashboardOptions Publish Options Args 
- Options for publishing the dashboard when you create it:- AvailabilityStatusfor- AdHocFilteringOption- This status can be either- ENABLEDor- DISABLED. When this is set to- DISABLED, Amazon Quick Sight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option is- ENABLEDby default.
- AvailabilityStatusfor- ExportToCSVOption- This status can be either- ENABLEDor- DISABLED. The visual option to export data to .CSV format isn't enabled when this is set to- DISABLED. This option is- ENABLEDby default.
- VisibilityStatefor- SheetControlsOption- This visibility state can be either- COLLAPSEDor- EXPANDED. This option is- COLLAPSEDby default.
- AvailabilityStatusfor- QuickSuiteActionsOption- This status can be either- ENABLEDor- DISABLED. Features related to Actions in Amazon Quick Suite on dashboards are disabled when this is set to- DISABLED. This option is- DISABLEDby default.
- AvailabilityStatusfor- ExecutiveSummaryOption- This status can be either- ENABLEDor- DISABLED. The option to build an executive summary is disabled when this is set to- DISABLED. This option is- ENABLEDby default.
- AvailabilityStatusfor- DataStoriesSharingOption- This status can be either- ENABLEDor- DISABLED. The option to share a data story is disabled when this is set to- DISABLED. This option is- ENABLEDby default.
 
- Definition
DashboardVersion Definition Args 
- FolderArns []string
- LinkEntities []string
- A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
- LinkSharing 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
DashboardParameters 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
[]DashboardResource 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. 
- SourceEntity 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 a- SourceTemplateentity. If you need to create a dashboard from an analysis, first convert the analysis to a template by using the- CreateTemplateAPI operation. For- SourceTemplate, specify the Amazon Resource Name (ARN) of the source template. The- SourceTemplateARN can contain any AWS account; and any QuickSight-supported AWS Region .- Use the - DataSetReferencesentity within- SourceTemplateto list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.
- 
TagArgs 
- Contains a map of the key-value pairs for the resource tag or tags assigned to the dashboard.
- ThemeArn 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.
- ValidationStrategy 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.
- VersionDescription string
- A description for the first version of the dashboard being created.
- awsAccount StringId 
- The ID of the AWS account where you want to create the dashboard.
- dashboardId String
- The ID for the dashboard, also added to the IAM policy.
- dashboardPublish DashboardOptions Publish Options 
- Options for publishing the dashboard when you create it:- AvailabilityStatusfor- AdHocFilteringOption- This status can be either- ENABLEDor- DISABLED. When this is set to- DISABLED, Amazon Quick Sight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option is- ENABLEDby default.
- AvailabilityStatusfor- ExportToCSVOption- This status can be either- ENABLEDor- DISABLED. The visual option to export data to .CSV format isn't enabled when this is set to- DISABLED. This option is- ENABLEDby default.
- VisibilityStatefor- SheetControlsOption- This visibility state can be either- COLLAPSEDor- EXPANDED. This option is- COLLAPSEDby default.
- AvailabilityStatusfor- QuickSuiteActionsOption- This status can be either- ENABLEDor- DISABLED. Features related to Actions in Amazon Quick Suite on dashboards are disabled when this is set to- DISABLED. This option is- DISABLEDby default.
- AvailabilityStatusfor- ExecutiveSummaryOption- This status can be either- ENABLEDor- DISABLED. The option to build an executive summary is disabled when this is set to- DISABLED. This option is- ENABLEDby default.
- AvailabilityStatusfor- DataStoriesSharingOption- This status can be either- ENABLEDor- DISABLED. The option to share a data story is disabled when this is set to- DISABLED. This option is- ENABLEDby default.
 
- definition
DashboardVersion Definition 
- folderArns List<String>
- linkEntities List<String>
- A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
- linkSharing 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
DashboardParameters 
- 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<DashboardResource 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. 
- sourceEntity 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 a- SourceTemplateentity. If you need to create a dashboard from an analysis, first convert the analysis to a template by using the- CreateTemplateAPI operation. For- SourceTemplate, specify the Amazon Resource Name (ARN) of the source template. The- SourceTemplateARN can contain any AWS account; and any QuickSight-supported AWS Region .- Use the - DataSetReferencesentity within- SourceTemplateto 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.
- themeArn 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.
- validationStrategy 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.
- versionDescription String
- A description for the first version of the dashboard being created.
- awsAccount stringId 
- The ID of the AWS account where you want to create the dashboard.
- dashboardId string
- The ID for the dashboard, also added to the IAM policy.
- dashboardPublish DashboardOptions Publish Options 
- Options for publishing the dashboard when you create it:- AvailabilityStatusfor- AdHocFilteringOption- This status can be either- ENABLEDor- DISABLED. When this is set to- DISABLED, Amazon Quick Sight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option is- ENABLEDby default.
- AvailabilityStatusfor- ExportToCSVOption- This status can be either- ENABLEDor- DISABLED. The visual option to export data to .CSV format isn't enabled when this is set to- DISABLED. This option is- ENABLEDby default.
- VisibilityStatefor- SheetControlsOption- This visibility state can be either- COLLAPSEDor- EXPANDED. This option is- COLLAPSEDby default.
- AvailabilityStatusfor- QuickSuiteActionsOption- This status can be either- ENABLEDor- DISABLED. Features related to Actions in Amazon Quick Suite on dashboards are disabled when this is set to- DISABLED. This option is- DISABLEDby default.
- AvailabilityStatusfor- ExecutiveSummaryOption- This status can be either- ENABLEDor- DISABLED. The option to build an executive summary is disabled when this is set to- DISABLED. This option is- ENABLEDby default.
- AvailabilityStatusfor- DataStoriesSharingOption- This status can be either- ENABLEDor- DISABLED. The option to share a data story is disabled when this is set to- DISABLED. This option is- ENABLEDby default.
 
- definition
DashboardVersion Definition 
- folderArns string[]
- linkEntities string[]
- A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
- linkSharing 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
DashboardParameters 
- 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
DashboardResource 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. 
- sourceEntity 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 a- SourceTemplateentity. If you need to create a dashboard from an analysis, first convert the analysis to a template by using the- CreateTemplateAPI operation. For- SourceTemplate, specify the Amazon Resource Name (ARN) of the source template. The- SourceTemplateARN can contain any AWS account; and any QuickSight-supported AWS Region .- Use the - DataSetReferencesentity within- SourceTemplateto 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.
- themeArn 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.
- validationStrategy 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.
- versionDescription 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:- AvailabilityStatusfor- AdHocFilteringOption- This status can be either- ENABLEDor- DISABLED. When this is set to- DISABLED, Amazon Quick Sight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option is- ENABLEDby default.
- AvailabilityStatusfor- ExportToCSVOption- This status can be either- ENABLEDor- DISABLED. The visual option to export data to .CSV format isn't enabled when this is set to- DISABLED. This option is- ENABLEDby default.
- VisibilityStatefor- SheetControlsOption- This visibility state can be either- COLLAPSEDor- EXPANDED. This option is- COLLAPSEDby default.
- AvailabilityStatusfor- QuickSuiteActionsOption- This status can be either- ENABLEDor- DISABLED. Features related to Actions in Amazon Quick Suite on dashboards are disabled when this is set to- DISABLED. This option is- DISABLEDby default.
- AvailabilityStatusfor- ExecutiveSummaryOption- This status can be either- ENABLEDor- DISABLED. The option to build an executive summary is disabled when this is set to- DISABLED. This option is- ENABLEDby default.
- AvailabilityStatusfor- DataStoriesSharingOption- This status can be either- ENABLEDor- DISABLED. The option to share a data story is disabled when this is set to- DISABLED. This option is- ENABLEDby default.
 
- definition
DashboardVersion Definition Args 
- folder_arns Sequence[str]
- 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
DashboardParameters 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[DashboardResource 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 a- SourceTemplateentity. If you need to create a dashboard from an analysis, first convert the analysis to a template by using the- CreateTemplateAPI operation. For- SourceTemplate, specify the Amazon Resource Name (ARN) of the source template. The- SourceTemplateARN can contain any AWS account; and any QuickSight-supported AWS Region .- Use the - DataSetReferencesentity within- SourceTemplateto list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.
- 
Sequence[TagArgs] 
- 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.
- awsAccount StringId 
- The ID of the AWS account where you want to create the dashboard.
- dashboardId String
- The ID for the dashboard, also added to the IAM policy.
- dashboardPublish Property MapOptions 
- Options for publishing the dashboard when you create it:- AvailabilityStatusfor- AdHocFilteringOption- This status can be either- ENABLEDor- DISABLED. When this is set to- DISABLED, Amazon Quick Sight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option is- ENABLEDby default.
- AvailabilityStatusfor- ExportToCSVOption- This status can be either- ENABLEDor- DISABLED. The visual option to export data to .CSV format isn't enabled when this is set to- DISABLED. This option is- ENABLEDby default.
- VisibilityStatefor- SheetControlsOption- This visibility state can be either- COLLAPSEDor- EXPANDED. This option is- COLLAPSEDby default.
- AvailabilityStatusfor- QuickSuiteActionsOption- This status can be either- ENABLEDor- DISABLED. Features related to Actions in Amazon Quick Suite on dashboards are disabled when this is set to- DISABLED. This option is- DISABLEDby default.
- AvailabilityStatusfor- ExecutiveSummaryOption- This status can be either- ENABLEDor- DISABLED. The option to build an executive summary is disabled when this is set to- DISABLED. This option is- ENABLEDby default.
- AvailabilityStatusfor- DataStoriesSharingOption- This status can be either- ENABLEDor- DISABLED. The option to share a data story is disabled when this is set to- DISABLED. This option is- ENABLEDby default.
 
- definition Property Map
- folderArns List<String>
- linkEntities List<String>
- A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
- linkSharing 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. 
- sourceEntity 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 a- SourceTemplateentity. If you need to create a dashboard from an analysis, first convert the analysis to a template by using the- CreateTemplateAPI operation. For- SourceTemplate, specify the Amazon Resource Name (ARN) of the source template. The- SourceTemplateARN can contain any AWS account; and any QuickSight-supported AWS Region .- Use the - DataSetReferencesentity within- SourceTemplateto 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.
- themeArn 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.
- validationStrategy Property Map
- The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to LENIENT, validation is skipped for specific errors.
- versionDescription 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
- CreatedTime string
- Id string
- The provider-assigned unique ID for this managed resource.
- LastPublished stringTime 
- LastUpdated stringTime 
- Version
Pulumi.Aws Native. Quick Sight. Outputs. Dashboard Version 
- Arn string
- CreatedTime string
- Id string
- The provider-assigned unique ID for this managed resource.
- LastPublished stringTime 
- LastUpdated stringTime 
- Version
DashboardVersion 
- arn String
- createdTime String
- id String
- The provider-assigned unique ID for this managed resource.
- lastPublished StringTime 
- lastUpdated StringTime 
- version
DashboardVersion 
- arn string
- createdTime string
- id string
- The provider-assigned unique ID for this managed resource.
- lastPublished stringTime 
- lastUpdated stringTime 
- version
DashboardVersion 
- arn str
- created_time str
- id str
- The provider-assigned unique ID for this managed resource.
- last_published_ strtime 
- last_updated_ strtime 
- version
DashboardVersion 
- arn String
- createdTime String
- id String
- The provider-assigned unique ID for this managed resource.
- lastPublished StringTime 
- lastUpdated 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          
- AvailabilityStatus Pulumi.Aws Native. Quick Sight. Dashboard Behavior 
- Availability status.
- AvailabilityStatus DashboardBehavior 
- Availability status.
- availabilityStatus DashboardBehavior 
- Availability status.
- availabilityStatus DashboardBehavior 
- Availability status.
- availability_status DashboardBehavior 
- Availability status.
- availabilityStatus "ENABLED" | "DISABLED"
- Availability status.
DashboardAggregationFunction, DashboardAggregationFunctionArgs      
- AttributeAggregation Pulumi.Function Aws Native. Quick Sight. Inputs. Dashboard Attribute Aggregation Function 
- Aggregation for attributes.
- CategoricalAggregation 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.
 
- DateAggregation 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.
 
- NumericalAggregation Pulumi.Function Aws Native. Quick Sight. Inputs. Dashboard Numerical Aggregation Function 
- Aggregation for numerical values.
- AttributeAggregation DashboardFunction Attribute Aggregation Function 
- Aggregation for attributes.
- CategoricalAggregation 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.
 
- DateAggregation 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.
 
- NumericalAggregation DashboardFunction Numerical Aggregation Function 
- Aggregation for numerical values.
- attributeAggregation DashboardFunction Attribute Aggregation Function 
- Aggregation for attributes.
- categoricalAggregation 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.
 
- dateAggregation 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.
 
- numericalAggregation DashboardFunction Numerical Aggregation Function 
- Aggregation for numerical values.
- attributeAggregation DashboardFunction Attribute Aggregation Function 
- Aggregation for attributes.
- categoricalAggregation 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.
 
- dateAggregation 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.
 
- numericalAggregation 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.
- attributeAggregation Property MapFunction 
- Aggregation for attributes.
- categoricalAggregation "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.
 
- dateAggregation "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.
 
- numericalAggregation 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.
- SortDirection Pulumi.Aws Native. Quick Sight. Dashboard Sort Direction 
- The sort direction of values.- ASC: Sort in ascending order.
- DESC: Sort in descending order.
 
- AggregationFunction Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Aggregation Function 
- The function that aggregates the values in Column.
- Column
DashboardColumn Identifier 
- The column that determines the sort order of aggregated values.
- SortDirection DashboardSort Direction 
- The sort direction of values.- ASC: Sort in ascending order.
- DESC: Sort in descending order.
 
- AggregationFunction DashboardAggregation Function 
- The function that aggregates the values in Column.
- column
DashboardColumn Identifier 
- The column that determines the sort order of aggregated values.
- sortDirection DashboardSort Direction 
- The sort direction of values.- ASC: Sort in ascending order.
- DESC: Sort in descending order.
 
- aggregationFunction DashboardAggregation Function 
- The function that aggregates the values in Column.
- column
DashboardColumn Identifier 
- The column that determines the sort order of aggregated values.
- sortDirection DashboardSort Direction 
- The sort direction of values.- ASC: Sort in ascending order.
- DESC: Sort in descending order.
 
- aggregationFunction DashboardAggregation Function 
- The function that aggregates the values in Column.
- column
DashboardColumn 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.
- sortDirection "ASC" | "DESC"
- The sort direction of values.- ASC: Sort in ascending order.
- DESC: Sort in descending order.
 
- aggregationFunction Property Map
- The function that aggregates the values in Column.
DashboardAnalysisDefaults, DashboardAnalysisDefaultsArgs      
- DefaultNew Pulumi.Sheet Configuration Aws Native. Quick Sight. Inputs. Dashboard Default New Sheet Configuration 
- The configuration for default new sheet settings.
- DefaultNew DashboardSheet Configuration Default New Sheet Configuration 
- The configuration for default new sheet settings.
- defaultNew DashboardSheet Configuration Default New Sheet Configuration 
- The configuration for default new sheet settings.
- defaultNew 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.
- defaultNew Property MapSheet Configuration 
- The configuration for default new sheet settings.
DashboardAnchorDateConfiguration, DashboardAnchorDateConfigurationArgs        
- AnchorOption Pulumi.Aws Native. Quick Sight. Dashboard Anchor Option 
- The options for the date configuration. Choose one of the options below:- NOW
 
- ParameterName string
- The name of the parameter that is used for the anchor date configuration.
- AnchorOption DashboardAnchor Option 
- The options for the date configuration. Choose one of the options below:- NOW
 
- ParameterName string
- The name of the parameter that is used for the anchor date configuration.
- anchorOption DashboardAnchor Option 
- The options for the date configuration. Choose one of the options below:- NOW
 
- parameterName String
- The name of the parameter that is used for the anchor date configuration.
- anchorOption DashboardAnchor Option 
- The options for the date configuration. Choose one of the options below:- NOW
 
- parameterName string
- The name of the parameter that is used for the anchor date configuration.
- anchor_option 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.
- anchorOption "NOW"
- The options for the date configuration. Choose one of the options below:- NOW
 
- parameterName String
- The name of the parameter that is used for the anchor date configuration.
DashboardAnchorOption, DashboardAnchorOptionArgs      
- Now
- NOW
- DashboardAnchor 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.
- ReserveRange double
- The reserved range of the arc axis.
- Range
DashboardArc Axis Display Range 
- The arc axis range of a GaugeChartVisual.
- ReserveRange float64
- The reserved range of the arc axis.
- range
DashboardArc Axis Display Range 
- The arc axis range of a GaugeChartVisual.
- reserveRange Double
- The reserved range of the arc axis.
- range
DashboardArc Axis Display Range 
- The arc axis range of a GaugeChartVisual.
- reserveRange number
- The reserved range of the arc axis.
- range
DashboardArc 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.
- reserveRange Number
- The reserved range of the arc axis.
DashboardArcAxisDisplayRange, DashboardArcAxisDisplayRangeArgs          
DashboardArcConfiguration, DashboardArcConfigurationArgs      
- ArcAngle double
- The option that determines the arc angle of a GaugeChartVisual.
- ArcThickness Pulumi.Aws Native. Quick Sight. Dashboard Arc Thickness Options 
- The options that determine the arc thickness of a GaugeChartVisual.
- ArcAngle float64
- The option that determines the arc angle of a GaugeChartVisual.
- ArcThickness DashboardArc Thickness Options 
- The options that determine the arc thickness of a GaugeChartVisual.
- arcAngle Double
- The option that determines the arc angle of a GaugeChartVisual.
- arcThickness DashboardArc Thickness Options 
- The options that determine the arc thickness of a GaugeChartVisual.
- arcAngle number
- The option that determines the arc angle of a GaugeChartVisual.
- arcThickness 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.
- arcAngle Number
- The option that determines the arc angle of a GaugeChartVisual.
- arcThickness "SMALL" | "MEDIUM" | "LARGE"
- The options that determine the arc thickness of a GaugeChartVisual.
DashboardArcOptions, DashboardArcOptionsArgs      
- ArcThickness Pulumi.Aws Native. Quick Sight. Dashboard Arc Thickness 
- The arc thickness of a GaugeChartVisual.
- ArcThickness DashboardArc Thickness 
- The arc thickness of a GaugeChartVisual.
- arcThickness DashboardArc Thickness 
- The arc thickness of a GaugeChartVisual.
- arcThickness DashboardArc Thickness 
- The arc thickness of a GaugeChartVisual.
- arc_thickness DashboardArc Thickness 
- The arc thickness of a GaugeChartVisual.
- arcThickness "SMALL" | "MEDIUM" | "LARGE" | "WHOLE"
- The arc thickness of a GaugeChartVisual.
DashboardArcThickness, DashboardArcThicknessArgs      
- Small
- SMALL
- Medium
- MEDIUM
- Large
- LARGE
- Whole
- WHOLE
- DashboardArc Thickness Small 
- SMALL
- DashboardArc Thickness Medium 
- MEDIUM
- DashboardArc Thickness Large 
- LARGE
- DashboardArc 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
- DashboardArc Thickness Options Small 
- SMALL
- DashboardArc Thickness Options Medium 
- MEDIUM
- DashboardArc 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      
- ExcludedData List<string>Set Arns 
- A list of dataset ARNS to exclude from Dashboard Q&A.
- QBusinessInsights Pulumi.Status Aws Native. Quick Sight. Dashboard QBusiness Insights Status 
- Determines whether insight summaries from Amazon Q Business are allowed in Dashboard Q&A.
- Timezone string
- Determines the timezone for the analysis.
- WeekStart Pulumi.Aws Native. Quick Sight. Dashboard Day Of The Week 
- Determines the week start day for an analysis.
- ExcludedData []stringSet Arns 
- A list of dataset ARNS to exclude from Dashboard Q&A.
- QBusinessInsights DashboardStatus QBusiness Insights Status 
- Determines whether insight summaries from Amazon Q Business are allowed in Dashboard Q&A.
- Timezone string
- Determines the timezone for the analysis.
- WeekStart DashboardDay Of The Week 
- Determines the week start day for an analysis.
- excludedData List<String>Set Arns 
- A list of dataset ARNS to exclude from Dashboard Q&A.
- qBusiness DashboardInsights Status QBusiness Insights Status 
- Determines whether insight summaries from Amazon Q Business are allowed in Dashboard Q&A.
- timezone String
- Determines the timezone for the analysis.
- weekStart DashboardDay Of The Week 
- Determines the week start day for an analysis.
- excludedData string[]Set Arns 
- A list of dataset ARNS to exclude from Dashboard Q&A.
- qBusiness DashboardInsights Status QBusiness Insights Status 
- Determines whether insight summaries from Amazon Q Business are allowed in Dashboard Q&A.
- timezone string
- Determines the timezone for the analysis.
- weekStart DashboardDay Of The Week 
- Determines the week start day for an analysis.
- excluded_data_ Sequence[str]set_ arns 
- A list of dataset ARNS to exclude from Dashboard Q&A.
- q_business_ Dashboardinsights_ status QBusiness Insights Status 
- Determines whether insight summaries from Amazon Q Business are allowed in Dashboard Q&A.
- timezone str
- Determines the timezone for the analysis.
- week_start DashboardDay Of The Week 
- Determines the week start day for an analysis.
- excludedData List<String>Set Arns 
- A list of dataset ARNS to exclude from Dashboard Q&A.
- qBusiness "ENABLED" | "DISABLED"Insights Status 
- Determines whether insight summaries from Amazon Q Business are allowed in Dashboard Q&A.
- timezone String
- Determines the timezone for the analysis.
- weekStart "SUNDAY" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY"
- Determines the week start day for an analysis.
DashboardAttributeAggregationFunction, DashboardAttributeAggregationFunctionArgs        
- SimpleAttribute 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.
 
- ValueFor stringMultiple Values 
- Used by the UNIQUE_VALUEaggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.
- SimpleAttribute 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.
 
- ValueFor stringMultiple Values 
- Used by the UNIQUE_VALUEaggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.
- simpleAttribute 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.
 
- valueFor StringMultiple Values 
- Used by the UNIQUE_VALUEaggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.
- simpleAttribute 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.
 
- valueFor stringMultiple Values 
- Used by the UNIQUE_VALUEaggregation 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_VALUEaggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.
- simpleAttribute "UNIQUE_VALUE"Aggregation 
- The built-in aggregation functions for attributes.- UNIQUE_VALUE: Returns the unique value for a field, aggregated by the dimension fields.
 
- valueFor StringMultiple Values 
- Used by the UNIQUE_VALUEaggregation 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      
- PrimaryYaxis 
- PRIMARY_YAXIS
- SecondaryYaxis 
- SECONDARY_YAXIS
- DashboardAxis Binding Primary Yaxis 
- PRIMARY_YAXIS
- DashboardAxis Binding Secondary Yaxis 
- SECONDARY_YAXIS
- PrimaryYaxis 
- PRIMARY_YAXIS
- SecondaryYaxis 
- SECONDARY_YAXIS
- PrimaryYaxis 
- PRIMARY_YAXIS
- SecondaryYaxis 
- SECONDARY_YAXIS
- PRIMARY_YAXIS
- PRIMARY_YAXIS
- SECONDARY_YAXIS
- SECONDARY_YAXIS
- "PRIMARY_YAXIS"
- PRIMARY_YAXIS
- "SECONDARY_YAXIS"
- SECONDARY_YAXIS
DashboardAxisDataOptions, DashboardAxisDataOptionsArgs        
- DateAxis Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard Date Axis Options 
- The options for an axis with a date field.
- NumericAxis Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard Numeric Axis Options 
- The options for an axis with a numeric field.
- DateAxis DashboardOptions Date Axis Options 
- The options for an axis with a date field.
- NumericAxis DashboardOptions Numeric Axis Options 
- The options for an axis with a numeric field.
- dateAxis DashboardOptions Date Axis Options 
- The options for an axis with a date field.
- numericAxis DashboardOptions Numeric Axis Options 
- The options for an axis with a numeric field.
- dateAxis DashboardOptions Date Axis Options 
- The options for an axis with a date field.
- numericAxis 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.
- dateAxis Property MapOptions 
- The options for an axis with a date field.
- numericAxis Property MapOptions 
- The options for an axis with a numeric field.
DashboardAxisDisplayMinMaxRange, DashboardAxisDisplayMinMaxRangeArgs            
DashboardAxisDisplayOptions, DashboardAxisDisplayOptionsArgs        
- AxisLine Pulumi.Visibility Aws Native. Quick Sight. Dashboard Visibility 
- Determines whether or not the axis line is visible.
- AxisOffset string
- String based length that is composed of value and unit in px
- DataOptions Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Axis Data Options 
- The data options for an axis.
- GridLine Pulumi.Visibility Aws Native. Quick Sight. Dashboard Visibility 
- Determines whether or not the grid line is visible.
- ScrollbarOptions Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Scroll Bar Options 
- The scroll bar options for an axis.
- TickLabel Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard Axis Tick Label Options 
- The tick label options of an axis.
- AxisLine DashboardVisibility Visibility 
- Determines whether or not the axis line is visible.
- AxisOffset string
- String based length that is composed of value and unit in px
- DataOptions DashboardAxis Data Options 
- The data options for an axis.
- GridLine DashboardVisibility Visibility 
- Determines whether or not the grid line is visible.
- ScrollbarOptions DashboardScroll Bar Options 
- The scroll bar options for an axis.
- TickLabel DashboardOptions Axis Tick Label Options 
- The tick label options of an axis.
- axisLine DashboardVisibility Visibility 
- Determines whether or not the axis line is visible.
- axisOffset String
- String based length that is composed of value and unit in px
- dataOptions DashboardAxis Data Options 
- The data options for an axis.
- gridLine DashboardVisibility Visibility 
- Determines whether or not the grid line is visible.
- scrollbarOptions DashboardScroll Bar Options 
- The scroll bar options for an axis.
- tickLabel DashboardOptions Axis Tick Label Options 
- The tick label options of an axis.
- axisLine DashboardVisibility Visibility 
- Determines whether or not the axis line is visible.
- axisOffset string
- String based length that is composed of value and unit in px
- dataOptions DashboardAxis Data Options 
- The data options for an axis.
- gridLine DashboardVisibility Visibility 
- Determines whether or not the grid line is visible.
- scrollbarOptions DashboardScroll Bar Options 
- The scroll bar options for an axis.
- tickLabel 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.
- axisLine "HIDDEN" | "VISIBLE"Visibility 
- Determines whether or not the axis line is visible.
- axisOffset String
- String based length that is composed of value and unit in px
- dataOptions Property Map
- The data options for an axis.
- gridLine "HIDDEN" | "VISIBLE"Visibility 
- Determines whether or not the grid line is visible.
- scrollbarOptions Property Map
- The scroll bar options for an axis.
- tickLabel Property MapOptions 
- The tick label options of an axis.
DashboardAxisDisplayRange, DashboardAxisDisplayRangeArgs        
- DataDriven Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Axis Display Data Driven Range 
- The data-driven setup of an axis display range.
- MinMax Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Axis Display Min Max Range 
- The minimum and maximum setup of an axis display range.
- DataDriven DashboardAxis Display Data Driven Range 
- The data-driven setup of an axis display range.
- MinMax DashboardAxis Display Min Max Range 
- The minimum and maximum setup of an axis display range.
- dataDriven DashboardAxis Display Data Driven Range 
- The data-driven setup of an axis display range.
- minMax DashboardAxis Display Min Max Range 
- The minimum and maximum setup of an axis display range.
- dataDriven DashboardAxis Display Data Driven Range 
- The data-driven setup of an axis display range.
- minMax 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.
- dataDriven Property Map
- The data-driven setup of an axis display range.
- minMax Property Map
- The minimum and maximum setup of an axis display range.
DashboardAxisLabelOptions, DashboardAxisLabelOptionsArgs        
- ApplyTo Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Axis Label Reference Options 
- The options that indicate which field the label belongs to.
- CustomLabel string
- The text for the axis label.
- FontConfiguration Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Font Configuration 
- The font configuration of the axis label.
- ApplyTo DashboardAxis Label Reference Options 
- The options that indicate which field the label belongs to.
- CustomLabel string
- The text for the axis label.
- FontConfiguration DashboardFont Configuration 
- The font configuration of the axis label.
- applyTo DashboardAxis Label Reference Options 
- The options that indicate which field the label belongs to.
- customLabel String
- The text for the axis label.
- fontConfiguration DashboardFont Configuration 
- The font configuration of the axis label.
- applyTo DashboardAxis Label Reference Options 
- The options that indicate which field the label belongs to.
- customLabel string
- The text for the axis label.
- fontConfiguration 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.
- applyTo Property Map
- The options that indicate which field the label belongs to.
- customLabel String
- The text for the axis label.
- fontConfiguration Property Map
- The font configuration of the axis label.
DashboardAxisLabelReferenceOptions, DashboardAxisLabelReferenceOptionsArgs          
- Column
Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Column Identifier 
- The column that the axis label is targeted to.
- FieldId string
- The field that the axis label is targeted to.
- Column
DashboardColumn Identifier 
- The column that the axis label is targeted to.
- FieldId string
- The field that the axis label is targeted to.
- column
DashboardColumn Identifier 
- The column that the axis label is targeted to.
- fieldId String
- The field that the axis label is targeted to.
- column
DashboardColumn Identifier 
- The column that the axis label is targeted to.
- fieldId string
- The field that the axis label is targeted to.
- column
DashboardColumn 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.
- fieldId 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
DashboardAxis Linear Scale 
- The linear axis scale setup.
- Logarithmic
DashboardAxis Logarithmic Scale 
- The logarithmic axis scale setup.
- linear
DashboardAxis Linear Scale 
- The linear axis scale setup.
- logarithmic
DashboardAxis Logarithmic Scale 
- The logarithmic axis scale setup.
- linear
DashboardAxis Linear Scale 
- The linear axis scale setup.
- logarithmic
DashboardAxis Logarithmic Scale 
- The logarithmic axis scale setup.
- linear
DashboardAxis Linear Scale 
- The linear axis scale setup.
- logarithmic
DashboardAxis 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          
- LabelOptions Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Label Options 
- Determines whether or not the axis ticks are visible.
- RotationAngle double
- The rotation angle of the axis tick labels.
- LabelOptions DashboardLabel Options 
- Determines whether or not the axis ticks are visible.
- RotationAngle float64
- The rotation angle of the axis tick labels.
- labelOptions DashboardLabel Options 
- Determines whether or not the axis ticks are visible.
- rotationAngle Double
- The rotation angle of the axis tick labels.
- labelOptions DashboardLabel Options 
- Determines whether or not the axis ticks are visible.
- rotationAngle 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.
- labelOptions Property Map
- Determines whether or not the axis ticks are visible.
- rotationAngle 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.
- SmallMultiples 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
[]DashboardDimension Field 
- The category (y-axis) field well of a bar chart.
- Colors
[]DashboardDimension Field 
- The color (group/color) field well of a bar chart.
- SmallMultiples []DashboardDimension Field 
- The small multiples field well of a bar chart.
- Values
[]DashboardMeasure Field 
- The value field wells of a bar chart. Values are aggregated by category.
- category
List<DashboardDimension Field> 
- The category (y-axis) field well of a bar chart.
- colors
List<DashboardDimension Field> 
- The color (group/color) field well of a bar chart.
- smallMultiples List<DashboardDimension Field> 
- The small multiples field well of a bar chart.
- values
List<DashboardMeasure Field> 
- The value field wells of a bar chart. Values are aggregated by category.
- category
DashboardDimension Field[] 
- The category (y-axis) field well of a bar chart.
- colors
DashboardDimension Field[] 
- The color (group/color) field well of a bar chart.
- smallMultiples DashboardDimension Field[] 
- The small multiples field well of a bar chart.
- values
DashboardMeasure Field[] 
- The value field wells of a bar chart. Values are aggregated by category.
- category
Sequence[DashboardDimension Field] 
- The category (y-axis) field well of a bar chart.
- colors
Sequence[DashboardDimension 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[DashboardMeasure 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.
- smallMultiples List<Property Map>
- The small multiples field well of a bar chart.
- values List<Property Map>
- The value field wells of a bar chart. Values are aggregated by category.
DashboardBarChartConfiguration, DashboardBarChartConfigurationArgs        
- BarsArrangement 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.
- CategoryAxis Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Axis Display Options 
- The label display options (grid line, range, scale, axis step) for bar chart category.
- CategoryLabel 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.
- ColorLabel 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.
- ContributionAnalysis List<Pulumi.Defaults Aws Native. Quick Sight. Inputs. Dashboard Contribution Analysis Default> 
- The contribution analysis (anomaly configuration) setup of the visual.
- DataLabels Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Data Label Options 
- The options that determine if visual data labels are displayed.
- FieldWells Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Bar Chart Field Wells 
- The field wells of the visual.
- Interactions
Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Visual Interaction Options 
- The general visual interactions setup for a 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.
 
- ReferenceLines List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Reference Line> 
- The reference line setup of the visual.
- SmallMultiples Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard Small Multiples Options 
- The small multiples setup for the visual.
- SortConfiguration 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.
- ValueAxis 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.
- ValueLabel 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.
- VisualPalette Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Visual Palette 
- The palette (chart color) display setup of the visual.
- BarsArrangement 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.
- CategoryAxis DashboardAxis Display Options 
- The label display options (grid line, range, scale, axis step) for bar chart category.
- CategoryLabel DashboardOptions Chart Axis Label Options 
- The label options (label text, label visibility and sort icon visibility) for a bar chart.
- ColorLabel 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.
- ContributionAnalysis []DashboardDefaults Contribution Analysis Default 
- The contribution analysis (anomaly configuration) setup of the visual.
- DataLabels DashboardData Label Options 
- The options that determine if visual data labels are displayed.
- FieldWells DashboardBar Chart Field Wells 
- The field wells of the visual.
- Interactions
DashboardVisual Interaction Options 
- The general visual interactions setup for a visual.
- Legend
DashboardLegend Options 
- The legend display setup of the visual.
- Orientation
DashboardBar 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.
 
- ReferenceLines []DashboardReference Line 
- The reference line setup of the visual.
- SmallMultiples DashboardOptions Small Multiples Options 
- The small multiples setup for the visual.
- SortConfiguration DashboardBar Chart Sort Configuration 
- The sort configuration of a BarChartVisual.
- Tooltip
DashboardTooltip Options 
- The tooltip display setup of the visual.
- ValueAxis DashboardAxis Display Options 
- The label display options (grid line, range, scale, axis step) for a bar chart value.
- ValueLabel DashboardOptions Chart Axis Label Options 
- The label options (label text, label visibility and sort icon visibility) for a bar chart value.
- VisualPalette DashboardVisual Palette 
- The palette (chart color) display setup of the visual.
- barsArrangement 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.
- categoryAxis DashboardAxis Display Options 
- The label display options (grid line, range, scale, axis step) for bar chart category.
- categoryLabel DashboardOptions Chart Axis Label Options 
- The label options (label text, label visibility and sort icon visibility) for a bar chart.
- colorLabel 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.
- contributionAnalysis List<DashboardDefaults Contribution Analysis Default> 
- The contribution analysis (anomaly configuration) setup of the visual.
- dataLabels DashboardData Label Options 
- The options that determine if visual data labels are displayed.
- fieldWells DashboardBar Chart Field Wells 
- The field wells of the visual.
- interactions
DashboardVisual Interaction Options 
- The general visual interactions setup for a visual.
- legend
DashboardLegend Options 
- The legend display setup of the visual.
- orientation
DashboardBar 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.
 
- referenceLines List<DashboardReference Line> 
- The reference line setup of the visual.
- smallMultiples DashboardOptions Small Multiples Options 
- The small multiples setup for the visual.
- sortConfiguration DashboardBar Chart Sort Configuration 
- The sort configuration of a BarChartVisual.
- tooltip
DashboardTooltip Options 
- The tooltip display setup of the visual.
- valueAxis DashboardAxis Display Options 
- The label display options (grid line, range, scale, axis step) for a bar chart value.
- valueLabel DashboardOptions Chart Axis Label Options 
- The label options (label text, label visibility and sort icon visibility) for a bar chart value.
- visualPalette DashboardVisual Palette 
- The palette (chart color) display setup of the visual.
- barsArrangement 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.
- categoryAxis DashboardAxis Display Options 
- The label display options (grid line, range, scale, axis step) for bar chart category.
- categoryLabel DashboardOptions Chart Axis Label Options 
- The label options (label text, label visibility and sort icon visibility) for a bar chart.
- colorLabel 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.
- contributionAnalysis DashboardDefaults Contribution Analysis Default[] 
- The contribution analysis (anomaly configuration) setup of the visual.
- dataLabels DashboardData Label Options 
- The options that determine if visual data labels are displayed.
- fieldWells DashboardBar Chart Field Wells 
- The field wells of the visual.
- interactions
DashboardVisual Interaction Options 
- The general visual interactions setup for a visual.
- legend
DashboardLegend Options 
- The legend display setup of the visual.
- orientation
DashboardBar 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.
 
- referenceLines DashboardReference Line[] 
- The reference line setup of the visual.
- smallMultiples DashboardOptions Small Multiples Options 
- The small multiples setup for the visual.
- sortConfiguration DashboardBar Chart Sort Configuration 
- The sort configuration of a BarChartVisual.
- tooltip
DashboardTooltip Options 
- The tooltip display setup of the visual.
- valueAxis DashboardAxis Display Options 
- The label display options (grid line, range, scale, axis step) for a bar chart value.
- valueLabel DashboardOptions Chart Axis Label Options 
- The label options (label text, label visibility and sort icon visibility) for a bar chart value.
- visualPalette 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.
- interactions
DashboardVisual Interaction Options 
- The general visual interactions setup for a visual.
- legend
DashboardLegend Options 
- The legend display setup of the visual.
- orientation
DashboardBar 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
DashboardTooltip 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.
- barsArrangement "CLUSTERED" | "STACKED" | "STACKED_PERCENT"
- Determines the arrangement of the bars. The orientation and arrangement of bars determine the type of bar that is used in the visual.
- categoryAxis Property Map
- The label display options (grid line, range, scale, axis step) for bar chart category.
- categoryLabel Property MapOptions 
- The label options (label text, label visibility and sort icon visibility) for a bar chart.
- colorLabel Property MapOptions 
- The label options (label text, label visibility and sort icon visibility) for a color that is used in a bar chart.
- contributionAnalysis List<Property Map>Defaults 
- The contribution analysis (anomaly configuration) setup of the visual.
- dataLabels Property Map
- The options that determine if visual data labels are displayed.
- fieldWells Property Map
- The field wells of the visual.
- interactions Property Map
- The general visual interactions setup for a visual.
- legend Property Map
- The legend display setup of the visual.
- orientation "HORIZONTAL" | "VERTICAL"
- The orientation of the bars in a bar chart visual. There are two valid values in this structure:- HORIZONTAL: Used for charts that have horizontal bars. Visuals that use this value are horizontal bar charts, horizontal stacked bar charts, and horizontal stacked 100% bar charts.
- VERTICAL: Used for charts that have vertical bars. Visuals that use this value are vertical bar charts, vertical stacked bar charts, and vertical stacked 100% bar charts.
 
- referenceLines List<Property Map>
- The reference line setup of the visual.
- smallMultiples Property MapOptions 
- The small multiples setup for the visual.
- sortConfiguration Property Map
- The sort configuration of a BarChartVisual.
- tooltip Property Map
- The tooltip display setup of the visual.
- valueAxis Property Map
- The label display options (grid line, range, scale, axis step) for a bar chart value.
- valueLabel Property MapOptions 
- The label options (label text, label visibility and sort icon visibility) for a bar chart value.
- visualPalette Property Map
- The palette (chart color) display setup of the visual.
DashboardBarChartFieldWells, DashboardBarChartFieldWellsArgs          
- BarChart Pulumi.Aggregated Field Wells Aws Native. Quick Sight. Inputs. Dashboard Bar Chart Aggregated Field Wells 
- The aggregated field wells of a bar chart.
- BarChart DashboardAggregated Field Wells Bar Chart Aggregated Field Wells 
- The aggregated field wells of a bar chart.
- barChart DashboardAggregated Field Wells Bar Chart Aggregated Field Wells 
- The aggregated field wells of a bar chart.
- barChart 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.
- barChart Property MapAggregated Field Wells 
- The aggregated field wells of a bar chart.
DashboardBarChartOrientation, DashboardBarChartOrientationArgs        
- Horizontal
- HORIZONTAL
- Vertical
- VERTICAL
- DashboardBar Chart Orientation Horizontal 
- HORIZONTAL
- DashboardBar Chart Orientation Vertical 
- VERTICAL
- Horizontal
- HORIZONTAL
- Vertical
- VERTICAL
- Horizontal
- HORIZONTAL
- Vertical
- VERTICAL
- HORIZONTAL
- HORIZONTAL
- VERTICAL
- VERTICAL
- "HORIZONTAL"
- HORIZONTAL
- "VERTICAL"
- VERTICAL
DashboardBarChartSortConfiguration, DashboardBarChartSortConfigurationArgs          
- CategoryItems Pulumi.Limit Aws Native. Quick Sight. Inputs. Dashboard Items Limit Configuration 
- The limit on the number of categories displayed in a bar chart.
- CategorySort List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Field Sort Options> 
- The sort configuration of category fields.
- ColorItems Pulumi.Limit Aws Native. Quick Sight. Inputs. Dashboard Items Limit Configuration 
- The limit on the number of values displayed in a bar chart.
- ColorSort List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Field Sort Options> 
- The sort configuration of color fields in a bar chart.
- SmallMultiples Pulumi.Limit Configuration Aws Native. Quick Sight. Inputs. Dashboard Items Limit Configuration 
- The limit on the number of small multiples panels that are displayed.
- SmallMultiples List<Pulumi.Sort Aws Native. Quick Sight. Inputs. Dashboard Field Sort Options> 
- The sort configuration of the small multiples field.
- CategoryItems DashboardLimit Items Limit Configuration 
- The limit on the number of categories displayed in a bar chart.
- CategorySort []DashboardField Sort Options 
- The sort configuration of category fields.
- ColorItems DashboardLimit Items Limit Configuration 
- The limit on the number of values displayed in a bar chart.
- ColorSort []DashboardField Sort Options 
- The sort configuration of color fields in a bar chart.
- SmallMultiples DashboardLimit Configuration Items Limit Configuration 
- The limit on the number of small multiples panels that are displayed.
- SmallMultiples []DashboardSort Field Sort Options 
- The sort configuration of the small multiples field.
- categoryItems DashboardLimit Items Limit Configuration 
- The limit on the number of categories displayed in a bar chart.
- categorySort List<DashboardField Sort Options> 
- The sort configuration of category fields.
- colorItems DashboardLimit Items Limit Configuration 
- The limit on the number of values displayed in a bar chart.
- colorSort List<DashboardField Sort Options> 
- The sort configuration of color fields in a bar chart.
- smallMultiples DashboardLimit Configuration Items Limit Configuration 
- The limit on the number of small multiples panels that are displayed.
- smallMultiples List<DashboardSort Field Sort Options> 
- The sort configuration of the small multiples field.
- categoryItems DashboardLimit Items Limit Configuration 
- The limit on the number of categories displayed in a bar chart.
- categorySort DashboardField Sort Options[] 
- The sort configuration of category fields.
- colorItems DashboardLimit Items Limit Configuration 
- The limit on the number of values displayed in a bar chart.
- colorSort DashboardField Sort Options[] 
- The sort configuration of color fields in a bar chart.
- smallMultiples DashboardLimit Configuration Items Limit Configuration 
- The limit on the number of small multiples panels that are displayed.
- smallMultiples 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.
- categoryItems Property MapLimit 
- The limit on the number of categories displayed in a bar chart.
- categorySort List<Property Map>
- The sort configuration of category fields.
- colorItems Property MapLimit 
- The limit on the number of values displayed in a bar chart.
- colorSort List<Property Map>
- The sort configuration of color fields in a bar chart.
- smallMultiples Property MapLimit Configuration 
- The limit on the number of small multiples panels that are displayed.
- smallMultiples List<Property Map>Sort 
- The sort configuration of the small multiples field.
DashboardBarChartVisual, DashboardBarChartVisualArgs        
- VisualId string
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- Actions
List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Visual Custom Action> 
- The list of custom actions that are configured for a visual.
- ChartConfiguration Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Bar Chart Configuration 
- The configuration settings of the visual.
- ColumnHierarchies 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.
- VisualContent stringAlt Text 
- The alt text for the visual.
- VisualId string
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- Actions
[]DashboardVisual Custom Action 
- The list of custom actions that are configured for a visual.
- ChartConfiguration DashboardBar Chart Configuration 
- The configuration settings of the visual.
- ColumnHierarchies []DashboardColumn Hierarchy 
- The column hierarchy that is used during drill-downs and drill-ups.
- Subtitle
DashboardVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- Title
DashboardVisual Title Label Options 
- The title that is displayed on the visual.
- VisualContent stringAlt Text 
- The alt text for the visual.
- visualId String
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions
List<DashboardVisual Custom Action> 
- The list of custom actions that are configured for a visual.
- chartConfiguration DashboardBar Chart Configuration 
- The configuration settings of the visual.
- columnHierarchies List<DashboardColumn Hierarchy> 
- The column hierarchy that is used during drill-downs and drill-ups.
- subtitle
DashboardVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- title
DashboardVisual Title Label Options 
- The title that is displayed on the visual.
- visualContent StringAlt Text 
- The alt text for the visual.
- visualId string
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions
DashboardVisual Custom Action[] 
- The list of custom actions that are configured for a visual.
- chartConfiguration DashboardBar Chart Configuration 
- The configuration settings of the visual.
- columnHierarchies DashboardColumn Hierarchy[] 
- The column hierarchy that is used during drill-downs and drill-ups.
- subtitle
DashboardVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- title
DashboardVisual Title Label Options 
- The title that is displayed on the visual.
- visualContent stringAlt Text 
- The alt text for the visual.
- visual_id str
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions
Sequence[DashboardVisual 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
DashboardVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- title
DashboardVisual Title Label Options 
- The title that is displayed on the visual.
- visual_content_ stralt_ text 
- The alt text for the visual.
- visualId String
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions List<Property Map>
- The list of custom actions that are configured for a visual.
- chartConfiguration Property Map
- The configuration settings of the visual.
- columnHierarchies List<Property Map>
- The column hierarchy that is used during drill-downs and drill-ups.
- subtitle Property Map
- The subtitle that is displayed on the visual.
- title Property Map
- The title that is displayed on the visual.
- visualContent StringAlt Text 
- The alt text for the visual.
DashboardBarsArrangement, DashboardBarsArrangementArgs      
- Clustered
- CLUSTERED
- Stacked
- STACKED
- StackedPercent 
- STACKED_PERCENT
- DashboardBars Arrangement Clustered 
- CLUSTERED
- DashboardBars Arrangement Stacked 
- STACKED
- DashboardBars Arrangement Stacked Percent 
- STACKED_PERCENT
- Clustered
- CLUSTERED
- Stacked
- STACKED
- StackedPercent 
- STACKED_PERCENT
- Clustered
- CLUSTERED
- Stacked
- STACKED
- StackedPercent 
- STACKED_PERCENT
- CLUSTERED
- CLUSTERED
- STACKED
- STACKED
- STACKED_PERCENT
- STACKED_PERCENT
- "CLUSTERED"
- CLUSTERED
- "STACKED"
- STACKED
- "STACKED_PERCENT"
- STACKED_PERCENT
DashboardBaseMapStyleType, DashboardBaseMapStyleTypeArgs          
- LightGray 
- LIGHT_GRAY
- DarkGray 
- DARK_GRAY
- Street
- STREET
- Imagery
- IMAGERY
- DashboardBase Map Style Type Light Gray 
- LIGHT_GRAY
- DashboardBase Map Style Type Dark Gray 
- DARK_GRAY
- DashboardBase Map Style Type Street 
- STREET
- DashboardBase Map Style Type Imagery 
- IMAGERY
- LightGray 
- LIGHT_GRAY
- DarkGray 
- DARK_GRAY
- Street
- STREET
- Imagery
- IMAGERY
- LightGray 
- LIGHT_GRAY
- DarkGray 
- DARK_GRAY
- Street
- STREET
- Imagery
- IMAGERY
- LIGHT_GRAY
- LIGHT_GRAY
- DARK_GRAY
- DARK_GRAY
- STREET
- STREET
- IMAGERY
- IMAGERY
- "LIGHT_GRAY"
- LIGHT_GRAY
- "DARK_GRAY"
- DARK_GRAY
- "STREET"
- STREET
- "IMAGERY"
- IMAGERY
DashboardBehavior, DashboardBehaviorArgs    
- Enabled
- ENABLED
- Disabled
- DISABLED
- DashboardBehavior Enabled 
- ENABLED
- DashboardBehavior 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        
- BinCount doubleLimit 
- The options that determine the bin count limit.
- Value double
- The options that determine the bin width value.
- BinCount float64Limit 
- The options that determine the bin count limit.
- Value float64
- The options that determine the bin width value.
- binCount DoubleLimit 
- The options that determine the bin count limit.
- value Double
- The options that determine the bin width value.
- binCount 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.
- binCount 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.
- SectionId string
- The unique identifier of a body section.
- PageBreak Pulumi.Configuration Aws Native. Quick Sight. Inputs. Dashboard Section Page Break Configuration 
- The configuration of a page break for a section.
- RepeatConfiguration Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Body Section Repeat Configuration 
- Describes the configurations that are required to declare a section as repeating.
- Style
Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Section Style 
- The style options of a body section.
- Content
DashboardBody Section Content 
- The configuration of content in a body section.
- SectionId string
- The unique identifier of a body section.
- PageBreak DashboardConfiguration Section Page Break Configuration 
- The configuration of a page break for a section.
- RepeatConfiguration DashboardBody Section Repeat Configuration 
- Describes the configurations that are required to declare a section as repeating.
- Style
DashboardSection Style 
- The style options of a body section.
- content
DashboardBody Section Content 
- The configuration of content in a body section.
- sectionId String
- The unique identifier of a body section.
- pageBreak DashboardConfiguration Section Page Break Configuration 
- The configuration of a page break for a section.
- repeatConfiguration DashboardBody Section Repeat Configuration 
- Describes the configurations that are required to declare a section as repeating.
- style
DashboardSection Style 
- The style options of a body section.
- content
DashboardBody Section Content 
- The configuration of content in a body section.
- sectionId string
- The unique identifier of a body section.
- pageBreak DashboardConfiguration Section Page Break Configuration 
- The configuration of a page break for a section.
- repeatConfiguration DashboardBody Section Repeat Configuration 
- Describes the configurations that are required to declare a section as repeating.
- style
DashboardSection Style 
- The style options of a body section.
- content
DashboardBody 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.
- repeat_configuration DashboardBody Section Repeat Configuration 
- Describes the configurations that are required to declare a section as repeating.
- style
DashboardSection Style 
- The style options of a body section.
- content Property Map
- The configuration of content in a body section.
- sectionId String
- The unique identifier of a body section.
- pageBreak Property MapConfiguration 
- The configuration of a page break for a section.
- repeatConfiguration Property Map
- Describes the configurations that are required to declare a section as repeating.
- style Property Map
- The style options of a body section.
DashboardBodySectionContent, DashboardBodySectionContentArgs        
- Layout
Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Section Layout Configuration 
- The layout configuration of a body section.
- Layout
DashboardSection Layout Configuration 
- The layout configuration of a body section.
- layout
DashboardSection Layout Configuration 
- The layout configuration of a body section.
- layout
DashboardSection Layout Configuration 
- The layout configuration of a body section.
- layout
DashboardSection Layout Configuration 
- The layout configuration of a body section.
- layout Property Map
- The layout configuration of a body section.
DashboardBodySectionDynamicCategoryDimensionConfiguration, DashboardBodySectionDynamicCategoryDimensionConfigurationArgs              
- Column
Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Column Identifier 
- Limit double
- Number of values to use from the column for repetition.
- SortBy List<Pulumi.Metrics Aws Native. Quick Sight. Inputs. Dashboard Column Sort> 
- Sort criteria on the column values that you use for repetition.
- Column
DashboardColumn Identifier 
- Limit float64
- Number of values to use from the column for repetition.
- SortBy []DashboardMetrics Column Sort 
- Sort criteria on the column values that you use for repetition.
- column
DashboardColumn Identifier 
- limit Double
- Number of values to use from the column for repetition.
- sortBy List<DashboardMetrics Column Sort> 
- Sort criteria on the column values that you use for repetition.
- column
DashboardColumn Identifier 
- limit number
- Number of values to use from the column for repetition.
- sortBy DashboardMetrics Column Sort[] 
- Sort criteria on the column values that you use for repetition.
- column
DashboardColumn Identifier 
- limit float
- Number of values to use from the column for repetition.
- sort_by_ Sequence[Dashboardmetrics Column Sort] 
- Sort criteria on the column values that you use for repetition.
- column Property Map
- limit Number
- Number of values to use from the column for repetition.
- sortBy List<Property Map>Metrics 
- Sort criteria on the column values that you use for repetition.
DashboardBodySectionDynamicNumericDimensionConfiguration, DashboardBodySectionDynamicNumericDimensionConfigurationArgs              
- Column
Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Column Identifier 
- Limit double
- Number of values to use from the column for repetition.
- SortBy List<Pulumi.Metrics Aws Native. Quick Sight. Inputs. Dashboard Column Sort> 
- Sort criteria on the column values that you use for repetition.
- Column
DashboardColumn Identifier 
- Limit float64
- Number of values to use from the column for repetition.
- SortBy []DashboardMetrics Column Sort 
- Sort criteria on the column values that you use for repetition.
- column
DashboardColumn Identifier 
- limit Double
- Number of values to use from the column for repetition.
- sortBy List<DashboardMetrics Column Sort> 
- Sort criteria on the column values that you use for repetition.
- column
DashboardColumn Identifier 
- limit number
- Number of values to use from the column for repetition.
- sortBy DashboardMetrics Column Sort[] 
- Sort criteria on the column values that you use for repetition.
- column
DashboardColumn Identifier 
- limit float
- Number of values to use from the column for repetition.
- sort_by_ Sequence[Dashboardmetrics Column Sort] 
- Sort criteria on the column values that you use for repetition.
- column Property Map
- limit Number
- Number of values to use from the column for repetition.
- sortBy List<Property Map>Metrics 
- Sort criteria on the column values that you use for repetition.
DashboardBodySectionRepeatConfiguration, DashboardBodySectionRepeatConfigurationArgs          
- DimensionConfigurations List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Body Section Repeat Dimension Configuration> 
- List of BodySectionRepeatDimensionConfigurationvalues that describe the dataset column and constraints for the column used to repeat the contents of a section.
- NonRepeating List<string>Visuals 
- List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.
- PageBreak Pulumi.Configuration Aws Native. Quick Sight. Inputs. Dashboard Body Section Repeat Page Break Configuration 
- Page break configuration to apply for each repeating instance.
- DimensionConfigurations []DashboardBody Section Repeat Dimension Configuration 
- List of BodySectionRepeatDimensionConfigurationvalues that describe the dataset column and constraints for the column used to repeat the contents of a section.
- NonRepeating []stringVisuals 
- List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.
- PageBreak DashboardConfiguration Body Section Repeat Page Break Configuration 
- Page break configuration to apply for each repeating instance.
- dimensionConfigurations List<DashboardBody Section Repeat Dimension Configuration> 
- List of BodySectionRepeatDimensionConfigurationvalues that describe the dataset column and constraints for the column used to repeat the contents of a section.
- nonRepeating List<String>Visuals 
- List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.
- pageBreak DashboardConfiguration Body Section Repeat Page Break Configuration 
- Page break configuration to apply for each repeating instance.
- dimensionConfigurations DashboardBody Section Repeat Dimension Configuration[] 
- List of BodySectionRepeatDimensionConfigurationvalues that describe the dataset column and constraints for the column used to repeat the contents of a section.
- nonRepeating string[]Visuals 
- List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.
- pageBreak DashboardConfiguration Body Section Repeat Page Break Configuration 
- Page break configuration to apply for each repeating instance.
- dimension_configurations Sequence[DashboardBody Section Repeat Dimension Configuration] 
- List of BodySectionRepeatDimensionConfigurationvalues that describe the dataset column and constraints for the column used to repeat the contents of a section.
- non_repeating_ Sequence[str]visuals 
- List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.
- page_break_ Dashboardconfiguration Body Section Repeat Page Break Configuration 
- Page break configuration to apply for each repeating instance.
- dimensionConfigurations List<Property Map>
- List of BodySectionRepeatDimensionConfigurationvalues that describe the dataset column and constraints for the column used to repeat the contents of a section.
- nonRepeating List<String>Visuals 
- List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.
- pageBreak Property MapConfiguration 
- Page break configuration to apply for each repeating instance.
DashboardBodySectionRepeatDimensionConfiguration, DashboardBodySectionRepeatDimensionConfigurationArgs            
- DynamicCategory Pulumi.Dimension Configuration Aws Native. Quick Sight. Inputs. Dashboard Body Section Dynamic Category Dimension Configuration 
- Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.
- DynamicNumeric Pulumi.Dimension Configuration Aws Native. Quick Sight. Inputs. Dashboard Body Section Dynamic Numeric Dimension Configuration 
- Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.
- DynamicCategory DashboardDimension Configuration Body Section Dynamic Category Dimension Configuration 
- Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.
- DynamicNumeric DashboardDimension Configuration Body Section Dynamic Numeric Dimension Configuration 
- Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.
- dynamicCategory DashboardDimension Configuration Body Section Dynamic Category Dimension Configuration 
- Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.
- dynamicNumeric DashboardDimension Configuration Body Section Dynamic Numeric Dimension Configuration 
- Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.
- dynamicCategory DashboardDimension Configuration Body Section Dynamic Category Dimension Configuration 
- Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.
- dynamicNumeric DashboardDimension Configuration Body Section Dynamic Numeric Dimension Configuration 
- Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.
- dynamic_category_ Dashboarddimension_ configuration Body Section Dynamic Category Dimension Configuration 
- Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.
- dynamic_numeric_ Dashboarddimension_ configuration Body Section Dynamic Numeric Dimension Configuration 
- Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.
- dynamicCategory Property MapDimension Configuration 
- Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.
- dynamicNumeric Property MapDimension Configuration 
- Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.
DashboardBodySectionRepeatPageBreakConfiguration, DashboardBodySectionRepeatPageBreakConfigurationArgs              
DashboardBoxPlotAggregatedFieldWells, DashboardBoxPlotAggregatedFieldWellsArgs            
- GroupBy 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.
- GroupBy []DashboardDimension Field 
- The group by field well of a box plot chart. Values are grouped based on group by fields.
- Values
[]DashboardMeasure Field 
- The value field well of a box plot chart. Values are aggregated based on group by fields.
- groupBy List<DashboardDimension Field> 
- The group by field well of a box plot chart. Values are grouped based on group by fields.
- values
List<DashboardMeasure Field> 
- The value field well of a box plot chart. Values are aggregated based on group by fields.
- groupBy DashboardDimension Field[] 
- The group by field well of a box plot chart. Values are grouped based on group by fields.
- values
DashboardMeasure 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[DashboardMeasure Field] 
- The value field well of a box plot chart. Values are aggregated based on group by fields.
- groupBy List<Property Map>
- The group by field well of a box plot chart. Values are grouped based on group by fields.
- values List<Property Map>
- The value field well of a box plot chart. Values are aggregated based on group by fields.
DashboardBoxPlotChartConfiguration, DashboardBoxPlotChartConfigurationArgs          
- BoxPlot Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard Box Plot Options 
- The box plot chart options for a box plot visual
- CategoryAxis 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.
- CategoryLabel 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.
- FieldWells Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Box Plot Field Wells 
- The field wells of the visual.
- Interactions
Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Visual Interaction Options 
- The general visual interactions setup for a visual.
- Legend
Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Legend Options 
- PrimaryYAxis 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.
- PrimaryYAxis 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.
- ReferenceLines List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Reference Line> 
- The reference line setup of the visual.
- SortConfiguration 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.
- VisualPalette Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Visual Palette 
- The palette (chart color) display setup of the visual.
- BoxPlot DashboardOptions Box Plot Options 
- The box plot chart options for a box plot visual
- CategoryAxis DashboardAxis Display Options 
- The label display options (grid line, range, scale, axis step) of a box plot category.
- CategoryLabel DashboardOptions Chart Axis Label Options 
- The label options (label text, label visibility and sort Icon visibility) of a box plot category.
- FieldWells DashboardBox Plot Field Wells 
- The field wells of the visual.
- Interactions
DashboardVisual Interaction Options 
- The general visual interactions setup for a visual.
- Legend
DashboardLegend Options 
- PrimaryYAxis DashboardDisplay Options Axis Display Options 
- The label display options (grid line, range, scale, axis step) of a box plot category.
- PrimaryYAxis DashboardLabel Options Chart Axis Label Options 
- The label options (label text, label visibility and sort icon visibility) of a box plot value.
- ReferenceLines []DashboardReference Line 
- The reference line setup of the visual.
- SortConfiguration DashboardBox Plot Sort Configuration 
- The sort configuration of a BoxPlotVisual.
- Tooltip
DashboardTooltip Options 
- The tooltip display setup of the visual.
- VisualPalette DashboardVisual Palette 
- The palette (chart color) display setup of the visual.
- boxPlot DashboardOptions Box Plot Options 
- The box plot chart options for a box plot visual
- categoryAxis DashboardAxis Display Options 
- The label display options (grid line, range, scale, axis step) of a box plot category.
- categoryLabel DashboardOptions Chart Axis Label Options 
- The label options (label text, label visibility and sort Icon visibility) of a box plot category.
- fieldWells DashboardBox Plot Field Wells 
- The field wells of the visual.
- interactions
DashboardVisual Interaction Options 
- The general visual interactions setup for a visual.
- legend
DashboardLegend Options 
- primaryYAxis DashboardDisplay Options Axis Display Options 
- The label display options (grid line, range, scale, axis step) of a box plot category.
- primaryYAxis DashboardLabel Options Chart Axis Label Options 
- The label options (label text, label visibility and sort icon visibility) of a box plot value.
- referenceLines List<DashboardReference Line> 
- The reference line setup of the visual.
- sortConfiguration DashboardBox Plot Sort Configuration 
- The sort configuration of a BoxPlotVisual.
- tooltip
DashboardTooltip Options 
- The tooltip display setup of the visual.
- visualPalette DashboardVisual Palette 
- The palette (chart color) display setup of the visual.
- boxPlot DashboardOptions Box Plot Options 
- The box plot chart options for a box plot visual
- categoryAxis DashboardAxis Display Options 
- The label display options (grid line, range, scale, axis step) of a box plot category.
- categoryLabel DashboardOptions Chart Axis Label Options 
- The label options (label text, label visibility and sort Icon visibility) of a box plot category.
- fieldWells DashboardBox Plot Field Wells 
- The field wells of the visual.
- interactions
DashboardVisual Interaction Options 
- The general visual interactions setup for a visual.
- legend
DashboardLegend Options 
- primaryYAxis DashboardDisplay Options Axis Display Options 
- The label display options (grid line, range, scale, axis step) of a box plot category.
- primaryYAxis DashboardLabel Options Chart Axis Label Options 
- The label options (label text, label visibility and sort icon visibility) of a box plot value.
- referenceLines DashboardReference Line[] 
- The reference line setup of the visual.
- sortConfiguration DashboardBox Plot Sort Configuration 
- The sort configuration of a BoxPlotVisual.
- tooltip
DashboardTooltip Options 
- The tooltip display setup of the visual.
- visualPalette 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.
- interactions
DashboardVisual Interaction Options 
- The general visual interactions setup for a visual.
- legend
DashboardLegend 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
DashboardTooltip Options 
- The tooltip display setup of the visual.
- visual_palette DashboardVisual Palette 
- The palette (chart color) display setup of the visual.
- boxPlot Property MapOptions 
- The box plot chart options for a box plot visual
- categoryAxis Property Map
- The label display options (grid line, range, scale, axis step) of a box plot category.
- categoryLabel Property MapOptions 
- The label options (label text, label visibility and sort Icon visibility) of a box plot category.
- fieldWells Property Map
- The field wells of the visual.
- interactions Property Map
- The general visual interactions setup for a visual.
- legend Property Map
- primaryYAxis Property MapDisplay Options 
- The label display options (grid line, range, scale, axis step) of a box plot category.
- primaryYAxis Property MapLabel Options 
- The label options (label text, label visibility and sort icon visibility) of a box plot value.
- referenceLines List<Property Map>
- The reference line setup of the visual.
- sortConfiguration Property Map
- The sort configuration of a BoxPlotVisual.
- tooltip Property Map
- The tooltip display setup of the visual.
- visualPalette Property Map
- The palette (chart color) display setup of the visual.
DashboardBoxPlotFieldWells, DashboardBoxPlotFieldWellsArgs          
- BoxPlot Pulumi.Aggregated Field Wells Aws Native. Quick Sight. Inputs. Dashboard Box Plot Aggregated Field Wells 
- The aggregated field wells of a box plot.
- BoxPlot DashboardAggregated Field Wells Box Plot Aggregated Field Wells 
- The aggregated field wells of a box plot.
- boxPlot DashboardAggregated Field Wells Box Plot Aggregated Field Wells 
- The aggregated field wells of a box plot.
- boxPlot 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.
- boxPlot Property MapAggregated Field Wells 
- The aggregated field wells of a box plot.
DashboardBoxPlotFillStyle, DashboardBoxPlotFillStyleArgs          
- Solid
- SOLID
- Transparent
- TRANSPARENT
- DashboardBox Plot Fill Style Solid 
- SOLID
- DashboardBox Plot Fill Style Transparent 
- TRANSPARENT
- Solid
- SOLID
- Transparent
- TRANSPARENT
- Solid
- SOLID
- Transparent
- TRANSPARENT
- SOLID
- SOLID
- TRANSPARENT
- TRANSPARENT
- "SOLID"
- SOLID
- "TRANSPARENT"
- TRANSPARENT
DashboardBoxPlotOptions, DashboardBoxPlotOptionsArgs        
- AllData Pulumi.Points Visibility Aws Native. Quick Sight. Dashboard Visibility 
- Determines the visibility of all data points of the box plot.
- OutlierVisibility Pulumi.Aws Native. Quick Sight. Dashboard Visibility 
- Determines the visibility of the outlier in a box plot.
- StyleOptions Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Box Plot Style Options 
- The style options of the box plot.
- AllData DashboardPoints Visibility Visibility 
- Determines the visibility of all data points of the box plot.
- OutlierVisibility DashboardVisibility 
- Determines the visibility of the outlier in a box plot.
- StyleOptions DashboardBox Plot Style Options 
- The style options of the box plot.
- allData DashboardPoints Visibility Visibility 
- Determines the visibility of all data points of the box plot.
- outlierVisibility DashboardVisibility 
- Determines the visibility of the outlier in a box plot.
- styleOptions DashboardBox Plot Style Options 
- The style options of the box plot.
- allData DashboardPoints Visibility Visibility 
- Determines the visibility of all data points of the box plot.
- outlierVisibility DashboardVisibility 
- Determines the visibility of the outlier in a box plot.
- styleOptions 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.
- allData "HIDDEN" | "VISIBLE"Points Visibility 
- Determines the visibility of all data points of the box plot.
- outlierVisibility "HIDDEN" | "VISIBLE"
- Determines the visibility of the outlier in a box plot.
- styleOptions Property Map
- The style options of the box plot.
DashboardBoxPlotSortConfiguration, DashboardBoxPlotSortConfigurationArgs          
- CategorySort List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Field Sort Options> 
- The sort configuration of a group by fields.
- PaginationConfiguration Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Pagination Configuration 
- The pagination configuration of a table visual or box plot.
- CategorySort []DashboardField Sort Options 
- The sort configuration of a group by fields.
- PaginationConfiguration DashboardPagination Configuration 
- The pagination configuration of a table visual or box plot.
- categorySort List<DashboardField Sort Options> 
- The sort configuration of a group by fields.
- paginationConfiguration DashboardPagination Configuration 
- The pagination configuration of a table visual or box plot.
- categorySort DashboardField Sort Options[] 
- The sort configuration of a group by fields.
- paginationConfiguration 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.
- categorySort List<Property Map>
- The sort configuration of a group by fields.
- paginationConfiguration Property Map
- The pagination configuration of a table visual or box plot.
DashboardBoxPlotStyleOptions, DashboardBoxPlotStyleOptionsArgs          
- FillStyle Pulumi.Aws Native. Quick Sight. Dashboard Box Plot Fill Style 
- The fill styles (solid, transparent) of the box plot.
- FillStyle DashboardBox Plot Fill Style 
- The fill styles (solid, transparent) of the box plot.
- fillStyle DashboardBox Plot Fill Style 
- The fill styles (solid, transparent) of the box plot.
- fillStyle 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.
- fillStyle "SOLID" | "TRANSPARENT"
- The fill styles (solid, transparent) of the box plot.
DashboardBoxPlotVisual, DashboardBoxPlotVisualArgs        
- VisualId string
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- Actions
List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Visual Custom Action> 
- The list of custom actions that are configured for a visual.
- ChartConfiguration Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Box Plot Chart Configuration 
- The configuration settings of the visual.
- ColumnHierarchies 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.
- VisualContent stringAlt Text 
- The alt text for the visual.
- VisualId string
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- Actions
[]DashboardVisual Custom Action 
- The list of custom actions that are configured for a visual.
- ChartConfiguration DashboardBox Plot Chart Configuration 
- The configuration settings of the visual.
- ColumnHierarchies []DashboardColumn Hierarchy 
- The column hierarchy that is used during drill-downs and drill-ups.
- Subtitle
DashboardVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- Title
DashboardVisual Title Label Options 
- The title that is displayed on the visual.
- VisualContent stringAlt Text 
- The alt text for the visual.
- visualId String
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- actions
List<DashboardVisual Custom Action> 
- The list of custom actions that are configured for a visual.
- chartConfiguration DashboardBox Plot Chart Configuration 
- The configuration settings of the visual.
- columnHierarchies List<DashboardColumn Hierarchy> 
- The column hierarchy that is used during drill-downs and drill-ups.
- subtitle
DashboardVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- title
DashboardVisual Title Label Options 
- The title that is displayed on the visual.
- visualContent StringAlt Text 
- The alt text for the visual.
- visualId string
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- actions
DashboardVisual Custom Action[] 
- The list of custom actions that are configured for a visual.
- chartConfiguration DashboardBox Plot Chart Configuration 
- The configuration settings of the visual.
- columnHierarchies DashboardColumn Hierarchy[] 
- The column hierarchy that is used during drill-downs and drill-ups.
- subtitle
DashboardVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- title
DashboardVisual Title Label Options 
- The title that is displayed on the visual.
- visualContent stringAlt Text 
- The alt text for the visual.
- visual_id str
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- actions
Sequence[DashboardVisual 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
DashboardVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- title
DashboardVisual Title Label Options 
- The title that is displayed on the visual.
- visual_content_ stralt_ text 
- The alt text for the visual.
- visualId String
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- actions List<Property Map>
- The list of custom actions that are configured for a visual.
- chartConfiguration Property Map
- The configuration settings of the visual.
- columnHierarchies List<Property Map>
- The column hierarchy that is used during drill-downs and drill-ups.
- subtitle Property Map
- The subtitle that is displayed on the visual.
- title Property Map
- The title that is displayed on the visual.
- visualContent StringAlt Text 
- The alt text for the visual.
DashboardCalculatedField, DashboardCalculatedFieldArgs      
- DataSet 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.
- DataSet 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.
- dataSet 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.
- dataSet 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.
- dataSet 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.
- FieldId string
- The custom field ID.
- Expression string
- The expression in the table calculation.
- FieldId string
- The custom field ID.
- expression String
- The expression in the table calculation.
- fieldId String
- The custom field ID.
- expression string
- The expression in the table calculation.
- fieldId string
- The custom field ID.
- expression str
- The expression in the table calculation.
- field_id str
- The custom field ID.
- expression String
- The expression in the table calculation.
- fieldId String
- The custom field ID.
DashboardCascadingControlConfiguration, DashboardCascadingControlConfigurationArgs        
- SourceControls 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.
- SourceControls []DashboardCascading Control Source 
- A list of source controls that determine the values that are used in the current control.
- sourceControls List<DashboardCascading Control Source> 
- A list of source controls that determine the values that are used in the current control.
- sourceControls 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.
- sourceControls List<Property Map>
- A list of source controls that determine the values that are used in the current control.
DashboardCascadingControlSource, DashboardCascadingControlSourceArgs        
- ColumnTo 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.
- SourceSheet stringControl Id 
- The source sheet control ID of a CascadingControlSource.
- ColumnTo DashboardMatch Column Identifier 
- The column identifier that determines which column to look up for the source sheet control.
- SourceSheet stringControl Id 
- The source sheet control ID of a CascadingControlSource.
- columnTo DashboardMatch Column Identifier 
- The column identifier that determines which column to look up for the source sheet control.
- sourceSheet StringControl Id 
- The source sheet control ID of a CascadingControlSource.
- columnTo DashboardMatch Column Identifier 
- The column identifier that determines which column to look up for the source sheet control.
- sourceSheet 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.
- columnTo Property MapMatch 
- The column identifier that determines which column to look up for the source sheet control.
- sourceSheet StringControl Id 
- The source sheet control ID of a CascadingControlSource.
DashboardCategoricalAggregationFunction, DashboardCategoricalAggregationFunctionArgs        
- Count
- COUNT
- DistinctCount 
- DISTINCT_COUNT
- DashboardCategorical Aggregation Function Count 
- COUNT
- DashboardCategorical Aggregation Function Distinct Count 
- DISTINCT_COUNT
- Count
- COUNT
- DistinctCount 
- DISTINCT_COUNT
- Count
- COUNT
- DistinctCount 
- 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.
- FieldId string
- The custom field ID.
- FormatConfiguration Pulumi.Aws Native. Quick Sight. Inputs. Dashboard String Format Configuration 
- The format configuration of the field.
- HierarchyId string
- The custom hierarchy ID.
- Column
DashboardColumn Identifier 
- The column that is used in the CategoricalDimensionField.
- FieldId string
- The custom field ID.
- FormatConfiguration DashboardString Format Configuration 
- The format configuration of the field.
- HierarchyId string
- The custom hierarchy ID.
- column
DashboardColumn Identifier 
- The column that is used in the CategoricalDimensionField.
- fieldId String
- The custom field ID.
- formatConfiguration DashboardString Format Configuration 
- The format configuration of the field.
- hierarchyId String
- The custom hierarchy ID.
- column
DashboardColumn Identifier 
- The column that is used in the CategoricalDimensionField.
- fieldId string
- The custom field ID.
- formatConfiguration DashboardString Format Configuration 
- The format configuration of the field.
- hierarchyId string
- The custom hierarchy ID.
- column
DashboardColumn 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.
- fieldId String
- The custom field ID.
- formatConfiguration Property Map
- The format configuration of the field.
- hierarchyId 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.
- FieldId string
- The custom field ID.
- AggregationFunction Pulumi.Aws Native. Quick Sight. Dashboard Categorical Aggregation Function 
- The aggregation function of the measure field.
- FormatConfiguration Pulumi.Aws Native. Quick Sight. Inputs. Dashboard String Format Configuration 
- The format configuration of the field.
- Column
DashboardColumn Identifier 
- The column that is used in the CategoricalMeasureField.
- FieldId string
- The custom field ID.
- AggregationFunction DashboardCategorical Aggregation Function 
- The aggregation function of the measure field.
- FormatConfiguration DashboardString Format Configuration 
- The format configuration of the field.
- column
DashboardColumn Identifier 
- The column that is used in the CategoricalMeasureField.
- fieldId String
- The custom field ID.
- aggregationFunction DashboardCategorical Aggregation Function 
- The aggregation function of the measure field.
- formatConfiguration DashboardString Format Configuration 
- The format configuration of the field.
- column
DashboardColumn Identifier 
- The column that is used in the CategoricalMeasureField.
- fieldId string
- The custom field ID.
- aggregationFunction DashboardCategorical Aggregation Function 
- The aggregation function of the measure field.
- formatConfiguration DashboardString Format Configuration 
- The format configuration of the field.
- column
DashboardColumn 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.
- fieldId String
- The custom field ID.
- aggregationFunction "COUNT" | "DISTINCT_COUNT"
- The aggregation function of the measure field.
- formatConfiguration Property Map
- The format configuration of the field.
DashboardCategoryDrillDownFilter, DashboardCategoryDrillDownFilterArgs          
- CategoryValues 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.
- CategoryValues []string
- A list of the string inputs that are the values of the category drill down filter.
- Column
DashboardColumn Identifier 
- The column that the filter is applied to.
- categoryValues List<String>
- A list of the string inputs that are the values of the category drill down filter.
- column
DashboardColumn Identifier 
- The column that the filter is applied to.
- categoryValues string[]
- A list of the string inputs that are the values of the category drill down filter.
- column
DashboardColumn 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
DashboardColumn Identifier 
- The column that the filter is applied to.
- categoryValues List<String>
- A list of the string inputs that are the values of the category drill down filter.
- column Property Map
- The column that the filter is applied to.
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.
- FilterId string
- An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
- DefaultFilter 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
DashboardColumn Identifier 
- The column that the filter is applied to.
- Configuration
DashboardCategory Filter Configuration 
- The configuration for a CategoryFilter.
- FilterId string
- An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
- DefaultFilter 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
DashboardColumn Identifier 
- The column that the filter is applied to.
- configuration
DashboardCategory Filter Configuration 
- The configuration for a CategoryFilter.
- filterId String
- An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
- defaultFilter 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
DashboardColumn Identifier 
- The column that the filter is applied to.
- configuration
DashboardCategory Filter Configuration 
- The configuration for a CategoryFilter.
- filterId string
- An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
- defaultFilter 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
DashboardColumn Identifier 
- The column that the filter is applied to.
- configuration
DashboardCategory 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.
- filterId String
- An identifier that uniquely identifies a filter within a dashboard, analysis, or template.
- defaultFilter Property MapControl Configuration 
- The default configurations for the associated controls. This applies only for filters that are scoped to multiple sheets.
DashboardCategoryFilterConfiguration, DashboardCategoryFilterConfigurationArgs        
- CustomFilter 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.
- CustomFilter Pulumi.List Configuration Aws Native. Quick Sight. Inputs. Dashboard Custom Filter List Configuration 
- A list of custom filter values. In the Quick Sight console, this filter type is called a custom filter list.
- FilterList Pulumi.Configuration Aws Native. Quick Sight. Inputs. Dashboard Filter List Configuration 
- A list of filter configurations. In the Quick Sight console, this filter type is called a filter list.
- CustomFilter DashboardConfiguration Custom Filter Configuration 
- A custom filter that filters based on a single value. This filter can be partially matched.
- CustomFilter DashboardList Configuration Custom Filter List Configuration 
- A list of custom filter values. In the Quick Sight console, this filter type is called a custom filter list.
- FilterList DashboardConfiguration Filter List Configuration 
- A list of filter configurations. In the Quick Sight console, this filter type is called a filter list.
- customFilter DashboardConfiguration Custom Filter Configuration 
- A custom filter that filters based on a single value. This filter can be partially matched.
- customFilter DashboardList Configuration Custom Filter List Configuration 
- A list of custom filter values. In the Quick Sight console, this filter type is called a custom filter list.
- filterList DashboardConfiguration Filter List Configuration 
- A list of filter configurations. In the Quick Sight console, this filter type is called a filter list.
- customFilter DashboardConfiguration Custom Filter Configuration 
- A custom filter that filters based on a single value. This filter can be partially matched.
- customFilter DashboardList Configuration Custom Filter List Configuration 
- A list of custom filter values. In the Quick Sight console, this filter type is called a custom filter list.
- filterList DashboardConfiguration Filter List Configuration 
- A list of filter configurations. In the Quick Sight 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 Quick Sight console, this filter type is called a custom filter list.
- filter_list_ Dashboardconfiguration Filter List Configuration 
- A list of filter configurations. In the Quick Sight console, this filter type is called a filter list.
- customFilter Property MapConfiguration 
- A custom filter that filters based on a single value. This filter can be partially matched.
- customFilter Property MapList Configuration 
- A list of custom filter values. In the Quick Sight console, this filter type is called a custom filter list.
- filterList Property MapConfiguration 
- A list of filter configurations. In the Quick Sight console, this filter type is called a filter list.
DashboardCategoryFilterMatchOperator, DashboardCategoryFilterMatchOperatorArgs          
- EqualsValue 
- EQUALS
- DoesNot Equal 
- DOES_NOT_EQUAL
- Contains
- CONTAINS
- DoesNot Contain 
- DOES_NOT_CONTAIN
- StartsWith 
- STARTS_WITH
- EndsWith 
- ENDS_WITH
- DashboardCategory Filter Match Operator Equals 
- EQUALS
- DashboardCategory Filter Match Operator Does Not Equal 
- DOES_NOT_EQUAL
- DashboardCategory Filter Match Operator Contains 
- CONTAINS
- DashboardCategory Filter Match Operator Does Not Contain 
- DOES_NOT_CONTAIN
- DashboardCategory Filter Match Operator Starts With 
- STARTS_WITH
- DashboardCategory Filter Match Operator Ends With 
- ENDS_WITH
- Equals
- EQUALS
- DoesNot Equal 
- DOES_NOT_EQUAL
- Contains
- CONTAINS
- DoesNot Contain 
- DOES_NOT_CONTAIN
- StartsWith 
- STARTS_WITH
- EndsWith 
- ENDS_WITH
- Equals
- EQUALS
- DoesNot Equal 
- DOES_NOT_EQUAL
- Contains
- CONTAINS
- DoesNot Contain 
- DOES_NOT_CONTAIN
- StartsWith 
- STARTS_WITH
- EndsWith 
- ENDS_WITH
- EQUALS
- EQUALS
- DOES_NOT_EQUAL
- DOES_NOT_EQUAL
- CONTAINS
- CONTAINS
- DOES_NOT_CONTAIN
- DOES_NOT_CONTAIN
- STARTS_WITH
- STARTS_WITH
- ENDS_WITH
- ENDS_WITH
- "EQUALS"
- EQUALS
- "DOES_NOT_EQUAL"
- DOES_NOT_EQUAL
- "CONTAINS"
- CONTAINS
- "DOES_NOT_CONTAIN"
- DOES_NOT_CONTAIN
- "STARTS_WITH"
- STARTS_WITH
- "ENDS_WITH"
- ENDS_WITH
DashboardCategoryFilterSelectAllOptions, DashboardCategoryFilterSelectAllOptionsArgs            
- FilterAll Values 
- FILTER_ALL_VALUES
- DashboardCategory Filter Select All Options Filter All Values 
- FILTER_ALL_VALUES
- FilterAll Values 
- FILTER_ALL_VALUES
- FilterAll Values 
- FILTER_ALL_VALUES
- FILTER_ALL_VALUES
- FILTER_ALL_VALUES
- "FILTER_ALL_VALUES"
- FILTER_ALL_VALUES
DashboardCategoryInnerFilter, DashboardCategoryInnerFilterArgs        
DashboardChartAxisLabelOptions, DashboardChartAxisLabelOptionsArgs          
- AxisLabel List<Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard Axis Label Options> 
- The label options for a chart axis.
- SortIcon 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.
 
- AxisLabel []DashboardOptions Axis Label Options 
- The label options for a chart axis.
- SortIcon DashboardVisibility Visibility 
- The visibility configuration of the sort icon on a chart's axis label.
- Visibility
DashboardVisibility 
- The visibility of an axis label on a chart. Choose one of the following options:- VISIBLE: Shows the axis.
- HIDDEN: Hides the axis.
 
- axisLabel List<DashboardOptions Axis Label Options> 
- The label options for a chart axis.
- sortIcon DashboardVisibility Visibility 
- The visibility configuration of the sort icon on a chart's axis label.
- visibility
DashboardVisibility 
- The visibility of an axis label on a chart. Choose one of the following options:- VISIBLE: Shows the axis.
- HIDDEN: Hides the axis.
 
- axisLabel DashboardOptions Axis Label Options[] 
- The label options for a chart axis.
- sortIcon DashboardVisibility Visibility 
- The visibility configuration of the sort icon on a chart's axis label.
- visibility
DashboardVisibility 
- 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
DashboardVisibility 
- The visibility of an axis label on a chart. Choose one of the following options:- VISIBLE: Shows the axis.
- HIDDEN: Hides the axis.
 
- axisLabel List<Property Map>Options 
- The label options for a chart axis.
- sortIcon "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      
- SimpleCluster Pulumi.Marker Aws Native. Quick Sight. Inputs. Dashboard Simple Cluster Marker 
- The simple cluster marker of the cluster marker.
- SimpleCluster DashboardMarker Simple Cluster Marker 
- The simple cluster marker of the cluster marker.
- simpleCluster DashboardMarker Simple Cluster Marker 
- The simple cluster marker of the cluster marker.
- simpleCluster 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.
- simpleCluster Property MapMarker 
- The simple cluster marker of the cluster marker.
DashboardClusterMarkerConfiguration, DashboardClusterMarkerConfigurationArgs        
- ClusterMarker Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Cluster Marker 
- The cluster marker that is a part of the cluster marker configuration.
- ClusterMarker DashboardCluster Marker 
- The cluster marker that is a part of the cluster marker configuration.
- clusterMarker DashboardCluster Marker 
- The cluster marker that is a part of the cluster marker configuration.
- clusterMarker 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.
- clusterMarker Property Map
- The cluster marker that is a part of the cluster marker configuration.
DashboardColorFillType, DashboardColorFillTypeArgs        
- Discrete
- DISCRETE
- Gradient
- GRADIENT
- DashboardColor Fill Type Discrete 
- DISCRETE
- DashboardColor Fill Type Gradient 
- GRADIENT
- Discrete
- DISCRETE
- Gradient
- GRADIENT
- Discrete
- DISCRETE
- Gradient
- GRADIENT
- DISCRETE
- DISCRETE
- GRADIENT
- GRADIENT
- "DISCRETE"
- DISCRETE
- "GRADIENT"
- GRADIENT
DashboardColorScale, DashboardColorScaleArgs      
- ColorFill 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.
- NullValue Pulumi.Color Aws Native. Quick Sight. Inputs. Dashboard Data Color 
- Determines the color that is applied to null values.
- ColorFill DashboardType Color Fill Type 
- Determines the color fill type.
- Colors
[]DashboardData Color 
- Determines the list of colors that are applied to the visual.
- NullValue DashboardColor Data Color 
- Determines the color that is applied to null values.
- colorFill DashboardType Color Fill Type 
- Determines the color fill type.
- colors
List<DashboardData Color> 
- Determines the list of colors that are applied to the visual.
- nullValue DashboardColor Data Color 
- Determines the color that is applied to null values.
- colorFill DashboardType Color Fill Type 
- Determines the color fill type.
- colors
DashboardData Color[] 
- Determines the list of colors that are applied to the visual.
- nullValue 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[DashboardData 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.
- colorFill "DISCRETE" | "GRADIENT"Type 
- Determines the color fill type.
- colors List<Property Map>
- Determines the list of colors that are applied to the visual.
- nullValue Property MapColor 
- Determines the color that is applied to null values.
DashboardColorsConfiguration, DashboardColorsConfigurationArgs      
- CustomColors List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Custom Color> 
- A list of up to 50 custom colors.
- CustomColors []DashboardCustom Color 
- A list of up to 50 custom colors.
- customColors List<DashboardCustom Color> 
- A list of up to 50 custom colors.
- customColors DashboardCustom Color[] 
- A list of up to 50 custom colors.
- custom_colors Sequence[DashboardCustom Color] 
- A list of up to 50 custom colors.
- customColors 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.
- ColorsConfiguration Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Colors Configuration 
- The color configurations of the column.
- FormatConfiguration 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
DashboardColumn Identifier 
- The column.
- ColorsConfiguration DashboardColors Configuration 
- The color configurations of the column.
- FormatConfiguration DashboardFormat Configuration 
- The format configuration of a column.
- Role
DashboardColumn Role 
- The role of the column.
- column
DashboardColumn Identifier 
- The column.
- colorsConfiguration DashboardColors Configuration 
- The color configurations of the column.
- formatConfiguration DashboardFormat Configuration 
- The format configuration of a column.
- role
DashboardColumn Role 
- The role of the column.
- column
DashboardColumn Identifier 
- The column.
- colorsConfiguration DashboardColors Configuration 
- The color configurations of the column.
- formatConfiguration DashboardFormat Configuration 
- The format configuration of a column.
- role
DashboardColumn Role 
- The role of the column.
- column
DashboardColumn Identifier 
- The column.
- colors_configuration DashboardColors Configuration 
- The color configurations of the column.
- format_configuration DashboardFormat Configuration 
- The format configuration of a column.
- role
DashboardColumn Role 
- The role of the column.
- column Property Map
- The column.
- colorsConfiguration Property Map
- The color configurations of the column.
- formatConfiguration Property Map
- The format configuration of a column.
- role "DIMENSION" | "MEASURE"
- The role of the column.
DashboardColumnHierarchy, DashboardColumnHierarchyArgs      
- DateTime Pulumi.Hierarchy Aws Native. Quick Sight. Inputs. Dashboard Date Time Hierarchy 
- The option that determines the hierarchy of any DateTimefields.
- ExplicitHierarchy 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.
- PredefinedHierarchy 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.
- DateTime DashboardHierarchy Date Time Hierarchy 
- The option that determines the hierarchy of any DateTimefields.
- ExplicitHierarchy 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.
- PredefinedHierarchy 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.
- dateTime DashboardHierarchy Date Time Hierarchy 
- The option that determines the hierarchy of any DateTimefields.
- explicitHierarchy 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.
- predefinedHierarchy 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.
- dateTime DashboardHierarchy Date Time Hierarchy 
- The option that determines the hierarchy of any DateTimefields.
- explicitHierarchy 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.
- predefinedHierarchy 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 DateTimefields.
- 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.
- dateTime Property MapHierarchy 
- The option that determines the hierarchy of any DateTimefields.
- explicitHierarchy Property Map
- The option that determines the hierarchy of the fields that are built within a visual's field wells. These fields can't be duplicated to other visuals.
- predefinedHierarchy Property Map
- The option that determines the hierarchy of the fields that are defined during data preparation. These fields are available to use in any analysis that uses the data source.
DashboardColumnIdentifier, DashboardColumnIdentifierArgs      
- ColumnName string
- The name of the column.
- DataSet stringIdentifier 
- The data set that the column belongs to.
- ColumnName string
- The name of the column.
- DataSet stringIdentifier 
- The data set that the column belongs to.
- columnName String
- The name of the column.
- dataSet StringIdentifier 
- The data set that the column belongs to.
- columnName string
- The name of the column.
- dataSet 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.
- columnName String
- The name of the column.
- dataSet StringIdentifier 
- The data set that the column belongs to.
DashboardColumnRole, DashboardColumnRoleArgs      
- Dimension
- DIMENSION
- Measure
- MEASURE
- DashboardColumn Role Dimension 
- DIMENSION
- DashboardColumn 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.
- SortBy Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Column Identifier 
- AggregationFunction Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Aggregation Function 
- The aggregation function that is defined in the column sort.
- Direction
DashboardSort Direction 
- The sort direction.
- SortBy DashboardColumn Identifier 
- AggregationFunction DashboardAggregation Function 
- The aggregation function that is defined in the column sort.
- direction
DashboardSort Direction 
- The sort direction.
- sortBy DashboardColumn Identifier 
- aggregationFunction DashboardAggregation Function 
- The aggregation function that is defined in the column sort.
- direction
DashboardSort Direction 
- The sort direction.
- sortBy DashboardColumn Identifier 
- aggregationFunction DashboardAggregation Function 
- The aggregation function that is defined in the column sort.
- direction
DashboardSort 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.
- sortBy Property Map
- aggregationFunction 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.
- TooltipTarget 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
DashboardColumn Identifier 
- The target column of the tooltip item.
- Aggregation
DashboardAggregation Function 
- The aggregation function of the column tooltip item.
- Label string
- The label of the tooltip item.
- TooltipTarget DashboardTooltip Target 
- Determines the target of the column tooltip item in a combo chart visual.
- Visibility
DashboardVisibility 
- The visibility of the tooltip item.
- column
DashboardColumn Identifier 
- The target column of the tooltip item.
- aggregation
DashboardAggregation Function 
- The aggregation function of the column tooltip item.
- label String
- The label of the tooltip item.
- tooltipTarget DashboardTooltip Target 
- Determines the target of the column tooltip item in a combo chart visual.
- visibility
DashboardVisibility 
- The visibility of the tooltip item.
- column
DashboardColumn Identifier 
- The target column of the tooltip item.
- aggregation
DashboardAggregation Function 
- The aggregation function of the column tooltip item.
- label string
- The label of the tooltip item.
- tooltipTarget DashboardTooltip Target 
- Determines the target of the column tooltip item in a combo chart visual.
- visibility
DashboardVisibility 
- The visibility of the tooltip item.
- column
DashboardColumn Identifier 
- The target column of the tooltip item.
- aggregation
DashboardAggregation 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
DashboardVisibility 
- The visibility of the tooltip item.
- column Property Map
- The target column of the tooltip item.
- aggregation Property Map
- The aggregation function of the column tooltip item.
- label String
- The label of the tooltip item.
- tooltipTarget "BOTH" | "BAR" | "LINE"
- Determines the target of the column tooltip item in a combo chart visual.
- visibility "HIDDEN" | "VISIBLE"
- The visibility of the tooltip item.
DashboardComboChartAggregatedFieldWells, DashboardComboChartAggregatedFieldWellsArgs            
- BarValues List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Measure Field> 
- The aggregated BarValuesfield 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.
- LineValues List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Measure Field> 
- The aggregated LineValuesfield well of a combo chart.
- BarValues []DashboardMeasure Field 
- The aggregated BarValuesfield well of a combo chart.
- Category
[]DashboardDimension Field 
- The aggregated category field wells of a combo chart.
- Colors
[]DashboardDimension Field 
- The aggregated colors field well of a combo chart.
- LineValues []DashboardMeasure Field 
- The aggregated LineValuesfield well of a combo chart.
- barValues List<DashboardMeasure Field> 
- The aggregated BarValuesfield well of a combo chart.
- category
List<DashboardDimension Field> 
- The aggregated category field wells of a combo chart.
- colors
List<DashboardDimension Field> 
- The aggregated colors field well of a combo chart.
- lineValues List<DashboardMeasure Field> 
- The aggregated LineValuesfield well of a combo chart.
- barValues DashboardMeasure Field[] 
- The aggregated BarValuesfield well of a combo chart.
- category
DashboardDimension Field[] 
- The aggregated category field wells of a combo chart.
- colors
DashboardDimension Field[] 
- The aggregated colors field well of a combo chart.
- lineValues DashboardMeasure Field[] 
- The aggregated LineValuesfield well of a combo chart.
- bar_values Sequence[DashboardMeasure Field] 
- The aggregated BarValuesfield well of a combo chart.
- category
Sequence[DashboardDimension Field] 
- The aggregated category field wells of a combo chart.
- colors
Sequence[DashboardDimension Field] 
- The aggregated colors field well of a combo chart.
- line_values Sequence[DashboardMeasure Field] 
- The aggregated LineValuesfield well of a combo chart.
- barValues List<Property Map>
- The aggregated BarValuesfield well of a combo chart.
- category List<Property Map>
- The aggregated category field wells of a combo chart.
- colors List<Property Map>
- The aggregated colors field well of a combo chart.
- lineValues List<Property Map>
- The aggregated LineValuesfield well of a combo chart.
DashboardComboChartConfiguration, DashboardComboChartConfigurationArgs        
- BarData 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. 
- BarsArrangement 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.
 
- CategoryAxis Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Axis Display Options 
- The category axis of a combo chart.
- CategoryLabel 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.
- ColorLabel 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.
- FieldWells Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Combo Chart Field Wells 
- The field wells of the visual.
- Interactions
Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Visual Interaction Options 
- The general visual interactions setup for a visual.
- Legend
Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Legend Options 
- The legend display setup of the visual.
- LineData 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. 
- PrimaryYAxis 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.
- PrimaryYAxis 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.
- ReferenceLines List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Reference Line> 
- The reference line setup of the visual.
- SecondaryYAxis 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.
- SecondaryYAxis 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.
- SingleAxis Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard Single Axis Options 
- SortConfiguration 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.
- VisualPalette Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Visual Palette 
- The palette (chart color) display setup of the visual.
- BarData 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. 
- BarsArrangement 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.
 
- CategoryAxis DashboardAxis Display Options 
- The category axis of a combo chart.
- CategoryLabel 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.
- ColorLabel DashboardOptions Chart Axis Label Options 
- The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
- FieldWells DashboardCombo Chart Field Wells 
- The field wells of the visual.
- Interactions
DashboardVisual Interaction Options 
- The general visual interactions setup for a visual.
- Legend
DashboardLegend Options 
- The legend display setup of the visual.
- LineData 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. 
- PrimaryYAxis 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.
- PrimaryYAxis 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.
- ReferenceLines []DashboardReference Line 
- The reference line setup of the visual.
- SecondaryYAxis 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.
- SecondaryYAxis 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.
- SingleAxis DashboardOptions Single Axis Options 
- SortConfiguration DashboardCombo Chart Sort Configuration 
- The sort configuration of a ComboChartVisual.
- Tooltip
DashboardTooltip Options 
- The legend display setup of the visual.
- VisualPalette DashboardVisual Palette 
- The palette (chart color) display setup of the visual.
- barData 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. 
- barsArrangement 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.
 
- categoryAxis DashboardAxis Display Options 
- The category axis of a combo chart.
- categoryLabel 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.
- colorLabel DashboardOptions Chart Axis Label Options 
- The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
- fieldWells DashboardCombo Chart Field Wells 
- The field wells of the visual.
- interactions
DashboardVisual Interaction Options 
- The general visual interactions setup for a visual.
- legend
DashboardLegend Options 
- The legend display setup of the visual.
- lineData 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. 
- primaryYAxis 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.
- primaryYAxis 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.
- referenceLines List<DashboardReference Line> 
- The reference line setup of the visual.
- secondaryYAxis 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.
- secondaryYAxis 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.
- singleAxis DashboardOptions Single Axis Options 
- sortConfiguration DashboardCombo Chart Sort Configuration 
- The sort configuration of a ComboChartVisual.
- tooltip
DashboardTooltip Options 
- The legend display setup of the visual.
- visualPalette DashboardVisual Palette 
- The palette (chart color) display setup of the visual.
- barData 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. 
- barsArrangement 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.
 
- categoryAxis DashboardAxis Display Options 
- The category axis of a combo chart.
- categoryLabel 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.
- colorLabel DashboardOptions Chart Axis Label Options 
- The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
- fieldWells DashboardCombo Chart Field Wells 
- The field wells of the visual.
- interactions
DashboardVisual Interaction Options 
- The general visual interactions setup for a visual.
- legend
DashboardLegend Options 
- The legend display setup of the visual.
- lineData 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. 
- primaryYAxis 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.
- primaryYAxis 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.
- referenceLines DashboardReference Line[] 
- The reference line setup of the visual.
- secondaryYAxis 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.
- secondaryYAxis 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.
- singleAxis DashboardOptions Single Axis Options 
- sortConfiguration DashboardCombo Chart Sort Configuration 
- The sort configuration of a ComboChartVisual.
- tooltip
DashboardTooltip Options 
- The legend display setup of the visual.
- visualPalette 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.
- interactions
DashboardVisual Interaction Options 
- The general visual interactions setup for a visual.
- legend
DashboardLegend 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
DashboardTooltip Options 
- The legend display setup of the visual.
- visual_palette DashboardVisual Palette 
- The palette (chart color) display setup of the visual.
- barData Property MapLabels 
- The options that determine if visual data labels are displayed. - The data label options for a bar in a combo chart. 
- barsArrangement "CLUSTERED" | "STACKED" | "STACKED_PERCENT"
- Determines the bar arrangement in a combo chart. The following are valid values in this structure:- CLUSTERED: For clustered bar combo charts.
- STACKED: For stacked bar combo charts.
- STACKED_PERCENT: Do not use. If you use this value, the operation returns a validation error.
 
- categoryAxis Property Map
- The category axis of a combo chart.
- categoryLabel Property MapOptions 
- The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.
- colorLabel Property MapOptions 
- The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.
- fieldWells Property Map
- The field wells of the visual.
- interactions Property Map
- The general visual interactions setup for a visual.
- legend Property Map
- The legend display setup of the visual.
- lineData Property MapLabels 
- The options that determine if visual data labels are displayed. - The data label options for a line in a combo chart. 
- primaryYAxis 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.
- primaryYAxis 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.
- referenceLines List<Property Map>
- The reference line setup of the visual.
- secondaryYAxis Property MapDisplay Options 
- The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.
- secondaryYAxis 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.
- singleAxis Property MapOptions 
- sortConfiguration Property Map
- The sort configuration of a ComboChartVisual.
- tooltip Property Map
- The legend display setup of the visual.
- visualPalette Property Map
- The palette (chart color) display setup of the visual.
DashboardComboChartFieldWells, DashboardComboChartFieldWellsArgs          
- ComboChart 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.
- ComboChart 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.
- comboChart 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.
- comboChart 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.
- comboChart 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          
- CategoryItems Pulumi.Limit Aws Native. Quick Sight. Inputs. Dashboard Items Limit Configuration 
- The item limit configuration for the category field well of a combo chart.
- CategorySort List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Field Sort Options> 
- The sort configuration of the category field well in a combo chart.
- ColorItems Pulumi.Limit Aws Native. Quick Sight. Inputs. Dashboard Items Limit Configuration 
- The item limit configuration of the color field well in a combo chart.
- ColorSort List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Field Sort Options> 
- The sort configuration of the color field well in a combo chart.
- CategoryItems DashboardLimit Items Limit Configuration 
- The item limit configuration for the category field well of a combo chart.
- CategorySort []DashboardField Sort Options 
- The sort configuration of the category field well in a combo chart.
- ColorItems DashboardLimit Items Limit Configuration 
- The item limit configuration of the color field well in a combo chart.
- ColorSort []DashboardField Sort Options 
- The sort configuration of the color field well in a combo chart.
- categoryItems DashboardLimit Items Limit Configuration 
- The item limit configuration for the category field well of a combo chart.
- categorySort List<DashboardField Sort Options> 
- The sort configuration of the category field well in a combo chart.
- colorItems DashboardLimit Items Limit Configuration 
- The item limit configuration of the color field well in a combo chart.
- colorSort List<DashboardField Sort Options> 
- The sort configuration of the color field well in a combo chart.
- categoryItems DashboardLimit Items Limit Configuration 
- The item limit configuration for the category field well of a combo chart.
- categorySort DashboardField Sort Options[] 
- The sort configuration of the category field well in a combo chart.
- colorItems DashboardLimit Items Limit Configuration 
- The item limit configuration of the color field well in a combo chart.
- colorSort 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.
- categoryItems Property MapLimit 
- The item limit configuration for the category field well of a combo chart.
- categorySort List<Property Map>
- The sort configuration of the category field well in a combo chart.
- colorItems Property MapLimit 
- The item limit configuration of the color field well in a combo chart.
- colorSort List<Property Map>
- The sort configuration of the color field well in a combo chart.
DashboardComboChartVisual, DashboardComboChartVisualArgs        
- VisualId string
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- Actions
List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Visual Custom Action> 
- The list of custom actions that are configured for a visual.
- ChartConfiguration Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Combo Chart Configuration 
- The configuration settings of the visual.
- ColumnHierarchies 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.
- VisualContent stringAlt Text 
- The alt text for the visual.
- VisualId string
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- Actions
[]DashboardVisual Custom Action 
- The list of custom actions that are configured for a visual.
- ChartConfiguration DashboardCombo Chart Configuration 
- The configuration settings of the visual.
- ColumnHierarchies []DashboardColumn Hierarchy 
- The column hierarchy that is used during drill-downs and drill-ups.
- Subtitle
DashboardVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- Title
DashboardVisual Title Label Options 
- The title that is displayed on the visual.
- VisualContent stringAlt Text 
- The alt text for the visual.
- visualId String
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions
List<DashboardVisual Custom Action> 
- The list of custom actions that are configured for a visual.
- chartConfiguration DashboardCombo Chart Configuration 
- The configuration settings of the visual.
- columnHierarchies List<DashboardColumn Hierarchy> 
- The column hierarchy that is used during drill-downs and drill-ups.
- subtitle
DashboardVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- title
DashboardVisual Title Label Options 
- The title that is displayed on the visual.
- visualContent StringAlt Text 
- The alt text for the visual.
- visualId string
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions
DashboardVisual Custom Action[] 
- The list of custom actions that are configured for a visual.
- chartConfiguration DashboardCombo Chart Configuration 
- The configuration settings of the visual.
- columnHierarchies DashboardColumn Hierarchy[] 
- The column hierarchy that is used during drill-downs and drill-ups.
- subtitle
DashboardVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- title
DashboardVisual Title Label Options 
- The title that is displayed on the visual.
- visualContent stringAlt Text 
- The alt text for the visual.
- visual_id str
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions
Sequence[DashboardVisual 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
DashboardVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- title
DashboardVisual Title Label Options 
- The title that is displayed on the visual.
- visual_content_ stralt_ text 
- The alt text for the visual.
- visualId String
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions List<Property Map>
- The list of custom actions that are configured for a visual.
- chartConfiguration Property Map
- The configuration settings of the visual.
- columnHierarchies List<Property Map>
- The column hierarchy that is used during drill-downs and drill-ups.
- subtitle Property Map
- The subtitle that is displayed on the visual.
- title Property Map
- The title that is displayed on the visual.
- visualContent StringAlt Text 
- The alt text for the visual.
DashboardCommitMode, DashboardCommitModeArgs      
- Auto
- AUTO
- Manual
- MANUAL
- DashboardCommit Mode Auto 
- AUTO
- DashboardCommit Mode Manual 
- MANUAL
- Auto
- AUTO
- Manual
- MANUAL
- Auto
- AUTO
- Manual
- MANUAL
- AUTO
- AUTO
- MANUAL
- MANUAL
- "AUTO"
- AUTO
- "MANUAL"
- MANUAL
DashboardComparisonConfiguration, DashboardComparisonConfigurationArgs      
- ComparisonFormat Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Comparison Format Configuration 
- The format of the comparison.
- ComparisonMethod Pulumi.Aws Native. Quick Sight. Dashboard Comparison Method 
- The method of the comparison. Choose from the following options:- DIFFERENCE
- PERCENT_DIFFERENCE
- PERCENT
 
- ComparisonFormat DashboardComparison Format Configuration 
- The format of the comparison.
- ComparisonMethod DashboardComparison Method 
- The method of the comparison. Choose from the following options:- DIFFERENCE
- PERCENT_DIFFERENCE
- PERCENT
 
- comparisonFormat DashboardComparison Format Configuration 
- The format of the comparison.
- comparisonMethod DashboardComparison Method 
- The method of the comparison. Choose from the following options:- DIFFERENCE
- PERCENT_DIFFERENCE
- PERCENT
 
- comparisonFormat DashboardComparison Format Configuration 
- The format of the comparison.
- comparisonMethod 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
 
- comparisonFormat Property Map
- The format of the comparison.
- comparisonMethod "DIFFERENCE" | "PERCENT_DIFFERENCE" | "PERCENT"
- The method of the comparison. Choose from the following options:- DIFFERENCE
- PERCENT_DIFFERENCE
- PERCENT
 
DashboardComparisonFormatConfiguration, DashboardComparisonFormatConfigurationArgs        
- NumberDisplay Pulumi.Format Configuration Aws Native. Quick Sight. Inputs. Dashboard Number Display Format Configuration 
- The number display format.
- PercentageDisplay Pulumi.Format Configuration Aws Native. Quick Sight. Inputs. Dashboard Percentage Display Format Configuration 
- The percentage display format.
- NumberDisplay DashboardFormat Configuration Number Display Format Configuration 
- The number display format.
- PercentageDisplay DashboardFormat Configuration Percentage Display Format Configuration 
- The percentage display format.
- numberDisplay DashboardFormat Configuration Number Display Format Configuration 
- The number display format.
- percentageDisplay DashboardFormat Configuration Percentage Display Format Configuration 
- The percentage display format.
- numberDisplay DashboardFormat Configuration Number Display Format Configuration 
- The number display format.
- percentageDisplay 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.
- numberDisplay Property MapFormat Configuration 
- The number display format.
- percentageDisplay Property MapFormat Configuration 
- The percentage display format.
DashboardComparisonMethod, DashboardComparisonMethodArgs      
- Difference
- DIFFERENCE
- PercentDifference 
- PERCENT_DIFFERENCE
- Percent
- PERCENT
- DashboardComparison Method Difference 
- DIFFERENCE
- DashboardComparison Method Percent Difference 
- PERCENT_DIFFERENCE
- DashboardComparison Method Percent 
- PERCENT
- Difference
- DIFFERENCE
- PercentDifference 
- PERCENT_DIFFERENCE
- Percent
- PERCENT
- Difference
- DIFFERENCE
- PercentDifference 
- PERCENT_DIFFERENCE
- Percent
- PERCENT
- DIFFERENCE
- DIFFERENCE
- PERCENT_DIFFERENCE
- PERCENT_DIFFERENCE
- PERCENT
- PERCENT
- "DIFFERENCE"
- DIFFERENCE
- "PERCENT_DIFFERENCE"
- PERCENT_DIFFERENCE
- "PERCENT"
- PERCENT
DashboardComputation, DashboardComputationArgs    
- Forecast
Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Forecast Computation 
- The forecast computation configuration.
- GrowthRate Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Growth Rate Computation 
- The growth rate computation configuration.
- MaximumMinimum Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Maximum Minimum Computation 
- The maximum and minimum computation configuration.
- MetricComparison Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Metric Comparison Computation 
- The metric comparison computation configuration.
- PeriodOver Pulumi.Period Aws Native. Quick Sight. Inputs. Dashboard Period Over Period Computation 
- The period over period computation configuration.
- PeriodTo Pulumi.Date Aws Native. Quick Sight. Inputs. Dashboard Period To Date Computation 
- The period to DataSetIdentifiercomputation configuration.
- TopBottom Pulumi.Movers Aws Native. Quick Sight. Inputs. Dashboard Top Bottom Movers Computation 
- The top movers and bottom movers computation configuration.
- TopBottom Pulumi.Ranked Aws Native. Quick Sight. Inputs. Dashboard Top Bottom Ranked Computation 
- The top ranked and bottom ranked computation configuration.
- TotalAggregation Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Total Aggregation Computation 
- The total aggregation computation configuration.
- UniqueValues Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Unique Values Computation 
- The unique values computation configuration.
- Forecast
DashboardForecast Computation 
- The forecast computation configuration.
- GrowthRate DashboardGrowth Rate Computation 
- The growth rate computation configuration.
- MaximumMinimum DashboardMaximum Minimum Computation 
- The maximum and minimum computation configuration.
- MetricComparison DashboardMetric Comparison Computation 
- The metric comparison computation configuration.
- PeriodOver DashboardPeriod Period Over Period Computation 
- The period over period computation configuration.
- PeriodTo DashboardDate Period To Date Computation 
- The period to DataSetIdentifiercomputation configuration.
- TopBottom DashboardMovers Top Bottom Movers Computation 
- The top movers and bottom movers computation configuration.
- TopBottom DashboardRanked Top Bottom Ranked Computation 
- The top ranked and bottom ranked computation configuration.
- TotalAggregation DashboardTotal Aggregation Computation 
- The total aggregation computation configuration.
- UniqueValues DashboardUnique Values Computation 
- The unique values computation configuration.
- forecast
DashboardForecast Computation 
- The forecast computation configuration.
- growthRate DashboardGrowth Rate Computation 
- The growth rate computation configuration.
- maximumMinimum DashboardMaximum Minimum Computation 
- The maximum and minimum computation configuration.
- metricComparison DashboardMetric Comparison Computation 
- The metric comparison computation configuration.
- periodOver DashboardPeriod Period Over Period Computation 
- The period over period computation configuration.
- periodTo DashboardDate Period To Date Computation 
- The period to DataSetIdentifiercomputation configuration.
- topBottom DashboardMovers Top Bottom Movers Computation 
- The top movers and bottom movers computation configuration.
- topBottom DashboardRanked Top Bottom Ranked Computation 
- The top ranked and bottom ranked computation configuration.
- totalAggregation DashboardTotal Aggregation Computation 
- The total aggregation computation configuration.
- uniqueValues DashboardUnique Values Computation 
- The unique values computation configuration.
- forecast
DashboardForecast Computation 
- The forecast computation configuration.
- growthRate DashboardGrowth Rate Computation 
- The growth rate computation configuration.
- maximumMinimum DashboardMaximum Minimum Computation 
- The maximum and minimum computation configuration.
- metricComparison DashboardMetric Comparison Computation 
- The metric comparison computation configuration.
- periodOver DashboardPeriod Period Over Period Computation 
- The period over period computation configuration.
- periodTo DashboardDate Period To Date Computation 
- The period to DataSetIdentifiercomputation configuration.
- topBottom DashboardMovers Top Bottom Movers Computation 
- The top movers and bottom movers computation configuration.
- topBottom DashboardRanked Top Bottom Ranked Computation 
- The top ranked and bottom ranked computation configuration.
- totalAggregation DashboardTotal Aggregation Computation 
- The total aggregation computation configuration.
- uniqueValues DashboardUnique Values Computation 
- The unique values computation configuration.
- forecast
DashboardForecast 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 DataSetIdentifiercomputation 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.
- growthRate Property Map
- The growth rate computation configuration.
- maximumMinimum Property Map
- The maximum and minimum computation configuration.
- metricComparison Property Map
- The metric comparison computation configuration.
- periodOver Property MapPeriod 
- The period over period computation configuration.
- periodTo Property MapDate 
- The period to DataSetIdentifiercomputation configuration.
- topBottom Property MapMovers 
- The top movers and bottom movers computation configuration.
- topBottom Property MapRanked 
- The top ranked and bottom ranked computation configuration.
- totalAggregation Property Map
- The total aggregation computation configuration.
- uniqueValues 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
DashboardConditional Formatting Gradient Color 
- Formatting configuration for gradient color.
- Solid
DashboardConditional Formatting Solid Color 
- Formatting configuration for solid color.
- gradient
DashboardConditional Formatting Gradient Color 
- Formatting configuration for gradient color.
- solid
DashboardConditional Formatting Solid Color 
- Formatting configuration for solid color.
- gradient
DashboardConditional Formatting Gradient Color 
- Formatting configuration for gradient color.
- solid
DashboardConditional Formatting Solid Color 
- Formatting configuration for solid color.
- gradient
DashboardConditional Formatting Gradient Color 
- Formatting configuration for gradient color.
- solid
DashboardConditional 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.
- IconOptions 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.
- DisplayConfiguration 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.
- IconOptions DashboardConditional Formatting Custom Icon Options 
- Custom icon options for an icon set.
- Color string
- Determines the color of the icon.
- DisplayConfiguration DashboardConditional Formatting Icon Display Configuration 
- Determines the icon display configuration.
- expression String
- The expression that determines the condition of the icon set.
- iconOptions DashboardConditional Formatting Custom Icon Options 
- Custom icon options for an icon set.
- color String
- Determines the color of the icon.
- displayConfiguration DashboardConditional Formatting Icon Display Configuration 
- Determines the icon display configuration.
- expression string
- The expression that determines the condition of the icon set.
- iconOptions DashboardConditional Formatting Custom Icon Options 
- Custom icon options for an icon set.
- color string
- Determines the color of the icon.
- displayConfiguration 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.
- iconOptions Property Map
- Custom icon options for an icon set.
- color String
- Determines the color of the icon.
- displayConfiguration Property Map
- Determines the icon display configuration.
DashboardConditionalFormattingCustomIconOptions, DashboardConditionalFormattingCustomIconOptionsArgs            
- Icon
Pulumi.Aws Native. Quick Sight. Dashboard Icon 
- Determines the type of icon.
- UnicodeIcon string
- Determines the Unicode icon type.
- Icon
DashboardIcon 
- Determines the type of icon.
- UnicodeIcon string
- Determines the Unicode icon type.
- icon
DashboardIcon 
- Determines the type of icon.
- unicodeIcon String
- Determines the Unicode icon type.
- icon
DashboardIcon 
- Determines the type of icon.
- unicodeIcon string
- Determines the Unicode icon type.
- icon
DashboardIcon 
- 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.
- unicodeIcon 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
DashboardGradient Color 
- Determines the color.
- Expression string
- The expression that determines the formatting configuration for gradient color.
- color
DashboardGradient Color 
- Determines the color.
- expression String
- The expression that determines the formatting configuration for gradient color.
- color
DashboardGradient Color 
- Determines the color.
- expression string
- The expression that determines the formatting configuration for gradient color.
- color
DashboardGradient 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        
- CustomCondition Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Conditional Formatting Custom Icon Condition 
- Determines the custom condition for an icon set.
- IconSet Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Conditional Formatting Icon Set 
- Formatting configuration for icon set.
- CustomCondition DashboardConditional Formatting Custom Icon Condition 
- Determines the custom condition for an icon set.
- IconSet DashboardConditional Formatting Icon Set 
- Formatting configuration for icon set.
- customCondition DashboardConditional Formatting Custom Icon Condition 
- Determines the custom condition for an icon set.
- iconSet DashboardConditional Formatting Icon Set 
- Formatting configuration for icon set.
- customCondition DashboardConditional Formatting Custom Icon Condition 
- Determines the custom condition for an icon set.
- iconSet 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.
- customCondition Property Map
- Determines the custom condition for an icon set.
- iconSet Property Map
- Formatting configuration for icon set.
DashboardConditionalFormattingIconDisplayConfiguration, DashboardConditionalFormattingIconDisplayConfigurationArgs            
- IconDisplay Pulumi.Option Aws Native. Quick Sight. Dashboard Conditional Formatting Icon Display Option 
- Determines the icon display configuration.
- IconDisplay DashboardOption Conditional Formatting Icon Display Option 
- Determines the icon display configuration.
- iconDisplay DashboardOption Conditional Formatting Icon Display Option 
- Determines the icon display configuration.
- iconDisplay DashboardOption Conditional Formatting Icon Display Option 
- Determines the icon display configuration.
- icon_display_ Dashboardoption Conditional Formatting Icon Display Option 
- Determines the icon display configuration.
- iconDisplay "ICON_ONLY"Option 
- Determines the icon display configuration.
DashboardConditionalFormattingIconDisplayOption, DashboardConditionalFormattingIconDisplayOptionArgs            
- IconOnly 
- ICON_ONLY
- DashboardConditional Formatting Icon Display Option Icon Only 
- ICON_ONLY
- IconOnly 
- ICON_ONLY
- IconOnly 
- 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.
- IconSet 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.
- IconSet DashboardType Conditional Formatting Icon Set Type 
- Determines the icon set type.
- expression String
- The expression that determines the formatting configuration for the icon set.
- iconSet DashboardType Conditional Formatting Icon Set Type 
- Determines the icon set type.
- expression string
- The expression that determines the formatting configuration for the icon set.
- iconSet 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.
- iconSet "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            
- PlusMinus 
- PLUS_MINUS
- CheckX 
- CHECK_X
- ThreeColor Arrow 
- THREE_COLOR_ARROW
- ThreeGray Arrow 
- THREE_GRAY_ARROW
- CaretUp Minus Down 
- CARET_UP_MINUS_DOWN
- ThreeShape 
- THREE_SHAPE
- ThreeCircle 
- THREE_CIRCLE
- Flags
- FLAGS
- Bars
- BARS
- FourColor Arrow 
- FOUR_COLOR_ARROW
- FourGray Arrow 
- FOUR_GRAY_ARROW
- DashboardConditional Formatting Icon Set Type Plus Minus 
- PLUS_MINUS
- DashboardConditional Formatting Icon Set Type Check X 
- CHECK_X
- DashboardConditional Formatting Icon Set Type Three Color Arrow 
- THREE_COLOR_ARROW
- DashboardConditional Formatting Icon Set Type Three Gray Arrow 
- THREE_GRAY_ARROW
- DashboardConditional Formatting Icon Set Type Caret Up Minus Down 
- CARET_UP_MINUS_DOWN
- DashboardConditional Formatting Icon Set Type Three Shape 
- THREE_SHAPE
- DashboardConditional Formatting Icon Set Type Three Circle 
- THREE_CIRCLE
- DashboardConditional Formatting Icon Set Type Flags 
- FLAGS
- DashboardConditional Formatting Icon Set Type Bars 
- BARS
- DashboardConditional Formatting Icon Set Type Four Color Arrow 
- FOUR_COLOR_ARROW
- DashboardConditional Formatting Icon Set Type Four Gray Arrow 
- FOUR_GRAY_ARROW
- PlusMinus 
- PLUS_MINUS
- CheckX 
- CHECK_X
- ThreeColor Arrow 
- THREE_COLOR_ARROW
- ThreeGray Arrow 
- THREE_GRAY_ARROW
- CaretUp Minus Down 
- CARET_UP_MINUS_DOWN
- ThreeShape 
- THREE_SHAPE
- ThreeCircle 
- THREE_CIRCLE
- Flags
- FLAGS
- Bars
- BARS
- FourColor Arrow 
- FOUR_COLOR_ARROW
- FourGray Arrow 
- FOUR_GRAY_ARROW
- PlusMinus 
- PLUS_MINUS
- CheckX 
- CHECK_X
- ThreeColor Arrow 
- THREE_COLOR_ARROW
- ThreeGray Arrow 
- THREE_GRAY_ARROW
- CaretUp Minus Down 
- CARET_UP_MINUS_DOWN
- ThreeShape 
- THREE_SHAPE
- ThreeCircle 
- THREE_CIRCLE
- Flags
- FLAGS
- Bars
- BARS
- FourColor Arrow 
- FOUR_COLOR_ARROW
- FourGray 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.
DashboardContextMenuOption, DashboardContextMenuOptionArgs        
- AvailabilityStatus Pulumi.Aws Native. Quick Sight. Dashboard Behavior 
- The availability status of the context menu options. If the value of this property is set to ENABLED, dashboard readers can interact with the context menu.
- AvailabilityStatus DashboardBehavior 
- The availability status of the context menu options. If the value of this property is set to ENABLED, dashboard readers can interact with the context menu.
- availabilityStatus DashboardBehavior 
- The availability status of the context menu options. If the value of this property is set to ENABLED, dashboard readers can interact with the context menu.
- availabilityStatus DashboardBehavior 
- The availability status of the context menu options. If the value of this property is set to ENABLED, dashboard readers can interact with the context menu.
- availability_status DashboardBehavior 
- The availability status of the context menu options. If the value of this property is set to ENABLED, dashboard readers can interact with the context menu.
- availabilityStatus "ENABLED" | "DISABLED"
- The availability status of the context menu options. If the value of this property is set to ENABLED, dashboard readers can interact with the context menu.
DashboardContributionAnalysisDefault, DashboardContributionAnalysisDefaultArgs        
- ContributorDimensions 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.
- MeasureField stringId 
- The measure field that is used in the contribution analysis.
- ContributorDimensions []DashboardColumn Identifier 
- The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers.
- MeasureField stringId 
- The measure field that is used in the contribution analysis.
- contributorDimensions List<DashboardColumn Identifier> 
- The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers.
- measureField StringId 
- The measure field that is used in the contribution analysis.
- contributorDimensions DashboardColumn Identifier[] 
- The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers.
- measureField 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.
- contributorDimensions List<Property Map>
- The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers.
- measureField StringId 
- The measure field that is used in the contribution analysis.
DashboardCrossDatasetTypes, DashboardCrossDatasetTypesArgs        
- AllDatasets 
- ALL_DATASETS
- SingleDataset 
- SINGLE_DATASET
- DashboardCross Dataset Types All Datasets 
- ALL_DATASETS
- DashboardCross Dataset Types Single Dataset 
- SINGLE_DATASET
- AllDatasets 
- ALL_DATASETS
- SingleDataset 
- SINGLE_DATASET
- AllDatasets 
- ALL_DATASETS
- SingleDataset 
- SINGLE_DATASET
- ALL_DATASETS
- ALL_DATASETS
- SINGLE_DATASET
- SINGLE_DATASET
- "ALL_DATASETS"
- ALL_DATASETS
- "SINGLE_DATASET"
- SINGLE_DATASET
DashboardCurrencyDisplayFormatConfiguration, DashboardCurrencyDisplayFormatConfigurationArgs          
- DecimalPlaces Pulumi.Configuration Aws Native. Quick Sight. Inputs. Dashboard Decimal Places Configuration 
- The option that determines the decimal places configuration.
- NegativeValue Pulumi.Configuration Aws Native. Quick Sight. Inputs. Dashboard Negative Value Configuration 
- The options that determine the negative value configuration.
- NullValue Pulumi.Format Configuration Aws Native. Quick Sight. Inputs. Dashboard Null Value Format Configuration 
- The options that determine the null value format configuration.
- NumberScale 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.
- SeparatorConfiguration 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.
- DecimalPlaces DashboardConfiguration Decimal Places Configuration 
- The option that determines the decimal places configuration.
- NegativeValue DashboardConfiguration Negative Value Configuration 
- The options that determine the negative value configuration.
- NullValue DashboardFormat Configuration Null Value Format Configuration 
- The options that determine the null value format configuration.
- NumberScale DashboardNumber Scale 
- Determines the number scale value for the currency format.
- Prefix string
- Determines the prefix value of the currency format.
- SeparatorConfiguration 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.
- decimalPlaces DashboardConfiguration Decimal Places Configuration 
- The option that determines the decimal places configuration.
- negativeValue DashboardConfiguration Negative Value Configuration 
- The options that determine the negative value configuration.
- nullValue DashboardFormat Configuration Null Value Format Configuration 
- The options that determine the null value format configuration.
- numberScale DashboardNumber Scale 
- Determines the number scale value for the currency format.
- prefix String
- Determines the prefix value of the currency format.
- separatorConfiguration 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.
- decimalPlaces DashboardConfiguration Decimal Places Configuration 
- The option that determines the decimal places configuration.
- negativeValue DashboardConfiguration Negative Value Configuration 
- The options that determine the negative value configuration.
- nullValue DashboardFormat Configuration Null Value Format Configuration 
- The options that determine the null value format configuration.
- numberScale DashboardNumber Scale 
- Determines the number scale value for the currency format.
- prefix string
- Determines the prefix value of the currency format.
- separatorConfiguration 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.
- decimalPlaces Property MapConfiguration 
- The option that determines the decimal places configuration.
- negativeValue Property MapConfiguration 
- The options that determine the negative value configuration.
- nullValue Property MapFormat Configuration 
- The options that determine the null value format configuration.
- numberScale "NONE" | "AUTO" | "THOUSANDS" | "MILLIONS" | "BILLIONS" | "TRILLIONS" | "LAKHS" | "CRORES"
- Determines the number scale value for the currency format.
- prefix String
- Determines the prefix value of the currency format.
- separatorConfiguration Property Map
- The options that determine the numeric separator configuration.
- suffix String
- Determines the suffix value of the currency format.
- symbol String
- Determines the symbol for the currency format.
DashboardCustomActionFilterOperation, DashboardCustomActionFilterOperationArgs          
- SelectedFields Pulumi.Configuration Aws Native. Quick Sight. Inputs. Dashboard Filter Operation Selected Fields Configuration 
- The configuration that chooses the fields to be filtered.
- TargetVisuals Pulumi.Configuration Aws Native. Quick Sight. Inputs. Dashboard Filter Operation Target Visuals Configuration 
- The configuration that chooses the target visuals to be filtered.
- SelectedFields DashboardConfiguration Filter Operation Selected Fields Configuration 
- The configuration that chooses the fields to be filtered.
- TargetVisuals DashboardConfiguration Filter Operation Target Visuals Configuration 
- The configuration that chooses the target visuals to be filtered.
- selectedFields DashboardConfiguration Filter Operation Selected Fields Configuration 
- The configuration that chooses the fields to be filtered.
- targetVisuals DashboardConfiguration Filter Operation Target Visuals Configuration 
- The configuration that chooses the target visuals to be filtered.
- selectedFields DashboardConfiguration Filter Operation Selected Fields Configuration 
- The configuration that chooses the fields to be filtered.
- targetVisuals 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.
- selectedFields Property MapConfiguration 
- The configuration that chooses the fields to be filtered.
- targetVisuals 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.
- 
DashboardLocal Navigation Configuration 
- The configuration that chooses the navigation target.
- 
DashboardLocal Navigation Configuration 
- The configuration that chooses the navigation target.
- 
DashboardLocal Navigation Configuration 
- The configuration that chooses the navigation target.
- 
DashboardLocal Navigation Configuration 
- The configuration that chooses the navigation target.
- Property Map
- The configuration that chooses the navigation target.
DashboardCustomActionSetParametersOperation, DashboardCustomActionSetParametersOperationArgs            
- ParameterValue List<Pulumi.Configurations Aws Native. Quick Sight. Inputs. Dashboard Set Parameter Value Configuration> 
- The parameter that determines the value configuration.
- ParameterValue []DashboardConfigurations Set Parameter Value Configuration 
- The parameter that determines the value configuration.
- parameterValue List<DashboardConfigurations Set Parameter Value Configuration> 
- The parameter that determines the value configuration.
- parameterValue 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.
- parameterValue List<Property Map>Configurations 
- The parameter that determines the value configuration.
DashboardCustomActionUrlOperation, DashboardCustomActionUrlOperationArgs          
- UrlTarget 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.
 
- UrlTemplate string
- THe URL link of the CustomActionURLOperation.
- UrlTarget 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.
 
- UrlTemplate string
- THe URL link of the CustomActionURLOperation.
- urlTarget 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.
 
- urlTemplate String
- THe URL link of the CustomActionURLOperation.
- urlTarget 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.
 
- urlTemplate 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.
- urlTarget "NEW_TAB" | "NEW_WINDOW" | "SAME_TAB"
- The target of the - CustomActionURLOperation.- Valid values are defined as follows: - NEW_TAB: Opens the target URL in a new browser tab.
- NEW_WINDOW: Opens the target URL in a new browser window.
- SAME_TAB: Opens the target URL in the same browser tab.
 
- urlTemplate String
- THe URL link of the CustomActionURLOperation.
DashboardCustomColor, DashboardCustomColorArgs      
- Color string
- The color that is applied to the data value.
- FieldValue string
- The data value that the color is applied to.
- SpecialValue 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.
- FieldValue string
- The data value that the color is applied to.
- SpecialValue DashboardSpecial Value 
- The value of a special data value.
- color String
- The color that is applied to the data value.
- fieldValue String
- The data value that the color is applied to.
- specialValue DashboardSpecial Value 
- The value of a special data value.
- color string
- The color that is applied to the data value.
- fieldValue string
- The data value that the color is applied to.
- specialValue 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.
- fieldValue String
- The data value that the color is applied to.
- specialValue "EMPTY" | "NULL" | "OTHER"
- The value of a special data value.
DashboardCustomContentConfiguration, DashboardCustomContentConfigurationArgs        
- ContentType 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.
- ContentUrl string
- The input URL that links to the custom content that you want in the custom visual.
- ImageScaling 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 ContentTypeof the visual is'IMAGE'.
- Interactions
Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Visual Interaction Options 
- The general visual interactions setup for a visual.
- ContentType DashboardCustom Content Type 
- The content type of the custom content visual. You can use this to have the visual render as an image.
- ContentUrl string
- The input URL that links to the custom content that you want in the custom visual.
- ImageScaling DashboardCustom Content Image Scaling Configuration 
- The sizing options for the size of the custom content visual. This structure is required when the ContentTypeof the visual is'IMAGE'.
- Interactions
DashboardVisual Interaction Options 
- The general visual interactions setup for a visual.
- contentType DashboardCustom Content Type 
- The content type of the custom content visual. You can use this to have the visual render as an image.
- contentUrl String
- The input URL that links to the custom content that you want in the custom visual.
- imageScaling DashboardCustom Content Image Scaling Configuration 
- The sizing options for the size of the custom content visual. This structure is required when the ContentTypeof the visual is'IMAGE'.
- interactions
DashboardVisual Interaction Options 
- The general visual interactions setup for a visual.
- contentType DashboardCustom Content Type 
- The content type of the custom content visual. You can use this to have the visual render as an image.
- contentUrl string
- The input URL that links to the custom content that you want in the custom visual.
- imageScaling DashboardCustom Content Image Scaling Configuration 
- The sizing options for the size of the custom content visual. This structure is required when the ContentTypeof the visual is'IMAGE'.
- interactions
DashboardVisual Interaction Options 
- The general visual interactions setup for a visual.
- 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 ContentTypeof the visual is'IMAGE'.
- interactions
DashboardVisual Interaction Options 
- The general visual interactions setup for a visual.
- contentType "IMAGE" | "OTHER_EMBEDDED_CONTENT"
- The content type of the custom content visual. You can use this to have the visual render as an image.
- contentUrl String
- The input URL that links to the custom content that you want in the custom visual.
- imageScaling "FIT_TO_HEIGHT" | "FIT_TO_WIDTH" | "DO_NOT_SCALE" | "SCALE_TO_VISUAL"
- The sizing options for the size of the custom content visual. This structure is required when the ContentTypeof the visual is'IMAGE'.
- interactions Property Map
- The general visual interactions setup for a visual.
DashboardCustomContentImageScalingConfiguration, DashboardCustomContentImageScalingConfigurationArgs            
- FitTo Height 
- FIT_TO_HEIGHT
- FitTo Width 
- FIT_TO_WIDTH
- DoNot Scale 
- DO_NOT_SCALE
- ScaleTo Visual 
- SCALE_TO_VISUAL
- DashboardCustom Content Image Scaling Configuration Fit To Height 
- FIT_TO_HEIGHT
- DashboardCustom Content Image Scaling Configuration Fit To Width 
- FIT_TO_WIDTH
- DashboardCustom Content Image Scaling Configuration Do Not Scale 
- DO_NOT_SCALE
- DashboardCustom Content Image Scaling Configuration Scale To Visual 
- SCALE_TO_VISUAL
- FitTo Height 
- FIT_TO_HEIGHT
- FitTo Width 
- FIT_TO_WIDTH
- DoNot Scale 
- DO_NOT_SCALE
- ScaleTo Visual 
- SCALE_TO_VISUAL
- FitTo Height 
- FIT_TO_HEIGHT
- FitTo Width 
- FIT_TO_WIDTH
- DoNot Scale 
- DO_NOT_SCALE
- ScaleTo 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
- OtherEmbedded Content 
- OTHER_EMBEDDED_CONTENT
- DashboardCustom Content Type Image 
- IMAGE
- DashboardCustom Content Type Other Embedded Content 
- OTHER_EMBEDDED_CONTENT
- Image
- IMAGE
- OtherEmbedded Content 
- OTHER_EMBEDDED_CONTENT
- Image
- IMAGE
- OtherEmbedded Content 
- OTHER_EMBEDDED_CONTENT
- IMAGE
- IMAGE
- OTHER_EMBEDDED_CONTENT
- OTHER_EMBEDDED_CONTENT
- "IMAGE"
- IMAGE
- "OTHER_EMBEDDED_CONTENT"
- OTHER_EMBEDDED_CONTENT
DashboardCustomContentVisual, DashboardCustomContentVisualArgs        
- DataSet stringIdentifier 
- The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
- VisualId string
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- Actions
List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Visual Custom Action> 
- The list of custom actions that are configured for a visual.
- ChartConfiguration 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.
- VisualContent stringAlt Text 
- The alt text for the visual.
- DataSet stringIdentifier 
- The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
- VisualId string
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- Actions
[]DashboardVisual Custom Action 
- The list of custom actions that are configured for a visual.
- ChartConfiguration DashboardCustom Content Configuration 
- The configuration of a CustomContentVisual.
- Subtitle
DashboardVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- Title
DashboardVisual Title Label Options 
- The title that is displayed on the visual.
- VisualContent stringAlt Text 
- The alt text for the visual.
- dataSet StringIdentifier 
- The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
- visualId String
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions
List<DashboardVisual Custom Action> 
- The list of custom actions that are configured for a visual.
- chartConfiguration DashboardCustom Content Configuration 
- The configuration of a CustomContentVisual.
- subtitle
DashboardVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- title
DashboardVisual Title Label Options 
- The title that is displayed on the visual.
- visualContent StringAlt Text 
- The alt text for the visual.
- dataSet stringIdentifier 
- The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
- visualId string
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions
DashboardVisual Custom Action[] 
- The list of custom actions that are configured for a visual.
- chartConfiguration DashboardCustom Content Configuration 
- The configuration of a CustomContentVisual.
- subtitle
DashboardVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- title
DashboardVisual Title Label Options 
- The title that is displayed on the visual.
- visualContent stringAlt Text 
- The alt text for 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[DashboardVisual Custom Action] 
- The list of custom actions that are configured for a visual.
- chart_configuration DashboardCustom Content Configuration 
- The configuration of a CustomContentVisual.
- subtitle
DashboardVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- title
DashboardVisual Title Label Options 
- The title that is displayed on the visual.
- visual_content_ stralt_ text 
- The alt text for the visual.
- dataSet StringIdentifier 
- The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
- visualId String
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions List<Property Map>
- The list of custom actions that are configured for a visual.
- chartConfiguration Property Map
- The configuration of a CustomContentVisual.
- subtitle Property Map
- The subtitle that is displayed on the visual.
- title Property Map
- The title that is displayed on the visual.
- visualContent StringAlt Text 
- The alt text for the visual.
DashboardCustomFilterConfiguration, DashboardCustomFilterConfigurationArgs        
- MatchOperator Pulumi.Aws Native. Quick Sight. Dashboard Category Filter Match Operator 
- The match operator that is used to determine if a filter should be applied.
- NullOption 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.
 
- CategoryValue string
- The category value for the filter. - This field is mutually exclusive to - ParameterName.
- ParameterName string
- The parameter whose value should be used for the filter value. - This field is mutually exclusive to - CategoryValue.
- SelectAll 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
 
- MatchOperator DashboardCategory Filter Match Operator 
- The match operator that is used to determine if a filter should be applied.
- NullOption 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.
 
- CategoryValue string
- The category value for the filter. - This field is mutually exclusive to - ParameterName.
- ParameterName string
- The parameter whose value should be used for the filter value. - This field is mutually exclusive to - CategoryValue.
- SelectAll DashboardOptions Category Filter Select All Options 
- Select all of the values. Null is not the assigned value of select all.- FILTER_ALL_VALUES
 
- matchOperator DashboardCategory Filter Match Operator 
- The match operator that is used to determine if a filter should be applied.
- nullOption 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.
 
- categoryValue String
- The category value for the filter. - This field is mutually exclusive to - ParameterName.
- parameterName String
- The parameter whose value should be used for the filter value. - This field is mutually exclusive to - CategoryValue.
- selectAll DashboardOptions Category Filter Select All Options 
- Select all of the values. Null is not the assigned value of select all.- FILTER_ALL_VALUES
 
- matchOperator DashboardCategory Filter Match Operator 
- The match operator that is used to determine if a filter should be applied.
- nullOption 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.
 
- categoryValue string
- The category value for the filter. - This field is mutually exclusive to - ParameterName.
- parameterName string
- The parameter whose value should be used for the filter value. - This field is mutually exclusive to - CategoryValue.
- selectAll 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
 
- matchOperator "EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH"
- The match operator that is used to determine if a filter should be applied.
- nullOption "ALL_VALUES" | "NULLS_ONLY" | "NON_NULLS_ONLY"
- This option determines how null values should be treated when filtering data.- ALL_VALUES: Include null values in filtered results.
- NULLS_ONLY: Only include null values in filtered results.
- NON_NULLS_ONLY: Exclude null values from filtered results.
 
- categoryValue String
- The category value for the filter. - This field is mutually exclusive to - ParameterName.
- parameterName String
- The parameter whose value should be used for the filter value. - This field is mutually exclusive to - CategoryValue.
- selectAll "FILTER_ALL_VALUES"Options 
- Select all of the values. Null is not the assigned value of select all.- FILTER_ALL_VALUES
 
DashboardCustomFilterListConfiguration, DashboardCustomFilterListConfigurationArgs          
- MatchOperator Pulumi.Aws Native. Quick Sight. Dashboard Category Filter Match Operator 
- The match operator that is used to determine if a filter should be applied.
- NullOption 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.
 
- CategoryValues List<string>
- The list of category values for the filter.
- SelectAll 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
 
- MatchOperator DashboardCategory Filter Match Operator 
- The match operator that is used to determine if a filter should be applied.
- NullOption 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.
 
- CategoryValues []string
- The list of category values for the filter.
- SelectAll DashboardOptions Category Filter Select All Options 
- Select all of the values. Null is not the assigned value of select all.- FILTER_ALL_VALUES
 
- matchOperator DashboardCategory Filter Match Operator 
- The match operator that is used to determine if a filter should be applied.
- nullOption 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.
 
- categoryValues List<String>
- The list of category values for the filter.
- selectAll DashboardOptions Category Filter Select All Options 
- Select all of the values. Null is not the assigned value of select all.- FILTER_ALL_VALUES
 
- matchOperator DashboardCategory Filter Match Operator 
- The match operator that is used to determine if a filter should be applied.
- nullOption 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.
 
- categoryValues string[]
- The list of category values for the filter.
- selectAll 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
 
- matchOperator "EQUALS" | "DOES_NOT_EQUAL" | "CONTAINS" | "DOES_NOT_CONTAIN" | "STARTS_WITH" | "ENDS_WITH"
- The match operator that is used to determine if a filter should be applied.
- nullOption "ALL_VALUES" | "NULLS_ONLY" | "NON_NULLS_ONLY"
- This option determines how null values should be treated when filtering data.- ALL_VALUES: Include null values in filtered results.
- NULLS_ONLY: Only include null values in filtered results.
- NON_NULLS_ONLY: Exclude null values from filtered results.
 
- categoryValues List<String>
- The list of category values for the filter.
- selectAll "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        
- DateTime List<string>Values 
- A list of datetime-type parameter values.
- DecimalValues List<double>
- A list of decimal-type parameter values.
- IntegerValues List<double>
- A list of integer-type parameter values.
- StringValues List<string>
- A list of string-type parameter values.
- DateTime []stringValues 
- A list of datetime-type parameter values.
- DecimalValues []float64
- A list of decimal-type parameter values.
- IntegerValues []float64
- A list of integer-type parameter values.
- StringValues []string
- A list of string-type parameter values.
- dateTime List<String>Values 
- A list of datetime-type parameter values.
- decimalValues List<Double>
- A list of decimal-type parameter values.
- integerValues List<Double>
- A list of integer-type parameter values.
- stringValues List<String>
- A list of string-type parameter values.
- dateTime string[]Values 
- A list of datetime-type parameter values.
- decimalValues number[]
- A list of decimal-type parameter values.
- integerValues number[]
- A list of integer-type parameter values.
- stringValues string[]
- A list of string-type parameter values.
- date_time_ 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.
- dateTime List<String>Values 
- A list of datetime-type parameter values.
- decimalValues List<Number>
- A list of decimal-type parameter values.
- integerValues List<Number>
- A list of integer-type parameter values.
- stringValues List<String>
- A list of string-type parameter values.
DashboardCustomValuesConfiguration, DashboardCustomValuesConfigurationArgs        
- CustomValues Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Custom Parameter Values 
- IncludeNull boolValue 
- Includes the null value in custom action parameter values.
- CustomValues DashboardCustom Parameter Values 
- IncludeNull boolValue 
- Includes the null value in custom action parameter values.
- customValues DashboardCustom Parameter Values 
- includeNull BooleanValue 
- Includes the null value in custom action parameter values.
- customValues DashboardCustom Parameter Values 
- includeNull 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.
- customValues Property Map
- includeNull BooleanValue 
- Includes the null value in custom action parameter values.
DashboardDataBarsOptions, DashboardDataBarsOptionsArgs        
- FieldId string
- The field ID for the data bars options.
- NegativeColor string
- The color of the negative data bar.
- PositiveColor string
- The color of the positive data bar.
- FieldId string
- The field ID for the data bars options.
- NegativeColor string
- The color of the negative data bar.
- PositiveColor string
- The color of the positive data bar.
- fieldId String
- The field ID for the data bars options.
- negativeColor String
- The color of the negative data bar.
- positiveColor String
- The color of the positive data bar.
- fieldId string
- The field ID for the data bars options.
- negativeColor string
- The color of the negative data bar.
- positiveColor string
- The color of the positive data bar.
- field_id str
- The field ID for the data bars options.
- negative_color str
- The color of the negative data bar.
- positive_color str
- The color of the positive data bar.
- fieldId String
- The field ID for the data bars options.
- negativeColor String
- The color of the negative data bar.
- positiveColor String
- The color of the positive data bar.
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          
- AxisBinding Pulumi.Aws Native. Quick Sight. Dashboard Axis Binding 
- The axis that you are binding the field to.
- FieldId string
- The field ID of the field that you are setting the axis binding to.
- FieldValue string
- The field value of the field that you are setting the axis binding to.
- Settings
Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Line Chart Series Settings 
- The options that determine the presentation of line series associated to the field.
- AxisBinding DashboardAxis Binding 
- The axis that you are binding the field to.
- FieldId string
- The field ID of the field that you are setting the axis binding to.
- FieldValue string
- The field value of the field that you are setting the axis binding to.
- Settings
DashboardLine Chart Series Settings 
- The options that determine the presentation of line series associated to the field.
- axisBinding DashboardAxis Binding 
- The axis that you are binding the field to.
- fieldId String
- The field ID of the field that you are setting the axis binding to.
- fieldValue String
- The field value of the field that you are setting the axis binding to.
- settings
DashboardLine Chart Series Settings 
- The options that determine the presentation of line series associated to the field.
- axisBinding DashboardAxis Binding 
- The axis that you are binding the field to.
- fieldId string
- The field ID of the field that you are setting the axis binding to.
- fieldValue string
- The field value of the field that you are setting the axis binding to.
- settings
DashboardLine 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
DashboardLine Chart Series Settings 
- The options that determine the presentation of line series associated to the field.
- axisBinding "PRIMARY_YAXIS" | "SECONDARY_YAXIS"
- The axis that you are binding the field to.
- fieldId String
- The field ID of the field that you are setting the axis binding to.
- fieldValue String
- The field value of the field that you are setting the axis binding to.
- settings Property Map
- The options that determine the presentation of line series associated to the field.
DashboardDataLabelContent, DashboardDataLabelContentArgs        
- Value
- VALUE
- Percent
- PERCENT
- ValueAnd Percent 
- VALUE_AND_PERCENT
- DashboardData Label Content Value 
- VALUE
- DashboardData Label Content Percent 
- PERCENT
- DashboardData Label Content Value And Percent 
- VALUE_AND_PERCENT
- Value
- VALUE
- Percent
- PERCENT
- ValueAnd Percent 
- VALUE_AND_PERCENT
- Value
- VALUE
- Percent
- PERCENT
- ValueAnd 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        
- CategoryLabel Pulumi.Visibility Aws Native. Quick Sight. Dashboard Visibility 
- Determines the visibility of the category field labels.
- DataLabel List<Pulumi.Types Aws Native. Quick Sight. Inputs. Dashboard Data Label Type> 
- The option that determines the data label type.
- LabelColor string
- Determines the color of the data labels.
- LabelContent Pulumi.Aws Native. Quick Sight. Dashboard Data Label Content 
- Determines the content of the data labels.
- LabelFont Pulumi.Configuration Aws Native. Quick Sight. Inputs. Dashboard Font Configuration 
- Determines the font configuration of the data labels.
- MeasureLabel 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.
- TotalsVisibility 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.
- CategoryLabel DashboardVisibility Visibility 
- Determines the visibility of the category field labels.
- DataLabel []DashboardTypes Data Label Type 
- The option that determines the data label type.
- LabelColor string
- Determines the color of the data labels.
- LabelContent DashboardData Label Content 
- Determines the content of the data labels.
- LabelFont DashboardConfiguration Font Configuration 
- Determines the font configuration of the data labels.
- MeasureLabel DashboardVisibility Visibility 
- Determines the visibility of the measure field labels.
- Overlap
DashboardData Label Overlap 
- Determines whether overlap is enabled or disabled for the data labels.
- Position
DashboardData Label Position 
- Determines the position of the data labels.
- TotalsVisibility DashboardVisibility 
- Determines the visibility of the total.
- Visibility
DashboardVisibility 
- Determines the visibility of the data labels.
- categoryLabel DashboardVisibility Visibility 
- Determines the visibility of the category field labels.
- dataLabel List<DashboardTypes Data Label Type> 
- The option that determines the data label type.
- labelColor String
- Determines the color of the data labels.
- labelContent DashboardData Label Content 
- Determines the content of the data labels.
- labelFont DashboardConfiguration Font Configuration 
- Determines the font configuration of the data labels.
- measureLabel DashboardVisibility Visibility 
- Determines the visibility of the measure field labels.
- overlap
DashboardData Label Overlap 
- Determines whether overlap is enabled or disabled for the data labels.
- position
DashboardData Label Position 
- Determines the position of the data labels.
- totalsVisibility DashboardVisibility 
- Determines the visibility of the total.
- visibility
DashboardVisibility 
- Determines the visibility of the data labels.
- categoryLabel DashboardVisibility Visibility 
- Determines the visibility of the category field labels.
- dataLabel DashboardTypes Data Label Type[] 
- The option that determines the data label type.
- labelColor string
- Determines the color of the data labels.
- labelContent DashboardData Label Content 
- Determines the content of the data labels.
- labelFont DashboardConfiguration Font Configuration 
- Determines the font configuration of the data labels.
- measureLabel DashboardVisibility Visibility 
- Determines the visibility of the measure field labels.
- overlap
DashboardData Label Overlap 
- Determines whether overlap is enabled or disabled for the data labels.
- position
DashboardData Label Position 
- Determines the position of the data labels.
- totalsVisibility DashboardVisibility 
- Determines the visibility of the total.
- visibility
DashboardVisibility 
- 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
DashboardData Label Overlap 
- Determines whether overlap is enabled or disabled for the data labels.
- position
DashboardData Label Position 
- Determines the position of the data labels.
- totals_visibility DashboardVisibility 
- Determines the visibility of the total.
- visibility
DashboardVisibility 
- Determines the visibility of the data labels.
- categoryLabel "HIDDEN" | "VISIBLE"Visibility 
- Determines the visibility of the category field labels.
- dataLabel List<Property Map>Types 
- The option that determines the data label type.
- labelColor String
- Determines the color of the data labels.
- labelContent "VALUE" | "PERCENT" | "VALUE_AND_PERCENT"
- Determines the content of the data labels.
- labelFont Property MapConfiguration 
- Determines the font configuration of the data labels.
- measureLabel "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.
- totalsVisibility "HIDDEN" | "VISIBLE"
- Determines the visibility of the total.
- visibility "HIDDEN" | "VISIBLE"
- Determines the visibility of the data labels.
DashboardDataLabelOverlap, DashboardDataLabelOverlapArgs        
- DisableOverlap 
- DISABLE_OVERLAP
- EnableOverlap 
- ENABLE_OVERLAP
- DashboardData Label Overlap Disable Overlap 
- DISABLE_OVERLAP
- DashboardData Label Overlap Enable Overlap 
- ENABLE_OVERLAP
- DisableOverlap 
- DISABLE_OVERLAP
- EnableOverlap 
- ENABLE_OVERLAP
- DisableOverlap 
- DISABLE_OVERLAP
- EnableOverlap 
- ENABLE_OVERLAP
- DISABLE_OVERLAP
- DISABLE_OVERLAP
- ENABLE_OVERLAP
- ENABLE_OVERLAP
- "DISABLE_OVERLAP"
- DISABLE_OVERLAP
- "ENABLE_OVERLAP"
- ENABLE_OVERLAP
DashboardDataLabelPosition, DashboardDataLabelPositionArgs        
- Inside
- INSIDE
- Outside
- OUTSIDE
- Left
- LEFT
- Top
- TOP
- Bottom
- BOTTOM
- Right
- RIGHT
- DashboardData Label Position Inside 
- INSIDE
- DashboardData Label Position Outside 
- OUTSIDE
- DashboardData Label Position Left 
- LEFT
- DashboardData Label Position Top 
- TOP
- DashboardData Label Position Bottom 
- BOTTOM
- DashboardData 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        
- DataPath Pulumi.Label Type Aws Native. Quick Sight. Inputs. Dashboard Data Path Label Type 
- The option that specifies individual data values for labels.
- FieldLabel Pulumi.Type Aws Native. Quick Sight. Inputs. Dashboard Field Label Type 
- Determines the label configuration for the entire field.
- MaximumLabel Pulumi.Type Aws Native. Quick Sight. Inputs. Dashboard Maximum Label Type 
- Determines the label configuration for the maximum value in a visual.
- MinimumLabel Pulumi.Type Aws Native. Quick Sight. Inputs. Dashboard Minimum Label Type 
- Determines the label configuration for the minimum value in a visual.
- RangeEnds Pulumi.Label Type Aws Native. Quick Sight. Inputs. Dashboard Range Ends Label Type 
- Determines the label configuration for range end value in a visual.
- DataPath DashboardLabel Type Data Path Label Type 
- The option that specifies individual data values for labels.
- FieldLabel DashboardType Field Label Type 
- Determines the label configuration for the entire field.
- MaximumLabel DashboardType Maximum Label Type 
- Determines the label configuration for the maximum value in a visual.
- MinimumLabel DashboardType Minimum Label Type 
- Determines the label configuration for the minimum value in a visual.
- RangeEnds DashboardLabel Type Range Ends Label Type 
- Determines the label configuration for range end value in a visual.
- dataPath DashboardLabel Type Data Path Label Type 
- The option that specifies individual data values for labels.
- fieldLabel DashboardType Field Label Type 
- Determines the label configuration for the entire field.
- maximumLabel DashboardType Maximum Label Type 
- Determines the label configuration for the maximum value in a visual.
- minimumLabel DashboardType Minimum Label Type 
- Determines the label configuration for the minimum value in a visual.
- rangeEnds DashboardLabel Type Range Ends Label Type 
- Determines the label configuration for range end value in a visual.
- dataPath DashboardLabel Type Data Path Label Type 
- The option that specifies individual data values for labels.
- fieldLabel DashboardType Field Label Type 
- Determines the label configuration for the entire field.
- maximumLabel DashboardType Maximum Label Type 
- Determines the label configuration for the maximum value in a visual.
- minimumLabel DashboardType Minimum Label Type 
- Determines the label configuration for the minimum value in a visual.
- rangeEnds 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.
- dataPath Property MapLabel Type 
- The option that specifies individual data values for labels.
- fieldLabel Property MapType 
- Determines the label configuration for the entire field.
- maximumLabel Property MapType 
- Determines the label configuration for the maximum value in a visual.
- minimumLabel Property MapType 
- Determines the label configuration for the minimum value in a visual.
- rangeEnds 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.
- TimeGranularity 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
DashboardData Path Value 
- The element that the color needs to be applied to.
- TimeGranularity 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
DashboardData Path Value 
- The element that the color needs to be applied to.
- timeGranularity 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
DashboardData Path Value 
- The element that the color needs to be applied to.
- timeGranularity 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
DashboardData 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.
- timeGranularity "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          
- FieldId string
- The field ID of the field that the data label needs to be applied to.
- FieldValue string
- The actual value of the field that is labeled.
- Visibility
Pulumi.Aws Native. Quick Sight. Dashboard Visibility 
- The visibility of the data label.
- FieldId string
- The field ID of the field that the data label needs to be applied to.
- FieldValue string
- The actual value of the field that is labeled.
- Visibility
DashboardVisibility 
- The visibility of the data label.
- fieldId String
- The field ID of the field that the data label needs to be applied to.
- fieldValue String
- The actual value of the field that is labeled.
- visibility
DashboardVisibility 
- The visibility of the data label.
- fieldId string
- The field ID of the field that the data label needs to be applied to.
- fieldValue string
- The actual value of the field that is labeled.
- visibility
DashboardVisibility 
- 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
DashboardVisibility 
- The visibility of the data label.
- fieldId String
- The field ID of the field that the data label needs to be applied to.
- fieldValue String
- The actual value of the field that is labeled.
- visibility "HIDDEN" | "VISIBLE"
- The visibility of the data label.
DashboardDataPathSort, DashboardDataPathSortArgs        
- Direction
Pulumi.Aws Native. Quick Sight. Dashboard Sort Direction 
- Determines the sort direction.
- SortPaths List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Data Path Value> 
- The list of data paths that need to be sorted.
- Direction
DashboardSort Direction 
- Determines the sort direction.
- SortPaths []DashboardData Path Value 
- The list of data paths that need to be sorted.
- direction
DashboardSort Direction 
- Determines the sort direction.
- sortPaths List<DashboardData Path Value> 
- The list of data paths that need to be sorted.
- direction
DashboardSort Direction 
- Determines the sort direction.
- sortPaths DashboardData Path Value[] 
- The list of data paths that need to be sorted.
- direction
DashboardSort 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.
- sortPaths List<Property Map>
- The list of data paths that need to be sorted.
DashboardDataPathType, DashboardDataPathTypeArgs        
- PivotTable 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, when- RowsLayoutis set to- HIERARCHY.
- MULTIPLE_ROW_METRICS_COLUMN- The type of data path for the metric column when the row is set to Metric Placement.
- EMPTY_COLUMN_HEADER- The type of data path for the column with empty column header, when there is no field in- ColumnsFieldWelland the row is set to Metric Placement.
- COUNT_METRIC_COLUMN- The type of data path for the column with- COUNTas the metric, when there is no field in the- ValuesFieldWell.
 
- PivotTable 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, when- RowsLayoutis set to- HIERARCHY.
- MULTIPLE_ROW_METRICS_COLUMN- The type of data path for the metric column when the row is set to Metric Placement.
- EMPTY_COLUMN_HEADER- The type of data path for the column with empty column header, when there is no field in- ColumnsFieldWelland the row is set to Metric Placement.
- COUNT_METRIC_COLUMN- The type of data path for the column with- COUNTas the metric, when there is no field in the- ValuesFieldWell.
 
- pivotTable 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, when- RowsLayoutis set to- HIERARCHY.
- MULTIPLE_ROW_METRICS_COLUMN- The type of data path for the metric column when the row is set to Metric Placement.
- EMPTY_COLUMN_HEADER- The type of data path for the column with empty column header, when there is no field in- ColumnsFieldWelland the row is set to Metric Placement.
- COUNT_METRIC_COLUMN- The type of data path for the column with- COUNTas the metric, when there is no field in the- ValuesFieldWell.
 
- pivotTable 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, when- RowsLayoutis set to- HIERARCHY.
- MULTIPLE_ROW_METRICS_COLUMN- The type of data path for the metric column when the row is set to Metric Placement.
- EMPTY_COLUMN_HEADER- The type of data path for the column with empty column header, when there is no field in- ColumnsFieldWelland the row is set to Metric Placement.
- COUNT_METRIC_COLUMN- The type of data path for the column with- COUNTas the metric, when there is no field in the- ValuesFieldWell.
 
- 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, when- RowsLayoutis set to- HIERARCHY.
- MULTIPLE_ROW_METRICS_COLUMN- The type of data path for the metric column when the row is set to Metric Placement.
- EMPTY_COLUMN_HEADER- The type of data path for the column with empty column header, when there is no field in- ColumnsFieldWelland the row is set to Metric Placement.
- COUNT_METRIC_COLUMN- The type of data path for the column with- COUNTas the metric, when there is no field in the- ValuesFieldWell.
 
- pivotTable "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, when- RowsLayoutis set to- HIERARCHY.
- MULTIPLE_ROW_METRICS_COLUMN- The type of data path for the metric column when the row is set to Metric Placement.
- EMPTY_COLUMN_HEADER- The type of data path for the column with empty column header, when there is no field in- ColumnsFieldWelland the row is set to Metric Placement.
- COUNT_METRIC_COLUMN- The type of data path for the column with- COUNTas the metric, when there is no field in the- ValuesFieldWell.
 
DashboardDataPathValue, DashboardDataPathValueArgs        
- DataPath Pulumi.Type Aws Native. Quick Sight. Inputs. Dashboard Data Path Type 
- The type configuration of the field.
- FieldId string
- The field ID of the field that needs to be sorted.
- FieldValue string
- The actual value of the field that needs to be sorted.
- DataPath DashboardType Data Path Type 
- The type configuration of the field.
- FieldId string
- The field ID of the field that needs to be sorted.
- FieldValue string
- The actual value of the field that needs to be sorted.
- dataPath DashboardType Data Path Type 
- The type configuration of the field.
- fieldId String
- The field ID of the field that needs to be sorted.
- fieldValue String
- The actual value of the field that needs to be sorted.
- dataPath DashboardType Data Path Type 
- The type configuration of the field.
- fieldId string
- The field ID of the field that needs to be sorted.
- fieldValue string
- The actual value of the field that needs to be sorted.
- data_path_ 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.
- dataPath Property MapType 
- The type configuration of the field.
- fieldId String
- The field ID of the field that needs to be sorted.
- fieldValue String
- The actual value of the field that needs to be sorted.
DashboardDataPointDrillUpDownOption, DashboardDataPointDrillUpDownOptionArgs              
- AvailabilityStatus Pulumi.Aws Native. Quick Sight. Dashboard Behavior 
- The status of the drill down options of data points.
- AvailabilityStatus DashboardBehavior 
- The status of the drill down options of data points.
- availabilityStatus DashboardBehavior 
- The status of the drill down options of data points.
- availabilityStatus DashboardBehavior 
- The status of the drill down options of data points.
- availability_status DashboardBehavior 
- The status of the drill down options of data points.
- availabilityStatus "ENABLED" | "DISABLED"
- The status of the drill down options of data points.
DashboardDataPointMenuLabelOption, DashboardDataPointMenuLabelOptionArgs            
- AvailabilityStatus Pulumi.Aws Native. Quick Sight. Dashboard Behavior 
- The status of the data point menu options.
- AvailabilityStatus DashboardBehavior 
- The status of the data point menu options.
- availabilityStatus DashboardBehavior 
- The status of the data point menu options.
- availabilityStatus DashboardBehavior 
- The status of the data point menu options.
- availability_status DashboardBehavior 
- The status of the data point menu options.
- availabilityStatus "ENABLED" | "DISABLED"
- The status of the data point menu options.
DashboardDataPointTooltipOption, DashboardDataPointTooltipOptionArgs          
- AvailabilityStatus Pulumi.Aws Native. Quick Sight. Dashboard Behavior 
- The status of the data point tool tip options.
- AvailabilityStatus DashboardBehavior 
- The status of the data point tool tip options.
- availabilityStatus DashboardBehavior 
- The status of the data point tool tip options.
- availabilityStatus DashboardBehavior 
- The status of the data point tool tip options.
- availability_status DashboardBehavior 
- The status of the data point tool tip options.
- availabilityStatus "ENABLED" | "DISABLED"
- The status of the data point tool tip options.
DashboardDataQaEnabledOption, DashboardDataQaEnabledOptionArgs          
- AvailabilityStatus Pulumi.Aws Native. Quick Sight. Dashboard Behavior 
- The status of the Data Q&A option on the dashboard.
- AvailabilityStatus DashboardBehavior 
- The status of the Data Q&A option on the dashboard.
- availabilityStatus DashboardBehavior 
- The status of the Data Q&A option on the dashboard.
- availabilityStatus DashboardBehavior 
- The status of the Data Q&A option on the dashboard.
- availability_status DashboardBehavior 
- The status of the Data Q&A option on the dashboard.
- availabilityStatus "ENABLED" | "DISABLED"
- The status of the Data Q&A option on the dashboard.
DashboardDataSetIdentifierDeclaration, DashboardDataSetIdentifierDeclarationArgs          
- DataSet stringArn 
- The Amazon Resource Name (ARN) of the data set.
- Identifier string
- The identifier of the data set, typically the data set's name.
- DataSet stringArn 
- The Amazon Resource Name (ARN) of the data set.
- Identifier string
- The identifier of the data set, typically the data set's name.
- dataSet StringArn 
- The Amazon Resource Name (ARN) of the data set.
- identifier String
- The identifier of the data set, typically the data set's name.
- dataSet 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.
- dataSet 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        
- DataSet stringArn 
- DataSet stringPlaceholder 
- DataSet stringArn 
- DataSet stringPlaceholder 
- dataSet StringArn 
- dataSet StringPlaceholder 
- dataSet stringArn 
- dataSet stringPlaceholder 
- data_set_ strarn 
- data_set_ strplaceholder 
- dataSet StringArn 
- dataSet StringPlaceholder 
DashboardDataStoriesSharingOption, DashboardDataStoriesSharingOptionArgs          
- AvailabilityStatus Pulumi.Aws Native. Quick Sight. Dashboard Behavior 
- Availability status.
- AvailabilityStatus DashboardBehavior 
- Availability status.
- availabilityStatus DashboardBehavior 
- Availability status.
- availabilityStatus DashboardBehavior 
- Availability status.
- availability_status DashboardBehavior 
- Availability status.
- availabilityStatus "ENABLED" | "DISABLED"
- Availability status.
DashboardDateAggregationFunction, DashboardDateAggregationFunctionArgs        
- Count
- COUNT
- DistinctCount 
- DISTINCT_COUNT
- Min
- MIN
- Max
- MAX
- DashboardDate Aggregation Function Count 
- COUNT
- DashboardDate Aggregation Function Distinct Count 
- DISTINCT_COUNT
- DashboardDate Aggregation Function Min 
- MIN
- DashboardDate Aggregation Function Max 
- MAX
- Count
- COUNT
- DistinctCount 
- DISTINCT_COUNT
- Min
- MIN
- Max
- MAX
- Count
- COUNT
- DistinctCount 
- DISTINCT_COUNT
- Min
- MIN
- Max
- MAX
- COUNT
- COUNT
- DISTINCT_COUNT
- DISTINCT_COUNT
- MIN
- MIN
- MAX
- MAX
- "COUNT"
- COUNT
- "DISTINCT_COUNT"
- DISTINCT_COUNT
- "MIN"
- MIN
- "MAX"
- MAX
DashboardDateAxisOptions, DashboardDateAxisOptionsArgs        
- MissingDate Pulumi.Visibility Aws Native. Quick Sight. Dashboard Visibility 
- Determines whether or not missing dates are displayed.
- MissingDate DashboardVisibility Visibility 
- Determines whether or not missing dates are displayed.
- missingDate DashboardVisibility Visibility 
- Determines whether or not missing dates are displayed.
- missingDate DashboardVisibility Visibility 
- Determines whether or not missing dates are displayed.
- missing_date_ Dashboardvisibility Visibility 
- Determines whether or not missing dates are displayed.
- missingDate "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.
- FieldId string
- The custom field ID.
- DateGranularity 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
 
- FormatConfiguration Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Date Time Format Configuration 
- The format configuration of the field.
- HierarchyId string
- The custom hierarchy ID.
- Column
DashboardColumn Identifier 
- The column that is used in the DateDimensionField.
- FieldId string
- The custom field ID.
- DateGranularity DashboardTime Granularity 
- The date granularity of the DateDimensionField. Choose one of the following options:- YEAR
- QUARTER
- MONTH
- WEEK
- DAY
- HOUR
- MINUTE
- SECOND
- MILLISECOND
 
- FormatConfiguration DashboardDate Time Format Configuration 
- The format configuration of the field.
- HierarchyId string
- The custom hierarchy ID.
- column
DashboardColumn Identifier 
- The column that is used in the DateDimensionField.
- fieldId String
- The custom field ID.
- dateGranularity DashboardTime Granularity 
- The date granularity of the DateDimensionField. Choose one of the following options:- YEAR
- QUARTER
- MONTH
- WEEK
- DAY
- HOUR
- MINUTE
- SECOND
- MILLISECOND
 
- formatConfiguration DashboardDate Time Format Configuration 
- The format configuration of the field.
- hierarchyId String
- The custom hierarchy ID.
- column
DashboardColumn Identifier 
- The column that is used in the DateDimensionField.
- fieldId string
- The custom field ID.
- dateGranularity DashboardTime Granularity 
- The date granularity of the DateDimensionField. Choose one of the following options:- YEAR
- QUARTER
- MONTH
- WEEK
- DAY
- HOUR
- MINUTE
- SECOND
- MILLISECOND
 
- formatConfiguration DashboardDate Time Format Configuration 
- The format configuration of the field.
- hierarchyId string
- The custom hierarchy ID.
- column
DashboardColumn 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.
- fieldId String
- The custom field ID.
- dateGranularity "YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND"
- The date granularity of the DateDimensionField. Choose one of the following options:- YEAR
- QUARTER
- MONTH
- WEEK
- DAY
- HOUR
- MINUTE
- SECOND
- MILLISECOND
 
- formatConfiguration Property Map
- The format configuration of the field.
- hierarchyId String
- The custom hierarchy ID.
DashboardDateMeasureField, DashboardDateMeasureFieldArgs        
- Column
Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Column Identifier 
- The column that is used in the DateMeasureField.
- FieldId string
- The custom field ID.
- AggregationFunction Pulumi.Aws Native. Quick Sight. Dashboard Date Aggregation Function 
- The aggregation function of the measure field.
- FormatConfiguration Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Date Time Format Configuration 
- The format configuration of the field.
- Column
DashboardColumn Identifier 
- The column that is used in the DateMeasureField.
- FieldId string
- The custom field ID.
- AggregationFunction DashboardDate Aggregation Function 
- The aggregation function of the measure field.
- FormatConfiguration DashboardDate Time Format Configuration 
- The format configuration of the field.
- column
DashboardColumn Identifier 
- The column that is used in the DateMeasureField.
- fieldId String
- The custom field ID.
- aggregationFunction DashboardDate Aggregation Function 
- The aggregation function of the measure field.
- formatConfiguration DashboardDate Time Format Configuration 
- The format configuration of the field.
- column
DashboardColumn Identifier 
- The column that is used in the DateMeasureField.
- fieldId string
- The custom field ID.
- aggregationFunction DashboardDate Aggregation Function 
- The aggregation function of the measure field.
- formatConfiguration DashboardDate Time Format Configuration 
- The format configuration of the field.
- column
DashboardColumn 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.
- fieldId String
- The custom field ID.
- aggregationFunction "COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX"
- The aggregation function of the measure field.
- formatConfiguration Property Map
- The format configuration of the field.
DashboardDateTimeDefaultValues, DashboardDateTimeDefaultValuesArgs          
- DynamicValue 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.
- RollingDate 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.
- StaticValues List<string>
- The static values of the DataTimeDefaultValues.
- DynamicValue DashboardDynamic Default Value 
- The dynamic value of the DataTimeDefaultValues. Different defaults are displayed according to users, groups, and values mapping.
- RollingDate DashboardRolling Date Configuration 
- The rolling date of the DataTimeDefaultValues. The date is determined from the dataset based on input expression.
- StaticValues []string
- The static values of the DataTimeDefaultValues.
- dynamicValue DashboardDynamic Default Value 
- The dynamic value of the DataTimeDefaultValues. Different defaults are displayed according to users, groups, and values mapping.
- rollingDate DashboardRolling Date Configuration 
- The rolling date of the DataTimeDefaultValues. The date is determined from the dataset based on input expression.
- staticValues List<String>
- The static values of the DataTimeDefaultValues.
- dynamicValue DashboardDynamic Default Value 
- The dynamic value of the DataTimeDefaultValues. Different defaults are displayed according to users, groups, and values mapping.
- rollingDate DashboardRolling Date Configuration 
- The rolling date of the DataTimeDefaultValues. The date is determined from the dataset based on input expression.
- staticValues string[]
- The static values of the DataTimeDefaultValues.
- dynamic_value 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.
- dynamicValue Property Map
- The dynamic value of the DataTimeDefaultValues. Different defaults are displayed according to users, groups, and values mapping.
- rollingDate Property Map
- The rolling date of the DataTimeDefaultValues. The date is determined from the dataset based on input expression.
- staticValues List<String>
- The static values of the DataTimeDefaultValues.
DashboardDateTimeFormatConfiguration, DashboardDateTimeFormatConfigurationArgs          
- DateTime stringFormat 
- Determines the DateTimeformat.
- NullValue Pulumi.Format Configuration Aws Native. Quick Sight. Inputs. Dashboard Null Value Format Configuration 
- The options that determine the null value format configuration.
- NumericFormat Pulumi.Configuration Aws Native. Quick Sight. Inputs. Dashboard Numeric Format Configuration 
- The formatting configuration for numeric DateTimefields.
- DateTime stringFormat 
- Determines the DateTimeformat.
- NullValue DashboardFormat Configuration Null Value Format Configuration 
- The options that determine the null value format configuration.
- NumericFormat DashboardConfiguration Numeric Format Configuration 
- The formatting configuration for numeric DateTimefields.
- dateTime StringFormat 
- Determines the DateTimeformat.
- nullValue DashboardFormat Configuration Null Value Format Configuration 
- The options that determine the null value format configuration.
- numericFormat DashboardConfiguration Numeric Format Configuration 
- The formatting configuration for numeric DateTimefields.
- dateTime stringFormat 
- Determines the DateTimeformat.
- nullValue DashboardFormat Configuration Null Value Format Configuration 
- The options that determine the null value format configuration.
- numericFormat DashboardConfiguration Numeric Format Configuration 
- The formatting configuration for numeric DateTimefields.
- date_time_ strformat 
- Determines the DateTimeformat.
- 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 DateTimefields.
- dateTime StringFormat 
- Determines the DateTimeformat.
- nullValue Property MapFormat Configuration 
- The options that determine the null value format configuration.
- numericFormat Property MapConfiguration 
- The formatting configuration for numeric DateTimefields.
DashboardDateTimeHierarchy, DashboardDateTimeHierarchyArgs        
- HierarchyId string
- The hierarchy ID of the DateTimehierarchy.
- DrillDown List<Pulumi.Filters Aws Native. Quick Sight. Inputs. Dashboard Drill Down Filter> 
- The option that determines the drill down filters for the DateTimehierarchy.
- HierarchyId string
- The hierarchy ID of the DateTimehierarchy.
- DrillDown []DashboardFilters Drill Down Filter 
- The option that determines the drill down filters for the DateTimehierarchy.
- hierarchyId String
- The hierarchy ID of the DateTimehierarchy.
- drillDown List<DashboardFilters Drill Down Filter> 
- The option that determines the drill down filters for the DateTimehierarchy.
- hierarchyId string
- The hierarchy ID of the DateTimehierarchy.
- drillDown DashboardFilters Drill Down Filter[] 
- The option that determines the drill down filters for the DateTimehierarchy.
- hierarchy_id str
- The hierarchy ID of the DateTimehierarchy.
- drill_down_ Sequence[Dashboardfilters Drill Down Filter] 
- The option that determines the drill down filters for the DateTimehierarchy.
- hierarchyId String
- The hierarchy ID of the DateTimehierarchy.
- drillDown List<Property Map>Filters 
- The option that determines the drill down filters for the DateTimehierarchy.
DashboardDateTimeParameter, DashboardDateTimeParameterArgs        
DashboardDateTimeParameterDeclaration, DashboardDateTimeParameterDeclarationArgs          
- Name string
- The name of the parameter that is being declared.
- DefaultValues 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.
- MappedData List<Pulumi.Set Parameters Aws Native. Quick Sight. Inputs. Dashboard Mapped Data Set Parameter> 
- TimeGranularity Pulumi.Aws Native. Quick Sight. Dashboard Time Granularity 
- The level of time precision that is used to aggregate DateTimevalues.
- ValueWhen Pulumi.Unset Aws Native. Quick Sight. Inputs. Dashboard Date Time Value When Unset Configuration 
- The configuration that defines the default value of a DateTimeparameter when a value has not been set.
- Name string
- The name of the parameter that is being declared.
- DefaultValues 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.
- MappedData []DashboardSet Parameters Mapped Data Set Parameter 
- TimeGranularity DashboardTime Granularity 
- The level of time precision that is used to aggregate DateTimevalues.
- ValueWhen DashboardUnset Date Time Value When Unset Configuration 
- The configuration that defines the default value of a DateTimeparameter when a value has not been set.
- name String
- The name of the parameter that is being declared.
- defaultValues 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.
- mappedData List<DashboardSet Parameters Mapped Data Set Parameter> 
- timeGranularity DashboardTime Granularity 
- The level of time precision that is used to aggregate DateTimevalues.
- valueWhen DashboardUnset Date Time Value When Unset Configuration 
- The configuration that defines the default value of a DateTimeparameter when a value has not been set.
- name string
- The name of the parameter that is being declared.
- defaultValues 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.
- mappedData DashboardSet Parameters Mapped Data Set Parameter[] 
- timeGranularity DashboardTime Granularity 
- The level of time precision that is used to aggregate DateTimevalues.
- valueWhen DashboardUnset Date Time Value When Unset Configuration 
- The configuration that defines the default value of a DateTimeparameter 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 DateTimevalues.
- value_when_ Dashboardunset Date Time Value When Unset Configuration 
- The configuration that defines the default value of a DateTimeparameter when a value has not been set.
- name String
- The name of the parameter that is being declared.
- defaultValues Property Map
- The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
- mappedData List<Property Map>Set Parameters 
- timeGranularity "YEAR" | "QUARTER" | "MONTH" | "WEEK" | "DAY" | "HOUR" | "MINUTE" | "SECOND" | "MILLISECOND"
- The level of time precision that is used to aggregate DateTimevalues.
- valueWhen Property MapUnset 
- The configuration that defines the default value of a DateTimeparameter when a value has not been set.
DashboardDateTimePickerControlDisplayOptions, DashboardDateTimePickerControlDisplayOptionsArgs              
- DateIcon Pulumi.Visibility Aws Native. Quick Sight. Dashboard Visibility 
- The date icon visibility of the DateTimePickerControlDisplayOptions.
- DateTime stringFormat 
- Customize how dates are formatted in controls.
- HelperText Pulumi.Visibility Aws Native. Quick Sight. Dashboard Visibility 
- The helper text visibility of the DateTimePickerControlDisplayOptions.
- InfoIcon Pulumi.Label Options Aws Native. Quick Sight. Inputs. Dashboard Sheet Control Info Icon Label Options 
- The configuration of info icon label options.
- TitleOptions Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Label Options 
- The options to configure the title visibility, name, and font size.
- DateIcon DashboardVisibility Visibility 
- The date icon visibility of the DateTimePickerControlDisplayOptions.
- DateTime stringFormat 
- Customize how dates are formatted in controls.
- HelperText DashboardVisibility Visibility 
- The helper text visibility of the DateTimePickerControlDisplayOptions.
- InfoIcon DashboardLabel Options Sheet Control Info Icon Label Options 
- The configuration of info icon label options.
- TitleOptions DashboardLabel Options 
- The options to configure the title visibility, name, and font size.
- dateIcon DashboardVisibility Visibility 
- The date icon visibility of the DateTimePickerControlDisplayOptions.
- dateTime StringFormat 
- Customize how dates are formatted in controls.
- helperText DashboardVisibility Visibility 
- The helper text visibility of the DateTimePickerControlDisplayOptions.
- infoIcon DashboardLabel Options Sheet Control Info Icon Label Options 
- The configuration of info icon label options.
- titleOptions DashboardLabel Options 
- The options to configure the title visibility, name, and font size.
- dateIcon DashboardVisibility Visibility 
- The date icon visibility of the DateTimePickerControlDisplayOptions.
- dateTime stringFormat 
- Customize how dates are formatted in controls.
- helperText DashboardVisibility Visibility 
- The helper text visibility of the DateTimePickerControlDisplayOptions.
- infoIcon DashboardLabel Options Sheet Control Info Icon Label Options 
- The configuration of info icon label options.
- titleOptions DashboardLabel Options 
- The options to configure the title visibility, name, and font size.
- date_icon_ Dashboardvisibility Visibility 
- The date icon visibility of the DateTimePickerControlDisplayOptions.
- date_time_ strformat 
- Customize how dates are formatted in controls.
- helper_text_ Dashboardvisibility Visibility 
- The helper text visibility of the DateTimePickerControlDisplayOptions.
- 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.
- dateIcon "HIDDEN" | "VISIBLE"Visibility 
- The date icon visibility of the DateTimePickerControlDisplayOptions.
- dateTime StringFormat 
- Customize how dates are formatted in controls.
- helperText "HIDDEN" | "VISIBLE"Visibility 
- The helper text visibility of the DateTimePickerControlDisplayOptions.
- infoIcon Property MapLabel Options 
- The configuration of info icon label options.
- titleOptions Property Map
- The options to configure the title visibility, name, and font size.
DashboardDateTimeValueWhenUnsetConfiguration, DashboardDateTimeValueWhenUnsetConfigurationArgs              
- CustomValue string
- A custom value that's used when the value of a parameter isn't set.
- ValueWhen 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: The- NULLvalue.
 
- CustomValue string
- A custom value that's used when the value of a parameter isn't set.
- ValueWhen 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: The- NULLvalue.
 
- customValue String
- A custom value that's used when the value of a parameter isn't set.
- valueWhen 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: The- NULLvalue.
 
- customValue string
- A custom value that's used when the value of a parameter isn't set.
- valueWhen 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: The- NULLvalue.
 
- 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: The- NULLvalue.
 
- customValue String
- A custom value that's used when the value of a parameter isn't set.
- valueWhen "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: The- NULLvalue.
 
DashboardDayOfTheWeek, DashboardDayOfTheWeekArgs          
- Sunday
- SUNDAY
- Monday
- MONDAY
- Tuesday
- TUESDAY
- Wednesday
- WEDNESDAY
- Thursday
- THURSDAY
- Friday
- FRIDAY
- Saturday
- SATURDAY
- DashboardDay Of The Week Sunday 
- SUNDAY
- DashboardDay Of The Week Monday 
- MONDAY
- DashboardDay Of The Week Tuesday 
- TUESDAY
- DashboardDay Of The Week Wednesday 
- WEDNESDAY
- DashboardDay Of The Week Thursday 
- THURSDAY
- DashboardDay Of The Week Friday 
- FRIDAY
- DashboardDay 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        
- DynamicValue 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.
- StaticValues List<double>
- The static values of the DecimalDefaultValues.
- DynamicValue DashboardDynamic Default Value 
- The dynamic value of the DecimalDefaultValues. Different defaults are displayed according to users, groups, and values mapping.
- StaticValues []float64
- The static values of the DecimalDefaultValues.
- dynamicValue DashboardDynamic Default Value 
- The dynamic value of the DecimalDefaultValues. Different defaults are displayed according to users, groups, and values mapping.
- staticValues List<Double>
- The static values of the DecimalDefaultValues.
- dynamicValue DashboardDynamic Default Value 
- The dynamic value of the DecimalDefaultValues. Different defaults are displayed according to users, groups, and values mapping.
- staticValues number[]
- The static values of the DecimalDefaultValues.
- dynamic_value 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.
- dynamicValue Property Map
- The dynamic value of the DecimalDefaultValues. Different defaults are displayed according to users, groups, and values mapping.
- staticValues List<Number>
- The static values of the DecimalDefaultValues.
DashboardDecimalParameter, DashboardDecimalParameterArgs      
DashboardDecimalParameterDeclaration, DashboardDecimalParameterDeclarationArgs        
- Name string
- The name of the parameter that is being declared.
- ParameterValue 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.
- DefaultValues 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.
- MappedData List<Pulumi.Set Parameters Aws Native. Quick Sight. Inputs. Dashboard Mapped Data Set Parameter> 
- ValueWhen Pulumi.Unset Aws Native. Quick Sight. Inputs. Dashboard Decimal Value When Unset Configuration 
- The configuration that defines the default value of a Decimalparameter when a value has not been set.
- Name string
- The name of the parameter that is being declared.
- ParameterValue DashboardType Parameter Value Type 
- The value type determines whether the parameter is a single-value or multi-value parameter.
- DefaultValues 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.
- MappedData []DashboardSet Parameters Mapped Data Set Parameter 
- ValueWhen DashboardUnset Decimal Value When Unset Configuration 
- The configuration that defines the default value of a Decimalparameter when a value has not been set.
- name String
- The name of the parameter that is being declared.
- parameterValue DashboardType Parameter Value Type 
- The value type determines whether the parameter is a single-value or multi-value parameter.
- defaultValues 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.
- mappedData List<DashboardSet Parameters Mapped Data Set Parameter> 
- valueWhen DashboardUnset Decimal Value When Unset Configuration 
- The configuration that defines the default value of a Decimalparameter when a value has not been set.
- name string
- The name of the parameter that is being declared.
- parameterValue DashboardType Parameter Value Type 
- The value type determines whether the parameter is a single-value or multi-value parameter.
- defaultValues 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.
- mappedData DashboardSet Parameters Mapped Data Set Parameter[] 
- valueWhen DashboardUnset Decimal Value When Unset Configuration 
- The configuration that defines the default value of a Decimalparameter 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 Decimalparameter when a value has not been set.
- name String
- The name of the parameter that is being declared.
- parameterValue "MULTI_VALUED" | "SINGLE_VALUED"Type 
- The value type determines whether the parameter is a single-value or multi-value parameter.
- defaultValues Property Map
- The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.
- mappedData List<Property Map>Set Parameters 
- valueWhen Property MapUnset 
- The configuration that defines the default value of a Decimalparameter when a value has not been set.
DashboardDecimalPlacesConfiguration, DashboardDecimalPlacesConfigurationArgs        
- DecimalPlaces double
- The values of the decimal places.
- DecimalPlaces float64
- The values of the decimal places.
- decimalPlaces Double
- The values of the decimal places.
- decimalPlaces number
- The values of the decimal places.
- decimal_places float
- The values of the decimal places.
- decimalPlaces Number
- The values of the decimal places.
DashboardDecimalValueWhenUnsetConfiguration, DashboardDecimalValueWhenUnsetConfigurationArgs            
- CustomValue double
- A custom value that's used when the value of a parameter isn't set.
- ValueWhen 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: The- NULLvalue.
 
- CustomValue float64
- A custom value that's used when the value of a parameter isn't set.
- ValueWhen 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: The- NULLvalue.
 
- customValue Double
- A custom value that's used when the value of a parameter isn't set.
- valueWhen 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: The- NULLvalue.
 
- customValue number
- A custom value that's used when the value of a parameter isn't set.
- valueWhen 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: The- NULLvalue.
 
- 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: The- NULLvalue.
 
- customValue Number
- A custom value that's used when the value of a parameter isn't set.
- valueWhen "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: The- NULLvalue.
 
DashboardDefaultDateTimePickerControlOptions, DashboardDefaultDateTimePickerControlOptionsArgs              
- CommitMode Pulumi.Aws Native. Quick Sight. Dashboard Commit Mode 
- The visibility configuration of the Apply button on a DateTimePickerControl.
- DisplayOptions 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.
 
- CommitMode DashboardCommit Mode 
- The visibility configuration of the Apply button on a DateTimePickerControl.
- DisplayOptions DashboardDate Time Picker Control Display Options 
- The display options of a control.
- Type
DashboardSheet 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.
 
- commitMode DashboardCommit Mode 
- The visibility configuration of the Apply button on a DateTimePickerControl.
- displayOptions DashboardDate Time Picker Control Display Options 
- The display options of a control.
- type
DashboardSheet 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.
 
- commitMode DashboardCommit Mode 
- The visibility configuration of the Apply button on a DateTimePickerControl.
- displayOptions DashboardDate Time Picker Control Display Options 
- The display options of a control.
- type
DashboardSheet 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.
 
- commit_mode DashboardCommit Mode 
- The visibility configuration of the Apply button on a DateTimePickerControl.
- display_options DashboardDate Time Picker Control Display Options 
- The display options of a control.
- type
DashboardSheet 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.
 
- commitMode "AUTO" | "MANUAL"
- The visibility configuration of the Apply button on a DateTimePickerControl.
- displayOptions Property Map
- The display options of a control.
- type "SINGLE_VALUED" | "DATE_RANGE"
- The date time picker type of the DefaultDateTimePickerControlOptions. Choose one of the following options:- SINGLE_VALUED: The filter condition is a fixed date.
- DATE_RANGE: The filter condition is a date time range.
 
DashboardDefaultFilterControlConfiguration, DashboardDefaultFilterControlConfigurationArgs          
- ControlOptions 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.
- ControlOptions 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.
- controlOptions 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.
- controlOptions 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.
- controlOptions Property Map
- The control option for the DefaultFilterControlConfiguration.
- title String
- The title of the DefaultFilterControlConfiguration. This title is shared by all controls that are tied to this filter.
DashboardDefaultFilterControlOptions, DashboardDefaultFilterControlOptionsArgs          
- DefaultDate 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.
- DefaultDropdown Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard Default Filter Drop Down Control Options 
- The default options that correspond to the Dropdownfilter control type.
- DefaultList Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard Default Filter List Control Options 
- The default options that correspond to the Listfilter control type.
- DefaultRelative Pulumi.Date Time Options Aws Native. Quick Sight. Inputs. Dashboard Default Relative Date Time Control Options 
- The default options that correspond to the RelativeDateTimefilter control type.
- DefaultSlider Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard Default Slider Control Options 
- The default options that correspond to the Sliderfilter control type.
- DefaultText Pulumi.Area Options Aws Native. Quick Sight. Inputs. Dashboard Default Text Area Control Options 
- The default options that correspond to the TextAreafilter control type.
- DefaultText Pulumi.Field Options Aws Native. Quick Sight. Inputs. Dashboard Default Text Field Control Options 
- The default options that correspond to the TextFieldfilter control type.
- DefaultDate DashboardTime Picker Options Default Date Time Picker Control Options 
- The default options that correspond to the filter control type of a DateTimePicker.
- DefaultDropdown DashboardOptions Default Filter Drop Down Control Options 
- The default options that correspond to the Dropdownfilter control type.
- DefaultList DashboardOptions Default Filter List Control Options 
- The default options that correspond to the Listfilter control type.
- DefaultRelative DashboardDate Time Options Default Relative Date Time Control Options 
- The default options that correspond to the RelativeDateTimefilter control type.
- DefaultSlider DashboardOptions Default Slider Control Options 
- The default options that correspond to the Sliderfilter control type.
- DefaultText DashboardArea Options Default Text Area Control Options 
- The default options that correspond to the TextAreafilter control type.
- DefaultText DashboardField Options Default Text Field Control Options 
- The default options that correspond to the TextFieldfilter control type.
- defaultDate DashboardTime Picker Options Default Date Time Picker Control Options 
- The default options that correspond to the filter control type of a DateTimePicker.
- defaultDropdown DashboardOptions Default Filter Drop Down Control Options 
- The default options that correspond to the Dropdownfilter control type.
- defaultList DashboardOptions Default Filter List Control Options 
- The default options that correspond to the Listfilter control type.
- defaultRelative DashboardDate Time Options Default Relative Date Time Control Options 
- The default options that correspond to the RelativeDateTimefilter control type.
- defaultSlider DashboardOptions Default Slider Control Options 
- The default options that correspond to the Sliderfilter control type.
- defaultText DashboardArea Options Default Text Area Control Options 
- The default options that correspond to the TextAreafilter control type.
- defaultText DashboardField Options Default Text Field Control Options 
- The default options that correspond to the TextFieldfilter control type.
- defaultDate DashboardTime Picker Options Default Date Time Picker Control Options 
- The default options that correspond to the filter control type of a DateTimePicker.
- defaultDropdown DashboardOptions Default Filter Drop Down Control Options 
- The default options that correspond to the Dropdownfilter control type.
- defaultList DashboardOptions Default Filter List Control Options 
- The default options that correspond to the Listfilter control type.
- defaultRelative DashboardDate Time Options Default Relative Date Time Control Options 
- The default options that correspond to the RelativeDateTimefilter control type.
- defaultSlider DashboardOptions Default Slider Control Options 
- The default options that correspond to the Sliderfilter control type.
- defaultText DashboardArea Options Default Text Area Control Options 
- The default options that correspond to the TextAreafilter control type.
- defaultText DashboardField Options Default Text Field Control Options 
- The default options that correspond to the TextFieldfilter 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 Dropdownfilter control type.
- default_list_ Dashboardoptions Default Filter List Control Options 
- The default options that correspond to the Listfilter control type.
- default_relative_ Dashboarddate_ time_ options Default Relative Date Time Control Options 
- The default options that correspond to the RelativeDateTimefilter control type.
- default_slider_ Dashboardoptions Default Slider Control Options 
- The default options that correspond to the Sliderfilter control type.
- default_text_ Dashboardarea_ options Default Text Area Control Options 
- The default options that correspond to the TextAreafilter control type.
- default_text_ Dashboardfield_ options Default Text Field Control Options 
- The default options that correspond to the TextFieldfilter control type.
- defaultDate Property MapTime Picker Options 
- The default options that correspond to the filter control type of a DateTimePicker.
- defaultDropdown Property MapOptions 
- The default options that correspond to the Dropdownfilter control type.
- defaultList Property MapOptions 
- The default options that correspond to the Listfilter control type.
- defaultRelative Property MapDate Time Options 
- The default options that correspond to the RelativeDateTimefilter control type.
- defaultSlider Property MapOptions 
- The default options that correspond to the Sliderfilter control type.
- defaultText Property MapArea Options 
- The default options that correspond to the TextAreafilter control type.
- defaultText Property MapField Options 
- The default options that correspond to the TextFieldfilter control type.
DashboardDefaultFilterDropDownControlOptions, DashboardDefaultFilterDropDownControlOptionsArgs              
- CommitMode Pulumi.Aws Native. Quick Sight. Dashboard Commit Mode 
- The visibility configuration of the Apply button on a FilterDropDownControl.
- DisplayOptions Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Drop Down Control Display Options 
- The display options of a control.
- SelectableValues 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.
 
- CommitMode DashboardCommit Mode 
- The visibility configuration of the Apply button on a FilterDropDownControl.
- DisplayOptions DashboardDrop Down Control Display Options 
- The display options of a control.
- SelectableValues DashboardFilter Selectable Values 
- A list of selectable values that are used in a control.
- Type
DashboardSheet 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.
 
- commitMode DashboardCommit Mode 
- The visibility configuration of the Apply button on a FilterDropDownControl.
- displayOptions DashboardDrop Down Control Display Options 
- The display options of a control.
- selectableValues DashboardFilter Selectable Values 
- A list of selectable values that are used in a control.
- type
DashboardSheet 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.
 
- commitMode DashboardCommit Mode 
- The visibility configuration of the Apply button on a FilterDropDownControl.
- displayOptions DashboardDrop Down Control Display Options 
- The display options of a control.
- selectableValues DashboardFilter Selectable Values 
- A list of selectable values that are used in a control.
- type
DashboardSheet 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.
 
- commit_mode DashboardCommit Mode 
- The visibility configuration of the Apply button on a FilterDropDownControl.
- 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
DashboardSheet 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.
 
- commitMode "AUTO" | "MANUAL"
- The visibility configuration of the Apply button on a FilterDropDownControl.
- displayOptions Property Map
- The display options of a control.
- selectableValues Property Map
- A list of selectable values that are used in a control.
- type "MULTI_SELECT" | "SINGLE_SELECT"
- The type of the FilterDropDownControl. Choose one of the following options:- MULTI_SELECT: The user can select multiple entries from a dropdown menu.
- SINGLE_SELECT: The user can select a single entry from a dropdown menu.
 
DashboardDefaultFilterListControlOptions, DashboardDefaultFilterListControlOptionsArgs            
- DisplayOptions Pulumi.Aws Native. Quick Sight. Inputs. Dashboard List Control Display Options 
- The display options of a control.
- SelectableValues 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.
 
- DisplayOptions DashboardList Control Display Options 
- The display options of a control.
- SelectableValues DashboardFilter Selectable Values 
- A list of selectable values that are used in a control.
- Type
DashboardSheet 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.
 
- displayOptions DashboardList Control Display Options 
- The display options of a control.
- selectableValues DashboardFilter Selectable Values 
- A list of selectable values that are used in a control.
- type
DashboardSheet 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.
 
- displayOptions DashboardList Control Display Options 
- The display options of a control.
- selectableValues DashboardFilter Selectable Values 
- A list of selectable values that are used in a control.
- type
DashboardSheet 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
DashboardSheet 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.
 
- displayOptions Property Map
- The display options of a control.
- selectableValues Property Map
- A list of selectable values that are used in a control.
- type "MULTI_SELECT" | "SINGLE_SELECT"
- The type of the DefaultFilterListControlOptions. Choose one of the following options:- MULTI_SELECT: The user can select multiple entries from the list.
- SINGLE_SELECT: The user can select a single entry from the list.
 
DashboardDefaultFreeFormLayoutConfiguration, DashboardDefaultFreeFormLayoutConfigurationArgs            
- CanvasSize 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.
- CanvasSize DashboardOptions Free Form Layout Canvas Size Options 
- Determines the screen canvas size options for a free-form layout.
- canvasSize DashboardOptions Free Form Layout Canvas Size Options 
- Determines the screen canvas size options for a free-form layout.
- canvasSize 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.
- canvasSize Property MapOptions 
- Determines the screen canvas size options for a free-form layout.
DashboardDefaultGridLayoutConfiguration, DashboardDefaultGridLayoutConfigurationArgs          
- CanvasSize Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard Grid Layout Canvas Size Options 
- Determines the screen canvas size options for a grid layout.
- CanvasSize DashboardOptions Grid Layout Canvas Size Options 
- Determines the screen canvas size options for a grid layout.
- canvasSize DashboardOptions Grid Layout Canvas Size Options 
- Determines the screen canvas size options for a grid layout.
- canvasSize 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.
- canvasSize Property MapOptions 
- Determines the screen canvas size options for a grid layout.
DashboardDefaultInteractiveLayoutConfiguration, DashboardDefaultInteractiveLayoutConfigurationArgs          
- FreeForm 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.
- FreeForm DashboardDefault Free Form Layout Configuration 
- The options that determine the default settings of a free-form layout configuration.
- Grid
DashboardDefault Grid Layout Configuration 
- The options that determine the default settings for a grid layout configuration.
- freeForm DashboardDefault Free Form Layout Configuration 
- The options that determine the default settings of a free-form layout configuration.
- grid
DashboardDefault Grid Layout Configuration 
- The options that determine the default settings for a grid layout configuration.
- freeForm DashboardDefault Free Form Layout Configuration 
- The options that determine the default settings of a free-form layout configuration.
- grid
DashboardDefault 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
DashboardDefault Grid Layout Configuration 
- The options that determine the default settings for a grid layout configuration.
- freeForm Property Map
- The options that determine the default settings of a free-form layout configuration.
- grid Property Map
- The options that determine the default settings for a grid layout configuration.
DashboardDefaultNewSheetConfiguration, DashboardDefaultNewSheetConfigurationArgs          
- InteractiveLayout Pulumi.Configuration Aws Native. Quick Sight. Inputs. Dashboard Default Interactive Layout Configuration 
- The options that determine the default settings for interactive layout configuration.
- PaginatedLayout Pulumi.Configuration Aws Native. Quick Sight. Inputs. Dashboard Default Paginated Layout Configuration 
- The options that determine the default settings for a paginated layout configuration.
- SheetContent Pulumi.Type Aws Native. Quick Sight. Dashboard Sheet Content Type 
- The option that determines the sheet content type.
- InteractiveLayout DashboardConfiguration Default Interactive Layout Configuration 
- The options that determine the default settings for interactive layout configuration.
- PaginatedLayout DashboardConfiguration Default Paginated Layout Configuration 
- The options that determine the default settings for a paginated layout configuration.
- SheetContent DashboardType Sheet Content Type 
- The option that determines the sheet content type.
- interactiveLayout DashboardConfiguration Default Interactive Layout Configuration 
- The options that determine the default settings for interactive layout configuration.
- paginatedLayout DashboardConfiguration Default Paginated Layout Configuration 
- The options that determine the default settings for a paginated layout configuration.
- sheetContent DashboardType Sheet Content Type 
- The option that determines the sheet content type.
- interactiveLayout DashboardConfiguration Default Interactive Layout Configuration 
- The options that determine the default settings for interactive layout configuration.
- paginatedLayout DashboardConfiguration Default Paginated Layout Configuration 
- The options that determine the default settings for a paginated layout configuration.
- sheetContent 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.
- interactiveLayout Property MapConfiguration 
- The options that determine the default settings for interactive layout configuration.
- paginatedLayout Property MapConfiguration 
- The options that determine the default settings for a paginated layout configuration.
- sheetContent "PAGINATED" | "INTERACTIVE"Type 
- The option that determines the sheet content type.
DashboardDefaultPaginatedLayoutConfiguration, DashboardDefaultPaginatedLayoutConfigurationArgs          
- SectionBased 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.
- SectionBased DashboardDefault Section Based Layout Configuration 
- The options that determine the default settings for a section-based layout configuration.
- sectionBased DashboardDefault Section Based Layout Configuration 
- The options that determine the default settings for a section-based layout configuration.
- sectionBased 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.
- sectionBased Property Map
- The options that determine the default settings for a section-based layout configuration.
DashboardDefaultRelativeDateTimeControlOptions, DashboardDefaultRelativeDateTimeControlOptionsArgs              
- CommitMode Pulumi.Aws Native. Quick Sight. Dashboard Commit Mode 
- The visibility configuration of the Apply button on a RelativeDateTimeControl.
- DisplayOptions Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Relative Date Time Control Display Options 
- The display options of a control.
- CommitMode DashboardCommit Mode 
- The visibility configuration of the Apply button on a RelativeDateTimeControl.
- DisplayOptions DashboardRelative Date Time Control Display Options 
- The display options of a control.
- commitMode DashboardCommit Mode 
- The visibility configuration of the Apply button on a RelativeDateTimeControl.
- displayOptions DashboardRelative Date Time Control Display Options 
- The display options of a control.
- commitMode DashboardCommit Mode 
- The visibility configuration of the Apply button on a RelativeDateTimeControl.
- displayOptions DashboardRelative Date Time Control Display Options 
- The display options of a control.
- commit_mode DashboardCommit Mode 
- The visibility configuration of the Apply button on a RelativeDateTimeControl.
- display_options DashboardRelative Date Time Control Display Options 
- The display options of a control.
- commitMode "AUTO" | "MANUAL"
- The visibility configuration of the Apply button on a RelativeDateTimeControl.
- displayOptions Property Map
- The display options of a control.
DashboardDefaultSectionBasedLayoutConfiguration, DashboardDefaultSectionBasedLayoutConfigurationArgs            
- CanvasSize 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.
- CanvasSize DashboardOptions Section Based Layout Canvas Size Options 
- Determines the screen canvas size options for a section-based layout.
- canvasSize DashboardOptions Section Based Layout Canvas Size Options 
- Determines the screen canvas size options for a section-based layout.
- canvasSize 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.
- canvasSize Property MapOptions 
- Determines the screen canvas size options for a section-based layout.
DashboardDefaultSliderControlOptions, DashboardDefaultSliderControlOptionsArgs          
- MaximumValue double
- The larger value that is displayed at the right of the slider.
- MinimumValue double
- The smaller value that is displayed at the left of the slider.
- StepSize double
- The number of increments that the slider bar is divided into.
- DisplayOptions Pulumi.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.
 
- MaximumValue float64
- The larger value that is displayed at the right of the slider.
- MinimumValue float64
- The smaller value that is displayed at the left of the slider.
- StepSize float64
- The number of increments that the slider bar is divided into.
- DisplayOptions DashboardSlider Control Display Options 
- The display options of a control.
- Type
DashboardSheet 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.
 
- maximumValue Double
- The larger value that is displayed at the right of the slider.
- minimumValue Double
- The smaller value that is displayed at the left of the slider.
- stepSize Double
- The number of increments that the slider bar is divided into.
- displayOptions DashboardSlider Control Display Options 
- The display options of a control.
- type
DashboardSheet 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.
 
- maximumValue number
- The larger value that is displayed at the right of the slider.
- minimumValue number
- The smaller value that is displayed at the left of the slider.
- stepSize number
- The number of increments that the slider bar is divided into.
- displayOptions DashboardSlider Control Display Options 
- The display options of a control.
- type
DashboardSheet 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
DashboardSheet 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.
 
- maximumValue Number
- The larger value that is displayed at the right of the slider.
- minimumValue Number
- The smaller value that is displayed at the left of the slider.
- stepSize Number
- The number of increments that the slider bar is divided into.
- displayOptions Property Map
- The display options of a control.
- type "SINGLE_POINT" | "RANGE"
- The type of the DefaultSliderControlOptions. Choose one of the following options:- SINGLE_POINT: Filter against(equals) a single data point.
- RANGE: Filter data that is in a specified range.
 
DashboardDefaultTextAreaControlOptions, DashboardDefaultTextAreaControlOptionsArgs            
- Delimiter string
- The delimiter that is used to separate the lines in text.
- DisplayOptions 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.
- DisplayOptions DashboardText Area Control Display Options 
- The display options of a control.
- delimiter String
- The delimiter that is used to separate the lines in text.
- displayOptions DashboardText Area Control Display Options 
- The display options of a control.
- delimiter string
- The delimiter that is used to separate the lines in text.
- displayOptions 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.
- displayOptions Property Map
- The display options of a control.
DashboardDefaultTextFieldControlOptions, DashboardDefaultTextFieldControlOptionsArgs            
- DisplayOptions Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Text Field Control Display Options 
- The display options of a control.
- DisplayOptions DashboardText Field Control Display Options 
- The display options of a control.
- displayOptions DashboardText Field Control Display Options 
- The display options of a control.
- displayOptions DashboardText Field Control Display Options 
- The display options of a control.
- display_options DashboardText Field Control Display Options 
- The display options of a control.
- displayOptions Property Map
- The display options of a control.
DashboardDestinationParameterValueConfiguration, DashboardDestinationParameterValueConfigurationArgs          
- CustomValues Pulumi.Configuration Aws Native. Quick Sight. Inputs. Dashboard Custom Values Configuration 
- The configuration of custom values for destination parameter in DestinationParameterValueConfiguration.
- SelectAll Pulumi.Value Options Aws Native. Quick Sight. Dashboard Select All Value Options 
- The configuration that selects all options.
- SourceColumn Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Column Identifier 
- A column of a data set.
- SourceField string
- The source field ID of the destination parameter.
- SourceParameter stringName 
- The source parameter name of the destination parameter.
- CustomValues DashboardConfiguration Custom Values Configuration 
- The configuration of custom values for destination parameter in DestinationParameterValueConfiguration.
- SelectAll DashboardValue Options Select All Value Options 
- The configuration that selects all options.
- SourceColumn DashboardColumn Identifier 
- A column of a data set.
- SourceField string
- The source field ID of the destination parameter.
- SourceParameter stringName 
- The source parameter name of the destination parameter.
- customValues DashboardConfiguration Custom Values Configuration 
- The configuration of custom values for destination parameter in DestinationParameterValueConfiguration.
- selectAll DashboardValue Options Select All Value Options 
- The configuration that selects all options.
- sourceColumn DashboardColumn Identifier 
- A column of a data set.
- sourceField String
- The source field ID of the destination parameter.
- sourceParameter StringName 
- The source parameter name of the destination parameter.
- customValues DashboardConfiguration Custom Values Configuration 
- The configuration of custom values for destination parameter in DestinationParameterValueConfiguration.
- selectAll DashboardValue Options Select All Value Options 
- The configuration that selects all options.
- sourceColumn DashboardColumn Identifier 
- A column of a data set.
- sourceField string
- The source field ID of the destination parameter.
- sourceParameter 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 
- A column of a data set.
- source_field str
- The source field ID of the destination parameter.
- source_parameter_ strname 
- The source parameter name of the destination parameter.
- customValues Property MapConfiguration 
- The configuration of custom values for destination parameter in DestinationParameterValueConfiguration.
- selectAll "ALL_VALUES"Value Options 
- The configuration that selects all options.
- sourceColumn Property Map
- A column of a data set.
- sourceField String
- The source field ID of the destination parameter.
- sourceParameter StringName 
- The source parameter name of the destination parameter.
DashboardDigitGroupingStyle, DashboardDigitGroupingStyleArgs        
- Default
- DEFAULT
- Lakhs
- LAKHS
- DashboardDigit Grouping Style Default 
- DEFAULT
- DashboardDigit Grouping Style Lakhs 
- LAKHS
- Default
- DEFAULT
- Lakhs
- LAKHS
- Default
- DEFAULT
- Lakhs
- LAKHS
- DEFAULT
- DEFAULT
- LAKHS
- LAKHS
- "DEFAULT"
- DEFAULT
- "LAKHS"
- LAKHS
DashboardDimensionField, DashboardDimensionFieldArgs      
- CategoricalDimension Pulumi.Field Aws Native. Quick Sight. Inputs. Dashboard Categorical Dimension Field 
- The dimension type field with categorical type columns.
- DateDimension Pulumi.Field Aws Native. Quick Sight. Inputs. Dashboard Date Dimension Field 
- The dimension type field with date type columns.
- NumericalDimension Pulumi.Field Aws Native. Quick Sight. Inputs. Dashboard Numerical Dimension Field 
- The dimension type field with numerical type columns.
- CategoricalDimension DashboardField Categorical Dimension Field 
- The dimension type field with categorical type columns.
- DateDimension DashboardField Date Dimension Field 
- The dimension type field with date type columns.
- NumericalDimension DashboardField Numerical Dimension Field 
- The dimension type field with numerical type columns.
- categoricalDimension DashboardField Categorical Dimension Field 
- The dimension type field with categorical type columns.
- dateDimension DashboardField Date Dimension Field 
- The dimension type field with date type columns.
- numericalDimension DashboardField Numerical Dimension Field 
- The dimension type field with numerical type columns.
- categoricalDimension DashboardField Categorical Dimension Field 
- The dimension type field with categorical type columns.
- dateDimension DashboardField Date Dimension Field 
- The dimension type field with date type columns.
- numericalDimension 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.
- categoricalDimension Property MapField 
- The dimension type field with categorical type columns.
- dateDimension Property MapField 
- The dimension type field with date type columns.
- numericalDimension Property MapField 
- The dimension type field with numerical type columns.
DashboardDonutCenterOptions, DashboardDonutCenterOptionsArgs        
- LabelVisibility Pulumi.Aws Native. Quick Sight. Dashboard Visibility 
- Determines the visibility of the label in a donut chart. In the Quick Sight console, this option is called 'Show total'.
- LabelVisibility DashboardVisibility 
- Determines the visibility of the label in a donut chart. In the Quick Sight console, this option is called 'Show total'.
- labelVisibility DashboardVisibility 
- Determines the visibility of the label in a donut chart. In the Quick Sight console, this option is called 'Show total'.
- labelVisibility DashboardVisibility 
- Determines the visibility of the label in a donut chart. In the Quick Sight console, this option is called 'Show total'.
- label_visibility DashboardVisibility 
- Determines the visibility of the label in a donut chart. In the Quick Sight console, this option is called 'Show total'.
- labelVisibility "HIDDEN" | "VISIBLE"
- Determines the visibility of the label in a donut chart. In the Quick Sight console, this option is called 'Show total'.
DashboardDonutOptions, DashboardDonutOptionsArgs      
- ArcOptions 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 chart
- SMALL- A small-sized donut chart
- MEDIUM- A medium-sized donut chart
- LARGE- A large-sized donut chart
 
- DonutCenter 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.
- ArcOptions DashboardArc Options 
- The option for define the arc of the chart shape. Valid values are as follows:- WHOLE- A pie chart
- SMALL- A small-sized donut chart
- MEDIUM- A medium-sized donut chart
- LARGE- A large-sized donut chart
 
- DonutCenter 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.
- arcOptions DashboardArc Options 
- The option for define the arc of the chart shape. Valid values are as follows:- WHOLE- A pie chart
- SMALL- A small-sized donut chart
- MEDIUM- A medium-sized donut chart
- LARGE- A large-sized donut chart
 
- donutCenter 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.
- arcOptions DashboardArc Options 
- The option for define the arc of the chart shape. Valid values are as follows:- WHOLE- A pie chart
- SMALL- A small-sized donut chart
- MEDIUM- A medium-sized donut chart
- LARGE- A large-sized donut chart
 
- donutCenter 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 chart
- SMALL- A small-sized donut chart
- MEDIUM- A medium-sized donut chart
- LARGE- 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.
- arcOptions Property Map
- The option for define the arc of the chart shape. Valid values are as follows:- WHOLE- A pie chart
- SMALL- A small-sized donut chart
- MEDIUM- A medium-sized donut chart
- LARGE- A large-sized donut chart
 
- donutCenter 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        
- CategoryFilter 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.
- NumericEquality 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.
- TimeRange 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.
- CategoryFilter DashboardCategory Drill Down Filter 
- The category type drill down filter. This filter is used for string type columns.
- NumericEquality DashboardFilter Numeric Equality Drill Down Filter 
- The numeric equality type drill down filter. This filter is used for number type columns.
- TimeRange DashboardFilter Time Range Drill Down Filter 
- The time range drill down filter. This filter is used for date time columns.
- categoryFilter DashboardCategory Drill Down Filter 
- The category type drill down filter. This filter is used for string type columns.
- numericEquality DashboardFilter Numeric Equality Drill Down Filter 
- The numeric equality type drill down filter. This filter is used for number type columns.
- timeRange DashboardFilter Time Range Drill Down Filter 
- The time range drill down filter. This filter is used for date time columns.
- categoryFilter DashboardCategory Drill Down Filter 
- The category type drill down filter. This filter is used for string type columns.
- numericEquality DashboardFilter Numeric Equality Drill Down Filter 
- The numeric equality type drill down filter. This filter is used for number type columns.
- timeRange 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.
- categoryFilter Property Map
- The category type drill down filter. This filter is used for string type columns.
- numericEquality Property MapFilter 
- The numeric equality type drill down filter. This filter is used for number type columns.
- timeRange Property MapFilter 
- The time range drill down filter. This filter is used for date time columns.
DashboardDropDownControlDisplayOptions, DashboardDropDownControlDisplayOptionsArgs            
- InfoIcon Pulumi.Label Options Aws Native. Quick Sight. Inputs. Dashboard Sheet Control Info Icon Label Options 
- The configuration of info icon label options.
- SelectAll Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard List Control Select All Options 
- The configuration of the Select alloptions in a dropdown control.
- TitleOptions Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Label Options 
- The options to configure the title visibility, name, and font size.
- InfoIcon DashboardLabel Options Sheet Control Info Icon Label Options 
- The configuration of info icon label options.
- SelectAll DashboardOptions List Control Select All Options 
- The configuration of the Select alloptions in a dropdown control.
- TitleOptions DashboardLabel Options 
- The options to configure the title visibility, name, and font size.
- infoIcon DashboardLabel Options Sheet Control Info Icon Label Options 
- The configuration of info icon label options.
- selectAll DashboardOptions List Control Select All Options 
- The configuration of the Select alloptions in a dropdown control.
- titleOptions DashboardLabel Options 
- The options to configure the title visibility, name, and font size.
- infoIcon DashboardLabel Options Sheet Control Info Icon Label Options 
- The configuration of info icon label options.
- selectAll DashboardOptions List Control Select All Options 
- The configuration of the Select alloptions in a dropdown control.
- titleOptions 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 alloptions in a dropdown control.
- title_options DashboardLabel Options 
- The options to configure the title visibility, name, and font size.
- infoIcon Property MapLabel Options 
- The configuration of info icon label options.
- selectAll Property MapOptions 
- The configuration of the Select alloptions in a dropdown control.
- titleOptions Property Map
- The options to configure the title visibility, name, and font size.
DashboardDynamicDefaultValue, DashboardDynamicDefaultValueArgs        
- DefaultValue Pulumi.Column Aws Native. Quick Sight. Inputs. Dashboard Column Identifier 
- The column that contains the default value of each user or group.
- GroupName Pulumi.Column Aws Native. Quick Sight. Inputs. Dashboard Column Identifier 
- The column that contains the group name.
- UserName Pulumi.Column Aws Native. Quick Sight. Inputs. Dashboard Column Identifier 
- The column that contains the username.
- DefaultValue DashboardColumn Column Identifier 
- The column that contains the default value of each user or group.
- GroupName DashboardColumn Column Identifier 
- The column that contains the group name.
- UserName DashboardColumn Column Identifier 
- The column that contains the username.
- defaultValue DashboardColumn Column Identifier 
- The column that contains the default value of each user or group.
- groupName DashboardColumn Column Identifier 
- The column that contains the group name.
- userName DashboardColumn Column Identifier 
- The column that contains the username.
- defaultValue DashboardColumn Column Identifier 
- The column that contains the default value of each user or group.
- groupName DashboardColumn Column Identifier 
- The column that contains the group name.
- userName 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.
- defaultValue Property MapColumn 
- The column that contains the default value of each user or group.
- groupName Property MapColumn 
- The column that contains the group name.
- userName Property MapColumn 
- The column that contains the username.
DashboardEmptyVisual, DashboardEmptyVisualArgs      
- DataSet stringIdentifier 
- The data set that is used in the empty visual. Every visual requires a dataset to render.
- VisualId string
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- Actions
List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Visual Custom Action> 
- The list of custom actions that are configured for a visual.
- DataSet stringIdentifier 
- The data set that is used in the empty visual. Every visual requires a dataset to render.
- VisualId string
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- Actions
[]DashboardVisual Custom Action 
- The list of custom actions that are configured for a visual.
- dataSet StringIdentifier 
- The data set that is used in the empty visual. Every visual requires a dataset to render.
- visualId String
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions
List<DashboardVisual Custom Action> 
- The list of custom actions that are configured for a visual.
- dataSet stringIdentifier 
- The data set that is used in the empty visual. Every visual requires a dataset to render.
- visualId string
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions
DashboardVisual 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[DashboardVisual Custom Action] 
- The list of custom actions that are configured for a visual.
- dataSet StringIdentifier 
- The data set that is used in the empty visual. Every visual requires a dataset to render.
- visualId String
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- actions List<Property Map>
- The list of custom actions that are configured for a visual.
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.
- violatedEntities List<Property Map>
DashboardErrorType, DashboardErrorTypeArgs      
- AccessDenied 
- ACCESS_DENIED
- SourceNot Found 
- SOURCE_NOT_FOUND
- DataSet Not Found 
- DATA_SET_NOT_FOUND
- InternalFailure 
- INTERNAL_FAILURE
- ParameterValue Incompatible 
- PARAMETER_VALUE_INCOMPATIBLE
- ParameterType Invalid 
- PARAMETER_TYPE_INVALID
- ParameterNot Found 
- PARAMETER_NOT_FOUND
- ColumnType Mismatch 
- COLUMN_TYPE_MISMATCH
- ColumnGeographic Role Mismatch 
- COLUMN_GEOGRAPHIC_ROLE_MISMATCH
- ColumnReplacement Missing 
- COLUMN_REPLACEMENT_MISSING
- DashboardError Type Access Denied 
- ACCESS_DENIED
- DashboardError Type Source Not Found 
- SOURCE_NOT_FOUND
- DashboardError Type Data Set Not Found 
- DATA_SET_NOT_FOUND
- DashboardError Type Internal Failure 
- INTERNAL_FAILURE
- DashboardError Type Parameter Value Incompatible 
- PARAMETER_VALUE_INCOMPATIBLE
- DashboardError Type Parameter Type Invalid 
- PARAMETER_TYPE_INVALID
- DashboardError Type Parameter Not Found 
- PARAMETER_NOT_FOUND
- DashboardError Type Column Type Mismatch 
- COLUMN_TYPE_MISMATCH
- DashboardError Type Column Geographic Role Mismatch 
- COLUMN_GEOGRAPHIC_ROLE_MISMATCH
- DashboardError Type Column Replacement Missing 
- COLUMN_REPLACEMENT_MISSING
- AccessDenied 
- ACCESS_DENIED
- SourceNot Found 
- SOURCE_NOT_FOUND
- DataSet Not Found 
- DATA_SET_NOT_FOUND
- InternalFailure 
- INTERNAL_FAILURE
- ParameterValue Incompatible 
- PARAMETER_VALUE_INCOMPATIBLE
- ParameterType Invalid 
- PARAMETER_TYPE_INVALID
- ParameterNot Found 
- PARAMETER_NOT_FOUND
- ColumnType Mismatch 
- COLUMN_TYPE_MISMATCH
- ColumnGeographic Role Mismatch 
- COLUMN_GEOGRAPHIC_ROLE_MISMATCH
- ColumnReplacement Missing 
- COLUMN_REPLACEMENT_MISSING
- AccessDenied 
- ACCESS_DENIED
- SourceNot Found 
- SOURCE_NOT_FOUND
- DataSet Not Found 
- DATA_SET_NOT_FOUND
- InternalFailure 
- INTERNAL_FAILURE
- ParameterValue Incompatible 
- PARAMETER_VALUE_INCOMPATIBLE
- ParameterType Invalid 
- PARAMETER_TYPE_INVALID
- ParameterNot Found 
- PARAMETER_NOT_FOUND
- ColumnType Mismatch 
- COLUMN_TYPE_MISMATCH
- ColumnGeographic Role Mismatch 
- COLUMN_GEOGRAPHIC_ROLE_MISMATCH
- ColumnReplacement 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
DashboardTime Granularity 
- The granularity or unit (day, month, year) of the exclude period.
- Status
DashboardWidget 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
DashboardTime Granularity 
- The granularity or unit (day, month, year) of the exclude period.
- status
DashboardWidget 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
DashboardTime Granularity 
- The granularity or unit (day, month, year) of the exclude period.
- status
DashboardWidget 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
DashboardTime Granularity 
- The granularity or unit (day, month, year) of the exclude period.
- status
DashboardWidget 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
 
DashboardExecutiveSummaryOption, DashboardExecutiveSummaryOptionArgs        
- AvailabilityStatus Pulumi.Aws Native. Quick Sight. Dashboard Behavior 
- Availability status.
- AvailabilityStatus DashboardBehavior 
- Availability status.
- availabilityStatus DashboardBehavior 
- Availability status.
- availabilityStatus DashboardBehavior 
- Availability status.
- availability_status DashboardBehavior 
- Availability status.
- availabilityStatus "ENABLED" | "DISABLED"
- Availability status.
DashboardExplicitHierarchy, DashboardExplicitHierarchyArgs      
- Columns
List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Column Identifier> 
- The list of columns that define the explicit hierarchy.
- HierarchyId string
- The hierarchy ID of the explicit hierarchy.
- DrillDown 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
[]DashboardColumn Identifier 
- The list of columns that define the explicit hierarchy.
- HierarchyId string
- The hierarchy ID of the explicit hierarchy.
- DrillDown []DashboardFilters Drill Down Filter 
- The option that determines the drill down filters for the explicit hierarchy.
- columns
List<DashboardColumn Identifier> 
- The list of columns that define the explicit hierarchy.
- hierarchyId String
- The hierarchy ID of the explicit hierarchy.
- drillDown List<DashboardFilters Drill Down Filter> 
- The option that determines the drill down filters for the explicit hierarchy.
- columns
DashboardColumn Identifier[] 
- The list of columns that define the explicit hierarchy.
- hierarchyId string
- The hierarchy ID of the explicit hierarchy.
- drillDown DashboardFilters Drill Down Filter[] 
- The option that determines the drill down filters for the explicit hierarchy.
- columns
Sequence[DashboardColumn 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.
- hierarchyId String
- The hierarchy ID of the explicit hierarchy.
- drillDown List<Property Map>Filters 
- The option that determines the drill down filters for the explicit hierarchy.
DashboardExportHiddenFieldsOption, DashboardExportHiddenFieldsOptionArgs          
- AvailabilityStatus Pulumi.Aws Native. Quick Sight. Dashboard Behavior 
- The status of the export hidden fields options of a dashbaord.
- AvailabilityStatus DashboardBehavior 
- The status of the export hidden fields options of a dashbaord.
- availabilityStatus DashboardBehavior 
- The status of the export hidden fields options of a dashbaord.
- availabilityStatus 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.
- availabilityStatus "ENABLED" | "DISABLED"
- The status of the export hidden fields options of a dashbaord.
DashboardExportToCsvOption, DashboardExportToCsvOptionArgs          
- AvailabilityStatus Pulumi.Aws Native. Quick Sight. Dashboard Behavior 
- Availability status.
- AvailabilityStatus DashboardBehavior 
- Availability status.
- availabilityStatus DashboardBehavior 
- Availability status.
- availabilityStatus DashboardBehavior 
- Availability status.
- availability_status DashboardBehavior 
- Availability status.
- availabilityStatus "ENABLED" | "DISABLED"
- Availability status.
DashboardExportWithHiddenFieldsOption, DashboardExportWithHiddenFieldsOptionArgs            
- AvailabilityStatus Pulumi.Aws Native. Quick Sight. Dashboard Behavior 
- The status of the export with hidden fields options.
- AvailabilityStatus DashboardBehavior 
- The status of the export with hidden fields options.
- availabilityStatus DashboardBehavior 
- The status of the export with hidden fields options.
- availabilityStatus DashboardBehavior 
- The status of the export with hidden fields options.
- availability_status DashboardBehavior 
- The status of the export with hidden fields options.
- availabilityStatus "ENABLED" | "DISABLED"
- The status of the export with hidden fields options.
DashboardFieldBasedTooltip, DashboardFieldBasedTooltipArgs        
- AggregationVisibility Pulumi.Aws Native. Quick Sight. Dashboard Visibility 
- The visibility of Show aggregations.
- TooltipFields List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Tooltip Item> 
- The fields configuration in the tooltip.
- TooltipTitle 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.
 
- AggregationVisibility DashboardVisibility 
- The visibility of Show aggregations.
- TooltipFields []DashboardTooltip Item 
- The fields configuration in the tooltip.
- TooltipTitle 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.
 
- aggregationVisibility DashboardVisibility 
- The visibility of Show aggregations.
- tooltipFields List<DashboardTooltip Item> 
- The fields configuration in the tooltip.
- tooltipTitle 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.
 
- aggregationVisibility DashboardVisibility 
- The visibility of Show aggregations.
- tooltipFields DashboardTooltip Item[] 
- The fields configuration in the tooltip.
- tooltipTitle 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.
 
- aggregationVisibility "HIDDEN" | "VISIBLE"
- The visibility of Show aggregations.
- tooltipFields List<Property Map>
- The fields configuration in the tooltip.
- tooltipTitle "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        
- FieldId 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.
- FieldId string
- Indicates the field that is targeted by the field label.
- Visibility
DashboardVisibility 
- The visibility of the field label.
- fieldId String
- Indicates the field that is targeted by the field label.
- visibility
DashboardVisibility 
- The visibility of the field label.
- fieldId string
- Indicates the field that is targeted by the field label.
- visibility
DashboardVisibility 
- The visibility of the field label.
- field_id str
- Indicates the field that is targeted by the field label.
- visibility
DashboardVisibility 
- The visibility of the field label.
- fieldId String
- Indicates the field that is targeted by the field label.
- visibility "HIDDEN" | "VISIBLE"
- The visibility of the field label.
DashboardFieldSeriesItem, DashboardFieldSeriesItemArgs        
- AxisBinding Pulumi.Aws Native. Quick Sight. Dashboard Axis Binding 
- The axis that you are binding the field to.
- FieldId string
- The field ID of the field for which you are setting the axis binding.
- Settings
Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Line Chart Series Settings 
- The options that determine the presentation of line series associated to the field.
- AxisBinding DashboardAxis Binding 
- The axis that you are binding the field to.
- FieldId string
- The field ID of the field for which you are setting the axis binding.
- Settings
DashboardLine Chart Series Settings 
- The options that determine the presentation of line series associated to the field.
- axisBinding DashboardAxis Binding 
- The axis that you are binding the field to.
- fieldId String
- The field ID of the field for which you are setting the axis binding.
- settings
DashboardLine Chart Series Settings 
- The options that determine the presentation of line series associated to the field.
- axisBinding DashboardAxis Binding 
- The axis that you are binding the field to.
- fieldId string
- The field ID of the field for which you are setting the axis binding.
- settings
DashboardLine 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
DashboardLine Chart Series Settings 
- The options that determine the presentation of line series associated to the field.
- axisBinding "PRIMARY_YAXIS" | "SECONDARY_YAXIS"
- The axis that you are binding the field to.
- fieldId String
- The field ID of the field for which you are setting the axis binding.
- settings Property Map
- The options that determine the presentation of line series associated to the field.
DashboardFieldSort, DashboardFieldSortArgs      
- Direction
Pulumi.Aws Native. Quick Sight. Dashboard Sort Direction 
- The sort direction. Choose one of the following options:- ASC: Ascending
- DESC: Descending
 
- FieldId string
- The sort configuration target field.
- Direction
DashboardSort Direction 
- The sort direction. Choose one of the following options:- ASC: Ascending
- DESC: Descending
 
- FieldId string
- The sort configuration target field.
- direction
DashboardSort Direction 
- The sort direction. Choose one of the following options:- ASC: Ascending
- DESC: Descending
 
- fieldId String
- The sort configuration target field.
- direction
DashboardSort Direction 
- The sort direction. Choose one of the following options:- ASC: Ascending
- DESC: Descending
 
- fieldId string
- The sort configuration target field.
- direction
DashboardSort Direction 
- The sort direction. Choose one of the following options:- ASC: Ascending
- DESC: Descending
 
- field_id str
- The sort configuration target field.
- direction "ASC" | "DESC"
- The sort direction. Choose one of the following options:- ASC: Ascending
- DESC: Descending
 
- fieldId String
- The sort configuration target field.
DashboardFieldSortOptions, DashboardFieldSortOptionsArgs        
- ColumnSort Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Column Sort 
- The sort configuration for a column that is not used in a field well.
- FieldSort Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Field Sort 
- The sort configuration for a field in a field well.
- ColumnSort DashboardColumn Sort 
- The sort configuration for a column that is not used in a field well.
- FieldSort DashboardField Sort 
- The sort configuration for a field in a field well.
- columnSort DashboardColumn Sort 
- The sort configuration for a column that is not used in a field well.
- fieldSort DashboardField Sort 
- The sort configuration for a field in a field well.
- columnSort DashboardColumn Sort 
- The sort configuration for a column that is not used in a field well.
- fieldSort 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.
- columnSort Property Map
- The sort configuration for a column that is not used in a field well.
- fieldSort Property Map
- The sort configuration for a field in a field well.
DashboardFieldTooltipItem, DashboardFieldTooltipItemArgs        
- FieldId string
- The unique ID of the field that is targeted by the tooltip.
- Label string
- The label of the tooltip item.
- TooltipTarget 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.
- FieldId string
- The unique ID of the field that is targeted by the tooltip.
- Label string
- The label of the tooltip item.
- TooltipTarget DashboardTooltip Target 
- Determines the target of the field tooltip item in a combo chart visual.
- Visibility
DashboardVisibility 
- The visibility of the tooltip item.
- fieldId String
- The unique ID of the field that is targeted by the tooltip.
- label String
- The label of the tooltip item.
- tooltipTarget DashboardTooltip Target 
- Determines the target of the field tooltip item in a combo chart visual.
- visibility
DashboardVisibility 
- The visibility of the tooltip item.
- fieldId string
- The unique ID of the field that is targeted by the tooltip.
- label string
- The label of the tooltip item.
- tooltipTarget DashboardTooltip Target 
- Determines the target of the field tooltip item in a combo chart visual.
- visibility
DashboardVisibility 
- 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
DashboardVisibility 
- The visibility of the tooltip item.
- fieldId String
- The unique ID of the field that is targeted by the tooltip.
- label String
- The label of the tooltip item.
- tooltipTarget "BOTH" | "BAR" | "LINE"
- Determines the target of the field tooltip item in a combo chart visual.
- visibility "HIDDEN" | "VISIBLE"
- The visibility of the tooltip item.
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
[]DashboardDimension Field 
- The aggregated location field well of the filled map. Values are grouped by location fields.
- Values
[]DashboardMeasure Field 
- The aggregated color field well of a filled map. Values are aggregated based on location fields.
- geospatial
List<DashboardDimension Field> 
- The aggregated location field well of the filled map. Values are grouped by location fields.
- values
List<DashboardMeasure Field> 
- The aggregated color field well of a filled map. Values are aggregated based on location fields.
- geospatial
DashboardDimension Field[] 
- The aggregated location field well of the filled map. Values are grouped by location fields.
- values
DashboardMeasure Field[] 
- The aggregated color field well of a filled map. Values are aggregated based on location fields.
- geospatial
Sequence[DashboardDimension Field] 
- The aggregated location field well of the filled map. Values are grouped by location fields.
- values
Sequence[DashboardMeasure 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          
- ConditionalFormatting List<Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard Filled Map Conditional Formatting Option> 
- Conditional formatting options of a FilledMapVisual.
- ConditionalFormatting []DashboardOptions Filled Map Conditional Formatting Option 
- Conditional formatting options of a FilledMapVisual.
- conditionalFormatting List<DashboardOptions Filled Map Conditional Formatting Option> 
- Conditional formatting options of a FilledMapVisual.
- conditionalFormatting 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.
- conditionalFormatting 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
DashboardFilled Map Shape Conditional Formatting 
- The conditional formatting that determines the shape of the filled map.
- shape
DashboardFilled Map Shape Conditional Formatting 
- The conditional formatting that determines the shape of the filled map.
- shape
DashboardFilled Map Shape Conditional Formatting 
- The conditional formatting that determines the shape of the filled map.
- shape
DashboardFilled 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        
- FieldWells Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Filled Map Field Wells 
- The field wells of the visual.
- Interactions
Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Visual Interaction Options 
- The general visual interactions setup for a visual.
- Legend
Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Legend Options 
- The legend display setup of the visual.
- MapStyle Pulumi.Options Aws Native. Quick Sight. Inputs. Dashboard Geospatial Map Style Options 
- The map style options of the filled map visual.
- SortConfiguration 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.
- WindowOptions Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Geospatial Window Options 
- The window options of the filled map visual.
- FieldWells DashboardFilled Map Field Wells 
- The field wells of the visual.
- Interactions
DashboardVisual Interaction Options 
- The general visual interactions setup for a visual.
- Legend
DashboardLegend Options 
- The legend display setup of the visual.
- MapStyle DashboardOptions Geospatial Map Style Options 
- The map style options of the filled map visual.
- SortConfiguration DashboardFilled Map Sort Configuration 
- The sort configuration of a FilledMapVisual.
- Tooltip
DashboardTooltip Options 
- The tooltip display setup of the visual.
- WindowOptions DashboardGeospatial Window Options 
- The window options of the filled map visual.
- fieldWells DashboardFilled Map Field Wells 
- The field wells of the visual.
- interactions
DashboardVisual Interaction Options 
- The general visual interactions setup for a visual.
- legend
DashboardLegend Options 
- The legend display setup of the visual.
- mapStyle DashboardOptions Geospatial Map Style Options 
- The map style options of the filled map visual.
- sortConfiguration DashboardFilled Map Sort Configuration 
- The sort configuration of a FilledMapVisual.
- tooltip
DashboardTooltip Options 
- The tooltip display setup of the visual.
- windowOptions DashboardGeospatial Window Options 
- The window options of the filled map visual.
- fieldWells DashboardFilled Map Field Wells 
- The field wells of the visual.
- interactions
DashboardVisual Interaction Options 
- The general visual interactions setup for a visual.
- legend
DashboardLegend Options 
- The legend display setup of the visual.
- mapStyle DashboardOptions Geospatial Map Style Options 
- The map style options of the filled map visual.
- sortConfiguration DashboardFilled Map Sort Configuration 
- The sort configuration of a FilledMapVisual.
- tooltip
DashboardTooltip Options 
- The tooltip display setup of the visual.
- windowOptions DashboardGeospatial Window Options 
- The window options of the filled map visual.
- field_wells DashboardFilled Map Field Wells 
- The field wells of the visual.
- interactions
DashboardVisual Interaction Options 
- The general visual interactions setup for a visual.
- legend
DashboardLegend 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
DashboardTooltip Options 
- The tooltip display setup of the visual.
- window_options DashboardGeospatial Window Options 
- The window options of the filled map visual.
- fieldWells Property Map
- The field wells of the visual.
- interactions Property Map
- The general visual interactions setup for a visual.
- legend Property Map
- The legend display setup of the visual.
- mapStyle Property MapOptions 
- The map style options of the filled map visual.
- sortConfiguration Property Map
- The sort configuration of a FilledMapVisual.
- tooltip Property Map
- The tooltip display setup of the visual.
- windowOptions Property Map
- The window options of the filled map visual.
DashboardFilledMapFieldWells, DashboardFilledMapFieldWellsArgs          
- FilledMap Pulumi.Aggregated Field Wells Aws Native. Quick Sight. Inputs. Dashboard Filled Map Aggregated Field Wells 
- The aggregated field well of the filled map.
- FilledMap DashboardAggregated Field Wells Filled Map Aggregated Field Wells 
- The aggregated field well of the filled map.
- filledMap DashboardAggregated Field Wells Filled Map Aggregated Field Wells 
- The aggregated field well of the filled map.
- filledMap 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.
- filledMap Property MapAggregated Field Wells 
- The aggregated field well of the filled map.
DashboardFilledMapShapeConditionalFormatting, DashboardFilledMapShapeConditionalFormattingArgs            
- FieldId 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.
- FieldId string
- The field ID of the filled map shape.
- Format
DashboardShape Conditional Format 
- The conditional formatting that determines the background color of a filled map's shape.
- fieldId String
- The field ID of the filled map shape.
- format
DashboardShape Conditional Format 
- The conditional formatting that determines the background color of a filled map's shape.
- fieldId string
- The field ID of the filled map shape.
- format
DashboardShape 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
DashboardShape Conditional Format 
- The conditional formatting that determines the background color of a filled map's shape.
- fieldId String
- The field ID of the filled map shape.
- format Property Map
- The conditional formatting that determines the background color of a filled map's shape.
DashboardFilledMapSortConfiguration, DashboardFilledMapSortConfigurationArgs          
- CategorySort List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Field Sort Options> 
- The sort configuration of the location fields.
- CategorySort []DashboardField Sort Options 
- The sort configuration of the location fields.
- categorySort List<DashboardField Sort Options> 
- The sort configuration of the location fields.
- categorySort DashboardField Sort Options[] 
- The sort configuration of the location fields.
- category_sort Sequence[DashboardField Sort Options] 
- The sort configuration of the location fields.
- categorySort List<Property Map>
- The sort configuration of the location fields.
DashboardFilledMapVisual, DashboardFilledMapVisualArgs        
- VisualId string
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- Actions
List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Visual Custom Action> 
- The list of custom actions that are configured for a visual.
- ChartConfiguration Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Filled Map Configuration 
- The configuration settings of the visual.
- ColumnHierarchies List<Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Column Hierarchy> 
- The column hierarchy that is used during drill-downs and drill-ups.
- ConditionalFormatting 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.
- VisualContent stringAlt Text 
- The alt text for the visual.
- VisualId string
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- Actions
[]DashboardVisual Custom Action 
- The list of custom actions that are configured for a visual.
- ChartConfiguration DashboardFilled Map Configuration 
- The configuration settings of the visual.
- ColumnHierarchies []DashboardColumn Hierarchy 
- The column hierarchy that is used during drill-downs and drill-ups.
- ConditionalFormatting DashboardFilled Map Conditional Formatting 
- The conditional formatting of a FilledMapVisual.
- Subtitle
DashboardVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- Title
DashboardVisual Title Label Options 
- The title that is displayed on the visual.
- VisualContent stringAlt Text 
- The alt text for the visual.
- visualId String
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- actions
List<DashboardVisual Custom Action> 
- The list of custom actions that are configured for a visual.
- chartConfiguration DashboardFilled Map Configuration 
- The configuration settings of the visual.
- columnHierarchies List<DashboardColumn Hierarchy> 
- The column hierarchy that is used during drill-downs and drill-ups.
- conditionalFormatting DashboardFilled Map Conditional Formatting 
- The conditional formatting of a FilledMapVisual.
- subtitle
DashboardVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- title
DashboardVisual Title Label Options 
- The title that is displayed on the visual.
- visualContent StringAlt Text 
- The alt text for the visual.
- visualId string
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- actions
DashboardVisual Custom Action[] 
- The list of custom actions that are configured for a visual.
- chartConfiguration DashboardFilled Map Configuration 
- The configuration settings of the visual.
- columnHierarchies DashboardColumn Hierarchy[] 
- The column hierarchy that is used during drill-downs and drill-ups.
- conditionalFormatting DashboardFilled Map Conditional Formatting 
- The conditional formatting of a FilledMapVisual.
- subtitle
DashboardVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- title
DashboardVisual Title Label Options 
- The title that is displayed on the visual.
- visualContent stringAlt Text 
- The alt text for the visual.
- visual_id str
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- actions
Sequence[DashboardVisual 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
DashboardVisual Subtitle Label Options 
- The subtitle that is displayed on the visual.
- title
DashboardVisual Title Label Options 
- The title that is displayed on the visual.
- visual_content_ stralt_ text 
- The alt text for the visual.
- visualId String
- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
- actions List<Property Map>
- The list of custom actions that are configured for a visual.
- chartConfiguration Property Map
- The configuration settings of the visual.
- columnHierarchies List<Property Map>
- The column hierarchy that is used during drill-downs and drill-ups.
- conditionalFormatting Property Map
- The conditional formatting of a FilledMapVisual.
- subtitle Property Map
- The subtitle that is displayed on the visual.
- title Property Map
- The title that is displayed on the visual.
- visualContent StringAlt Text 
- The alt text for the visual.
DashboardFilter, DashboardFilterArgs    
- CategoryFilter Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Category Filter 
- A - CategoryFilterfilters text values.- For more information, see Adding text filters in the Amazon Quick Suite User Guide . 
- NestedFilter Pulumi.Aws Native. Quick Sight. Inputs. Dashboard Nested Filter 
- A NestedFilterfilters data with a subset of data that is defined by the nested inner filter.
- NumericEquality Pulumi.Filter Aws Native. Quick Sight. Inputs. Dashboard Numeric Equality Filter 
- A NumericEqualityFilterfilters numeric values that equal or do not equal a given numeric value.
- NumericRange Pulumi.Filter Aws Native. Quick Sight. Inputs. Dashboard Numeric Range Filter 
- A NumericRangeFilterfilters numeric values that are either inside or outside a given numeric range.
- RelativeDates Pulumi.Filter Aws Native. Quick Sight. Inputs. Dashboard Relative Dates Filter 
- A RelativeDatesFilterfilters date values that are relative to a given date.
- TimeEquality Pulumi.Filter Aws Native. Quick Sight. Inputs. Dashboard Time Equality Filter 
- A TimeEqualityFilterfilters date-time values that equal or do not equal a given date/time value.
- TimeRange Pulumi.Filter Aws Native. Quick Sight. Inputs. Dashboard Time Range Filter 
- A TimeRangeFilterfilters date-time values that are either inside or outside a given date/time range.
- TopBottom Pulumi.Filter Aws Native. Quick Sight. Inputs. Dashboard Top Bottom Filter 
- A TopBottomFilterfilters data to the top or bottom values for a given column.
- CategoryFilter DashboardCategory Filter 
- A - CategoryFilterfilters text values.- For more information, see Adding text filters in the Amazon Quick Suite User Guide . 
- NestedFilter DashboardNested Filter 
- A NestedFilterfilters data with a subset of data that is defined by the nested inner filter.
- NumericEquality DashboardFilter Numeric Equality Filter 
- A NumericEqualityFilterfilters numeric values that equal or do not equal a given numeric value.
- NumericRange DashboardFilter Numeric Range Filter 
- A NumericRangeFilterfilters numeric values that are either inside or outside a given numeric range.
- RelativeDates DashboardFilter Relative Dates Filter 
- A RelativeDatesFilterfilters date values that are relative to a given date.
- TimeEquality DashboardFilter Time Equality Filter 
- A TimeEqualityFilterfilters date-time values that equal or do not equal a given date/time value.
- TimeRange DashboardFilter Time Range Filter 
- A TimeRangeFilterfilters date-time values that are either inside or outside a given date/time range.
- TopBottom DashboardFilter Top Bottom Filter 
- A TopBottomFilterfilters data to the top or bottom values for a given column.
- categoryFilter DashboardCategory Filter 
- A - CategoryFilterfilters text values.- For more information, see Adding text filters in the Amazon Quick Suite User Guide . 
- nestedFilter DashboardNested Filter 
- A NestedFilterfilters data with a subset of data that is defined by the nested inner filter.
- numericEquality DashboardFilter Numeric Equality Filter 
- A NumericEqualityFilterfilters numeric values that equal or do not equal a given numeric value.
- numericRange DashboardFilter Numeric Range Filter 
- A NumericRangeFilterfilters numeric values that are either inside or outside a given numeric range.
- relativeDates DashboardFilter Relative Dates Filter 
- A RelativeDatesFilterfilters date values that are relative to a given date.
- timeEquality DashboardFilter Time Equality Filter 
- A TimeEqualityFilterfilters date-time values that equal or do not equal a given date/time value.
- timeRange DashboardFilter Time Range Filter 
- A TimeRangeFilterfilters date-time values that are either inside or outside a given date/time range.
- topBottom DashboardFilter Top Bottom Filter 
- A TopBottomFilterfilters data to the top or bottom values for a given column.
- categoryFilter DashboardCategory Filter 
- A - CategoryFilterfilters text values.- For more information, see Adding text filters in the Amazon Quick Suite User Guide . 
- nestedFilter DashboardNested Filter 
- A NestedFilterfilters data with a subset of data that is defined by the nested inner filter.
- numericEquality DashboardFilter Numeric Equality Filter 
- A NumericEqualityFilterfilters numeric values that equal or do not equal a given numeric value.
- numericRange DashboardFilter Numeric Range Filter 
- A NumericRangeFilterfilters numeric values that are either inside or outside a given numeric range.
- relativeDates DashboardFilter Relative Dates Filter 
- A RelativeDatesFilterfilters date values that are relative to a given date.
- timeEquality DashboardFilter Time Equality Filter 
- A TimeEqualityFilterfilters date-time values that equal or do not equal a given date/time value.
- timeRange DashboardFilter Time Range Filter 
- A TimeRangeFilterfilters date-time values that are either inside or outside a given date/time range.
- topBottom DashboardFilter Top Bottom Filter 
- A TopBottomFilterfilters data to the top or bottom values for a given column.
- category_filter DashboardCategory Filter 
- A - CategoryFilterfilters text values.- For more information, see Adding text filters in the Amazon Quick Suite User Guide . 
- nested_filter DashboardNested Filter 
- A NestedFilterfilters data with a subset of data that is defined by the nested inner filter.
- numeric_equality_ Dashboardfilter Numeric Equality Filter 
- A NumericEqualityFilterfilters numeric values that equal or do not equal a given numeric value.
- numeric_range_ Dashboardfilter Numeric Range Filter 
- A NumericRangeFilterfilters numeric values that are either inside or outside a given numeric range.
- relative_dates_ Dashboardfilter Relative Dates Filter 
- A RelativeDatesFilterfilters date values that are relative to a given date.
- time_equality_ Dashboardfilter Time Equality Filter 
- A TimeEqualityFilterfilters date-time values that equal or do not equal a given date/time value.
- time_range_ Dashboardfilter Time Range Filter 
- A TimeRangeFilterfilters date-time values that are either inside or outside a given date/time range.
- top_bottom_ Dashboardfilter Top Bottom Filter 
- A TopBottomFilterfilters data to the top or bottom values for a given column.
- categoryFilter Property Map
- A - CategoryFilterfilters text values.- For more information, see Adding text filters in the Amazon Quick Suite User Guide . 
- nestedFilter Property Map
- A NestedFilterfilters data with a subset of data that is defined by the nested inner filter.
- numericEquality Property MapFilter 
- A NumericEqualityFilterfilters numeric values that equal or do not equal a given numeric value.
- numericRange Property MapFilter 
- A NumericRangeFilterfilters numeric values that are either inside or outside a given numeric range.
- relativeDates Property MapFilter 
- A RelativeDatesFilterfilters date values that are relative to a given date.
- timeEquality Property MapFilter 
- A TimeEqualityFilterfilters date-time values that equal or do not equal a given date/time value.
- timeRange Property MapFilter 
- A TimeRangeFilterfilters date-time values that are either inside or outside a given date/time range.
- topBottom Property MapFilter 
- A TopBottomFilterfilters data to the top or bottom values for a given column.
DashboardFilterControl, DashboardFilterControlArgs      
- CrossSheet 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
- DateTime 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.
- RelativeDate 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.
- TextArea 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.
- TextField 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.
- CrossSheet 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
- DateTime DashboardPicker Filter Date Time Picker Control 
- A control from a date filter that is used to specify date and time.
- Dropdown
DashboardFilter Drop Down Control 
- A control to display a dropdown list with buttons that are used to select a single value.
- List
DashboardFilter List Control 
- A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
- RelativeDate DashboardTime Filter Relative Date Time Control 
- A control from a date filter that is used to specify the relative date.
- Slider
DashboardFilter Slider Control 
- A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
- TextArea DashboardFilter Text Area Control 
- A control to display a text box that is used to enter multiple entries.
- TextField DashboardFilter Text Field Control 
- A control to display a text box that is used to enter a single entry.
- crossSheet 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
- dateTime DashboardPicker Filter Date Time Picker Control 
- A control from a date filter that is used to specify date and time.
- dropdown
DashboardFilter Drop Down Control 
- A control to display a dropdown list with buttons that are used to select a single value.
- list
DashboardFilter List Control 
- A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
- relativeDate DashboardTime Filter Relative Date Time Control 
- A control from a date filter that is used to specify the relative date.
- slider
DashboardFilter Slider Control 
- A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
- textArea DashboardFilter Text Area Control 
- A control to display a text box that is used to enter multiple entries.
- textField DashboardFilter Text Field Control 
- A control to display a text box that is used to enter a single entry.
- crossSheet 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
- dateTime DashboardPicker Filter Date Time Picker Control 
- A control from a date filter that is used to specify date and time.
- dropdown
DashboardFilter Drop Down Control 
- A control to display a dropdown list with buttons that are used to select a single value.
- list
DashboardFilter List Control 
- A control to display a list of buttons or boxes. This is used to select either a single value or multiple values.
- relativeDate DashboardTime Filter Relative Date Time Control 
- A control from a date filter that is used to specify the relative date.
- slider
DashboardFilter Slider Control 
- A control to display a horizontal toggle bar. This is used to change a value by sliding the toggle.
- textArea DashboardFilter Text Area Control 
- A control to display a text box that is used to enter multiple entries.
- textField 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
DashboardFilter Drop Down Control 
- A control to display a dropdown list with buttons that are used to select a single value.
- list
DashboardFilter 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
DashboardFilter 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.
- crossSheet Property Map
- A control from a filter that is scoped across more than one sheet. This represents your filter control on a sheet
- dateTime 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.
- relativeDate 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.
- textArea Property Map
- A control to display a text box that is used to enter multiple entries.
- textField Property Map
- A control to display a text box that is used to enter a single entry.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
