We recommend new projects start with resources from the AWS provider.
aws-native.quicksight.Topic
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Definition of the AWS::QuickSight::Topic Resource Type.
Create Topic Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Topic(name: string, args?: TopicArgs, opts?: CustomResourceOptions);@overload
def Topic(resource_name: str,
          args: Optional[TopicArgs] = None,
          opts: Optional[ResourceOptions] = None)
@overload
def Topic(resource_name: str,
          opts: Optional[ResourceOptions] = None,
          aws_account_id: Optional[str] = None,
          config_options: Optional[TopicConfigOptionsArgs] = None,
          data_sets: Optional[Sequence[TopicDatasetMetadataArgs]] = None,
          description: Optional[str] = None,
          folder_arns: Optional[Sequence[str]] = None,
          name: Optional[str] = None,
          topic_id: Optional[str] = None,
          user_experience_version: Optional[TopicUserExperienceVersion] = None)func NewTopic(ctx *Context, name string, args *TopicArgs, opts ...ResourceOption) (*Topic, error)public Topic(string name, TopicArgs? args = null, CustomResourceOptions? opts = null)type: aws-native:quicksight:Topic
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 TopicArgs
- 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 TopicArgs
- 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 TopicArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TopicArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args TopicArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Topic 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 Topic resource accepts the following input properties:
- AwsAccount stringId 
- The ID of the AWS account that you want to create a topic in.
- ConfigOptions Pulumi.Aws Native. Quick Sight. Inputs. Topic Config Options 
- Configuration options for a Topic.
- DataSets List<Pulumi.Aws Native. Quick Sight. Inputs. Topic Dataset Metadata> 
- The data sets that the topic is associated with.
- Description string
- The description of the topic.
- FolderArns List<string>
- Name string
- The name of the topic.
- TopicId string
- The ID for the topic. This ID is unique per AWS Region for each AWS account.
- UserExperience Pulumi.Version Aws Native. Quick Sight. Topic User Experience Version 
- The user experience version of the topic.
- AwsAccount stringId 
- The ID of the AWS account that you want to create a topic in.
- ConfigOptions TopicConfig Options Args 
- Configuration options for a Topic.
- DataSets []TopicDataset Metadata Args 
- The data sets that the topic is associated with.
- Description string
- The description of the topic.
- FolderArns []string
- Name string
- The name of the topic.
- TopicId string
- The ID for the topic. This ID is unique per AWS Region for each AWS account.
- UserExperience TopicVersion User Experience Version 
- The user experience version of the topic.
- awsAccount StringId 
- The ID of the AWS account that you want to create a topic in.
- configOptions TopicConfig Options 
- Configuration options for a Topic.
- dataSets List<TopicDataset Metadata> 
- The data sets that the topic is associated with.
- description String
- The description of the topic.
- folderArns List<String>
- name String
- The name of the topic.
- topicId String
- The ID for the topic. This ID is unique per AWS Region for each AWS account.
- userExperience TopicVersion User Experience Version 
- The user experience version of the topic.
- awsAccount stringId 
- The ID of the AWS account that you want to create a topic in.
- configOptions TopicConfig Options 
- Configuration options for a Topic.
- dataSets TopicDataset Metadata[] 
- The data sets that the topic is associated with.
- description string
- The description of the topic.
- folderArns string[]
- name string
- The name of the topic.
- topicId string
- The ID for the topic. This ID is unique per AWS Region for each AWS account.
- userExperience TopicVersion User Experience Version 
- The user experience version of the topic.
- aws_account_ strid 
- The ID of the AWS account that you want to create a topic in.
- config_options TopicConfig Options Args 
- Configuration options for a Topic.
- data_sets Sequence[TopicDataset Metadata Args] 
- The data sets that the topic is associated with.
- description str
- The description of the topic.
- folder_arns Sequence[str]
- name str
- The name of the topic.
- topic_id str
- The ID for the topic. This ID is unique per AWS Region for each AWS account.
- user_experience_ Topicversion User Experience Version 
- The user experience version of the topic.
- awsAccount StringId 
- The ID of the AWS account that you want to create a topic in.
- configOptions Property Map
- Configuration options for a Topic.
- dataSets List<Property Map>
- The data sets that the topic is associated with.
- description String
- The description of the topic.
- folderArns List<String>
- name String
- The name of the topic.
- topicId String
- The ID for the topic. This ID is unique per AWS Region for each AWS account.
- userExperience "LEGACY" | "NEW_READER_EXPERIENCE"Version 
- The user experience version of the topic.
Outputs
All input properties are implicitly available as output properties. Additionally, the Topic resource produces the following output properties:
Supporting Types
TopicAuthorSpecifiedAggregation, TopicAuthorSpecifiedAggregationArgs        
- Count
- COUNT
- DistinctCount 
- DISTINCT_COUNT
- Min
- MIN
- Max
- MAX
- Median
- MEDIAN
- Sum
- SUM
- Average
- AVERAGE
- Stdev
- STDEV
- Stdevp
- STDEVP
- Var
- VAR
- Varp
- VARP
- Percentile
- PERCENTILE
- TopicAuthor Specified Aggregation Count 
- COUNT
- TopicAuthor Specified Aggregation Distinct Count 
- DISTINCT_COUNT
- TopicAuthor Specified Aggregation Min 
- MIN
- TopicAuthor Specified Aggregation Max 
- MAX
- TopicAuthor Specified Aggregation Median 
- MEDIAN
- TopicAuthor Specified Aggregation Sum 
- SUM
- TopicAuthor Specified Aggregation Average 
- AVERAGE
- TopicAuthor Specified Aggregation Stdev 
- STDEV
- TopicAuthor Specified Aggregation Stdevp 
- STDEVP
- TopicAuthor Specified Aggregation Var 
- VAR
- TopicAuthor Specified Aggregation Varp 
- VARP
- TopicAuthor Specified Aggregation Percentile 
- PERCENTILE
- Count
- COUNT
- DistinctCount 
- DISTINCT_COUNT
- Min
- MIN
- Max
- MAX
- Median
- MEDIAN
- Sum
- SUM
- Average
- AVERAGE
- Stdev
- STDEV
- Stdevp
- STDEVP
- Var
- VAR
- Varp
- VARP
- Percentile
- PERCENTILE
- Count
- COUNT
- DistinctCount 
- DISTINCT_COUNT
- Min
- MIN
- Max
- MAX
- Median
- MEDIAN
- Sum
- SUM
- Average
- AVERAGE
- Stdev
- STDEV
- Stdevp
- STDEVP
- Var
- VAR
- Varp
- VARP
- Percentile
- PERCENTILE
- COUNT
- COUNT
- DISTINCT_COUNT
- DISTINCT_COUNT
- MIN
- MIN
- MAX
- MAX
- MEDIAN
- MEDIAN
- SUM
- SUM
- AVERAGE
- AVERAGE
- STDEV
- STDEV
- STDEVP
- STDEVP
- VAR
- VAR
- VARP
- VARP
- PERCENTILE
- PERCENTILE
- "COUNT"
- COUNT
- "DISTINCT_COUNT"
- DISTINCT_COUNT
- "MIN"
- MIN
- "MAX"
- MAX
- "MEDIAN"
- MEDIAN
- "SUM"
- SUM
- "AVERAGE"
- AVERAGE
- "STDEV"
- STDEV
- "STDEVP"
- STDEVP
- "VAR"
- VAR
- "VARP"
- VARP
- "PERCENTILE"
- PERCENTILE
TopicCalculatedField, TopicCalculatedFieldArgs      
- CalculatedField stringName 
- The calculated field name.
- Expression string
- The calculated field expression.
- Aggregation
Pulumi.Aws Native. Quick Sight. Topic Default Aggregation 
- The default aggregation. Valid values for this structure are SUM,MAX,MIN,COUNT,DISTINCT_COUNT, andAVERAGE.
- AllowedAggregations List<Pulumi.Aws Native. Quick Sight. Topic Author Specified Aggregation> 
- The list of aggregation types that are allowed for the calculated field. Valid values for this structure are COUNT,DISTINCT_COUNT,MIN,MAX,MEDIAN,SUM,AVERAGE,STDEV,STDEVP,VAR,VARP, andPERCENTILE.
- CalculatedField stringDescription 
- The calculated field description.
- CalculatedField List<string>Synonyms 
- The other names or aliases for the calculated field.
- CellValue List<Pulumi.Synonyms Aws Native. Quick Sight. Inputs. Topic Cell Value Synonym> 
- The other names or aliases for the calculated field cell value.
- ColumnData Pulumi.Role Aws Native. Quick Sight. Topic Column Data Role 
- The column data role for a calculated field. Valid values for this structure are DIMENSIONandMEASURE.
- ComparativeOrder Pulumi.Aws Native. Quick Sight. Inputs. Topic Comparative Order 
- The order in which data is displayed for the calculated field when it's used in a comparative context.
- DefaultFormatting Pulumi.Aws Native. Quick Sight. Inputs. Topic Default Formatting 
- The default formatting definition.
- DisableIndexing bool
- A Boolean value that indicates if a calculated field is visible in the autocomplete.
- IsIncluded boolIn Topic 
- A boolean value that indicates if a calculated field is included in the topic.
- NeverAggregate boolIn Filter 
- A Boolean value that indicates whether to never aggregate calculated field in filters.
- NonAdditive bool
- The non additive for the table style target.
- NotAllowed List<Pulumi.Aggregations Aws Native. Quick Sight. Topic Author Specified Aggregation> 
- The list of aggregation types that are not allowed for the calculated field. Valid values for this structure are COUNT,DISTINCT_COUNT,MIN,MAX,MEDIAN,SUM,AVERAGE,STDEV,STDEVP,VAR,VARP, andPERCENTILE.
- SemanticType Pulumi.Aws Native. Quick Sight. Inputs. Topic Semantic Type 
- The semantic type.
- TimeGranularity Pulumi.Aws Native. Quick Sight. Topic Time Granularity 
- The level of time precision that is used to aggregate DateTimevalues.
- CalculatedField stringName 
- The calculated field name.
- Expression string
- The calculated field expression.
- Aggregation
TopicDefault Aggregation 
- The default aggregation. Valid values for this structure are SUM,MAX,MIN,COUNT,DISTINCT_COUNT, andAVERAGE.
- AllowedAggregations []TopicAuthor Specified Aggregation 
- The list of aggregation types that are allowed for the calculated field. Valid values for this structure are COUNT,DISTINCT_COUNT,MIN,MAX,MEDIAN,SUM,AVERAGE,STDEV,STDEVP,VAR,VARP, andPERCENTILE.
- CalculatedField stringDescription 
- The calculated field description.
- CalculatedField []stringSynonyms 
- The other names or aliases for the calculated field.
- CellValue []TopicSynonyms Cell Value Synonym 
- The other names or aliases for the calculated field cell value.
- ColumnData TopicRole Column Data Role 
- The column data role for a calculated field. Valid values for this structure are DIMENSIONandMEASURE.
- ComparativeOrder TopicComparative Order 
- The order in which data is displayed for the calculated field when it's used in a comparative context.
- DefaultFormatting TopicDefault Formatting 
- The default formatting definition.
- DisableIndexing bool
- A Boolean value that indicates if a calculated field is visible in the autocomplete.
- IsIncluded boolIn Topic 
- A boolean value that indicates if a calculated field is included in the topic.
- NeverAggregate boolIn Filter 
- A Boolean value that indicates whether to never aggregate calculated field in filters.
- NonAdditive bool
- The non additive for the table style target.
- NotAllowed []TopicAggregations Author Specified Aggregation 
- The list of aggregation types that are not allowed for the calculated field. Valid values for this structure are COUNT,DISTINCT_COUNT,MIN,MAX,MEDIAN,SUM,AVERAGE,STDEV,STDEVP,VAR,VARP, andPERCENTILE.
- SemanticType TopicSemantic Type 
- The semantic type.
- TimeGranularity TopicTime Granularity 
- The level of time precision that is used to aggregate DateTimevalues.
- calculatedField StringName 
- The calculated field name.
- expression String
- The calculated field expression.
- aggregation
TopicDefault Aggregation 
- The default aggregation. Valid values for this structure are SUM,MAX,MIN,COUNT,DISTINCT_COUNT, andAVERAGE.
- allowedAggregations List<TopicAuthor Specified Aggregation> 
- The list of aggregation types that are allowed for the calculated field. Valid values for this structure are COUNT,DISTINCT_COUNT,MIN,MAX,MEDIAN,SUM,AVERAGE,STDEV,STDEVP,VAR,VARP, andPERCENTILE.
- calculatedField StringDescription 
- The calculated field description.
- calculatedField List<String>Synonyms 
- The other names or aliases for the calculated field.
- cellValue List<TopicSynonyms Cell Value Synonym> 
- The other names or aliases for the calculated field cell value.
- columnData TopicRole Column Data Role 
- The column data role for a calculated field. Valid values for this structure are DIMENSIONandMEASURE.
- comparativeOrder TopicComparative Order 
- The order in which data is displayed for the calculated field when it's used in a comparative context.
- defaultFormatting TopicDefault Formatting 
- The default formatting definition.
- disableIndexing Boolean
- A Boolean value that indicates if a calculated field is visible in the autocomplete.
- isIncluded BooleanIn Topic 
- A boolean value that indicates if a calculated field is included in the topic.
- neverAggregate BooleanIn Filter 
- A Boolean value that indicates whether to never aggregate calculated field in filters.
- nonAdditive Boolean
- The non additive for the table style target.
- notAllowed List<TopicAggregations Author Specified Aggregation> 
- The list of aggregation types that are not allowed for the calculated field. Valid values for this structure are COUNT,DISTINCT_COUNT,MIN,MAX,MEDIAN,SUM,AVERAGE,STDEV,STDEVP,VAR,VARP, andPERCENTILE.
- semanticType TopicSemantic Type 
- The semantic type.
- timeGranularity TopicTime Granularity 
- The level of time precision that is used to aggregate DateTimevalues.
- calculatedField stringName 
- The calculated field name.
- expression string
- The calculated field expression.
- aggregation
TopicDefault Aggregation 
- The default aggregation. Valid values for this structure are SUM,MAX,MIN,COUNT,DISTINCT_COUNT, andAVERAGE.
- allowedAggregations TopicAuthor Specified Aggregation[] 
- The list of aggregation types that are allowed for the calculated field. Valid values for this structure are COUNT,DISTINCT_COUNT,MIN,MAX,MEDIAN,SUM,AVERAGE,STDEV,STDEVP,VAR,VARP, andPERCENTILE.
- calculatedField stringDescription 
- The calculated field description.
- calculatedField string[]Synonyms 
- The other names or aliases for the calculated field.
- cellValue TopicSynonyms Cell Value Synonym[] 
- The other names or aliases for the calculated field cell value.
- columnData TopicRole Column Data Role 
- The column data role for a calculated field. Valid values for this structure are DIMENSIONandMEASURE.
- comparativeOrder TopicComparative Order 
- The order in which data is displayed for the calculated field when it's used in a comparative context.
- defaultFormatting TopicDefault Formatting 
- The default formatting definition.
- disableIndexing boolean
- A Boolean value that indicates if a calculated field is visible in the autocomplete.
- isIncluded booleanIn Topic 
- A boolean value that indicates if a calculated field is included in the topic.
- neverAggregate booleanIn Filter 
- A Boolean value that indicates whether to never aggregate calculated field in filters.
- nonAdditive boolean
- The non additive for the table style target.
- notAllowed TopicAggregations Author Specified Aggregation[] 
- The list of aggregation types that are not allowed for the calculated field. Valid values for this structure are COUNT,DISTINCT_COUNT,MIN,MAX,MEDIAN,SUM,AVERAGE,STDEV,STDEVP,VAR,VARP, andPERCENTILE.
- semanticType TopicSemantic Type 
- The semantic type.
- timeGranularity TopicTime Granularity 
- The level of time precision that is used to aggregate DateTimevalues.
- calculated_field_ strname 
- The calculated field name.
- expression str
- The calculated field expression.
- aggregation
TopicDefault Aggregation 
- The default aggregation. Valid values for this structure are SUM,MAX,MIN,COUNT,DISTINCT_COUNT, andAVERAGE.
- allowed_aggregations Sequence[TopicAuthor Specified Aggregation] 
- The list of aggregation types that are allowed for the calculated field. Valid values for this structure are COUNT,DISTINCT_COUNT,MIN,MAX,MEDIAN,SUM,AVERAGE,STDEV,STDEVP,VAR,VARP, andPERCENTILE.
- calculated_field_ strdescription 
- The calculated field description.
- calculated_field_ Sequence[str]synonyms 
- The other names or aliases for the calculated field.
- cell_value_ Sequence[Topicsynonyms Cell Value Synonym] 
- The other names or aliases for the calculated field cell value.
- column_data_ Topicrole Column Data Role 
- The column data role for a calculated field. Valid values for this structure are DIMENSIONandMEASURE.
- comparative_order TopicComparative Order 
- The order in which data is displayed for the calculated field when it's used in a comparative context.
- default_formatting TopicDefault Formatting 
- The default formatting definition.
- disable_indexing bool
- A Boolean value that indicates if a calculated field is visible in the autocomplete.
- is_included_ boolin_ topic 
- A boolean value that indicates if a calculated field is included in the topic.
- never_aggregate_ boolin_ filter 
- A Boolean value that indicates whether to never aggregate calculated field in filters.
- non_additive bool
- The non additive for the table style target.
- not_allowed_ Sequence[Topicaggregations Author Specified Aggregation] 
- The list of aggregation types that are not allowed for the calculated field. Valid values for this structure are COUNT,DISTINCT_COUNT,MIN,MAX,MEDIAN,SUM,AVERAGE,STDEV,STDEVP,VAR,VARP, andPERCENTILE.
- semantic_type TopicSemantic Type 
- The semantic type.
- time_granularity TopicTime Granularity 
- The level of time precision that is used to aggregate DateTimevalues.
- calculatedField StringName 
- The calculated field name.
- expression String
- The calculated field expression.
- aggregation "SUM" | "MAX" | "MIN" | "COUNT" | "DISTINCT_COUNT" | "AVERAGE" | "MEDIAN" | "STDEV" | "STDEVP" | "VAR" | "VARP"
- The default aggregation. Valid values for this structure are SUM,MAX,MIN,COUNT,DISTINCT_COUNT, andAVERAGE.
- allowedAggregations List<"COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX" | "MEDIAN" | "SUM" | "AVERAGE" | "STDEV" | "STDEVP" | "VAR" | "VARP" | "PERCENTILE">
- The list of aggregation types that are allowed for the calculated field. Valid values for this structure are COUNT,DISTINCT_COUNT,MIN,MAX,MEDIAN,SUM,AVERAGE,STDEV,STDEVP,VAR,VARP, andPERCENTILE.
- calculatedField StringDescription 
- The calculated field description.
- calculatedField List<String>Synonyms 
- The other names or aliases for the calculated field.
- cellValue List<Property Map>Synonyms 
- The other names or aliases for the calculated field cell value.
- columnData "DIMENSION" | "MEASURE"Role 
- The column data role for a calculated field. Valid values for this structure are DIMENSIONandMEASURE.
- comparativeOrder Property Map
- The order in which data is displayed for the calculated field when it's used in a comparative context.
- defaultFormatting Property Map
- The default formatting definition.
- disableIndexing Boolean
- A Boolean value that indicates if a calculated field is visible in the autocomplete.
- isIncluded BooleanIn Topic 
- A boolean value that indicates if a calculated field is included in the topic.
- neverAggregate BooleanIn Filter 
- A Boolean value that indicates whether to never aggregate calculated field in filters.
- nonAdditive Boolean
- The non additive for the table style target.
- notAllowed List<"COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX" | "MEDIAN" | "SUM" | "AVERAGE" | "STDEV" | "STDEVP" | "VAR" | "VARP" | "PERCENTILE">Aggregations 
- The list of aggregation types that are not allowed for the calculated field. Valid values for this structure are COUNT,DISTINCT_COUNT,MIN,MAX,MEDIAN,SUM,AVERAGE,STDEV,STDEVP,VAR,VARP, andPERCENTILE.
- semanticType Property Map
- The semantic type.
- timeGranularity "SECOND" | "MINUTE" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"
- The level of time precision that is used to aggregate DateTimevalues.
TopicCategoryFilter, TopicCategoryFilterArgs      
- CategoryFilter Pulumi.Function Aws Native. Quick Sight. Topic Category Filter Function 
- The category filter function. Valid values for this structure are EXACTandCONTAINS.
- CategoryFilter Pulumi.Type Aws Native. Quick Sight. Topic Category Filter Type 
- The category filter type. This element is used to specify whether a filter is a simple category filter or an inverse category filter.
- Constant
Pulumi.Aws Native. Quick Sight. Inputs. Topic Category Filter Constant 
- The constant used in a category filter.
- Inverse bool
- A Boolean value that indicates if the filter is inverse.
- CategoryFilter TopicFunction Category Filter Function 
- The category filter function. Valid values for this structure are EXACTandCONTAINS.
- CategoryFilter TopicType Category Filter Type 
- The category filter type. This element is used to specify whether a filter is a simple category filter or an inverse category filter.
- Constant
TopicCategory Filter Constant 
- The constant used in a category filter.
- Inverse bool
- A Boolean value that indicates if the filter is inverse.
- categoryFilter TopicFunction Category Filter Function 
- The category filter function. Valid values for this structure are EXACTandCONTAINS.
- categoryFilter TopicType Category Filter Type 
- The category filter type. This element is used to specify whether a filter is a simple category filter or an inverse category filter.
- constant
TopicCategory Filter Constant 
- The constant used in a category filter.
- inverse Boolean
- A Boolean value that indicates if the filter is inverse.
- categoryFilter TopicFunction Category Filter Function 
- The category filter function. Valid values for this structure are EXACTandCONTAINS.
- categoryFilter TopicType Category Filter Type 
- The category filter type. This element is used to specify whether a filter is a simple category filter or an inverse category filter.
- constant
TopicCategory Filter Constant 
- The constant used in a category filter.
- inverse boolean
- A Boolean value that indicates if the filter is inverse.
- category_filter_ Topicfunction Category Filter Function 
- The category filter function. Valid values for this structure are EXACTandCONTAINS.
- category_filter_ Topictype Category Filter Type 
- The category filter type. This element is used to specify whether a filter is a simple category filter or an inverse category filter.
- constant
TopicCategory Filter Constant 
- The constant used in a category filter.
- inverse bool
- A Boolean value that indicates if the filter is inverse.
- categoryFilter "EXACT" | "CONTAINS"Function 
- The category filter function. Valid values for this structure are EXACTandCONTAINS.
- categoryFilter "CUSTOM_FILTER" | "CUSTOM_FILTER_LIST" | "FILTER_LIST"Type 
- The category filter type. This element is used to specify whether a filter is a simple category filter or an inverse category filter.
- constant Property Map
- The constant used in a category filter.
- inverse Boolean
- A Boolean value that indicates if the filter is inverse.
TopicCategoryFilterConstant, TopicCategoryFilterConstantArgs        
- CollectiveConstant Pulumi.Aws Native. Quick Sight. Inputs. Topic Collective Constant 
- A collective constant used in a category filter. This element is used to specify a list of values for the constant.
- ConstantType Pulumi.Aws Native. Quick Sight. Topic Constant Type 
- The type of category filter constant. This element is used to specify whether a constant is a singular or collective. Valid values are SINGULARandCOLLECTIVE.
- SingularConstant string
- A singular constant used in a category filter. This element is used to specify a single value for the constant.
- CollectiveConstant TopicCollective Constant 
- A collective constant used in a category filter. This element is used to specify a list of values for the constant.
- ConstantType TopicConstant Type 
- The type of category filter constant. This element is used to specify whether a constant is a singular or collective. Valid values are SINGULARandCOLLECTIVE.
- SingularConstant string
- A singular constant used in a category filter. This element is used to specify a single value for the constant.
- collectiveConstant TopicCollective Constant 
- A collective constant used in a category filter. This element is used to specify a list of values for the constant.
- constantType TopicConstant Type 
- The type of category filter constant. This element is used to specify whether a constant is a singular or collective. Valid values are SINGULARandCOLLECTIVE.
- singularConstant String
- A singular constant used in a category filter. This element is used to specify a single value for the constant.
- collectiveConstant TopicCollective Constant 
- A collective constant used in a category filter. This element is used to specify a list of values for the constant.
- constantType TopicConstant Type 
- The type of category filter constant. This element is used to specify whether a constant is a singular or collective. Valid values are SINGULARandCOLLECTIVE.
- singularConstant string
- A singular constant used in a category filter. This element is used to specify a single value for the constant.
- collective_constant TopicCollective Constant 
- A collective constant used in a category filter. This element is used to specify a list of values for the constant.
- constant_type TopicConstant Type 
- The type of category filter constant. This element is used to specify whether a constant is a singular or collective. Valid values are SINGULARandCOLLECTIVE.
- singular_constant str
- A singular constant used in a category filter. This element is used to specify a single value for the constant.
- collectiveConstant Property Map
- A collective constant used in a category filter. This element is used to specify a list of values for the constant.
- constantType "SINGULAR" | "RANGE" | "COLLECTIVE"
- The type of category filter constant. This element is used to specify whether a constant is a singular or collective. Valid values are SINGULARandCOLLECTIVE.
- singularConstant String
- A singular constant used in a category filter. This element is used to specify a single value for the constant.
TopicCategoryFilterFunction, TopicCategoryFilterFunctionArgs        
- Exact
- EXACT
- Contains
- CONTAINS
- TopicCategory Filter Function Exact 
- EXACT
- TopicCategory Filter Function Contains 
- CONTAINS
- Exact
- EXACT
- Contains
- CONTAINS
- Exact
- EXACT
- Contains
- CONTAINS
- EXACT
- EXACT
- CONTAINS
- CONTAINS
- "EXACT"
- EXACT
- "CONTAINS"
- CONTAINS
TopicCategoryFilterType, TopicCategoryFilterTypeArgs        
- CustomFilter 
- CUSTOM_FILTER
- CustomFilter List 
- CUSTOM_FILTER_LIST
- FilterList 
- FILTER_LIST
- TopicCategory Filter Type Custom Filter 
- CUSTOM_FILTER
- TopicCategory Filter Type Custom Filter List 
- CUSTOM_FILTER_LIST
- TopicCategory Filter Type Filter List 
- FILTER_LIST
- CustomFilter 
- CUSTOM_FILTER
- CustomFilter List 
- CUSTOM_FILTER_LIST
- FilterList 
- FILTER_LIST
- CustomFilter 
- CUSTOM_FILTER
- CustomFilter List 
- CUSTOM_FILTER_LIST
- FilterList 
- FILTER_LIST
- CUSTOM_FILTER
- CUSTOM_FILTER
- CUSTOM_FILTER_LIST
- CUSTOM_FILTER_LIST
- FILTER_LIST
- FILTER_LIST
- "CUSTOM_FILTER"
- CUSTOM_FILTER
- "CUSTOM_FILTER_LIST"
- CUSTOM_FILTER_LIST
- "FILTER_LIST"
- FILTER_LIST
TopicCellValueSynonym, TopicCellValueSynonymArgs        
- cell_value str
- The cell value.
- synonyms Sequence[str]
- Other names or aliases for the cell value.
TopicCollectiveConstant, TopicCollectiveConstantArgs      
- ValueList List<string>
- A list of values for the collective constant.
- ValueList []string
- A list of values for the collective constant.
- valueList List<String>
- A list of values for the collective constant.
- valueList string[]
- A list of values for the collective constant.
- value_list Sequence[str]
- A list of values for the collective constant.
- valueList List<String>
- A list of values for the collective constant.
TopicColumn, TopicColumnArgs    
- ColumnName string
- The name of the column.
- Aggregation
Pulumi.Aws Native. Quick Sight. Topic Default Aggregation 
- The type of aggregation that is performed on the column data when it's queried.
- AllowedAggregations List<Pulumi.Aws Native. Quick Sight. Topic Author Specified Aggregation> 
- The list of aggregation types that are allowed for the column. Valid values for this structure are COUNT,DISTINCT_COUNT,MIN,MAX,MEDIAN,SUM,AVERAGE,STDEV,STDEVP,VAR,VARP, andPERCENTILE.
- CellValue List<Pulumi.Synonyms Aws Native. Quick Sight. Inputs. Topic Cell Value Synonym> 
- The other names or aliases for the column cell value.
- ColumnData Pulumi.Role Aws Native. Quick Sight. Topic Column Data Role 
- The role of the column in the data. Valid values are DIMENSIONandMEASURE.
- ColumnDescription string
- A description of the column and its contents.
- ColumnFriendly stringName 
- A user-friendly name for the column.
- ColumnSynonyms List<string>
- The other names or aliases for the column.
- ComparativeOrder Pulumi.Aws Native. Quick Sight. Inputs. Topic Comparative Order 
- The order in which data is displayed for the column when it's used in a comparative context.
- DefaultFormatting Pulumi.Aws Native. Quick Sight. Inputs. Topic Default Formatting 
- The default formatting used for values in the column.
- DisableIndexing bool
- A Boolean value that indicates whether the column shows in the autocomplete functionality.
- IsIncluded boolIn Topic 
- A Boolean value that indicates whether the column is included in the query results.
- NeverAggregate boolIn Filter 
- A Boolean value that indicates whether to aggregate the column data when it's used in a filter context.
- NonAdditive bool
- The non additive value for the column.
- NotAllowed List<Pulumi.Aggregations Aws Native. Quick Sight. Topic Author Specified Aggregation> 
- The list of aggregation types that are not allowed for the column. Valid values for this structure are COUNT,DISTINCT_COUNT,MIN,MAX,MEDIAN,SUM,AVERAGE,STDEV,STDEVP,VAR,VARP, andPERCENTILE.
- SemanticType Pulumi.Aws Native. Quick Sight. Inputs. Topic Semantic Type 
- The semantic type of data contained in the column.
- TimeGranularity Pulumi.Aws Native. Quick Sight. Topic Time Granularity 
- The level of time precision that is used to aggregate DateTimevalues.
- ColumnName string
- The name of the column.
- Aggregation
TopicDefault Aggregation 
- The type of aggregation that is performed on the column data when it's queried.
- AllowedAggregations []TopicAuthor Specified Aggregation 
- The list of aggregation types that are allowed for the column. Valid values for this structure are COUNT,DISTINCT_COUNT,MIN,MAX,MEDIAN,SUM,AVERAGE,STDEV,STDEVP,VAR,VARP, andPERCENTILE.
- CellValue []TopicSynonyms Cell Value Synonym 
- The other names or aliases for the column cell value.
- ColumnData TopicRole Column Data Role 
- The role of the column in the data. Valid values are DIMENSIONandMEASURE.
- ColumnDescription string
- A description of the column and its contents.
- ColumnFriendly stringName 
- A user-friendly name for the column.
- ColumnSynonyms []string
- The other names or aliases for the column.
- ComparativeOrder TopicComparative Order 
- The order in which data is displayed for the column when it's used in a comparative context.
- DefaultFormatting TopicDefault Formatting 
- The default formatting used for values in the column.
- DisableIndexing bool
- A Boolean value that indicates whether the column shows in the autocomplete functionality.
- IsIncluded boolIn Topic 
- A Boolean value that indicates whether the column is included in the query results.
- NeverAggregate boolIn Filter 
- A Boolean value that indicates whether to aggregate the column data when it's used in a filter context.
- NonAdditive bool
- The non additive value for the column.
- NotAllowed []TopicAggregations Author Specified Aggregation 
- The list of aggregation types that are not allowed for the column. Valid values for this structure are COUNT,DISTINCT_COUNT,MIN,MAX,MEDIAN,SUM,AVERAGE,STDEV,STDEVP,VAR,VARP, andPERCENTILE.
- SemanticType TopicSemantic Type 
- The semantic type of data contained in the column.
- TimeGranularity TopicTime Granularity 
- The level of time precision that is used to aggregate DateTimevalues.
- columnName String
- The name of the column.
- aggregation
TopicDefault Aggregation 
- The type of aggregation that is performed on the column data when it's queried.
- allowedAggregations List<TopicAuthor Specified Aggregation> 
- The list of aggregation types that are allowed for the column. Valid values for this structure are COUNT,DISTINCT_COUNT,MIN,MAX,MEDIAN,SUM,AVERAGE,STDEV,STDEVP,VAR,VARP, andPERCENTILE.
- cellValue List<TopicSynonyms Cell Value Synonym> 
- The other names or aliases for the column cell value.
- columnData TopicRole Column Data Role 
- The role of the column in the data. Valid values are DIMENSIONandMEASURE.
- columnDescription String
- A description of the column and its contents.
- columnFriendly StringName 
- A user-friendly name for the column.
- columnSynonyms List<String>
- The other names or aliases for the column.
- comparativeOrder TopicComparative Order 
- The order in which data is displayed for the column when it's used in a comparative context.
- defaultFormatting TopicDefault Formatting 
- The default formatting used for values in the column.
- disableIndexing Boolean
- A Boolean value that indicates whether the column shows in the autocomplete functionality.
- isIncluded BooleanIn Topic 
- A Boolean value that indicates whether the column is included in the query results.
- neverAggregate BooleanIn Filter 
- A Boolean value that indicates whether to aggregate the column data when it's used in a filter context.
- nonAdditive Boolean
- The non additive value for the column.
- notAllowed List<TopicAggregations Author Specified Aggregation> 
- The list of aggregation types that are not allowed for the column. Valid values for this structure are COUNT,DISTINCT_COUNT,MIN,MAX,MEDIAN,SUM,AVERAGE,STDEV,STDEVP,VAR,VARP, andPERCENTILE.
- semanticType TopicSemantic Type 
- The semantic type of data contained in the column.
- timeGranularity TopicTime Granularity 
- The level of time precision that is used to aggregate DateTimevalues.
- columnName string
- The name of the column.
- aggregation
TopicDefault Aggregation 
- The type of aggregation that is performed on the column data when it's queried.
- allowedAggregations TopicAuthor Specified Aggregation[] 
- The list of aggregation types that are allowed for the column. Valid values for this structure are COUNT,DISTINCT_COUNT,MIN,MAX,MEDIAN,SUM,AVERAGE,STDEV,STDEVP,VAR,VARP, andPERCENTILE.
- cellValue TopicSynonyms Cell Value Synonym[] 
- The other names or aliases for the column cell value.
- columnData TopicRole Column Data Role 
- The role of the column in the data. Valid values are DIMENSIONandMEASURE.
- columnDescription string
- A description of the column and its contents.
- columnFriendly stringName 
- A user-friendly name for the column.
- columnSynonyms string[]
- The other names or aliases for the column.
- comparativeOrder TopicComparative Order 
- The order in which data is displayed for the column when it's used in a comparative context.
- defaultFormatting TopicDefault Formatting 
- The default formatting used for values in the column.
- disableIndexing boolean
- A Boolean value that indicates whether the column shows in the autocomplete functionality.
- isIncluded booleanIn Topic 
- A Boolean value that indicates whether the column is included in the query results.
- neverAggregate booleanIn Filter 
- A Boolean value that indicates whether to aggregate the column data when it's used in a filter context.
- nonAdditive boolean
- The non additive value for the column.
- notAllowed TopicAggregations Author Specified Aggregation[] 
- The list of aggregation types that are not allowed for the column. Valid values for this structure are COUNT,DISTINCT_COUNT,MIN,MAX,MEDIAN,SUM,AVERAGE,STDEV,STDEVP,VAR,VARP, andPERCENTILE.
- semanticType TopicSemantic Type 
- The semantic type of data contained in the column.
- timeGranularity TopicTime Granularity 
- The level of time precision that is used to aggregate DateTimevalues.
- column_name str
- The name of the column.
- aggregation
TopicDefault Aggregation 
- The type of aggregation that is performed on the column data when it's queried.
- allowed_aggregations Sequence[TopicAuthor Specified Aggregation] 
- The list of aggregation types that are allowed for the column. Valid values for this structure are COUNT,DISTINCT_COUNT,MIN,MAX,MEDIAN,SUM,AVERAGE,STDEV,STDEVP,VAR,VARP, andPERCENTILE.
- cell_value_ Sequence[Topicsynonyms Cell Value Synonym] 
- The other names or aliases for the column cell value.
- column_data_ Topicrole Column Data Role 
- The role of the column in the data. Valid values are DIMENSIONandMEASURE.
- column_description str
- A description of the column and its contents.
- column_friendly_ strname 
- A user-friendly name for the column.
- column_synonyms Sequence[str]
- The other names or aliases for the column.
- comparative_order TopicComparative Order 
- The order in which data is displayed for the column when it's used in a comparative context.
- default_formatting TopicDefault Formatting 
- The default formatting used for values in the column.
- disable_indexing bool
- A Boolean value that indicates whether the column shows in the autocomplete functionality.
- is_included_ boolin_ topic 
- A Boolean value that indicates whether the column is included in the query results.
- never_aggregate_ boolin_ filter 
- A Boolean value that indicates whether to aggregate the column data when it's used in a filter context.
- non_additive bool
- The non additive value for the column.
- not_allowed_ Sequence[Topicaggregations Author Specified Aggregation] 
- The list of aggregation types that are not allowed for the column. Valid values for this structure are COUNT,DISTINCT_COUNT,MIN,MAX,MEDIAN,SUM,AVERAGE,STDEV,STDEVP,VAR,VARP, andPERCENTILE.
- semantic_type TopicSemantic Type 
- The semantic type of data contained in the column.
- time_granularity TopicTime Granularity 
- The level of time precision that is used to aggregate DateTimevalues.
- columnName String
- The name of the column.
- aggregation "SUM" | "MAX" | "MIN" | "COUNT" | "DISTINCT_COUNT" | "AVERAGE" | "MEDIAN" | "STDEV" | "STDEVP" | "VAR" | "VARP"
- The type of aggregation that is performed on the column data when it's queried.
- allowedAggregations List<"COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX" | "MEDIAN" | "SUM" | "AVERAGE" | "STDEV" | "STDEVP" | "VAR" | "VARP" | "PERCENTILE">
- The list of aggregation types that are allowed for the column. Valid values for this structure are COUNT,DISTINCT_COUNT,MIN,MAX,MEDIAN,SUM,AVERAGE,STDEV,STDEVP,VAR,VARP, andPERCENTILE.
- cellValue List<Property Map>Synonyms 
- The other names or aliases for the column cell value.
- columnData "DIMENSION" | "MEASURE"Role 
- The role of the column in the data. Valid values are DIMENSIONandMEASURE.
- columnDescription String
- A description of the column and its contents.
- columnFriendly StringName 
- A user-friendly name for the column.
- columnSynonyms List<String>
- The other names or aliases for the column.
- comparativeOrder Property Map
- The order in which data is displayed for the column when it's used in a comparative context.
- defaultFormatting Property Map
- The default formatting used for values in the column.
- disableIndexing Boolean
- A Boolean value that indicates whether the column shows in the autocomplete functionality.
- isIncluded BooleanIn Topic 
- A Boolean value that indicates whether the column is included in the query results.
- neverAggregate BooleanIn Filter 
- A Boolean value that indicates whether to aggregate the column data when it's used in a filter context.
- nonAdditive Boolean
- The non additive value for the column.
- notAllowed List<"COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX" | "MEDIAN" | "SUM" | "AVERAGE" | "STDEV" | "STDEVP" | "VAR" | "VARP" | "PERCENTILE">Aggregations 
- The list of aggregation types that are not allowed for the column. Valid values for this structure are COUNT,DISTINCT_COUNT,MIN,MAX,MEDIAN,SUM,AVERAGE,STDEV,STDEVP,VAR,VARP, andPERCENTILE.
- semanticType Property Map
- The semantic type of data contained in the column.
- timeGranularity "SECOND" | "MINUTE" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"
- The level of time precision that is used to aggregate DateTimevalues.
TopicColumnDataRole, TopicColumnDataRoleArgs        
- Dimension
- DIMENSION
- Measure
- MEASURE
- TopicColumn Data Role Dimension 
- DIMENSION
- TopicColumn Data Role Measure 
- MEASURE
- Dimension
- DIMENSION
- Measure
- MEASURE
- Dimension
- DIMENSION
- Measure
- MEASURE
- DIMENSION
- DIMENSION
- MEASURE
- MEASURE
- "DIMENSION"
- DIMENSION
- "MEASURE"
- MEASURE
TopicColumnOrderingType, TopicColumnOrderingTypeArgs        
- GreaterIs Better 
- GREATER_IS_BETTER
- LesserIs Better 
- LESSER_IS_BETTER
- Specified
- SPECIFIED
- TopicColumn Ordering Type Greater Is Better 
- GREATER_IS_BETTER
- TopicColumn Ordering Type Lesser Is Better 
- LESSER_IS_BETTER
- TopicColumn Ordering Type Specified 
- SPECIFIED
- GreaterIs Better 
- GREATER_IS_BETTER
- LesserIs Better 
- LESSER_IS_BETTER
- Specified
- SPECIFIED
- GreaterIs Better 
- GREATER_IS_BETTER
- LesserIs Better 
- LESSER_IS_BETTER
- Specified
- SPECIFIED
- GREATER_IS_BETTER
- GREATER_IS_BETTER
- LESSER_IS_BETTER
- LESSER_IS_BETTER
- SPECIFIED
- SPECIFIED
- "GREATER_IS_BETTER"
- GREATER_IS_BETTER
- "LESSER_IS_BETTER"
- LESSER_IS_BETTER
- "SPECIFIED"
- SPECIFIED
TopicComparativeOrder, TopicComparativeOrderArgs      
- SpecifedOrder List<string>
- The list of columns to be used in the ordering.
- TreatUndefined Pulumi.Specified Values Aws Native. Quick Sight. Topic Undefined Specified Value Type 
- The treat of undefined specified values. Valid values for this structure are LEASTandMOST.
- UseOrdering Pulumi.Aws Native. Quick Sight. Topic Column Ordering Type 
- The ordering type for a column. Valid values for this structure are GREATER_IS_BETTER,LESSER_IS_BETTERandSPECIFIED.
- SpecifedOrder []string
- The list of columns to be used in the ordering.
- TreatUndefined TopicSpecified Values Undefined Specified Value Type 
- The treat of undefined specified values. Valid values for this structure are LEASTandMOST.
- UseOrdering TopicColumn Ordering Type 
- The ordering type for a column. Valid values for this structure are GREATER_IS_BETTER,LESSER_IS_BETTERandSPECIFIED.
- specifedOrder List<String>
- The list of columns to be used in the ordering.
- treatUndefined TopicSpecified Values Undefined Specified Value Type 
- The treat of undefined specified values. Valid values for this structure are LEASTandMOST.
- useOrdering TopicColumn Ordering Type 
- The ordering type for a column. Valid values for this structure are GREATER_IS_BETTER,LESSER_IS_BETTERandSPECIFIED.
- specifedOrder string[]
- The list of columns to be used in the ordering.
- treatUndefined TopicSpecified Values Undefined Specified Value Type 
- The treat of undefined specified values. Valid values for this structure are LEASTandMOST.
- useOrdering TopicColumn Ordering Type 
- The ordering type for a column. Valid values for this structure are GREATER_IS_BETTER,LESSER_IS_BETTERandSPECIFIED.
- specifed_order Sequence[str]
- The list of columns to be used in the ordering.
- treat_undefined_ Topicspecified_ values Undefined Specified Value Type 
- The treat of undefined specified values. Valid values for this structure are LEASTandMOST.
- use_ordering TopicColumn Ordering Type 
- The ordering type for a column. Valid values for this structure are GREATER_IS_BETTER,LESSER_IS_BETTERandSPECIFIED.
- specifedOrder List<String>
- The list of columns to be used in the ordering.
- treatUndefined "LEAST" | "MOST"Specified Values 
- The treat of undefined specified values. Valid values for this structure are LEASTandMOST.
- useOrdering "GREATER_IS_BETTER" | "LESSER_IS_BETTER" | "SPECIFIED"
- The ordering type for a column. Valid values for this structure are GREATER_IS_BETTER,LESSER_IS_BETTERandSPECIFIED.
TopicConfigOptions, TopicConfigOptionsArgs      
- QBusinessInsights boolEnabled 
- Enables Amazon Q Business Insights for a Topic.
- QBusinessInsights boolEnabled 
- Enables Amazon Q Business Insights for a Topic.
- qBusiness BooleanInsights Enabled 
- Enables Amazon Q Business Insights for a Topic.
- qBusiness booleanInsights Enabled 
- Enables Amazon Q Business Insights for a Topic.
- q_business_ boolinsights_ enabled 
- Enables Amazon Q Business Insights for a Topic.
- qBusiness BooleanInsights Enabled 
- Enables Amazon Q Business Insights for a Topic.
TopicConstantType, TopicConstantTypeArgs      
- Singular
- SINGULAR
- Range
- RANGE
- Collective
- COLLECTIVE
- TopicConstant Type Singular 
- SINGULAR
- TopicConstant Type Range 
- RANGE
- TopicConstant Type Collective 
- COLLECTIVE
- Singular
- SINGULAR
- Range
- RANGE
- Collective
- COLLECTIVE
- Singular
- SINGULAR
- Range
- RANGE
- Collective
- COLLECTIVE
- SINGULAR
- SINGULAR
- RANGE
- RANGE
- COLLECTIVE
- COLLECTIVE
- "SINGULAR"
- SINGULAR
- "RANGE"
- RANGE
- "COLLECTIVE"
- COLLECTIVE
TopicDataAggregation, TopicDataAggregationArgs      
- DatasetRow Pulumi.Date Granularity Aws Native. Quick Sight. Topic Time Granularity 
- The level of time precision that is used to aggregate DateTimevalues.
- DefaultDate stringColumn Name 
- The column name for the default date.
- DatasetRow TopicDate Granularity Time Granularity 
- The level of time precision that is used to aggregate DateTimevalues.
- DefaultDate stringColumn Name 
- The column name for the default date.
- datasetRow TopicDate Granularity Time Granularity 
- The level of time precision that is used to aggregate DateTimevalues.
- defaultDate StringColumn Name 
- The column name for the default date.
- datasetRow TopicDate Granularity Time Granularity 
- The level of time precision that is used to aggregate DateTimevalues.
- defaultDate stringColumn Name 
- The column name for the default date.
- dataset_row_ Topicdate_ granularity Time Granularity 
- The level of time precision that is used to aggregate DateTimevalues.
- default_date_ strcolumn_ name 
- The column name for the default date.
- datasetRow "SECOND" | "MINUTE" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"Date Granularity 
- The level of time precision that is used to aggregate DateTimevalues.
- defaultDate StringColumn Name 
- The column name for the default date.
TopicDatasetMetadata, TopicDatasetMetadataArgs      
- DatasetArn string
- The Amazon Resource Name (ARN) of the dataset.
- CalculatedFields List<Pulumi.Aws Native. Quick Sight. Inputs. Topic Calculated Field> 
- The list of calculated field definitions.
- Columns
List<Pulumi.Aws Native. Quick Sight. Inputs. Topic Column> 
- The list of column definitions.
- DataAggregation Pulumi.Aws Native. Quick Sight. Inputs. Topic Data Aggregation 
- The definition of a data aggregation.
- DatasetDescription string
- The description of the dataset.
- DatasetName string
- The name of the dataset.
- Filters
List<Pulumi.Aws Native. Quick Sight. Inputs. Topic Filter> 
- The list of filter definitions.
- NamedEntities List<Pulumi.Aws Native. Quick Sight. Inputs. Topic Named Entity> 
- The list of named entities definitions.
- DatasetArn string
- The Amazon Resource Name (ARN) of the dataset.
- CalculatedFields []TopicCalculated Field 
- The list of calculated field definitions.
- Columns
[]TopicColumn 
- The list of column definitions.
- DataAggregation TopicData Aggregation 
- The definition of a data aggregation.
- DatasetDescription string
- The description of the dataset.
- DatasetName string
- The name of the dataset.
- Filters
[]TopicFilter 
- The list of filter definitions.
- NamedEntities []TopicNamed Entity 
- The list of named entities definitions.
- datasetArn String
- The Amazon Resource Name (ARN) of the dataset.
- calculatedFields List<TopicCalculated Field> 
- The list of calculated field definitions.
- columns
List<TopicColumn> 
- The list of column definitions.
- dataAggregation TopicData Aggregation 
- The definition of a data aggregation.
- datasetDescription String
- The description of the dataset.
- datasetName String
- The name of the dataset.
- filters
List<TopicFilter> 
- The list of filter definitions.
- namedEntities List<TopicNamed Entity> 
- The list of named entities definitions.
- datasetArn string
- The Amazon Resource Name (ARN) of the dataset.
- calculatedFields TopicCalculated Field[] 
- The list of calculated field definitions.
- columns
TopicColumn[] 
- The list of column definitions.
- dataAggregation TopicData Aggregation 
- The definition of a data aggregation.
- datasetDescription string
- The description of the dataset.
- datasetName string
- The name of the dataset.
- filters
TopicFilter[] 
- The list of filter definitions.
- namedEntities TopicNamed Entity[] 
- The list of named entities definitions.
- dataset_arn str
- The Amazon Resource Name (ARN) of the dataset.
- calculated_fields Sequence[TopicCalculated Field] 
- The list of calculated field definitions.
- columns
Sequence[TopicColumn] 
- The list of column definitions.
- data_aggregation TopicData Aggregation 
- The definition of a data aggregation.
- dataset_description str
- The description of the dataset.
- dataset_name str
- The name of the dataset.
- filters
Sequence[TopicFilter] 
- The list of filter definitions.
- named_entities Sequence[TopicNamed Entity] 
- The list of named entities definitions.
- datasetArn String
- The Amazon Resource Name (ARN) of the dataset.
- calculatedFields List<Property Map>
- The list of calculated field definitions.
- columns List<Property Map>
- The list of column definitions.
- dataAggregation Property Map
- The definition of a data aggregation.
- datasetDescription String
- The description of the dataset.
- datasetName String
- The name of the dataset.
- filters List<Property Map>
- The list of filter definitions.
- namedEntities List<Property Map>
- The list of named entities definitions.
TopicDateRangeFilter, TopicDateRangeFilterArgs        
- Constant
Pulumi.Aws Native. Quick Sight. Inputs. Topic Range Filter Constant 
- The constant used in a date range filter.
- Inclusive bool
- A Boolean value that indicates whether the date range filter should include the boundary values. If set to true, the filter includes the start and end dates. If set to false, the filter excludes them.
- Constant
TopicRange Filter Constant 
- The constant used in a date range filter.
- Inclusive bool
- A Boolean value that indicates whether the date range filter should include the boundary values. If set to true, the filter includes the start and end dates. If set to false, the filter excludes them.
- constant
TopicRange Filter Constant 
- The constant used in a date range filter.
- inclusive Boolean
- A Boolean value that indicates whether the date range filter should include the boundary values. If set to true, the filter includes the start and end dates. If set to false, the filter excludes them.
- constant
TopicRange Filter Constant 
- The constant used in a date range filter.
- inclusive boolean
- A Boolean value that indicates whether the date range filter should include the boundary values. If set to true, the filter includes the start and end dates. If set to false, the filter excludes them.
- constant
TopicRange Filter Constant 
- The constant used in a date range filter.
- inclusive bool
- A Boolean value that indicates whether the date range filter should include the boundary values. If set to true, the filter includes the start and end dates. If set to false, the filter excludes them.
- constant Property Map
- The constant used in a date range filter.
- inclusive Boolean
- A Boolean value that indicates whether the date range filter should include the boundary values. If set to true, the filter includes the start and end dates. If set to false, the filter excludes them.
TopicDefaultAggregation, TopicDefaultAggregationArgs      
- Sum
- SUM
- Max
- MAX
- Min
- MIN
- Count
- COUNT
- DistinctCount 
- DISTINCT_COUNT
- Average
- AVERAGE
- Median
- MEDIAN
- Stdev
- STDEV
- Stdevp
- STDEVP
- Var
- VAR
- Varp
- VARP
- TopicDefault Aggregation Sum 
- SUM
- TopicDefault Aggregation Max 
- MAX
- TopicDefault Aggregation Min 
- MIN
- TopicDefault Aggregation Count 
- COUNT
- TopicDefault Aggregation Distinct Count 
- DISTINCT_COUNT
- TopicDefault Aggregation Average 
- AVERAGE
- TopicDefault Aggregation Median 
- MEDIAN
- TopicDefault Aggregation Stdev 
- STDEV
- TopicDefault Aggregation Stdevp 
- STDEVP
- TopicDefault Aggregation Var 
- VAR
- TopicDefault Aggregation Varp 
- VARP
- Sum
- SUM
- Max
- MAX
- Min
- MIN
- Count
- COUNT
- DistinctCount 
- DISTINCT_COUNT
- Average
- AVERAGE
- Median
- MEDIAN
- Stdev
- STDEV
- Stdevp
- STDEVP
- Var
- VAR
- Varp
- VARP
- Sum
- SUM
- Max
- MAX
- Min
- MIN
- Count
- COUNT
- DistinctCount 
- DISTINCT_COUNT
- Average
- AVERAGE
- Median
- MEDIAN
- Stdev
- STDEV
- Stdevp
- STDEVP
- Var
- VAR
- Varp
- VARP
- SUM
- SUM
- MAX
- MAX
- MIN
- MIN
- COUNT
- COUNT
- DISTINCT_COUNT
- DISTINCT_COUNT
- AVERAGE
- AVERAGE
- MEDIAN
- MEDIAN
- STDEV
- STDEV
- STDEVP
- STDEVP
- VAR
- VAR
- VARP
- VARP
- "SUM"
- SUM
- "MAX"
- MAX
- "MIN"
- MIN
- "COUNT"
- COUNT
- "DISTINCT_COUNT"
- DISTINCT_COUNT
- "AVERAGE"
- AVERAGE
- "MEDIAN"
- MEDIAN
- "STDEV"
- STDEV
- "STDEVP"
- STDEVP
- "VAR"
- VAR
- "VARP"
- VARP
TopicDefaultFormatting, TopicDefaultFormattingArgs      
- DisplayFormat Pulumi.Aws Native. Quick Sight. Topic Display Format 
- The display format. Valid values for this structure are AUTO,PERCENT,CURRENCY,NUMBER,DATE, andSTRING.
- DisplayFormat Pulumi.Options Aws Native. Quick Sight. Inputs. Topic Display Format Options 
- The additional options for display formatting.
- DisplayFormat TopicDisplay Format 
- The display format. Valid values for this structure are AUTO,PERCENT,CURRENCY,NUMBER,DATE, andSTRING.
- DisplayFormat TopicOptions Display Format Options 
- The additional options for display formatting.
- displayFormat TopicDisplay Format 
- The display format. Valid values for this structure are AUTO,PERCENT,CURRENCY,NUMBER,DATE, andSTRING.
- displayFormat TopicOptions Display Format Options 
- The additional options for display formatting.
- displayFormat TopicDisplay Format 
- The display format. Valid values for this structure are AUTO,PERCENT,CURRENCY,NUMBER,DATE, andSTRING.
- displayFormat TopicOptions Display Format Options 
- The additional options for display formatting.
- display_format TopicDisplay Format 
- The display format. Valid values for this structure are AUTO,PERCENT,CURRENCY,NUMBER,DATE, andSTRING.
- display_format_ Topicoptions Display Format Options 
- The additional options for display formatting.
- displayFormat "AUTO" | "PERCENT" | "CURRENCY" | "NUMBER" | "DATE" | "STRING"
- The display format. Valid values for this structure are AUTO,PERCENT,CURRENCY,NUMBER,DATE, andSTRING.
- displayFormat Property MapOptions 
- The additional options for display formatting.
TopicDisplayFormat, TopicDisplayFormatArgs      
- Auto
- AUTO
- Percent
- PERCENT
- Currency
- CURRENCY
- Number
- NUMBER
- Date
- DATE
- String
- STRING
- TopicDisplay Format Auto 
- AUTO
- TopicDisplay Format Percent 
- PERCENT
- TopicDisplay Format Currency 
- CURRENCY
- TopicDisplay Format Number 
- NUMBER
- TopicDisplay Format Date 
- DATE
- TopicDisplay Format String 
- STRING
- Auto
- AUTO
- Percent
- PERCENT
- Currency
- CURRENCY
- Number
- NUMBER
- Date
- DATE
- String
- STRING
- Auto
- AUTO
- Percent
- PERCENT
- Currency
- CURRENCY
- Number
- NUMBER
- Date
- DATE
- String
- STRING
- AUTO
- AUTO
- PERCENT
- PERCENT
- CURRENCY
- CURRENCY
- NUMBER
- NUMBER
- DATE
- DATE
- STRING
- STRING
- "AUTO"
- AUTO
- "PERCENT"
- PERCENT
- "CURRENCY"
- CURRENCY
- "NUMBER"
- NUMBER
- "DATE"
- DATE
- "STRING"
- STRING
TopicDisplayFormatOptions, TopicDisplayFormatOptionsArgs        
- BlankCell stringFormat 
- Determines the blank cell format.
- CurrencySymbol string
- The currency symbol, such as USD.
- DateFormat string
- Determines the DateTimeformat.
- DecimalSeparator Pulumi.Aws Native. Quick Sight. Topic Numeric Separator Symbol 
- Determines the decimal separator.
- FractionDigits double
- Determines the number of fraction digits.
- GroupingSeparator string
- Determines the grouping separator.
- NegativeFormat Pulumi.Aws Native. Quick Sight. Inputs. Topic Negative Format 
- The negative format.
- Prefix string
- The prefix value for a display format.
- Suffix string
- The suffix value for a display format.
- UnitScaler Pulumi.Aws Native. Quick Sight. Topic Number Scale 
- The unit scaler. Valid values for this structure are: NONE,AUTO,THOUSANDS,MILLIONS,BILLIONS, andTRILLIONS.
- UseBlank boolCell Format 
- A Boolean value that indicates whether to use blank cell format.
- UseGrouping bool
- A Boolean value that indicates whether to use grouping.
- BlankCell stringFormat 
- Determines the blank cell format.
- CurrencySymbol string
- The currency symbol, such as USD.
- DateFormat string
- Determines the DateTimeformat.
- DecimalSeparator TopicNumeric Separator Symbol 
- Determines the decimal separator.
- FractionDigits float64
- Determines the number of fraction digits.
- GroupingSeparator string
- Determines the grouping separator.
- NegativeFormat TopicNegative Format 
- The negative format.
- Prefix string
- The prefix value for a display format.
- Suffix string
- The suffix value for a display format.
- UnitScaler TopicNumber Scale 
- The unit scaler. Valid values for this structure are: NONE,AUTO,THOUSANDS,MILLIONS,BILLIONS, andTRILLIONS.
- UseBlank boolCell Format 
- A Boolean value that indicates whether to use blank cell format.
- UseGrouping bool
- A Boolean value that indicates whether to use grouping.
- blankCell StringFormat 
- Determines the blank cell format.
- currencySymbol String
- The currency symbol, such as USD.
- dateFormat String
- Determines the DateTimeformat.
- decimalSeparator TopicNumeric Separator Symbol 
- Determines the decimal separator.
- fractionDigits Double
- Determines the number of fraction digits.
- groupingSeparator String
- Determines the grouping separator.
- negativeFormat TopicNegative Format 
- The negative format.
- prefix String
- The prefix value for a display format.
- suffix String
- The suffix value for a display format.
- unitScaler TopicNumber Scale 
- The unit scaler. Valid values for this structure are: NONE,AUTO,THOUSANDS,MILLIONS,BILLIONS, andTRILLIONS.
- useBlank BooleanCell Format 
- A Boolean value that indicates whether to use blank cell format.
- useGrouping Boolean
- A Boolean value that indicates whether to use grouping.
- blankCell stringFormat 
- Determines the blank cell format.
- currencySymbol string
- The currency symbol, such as USD.
- dateFormat string
- Determines the DateTimeformat.
- decimalSeparator TopicNumeric Separator Symbol 
- Determines the decimal separator.
- fractionDigits number
- Determines the number of fraction digits.
- groupingSeparator string
- Determines the grouping separator.
- negativeFormat TopicNegative Format 
- The negative format.
- prefix string
- The prefix value for a display format.
- suffix string
- The suffix value for a display format.
- unitScaler TopicNumber Scale 
- The unit scaler. Valid values for this structure are: NONE,AUTO,THOUSANDS,MILLIONS,BILLIONS, andTRILLIONS.
- useBlank booleanCell Format 
- A Boolean value that indicates whether to use blank cell format.
- useGrouping boolean
- A Boolean value that indicates whether to use grouping.
- blank_cell_ strformat 
- Determines the blank cell format.
- currency_symbol str
- The currency symbol, such as USD.
- date_format str
- Determines the DateTimeformat.
- decimal_separator TopicNumeric Separator Symbol 
- Determines the decimal separator.
- fraction_digits float
- Determines the number of fraction digits.
- grouping_separator str
- Determines the grouping separator.
- negative_format TopicNegative Format 
- The negative format.
- prefix str
- The prefix value for a display format.
- suffix str
- The suffix value for a display format.
- unit_scaler TopicNumber Scale 
- The unit scaler. Valid values for this structure are: NONE,AUTO,THOUSANDS,MILLIONS,BILLIONS, andTRILLIONS.
- use_blank_ boolcell_ format 
- A Boolean value that indicates whether to use blank cell format.
- use_grouping bool
- A Boolean value that indicates whether to use grouping.
- blankCell StringFormat 
- Determines the blank cell format.
- currencySymbol String
- The currency symbol, such as USD.
- dateFormat String
- Determines the DateTimeformat.
- decimalSeparator "COMMA" | "DOT"
- Determines the decimal separator.
- fractionDigits Number
- Determines the number of fraction digits.
- groupingSeparator String
- Determines the grouping separator.
- negativeFormat Property Map
- The negative format.
- prefix String
- The prefix value for a display format.
- suffix String
- The suffix value for a display format.
- unitScaler "NONE" | "AUTO" | "THOUSANDS" | "MILLIONS" | "BILLIONS" | "TRILLIONS" | "LAKHS" | "CRORES"
- The unit scaler. Valid values for this structure are: NONE,AUTO,THOUSANDS,MILLIONS,BILLIONS, andTRILLIONS.
- useBlank BooleanCell Format 
- A Boolean value that indicates whether to use blank cell format.
- useGrouping Boolean
- A Boolean value that indicates whether to use grouping.
TopicFilter, TopicFilterArgs    
- FilterName string
- The name of the filter.
- OperandField stringName 
- The name of the field that the filter operates on.
- CategoryFilter Pulumi.Aws Native. Quick Sight. Inputs. Topic Category Filter 
- The category filter that is associated with this filter.
- DateRange Pulumi.Filter Aws Native. Quick Sight. Inputs. Topic Date Range Filter 
- The date range filter.
- FilterClass Pulumi.Aws Native. Quick Sight. Topic Filter Class 
- The class of the filter. Valid values for this structure are ENFORCED_VALUE_FILTER,CONDITIONAL_VALUE_FILTER, andNAMED_VALUE_FILTER.
- FilterDescription string
- A description of the filter used to select items for a topic.
- FilterSynonyms List<string>
- The other names or aliases for the filter.
- FilterType Pulumi.Aws Native. Quick Sight. Topic Named Filter Type 
- The type of the filter. Valid values for this structure are CATEGORY_FILTER,NUMERIC_EQUALITY_FILTER,NUMERIC_RANGE_FILTER,DATE_RANGE_FILTER, andRELATIVE_DATE_FILTER.
- NumericEquality Pulumi.Filter Aws Native. Quick Sight. Inputs. Topic Numeric Equality Filter 
- The numeric equality filter.
- NumericRange Pulumi.Filter Aws Native. Quick Sight. Inputs. Topic Numeric Range Filter 
- The numeric range filter.
- RelativeDate Pulumi.Filter Aws Native. Quick Sight. Inputs. Topic Relative Date Filter 
- The relative date filter.
- FilterName string
- The name of the filter.
- OperandField stringName 
- The name of the field that the filter operates on.
- CategoryFilter TopicCategory Filter 
- The category filter that is associated with this filter.
- DateRange TopicFilter Date Range Filter 
- The date range filter.
- FilterClass TopicFilter Class 
- The class of the filter. Valid values for this structure are ENFORCED_VALUE_FILTER,CONDITIONAL_VALUE_FILTER, andNAMED_VALUE_FILTER.
- FilterDescription string
- A description of the filter used to select items for a topic.
- FilterSynonyms []string
- The other names or aliases for the filter.
- FilterType TopicNamed Filter Type 
- The type of the filter. Valid values for this structure are CATEGORY_FILTER,NUMERIC_EQUALITY_FILTER,NUMERIC_RANGE_FILTER,DATE_RANGE_FILTER, andRELATIVE_DATE_FILTER.
- NumericEquality TopicFilter Numeric Equality Filter 
- The numeric equality filter.
- NumericRange TopicFilter Numeric Range Filter 
- The numeric range filter.
- RelativeDate TopicFilter Relative Date Filter 
- The relative date filter.
- filterName String
- The name of the filter.
- operandField StringName 
- The name of the field that the filter operates on.
- categoryFilter TopicCategory Filter 
- The category filter that is associated with this filter.
- dateRange TopicFilter Date Range Filter 
- The date range filter.
- filterClass TopicFilter Class 
- The class of the filter. Valid values for this structure are ENFORCED_VALUE_FILTER,CONDITIONAL_VALUE_FILTER, andNAMED_VALUE_FILTER.
- filterDescription String
- A description of the filter used to select items for a topic.
- filterSynonyms List<String>
- The other names or aliases for the filter.
- filterType TopicNamed Filter Type 
- The type of the filter. Valid values for this structure are CATEGORY_FILTER,NUMERIC_EQUALITY_FILTER,NUMERIC_RANGE_FILTER,DATE_RANGE_FILTER, andRELATIVE_DATE_FILTER.
- numericEquality TopicFilter Numeric Equality Filter 
- The numeric equality filter.
- numericRange TopicFilter Numeric Range Filter 
- The numeric range filter.
- relativeDate TopicFilter Relative Date Filter 
- The relative date filter.
- filterName string
- The name of the filter.
- operandField stringName 
- The name of the field that the filter operates on.
- categoryFilter TopicCategory Filter 
- The category filter that is associated with this filter.
- dateRange TopicFilter Date Range Filter 
- The date range filter.
- filterClass TopicFilter Class 
- The class of the filter. Valid values for this structure are ENFORCED_VALUE_FILTER,CONDITIONAL_VALUE_FILTER, andNAMED_VALUE_FILTER.
- filterDescription string
- A description of the filter used to select items for a topic.
- filterSynonyms string[]
- The other names or aliases for the filter.
- filterType TopicNamed Filter Type 
- The type of the filter. Valid values for this structure are CATEGORY_FILTER,NUMERIC_EQUALITY_FILTER,NUMERIC_RANGE_FILTER,DATE_RANGE_FILTER, andRELATIVE_DATE_FILTER.
- numericEquality TopicFilter Numeric Equality Filter 
- The numeric equality filter.
- numericRange TopicFilter Numeric Range Filter 
- The numeric range filter.
- relativeDate TopicFilter Relative Date Filter 
- The relative date filter.
- filter_name str
- The name of the filter.
- operand_field_ strname 
- The name of the field that the filter operates on.
- category_filter TopicCategory Filter 
- The category filter that is associated with this filter.
- date_range_ Topicfilter Date Range Filter 
- The date range filter.
- filter_class TopicFilter Class 
- The class of the filter. Valid values for this structure are ENFORCED_VALUE_FILTER,CONDITIONAL_VALUE_FILTER, andNAMED_VALUE_FILTER.
- filter_description str
- A description of the filter used to select items for a topic.
- filter_synonyms Sequence[str]
- The other names or aliases for the filter.
- filter_type TopicNamed Filter Type 
- The type of the filter. Valid values for this structure are CATEGORY_FILTER,NUMERIC_EQUALITY_FILTER,NUMERIC_RANGE_FILTER,DATE_RANGE_FILTER, andRELATIVE_DATE_FILTER.
- numeric_equality_ Topicfilter Numeric Equality Filter 
- The numeric equality filter.
- numeric_range_ Topicfilter Numeric Range Filter 
- The numeric range filter.
- relative_date_ Topicfilter Relative Date Filter 
- The relative date filter.
- filterName String
- The name of the filter.
- operandField StringName 
- The name of the field that the filter operates on.
- categoryFilter Property Map
- The category filter that is associated with this filter.
- dateRange Property MapFilter 
- The date range filter.
- filterClass "ENFORCED_VALUE_FILTER" | "CONDITIONAL_VALUE_FILTER" | "NAMED_VALUE_FILTER"
- The class of the filter. Valid values for this structure are ENFORCED_VALUE_FILTER,CONDITIONAL_VALUE_FILTER, andNAMED_VALUE_FILTER.
- filterDescription String
- A description of the filter used to select items for a topic.
- filterSynonyms List<String>
- The other names or aliases for the filter.
- filterType "CATEGORY_FILTER" | "NUMERIC_EQUALITY_FILTER" | "NUMERIC_RANGE_FILTER" | "DATE_RANGE_FILTER" | "RELATIVE_DATE_FILTER"
- The type of the filter. Valid values for this structure are CATEGORY_FILTER,NUMERIC_EQUALITY_FILTER,NUMERIC_RANGE_FILTER,DATE_RANGE_FILTER, andRELATIVE_DATE_FILTER.
- numericEquality Property MapFilter 
- The numeric equality filter.
- numericRange Property MapFilter 
- The numeric range filter.
- relativeDate Property MapFilter 
- The relative date filter.
TopicFilterClass, TopicFilterClassArgs      
- EnforcedValue Filter 
- ENFORCED_VALUE_FILTER
- ConditionalValue Filter 
- CONDITIONAL_VALUE_FILTER
- NamedValue Filter 
- NAMED_VALUE_FILTER
- TopicFilter Class Enforced Value Filter 
- ENFORCED_VALUE_FILTER
- TopicFilter Class Conditional Value Filter 
- CONDITIONAL_VALUE_FILTER
- TopicFilter Class Named Value Filter 
- NAMED_VALUE_FILTER
- EnforcedValue Filter 
- ENFORCED_VALUE_FILTER
- ConditionalValue Filter 
- CONDITIONAL_VALUE_FILTER
- NamedValue Filter 
- NAMED_VALUE_FILTER
- EnforcedValue Filter 
- ENFORCED_VALUE_FILTER
- ConditionalValue Filter 
- CONDITIONAL_VALUE_FILTER
- NamedValue Filter 
- NAMED_VALUE_FILTER
- ENFORCED_VALUE_FILTER
- ENFORCED_VALUE_FILTER
- CONDITIONAL_VALUE_FILTER
- CONDITIONAL_VALUE_FILTER
- NAMED_VALUE_FILTER
- NAMED_VALUE_FILTER
- "ENFORCED_VALUE_FILTER"
- ENFORCED_VALUE_FILTER
- "CONDITIONAL_VALUE_FILTER"
- CONDITIONAL_VALUE_FILTER
- "NAMED_VALUE_FILTER"
- NAMED_VALUE_FILTER
TopicNamedEntity, TopicNamedEntityArgs      
- EntityName string
- The name of the named entity.
- Definition
List<Pulumi.Aws Native. Quick Sight. Inputs. Topic Named Entity Definition> 
- The definition of a named entity.
- EntityDescription string
- The description of the named entity.
- EntitySynonyms List<string>
- The other names or aliases for the named entity.
- SemanticEntity Pulumi.Type Aws Native. Quick Sight. Inputs. Topic Semantic Entity Type 
- The type of named entity that a topic represents.
- EntityName string
- The name of the named entity.
- Definition
[]TopicNamed Entity Definition 
- The definition of a named entity.
- EntityDescription string
- The description of the named entity.
- EntitySynonyms []string
- The other names or aliases for the named entity.
- SemanticEntity TopicType Semantic Entity Type 
- The type of named entity that a topic represents.
- entityName String
- The name of the named entity.
- definition
List<TopicNamed Entity Definition> 
- The definition of a named entity.
- entityDescription String
- The description of the named entity.
- entitySynonyms List<String>
- The other names or aliases for the named entity.
- semanticEntity TopicType Semantic Entity Type 
- The type of named entity that a topic represents.
- entityName string
- The name of the named entity.
- definition
TopicNamed Entity Definition[] 
- The definition of a named entity.
- entityDescription string
- The description of the named entity.
- entitySynonyms string[]
- The other names or aliases for the named entity.
- semanticEntity TopicType Semantic Entity Type 
- The type of named entity that a topic represents.
- entity_name str
- The name of the named entity.
- definition
Sequence[TopicNamed Entity Definition] 
- The definition of a named entity.
- entity_description str
- The description of the named entity.
- entity_synonyms Sequence[str]
- The other names or aliases for the named entity.
- semantic_entity_ Topictype Semantic Entity Type 
- The type of named entity that a topic represents.
- entityName String
- The name of the named entity.
- definition List<Property Map>
- The definition of a named entity.
- entityDescription String
- The description of the named entity.
- entitySynonyms List<String>
- The other names or aliases for the named entity.
- semanticEntity Property MapType 
- The type of named entity that a topic represents.
TopicNamedEntityAggType, TopicNamedEntityAggTypeArgs          
- Sum
- SUM
- Min
- MIN
- Max
- MAX
- Count
- COUNT
- Average
- AVERAGE
- DistinctCount 
- DISTINCT_COUNT
- Stdev
- STDEV
- Stdevp
- STDEVP
- Var
- VAR
- Varp
- VARP
- Percentile
- PERCENTILE
- Median
- MEDIAN
- Custom
- CUSTOM
- TopicNamed Entity Agg Type Sum 
- SUM
- TopicNamed Entity Agg Type Min 
- MIN
- TopicNamed Entity Agg Type Max 
- MAX
- TopicNamed Entity Agg Type Count 
- COUNT
- TopicNamed Entity Agg Type Average 
- AVERAGE
- TopicNamed Entity Agg Type Distinct Count 
- DISTINCT_COUNT
- TopicNamed Entity Agg Type Stdev 
- STDEV
- TopicNamed Entity Agg Type Stdevp 
- STDEVP
- TopicNamed Entity Agg Type Var 
- VAR
- TopicNamed Entity Agg Type Varp 
- VARP
- TopicNamed Entity Agg Type Percentile 
- PERCENTILE
- TopicNamed Entity Agg Type Median 
- MEDIAN
- TopicNamed Entity Agg Type Custom 
- CUSTOM
- Sum
- SUM
- Min
- MIN
- Max
- MAX
- Count
- COUNT
- Average
- AVERAGE
- DistinctCount 
- DISTINCT_COUNT
- Stdev
- STDEV
- Stdevp
- STDEVP
- Var
- VAR
- Varp
- VARP
- Percentile
- PERCENTILE
- Median
- MEDIAN
- Custom
- CUSTOM
- Sum
- SUM
- Min
- MIN
- Max
- MAX
- Count
- COUNT
- Average
- AVERAGE
- DistinctCount 
- DISTINCT_COUNT
- Stdev
- STDEV
- Stdevp
- STDEVP
- Var
- VAR
- Varp
- VARP
- Percentile
- PERCENTILE
- Median
- MEDIAN
- Custom
- CUSTOM
- SUM
- SUM
- MIN
- MIN
- MAX
- MAX
- COUNT
- COUNT
- AVERAGE
- AVERAGE
- DISTINCT_COUNT
- DISTINCT_COUNT
- STDEV
- STDEV
- STDEVP
- STDEVP
- VAR
- VAR
- VARP
- VARP
- PERCENTILE
- PERCENTILE
- MEDIAN
- MEDIAN
- CUSTOM
- CUSTOM
- "SUM"
- SUM
- "MIN"
- MIN
- "MAX"
- MAX
- "COUNT"
- COUNT
- "AVERAGE"
- AVERAGE
- "DISTINCT_COUNT"
- DISTINCT_COUNT
- "STDEV"
- STDEV
- "STDEVP"
- STDEVP
- "VAR"
- VAR
- "VARP"
- VARP
- "PERCENTILE"
- PERCENTILE
- "MEDIAN"
- MEDIAN
- "CUSTOM"
- CUSTOM
TopicNamedEntityDefinition, TopicNamedEntityDefinitionArgs        
- FieldName string
- The name of the entity.
- Metric
Pulumi.Aws Native. Quick Sight. Inputs. Topic Named Entity Definition Metric 
- The definition of a metric.
- PropertyName string
- The property name to be used for the named entity.
- PropertyRole Pulumi.Aws Native. Quick Sight. Topic Property Role 
- The property role. Valid values for this structure are PRIMARYandID.
- PropertyUsage Pulumi.Aws Native. Quick Sight. Topic Property Usage 
- The property usage. Valid values for this structure are INHERIT,DIMENSION, andMEASURE.
- FieldName string
- The name of the entity.
- Metric
TopicNamed Entity Definition Metric 
- The definition of a metric.
- PropertyName string
- The property name to be used for the named entity.
- PropertyRole TopicProperty Role 
- The property role. Valid values for this structure are PRIMARYandID.
- PropertyUsage TopicProperty Usage 
- The property usage. Valid values for this structure are INHERIT,DIMENSION, andMEASURE.
- fieldName String
- The name of the entity.
- metric
TopicNamed Entity Definition Metric 
- The definition of a metric.
- propertyName String
- The property name to be used for the named entity.
- propertyRole TopicProperty Role 
- The property role. Valid values for this structure are PRIMARYandID.
- propertyUsage TopicProperty Usage 
- The property usage. Valid values for this structure are INHERIT,DIMENSION, andMEASURE.
- fieldName string
- The name of the entity.
- metric
TopicNamed Entity Definition Metric 
- The definition of a metric.
- propertyName string
- The property name to be used for the named entity.
- propertyRole TopicProperty Role 
- The property role. Valid values for this structure are PRIMARYandID.
- propertyUsage TopicProperty Usage 
- The property usage. Valid values for this structure are INHERIT,DIMENSION, andMEASURE.
- field_name str
- The name of the entity.
- metric
TopicNamed Entity Definition Metric 
- The definition of a metric.
- property_name str
- The property name to be used for the named entity.
- property_role TopicProperty Role 
- The property role. Valid values for this structure are PRIMARYandID.
- property_usage TopicProperty Usage 
- The property usage. Valid values for this structure are INHERIT,DIMENSION, andMEASURE.
- fieldName String
- The name of the entity.
- metric Property Map
- The definition of a metric.
- propertyName String
- The property name to be used for the named entity.
- propertyRole "PRIMARY" | "ID"
- The property role. Valid values for this structure are PRIMARYandID.
- propertyUsage "INHERIT" | "DIMENSION" | "MEASURE"
- The property usage. Valid values for this structure are INHERIT,DIMENSION, andMEASURE.
TopicNamedEntityDefinitionMetric, TopicNamedEntityDefinitionMetricArgs          
- Aggregation
Pulumi.Aws Native. Quick Sight. Topic Named Entity Agg Type 
- The aggregation of a named entity. Valid values for this structure are SUM,MIN,MAX,COUNT,AVERAGE,DISTINCT_COUNT,STDEV,STDEVP,VAR,VARP,PERCENTILE,MEDIAN, andCUSTOM.
- AggregationFunction Dictionary<string, string>Parameters 
- The additional parameters for an aggregation function.
- Aggregation
TopicNamed Entity Agg Type 
- The aggregation of a named entity. Valid values for this structure are SUM,MIN,MAX,COUNT,AVERAGE,DISTINCT_COUNT,STDEV,STDEVP,VAR,VARP,PERCENTILE,MEDIAN, andCUSTOM.
- AggregationFunction map[string]stringParameters 
- The additional parameters for an aggregation function.
- aggregation
TopicNamed Entity Agg Type 
- The aggregation of a named entity. Valid values for this structure are SUM,MIN,MAX,COUNT,AVERAGE,DISTINCT_COUNT,STDEV,STDEVP,VAR,VARP,PERCENTILE,MEDIAN, andCUSTOM.
- aggregationFunction Map<String,String>Parameters 
- The additional parameters for an aggregation function.
- aggregation
TopicNamed Entity Agg Type 
- The aggregation of a named entity. Valid values for this structure are SUM,MIN,MAX,COUNT,AVERAGE,DISTINCT_COUNT,STDEV,STDEVP,VAR,VARP,PERCENTILE,MEDIAN, andCUSTOM.
- aggregationFunction {[key: string]: string}Parameters 
- The additional parameters for an aggregation function.
- aggregation
TopicNamed Entity Agg Type 
- The aggregation of a named entity. Valid values for this structure are SUM,MIN,MAX,COUNT,AVERAGE,DISTINCT_COUNT,STDEV,STDEVP,VAR,VARP,PERCENTILE,MEDIAN, andCUSTOM.
- aggregation_function_ Mapping[str, str]parameters 
- The additional parameters for an aggregation function.
- aggregation "SUM" | "MIN" | "MAX" | "COUNT" | "AVERAGE" | "DISTINCT_COUNT" | "STDEV" | "STDEVP" | "VAR" | "VARP" | "PERCENTILE" | "MEDIAN" | "CUSTOM"
- The aggregation of a named entity. Valid values for this structure are SUM,MIN,MAX,COUNT,AVERAGE,DISTINCT_COUNT,STDEV,STDEVP,VAR,VARP,PERCENTILE,MEDIAN, andCUSTOM.
- aggregationFunction Map<String>Parameters 
- The additional parameters for an aggregation function.
TopicNamedFilterAggType, TopicNamedFilterAggTypeArgs          
- NoAggregation 
- NO_AGGREGATION
- Sum
- SUM
- Average
- AVERAGE
- Count
- COUNT
- DistinctCount 
- DISTINCT_COUNT
- Max
- MAX
- Median
- MEDIAN
- Min
- MIN
- Stdev
- STDEV
- Stdevp
- STDEVP
- Var
- VAR
- Varp
- VARP
- TopicNamed Filter Agg Type No Aggregation 
- NO_AGGREGATION
- TopicNamed Filter Agg Type Sum 
- SUM
- TopicNamed Filter Agg Type Average 
- AVERAGE
- TopicNamed Filter Agg Type Count 
- COUNT
- TopicNamed Filter Agg Type Distinct Count 
- DISTINCT_COUNT
- TopicNamed Filter Agg Type Max 
- MAX
- TopicNamed Filter Agg Type Median 
- MEDIAN
- TopicNamed Filter Agg Type Min 
- MIN
- TopicNamed Filter Agg Type Stdev 
- STDEV
- TopicNamed Filter Agg Type Stdevp 
- STDEVP
- TopicNamed Filter Agg Type Var 
- VAR
- TopicNamed Filter Agg Type Varp 
- VARP
- NoAggregation 
- NO_AGGREGATION
- Sum
- SUM
- Average
- AVERAGE
- Count
- COUNT
- DistinctCount 
- DISTINCT_COUNT
- Max
- MAX
- Median
- MEDIAN
- Min
- MIN
- Stdev
- STDEV
- Stdevp
- STDEVP
- Var
- VAR
- Varp
- VARP
- NoAggregation 
- NO_AGGREGATION
- Sum
- SUM
- Average
- AVERAGE
- Count
- COUNT
- DistinctCount 
- DISTINCT_COUNT
- Max
- MAX
- Median
- MEDIAN
- Min
- MIN
- Stdev
- STDEV
- Stdevp
- STDEVP
- Var
- VAR
- Varp
- VARP
- NO_AGGREGATION
- NO_AGGREGATION
- SUM
- SUM
- AVERAGE
- AVERAGE
- COUNT
- COUNT
- DISTINCT_COUNT
- DISTINCT_COUNT
- MAX
- MAX
- MEDIAN
- MEDIAN
- MIN
- MIN
- STDEV
- STDEV
- STDEVP
- STDEVP
- VAR
- VAR
- VARP
- VARP
- "NO_AGGREGATION"
- NO_AGGREGATION
- "SUM"
- SUM
- "AVERAGE"
- AVERAGE
- "COUNT"
- COUNT
- "DISTINCT_COUNT"
- DISTINCT_COUNT
- "MAX"
- MAX
- "MEDIAN"
- MEDIAN
- "MIN"
- MIN
- "STDEV"
- STDEV
- "STDEVP"
- STDEVP
- "VAR"
- VAR
- "VARP"
- VARP
TopicNamedFilterType, TopicNamedFilterTypeArgs        
- CategoryFilter 
- CATEGORY_FILTER
- NumericEquality Filter 
- NUMERIC_EQUALITY_FILTER
- NumericRange Filter 
- NUMERIC_RANGE_FILTER
- DateRange Filter 
- DATE_RANGE_FILTER
- RelativeDate Filter 
- RELATIVE_DATE_FILTER
- TopicNamed Filter Type Category Filter 
- CATEGORY_FILTER
- TopicNamed Filter Type Numeric Equality Filter 
- NUMERIC_EQUALITY_FILTER
- TopicNamed Filter Type Numeric Range Filter 
- NUMERIC_RANGE_FILTER
- TopicNamed Filter Type Date Range Filter 
- DATE_RANGE_FILTER
- TopicNamed Filter Type Relative Date Filter 
- RELATIVE_DATE_FILTER
- CategoryFilter 
- CATEGORY_FILTER
- NumericEquality Filter 
- NUMERIC_EQUALITY_FILTER
- NumericRange Filter 
- NUMERIC_RANGE_FILTER
- DateRange Filter 
- DATE_RANGE_FILTER
- RelativeDate Filter 
- RELATIVE_DATE_FILTER
- CategoryFilter 
- CATEGORY_FILTER
- NumericEquality Filter 
- NUMERIC_EQUALITY_FILTER
- NumericRange Filter 
- NUMERIC_RANGE_FILTER
- DateRange Filter 
- DATE_RANGE_FILTER
- RelativeDate Filter 
- RELATIVE_DATE_FILTER
- CATEGORY_FILTER
- CATEGORY_FILTER
- NUMERIC_EQUALITY_FILTER
- NUMERIC_EQUALITY_FILTER
- NUMERIC_RANGE_FILTER
- NUMERIC_RANGE_FILTER
- DATE_RANGE_FILTER
- DATE_RANGE_FILTER
- RELATIVE_DATE_FILTER
- RELATIVE_DATE_FILTER
- "CATEGORY_FILTER"
- CATEGORY_FILTER
- "NUMERIC_EQUALITY_FILTER"
- NUMERIC_EQUALITY_FILTER
- "NUMERIC_RANGE_FILTER"
- NUMERIC_RANGE_FILTER
- "DATE_RANGE_FILTER"
- DATE_RANGE_FILTER
- "RELATIVE_DATE_FILTER"
- RELATIVE_DATE_FILTER
TopicNegativeFormat, TopicNegativeFormatArgs      
TopicNumberScale, TopicNumberScaleArgs      
- None
- NONE
- Auto
- AUTO
- Thousands
- THOUSANDS
- Millions
- MILLIONS
- Billions
- BILLIONS
- Trillions
- TRILLIONS
- Lakhs
- LAKHS
- Crores
- CRORES
- TopicNumber Scale None 
- NONE
- TopicNumber Scale Auto 
- AUTO
- TopicNumber Scale Thousands 
- THOUSANDS
- TopicNumber Scale Millions 
- MILLIONS
- TopicNumber Scale Billions 
- BILLIONS
- TopicNumber Scale Trillions 
- TRILLIONS
- TopicNumber Scale Lakhs 
- LAKHS
- TopicNumber Scale Crores 
- CRORES
- None
- NONE
- Auto
- AUTO
- Thousands
- THOUSANDS
- Millions
- MILLIONS
- Billions
- BILLIONS
- Trillions
- TRILLIONS
- Lakhs
- LAKHS
- Crores
- CRORES
- None
- NONE
- Auto
- AUTO
- Thousands
- THOUSANDS
- Millions
- MILLIONS
- Billions
- BILLIONS
- Trillions
- TRILLIONS
- Lakhs
- LAKHS
- Crores
- CRORES
- NONE
- NONE
- AUTO
- AUTO
- THOUSANDS
- THOUSANDS
- MILLIONS
- MILLIONS
- BILLIONS
- BILLIONS
- TRILLIONS
- TRILLIONS
- LAKHS
- LAKHS
- CRORES
- CRORES
- "NONE"
- NONE
- "AUTO"
- AUTO
- "THOUSANDS"
- THOUSANDS
- "MILLIONS"
- MILLIONS
- "BILLIONS"
- BILLIONS
- "TRILLIONS"
- TRILLIONS
- "LAKHS"
- LAKHS
- "CRORES"
- CRORES
TopicNumericEqualityFilter, TopicNumericEqualityFilterArgs        
- Aggregation
Pulumi.Aws Native. Quick Sight. Topic Named Filter Agg Type 
- An aggregation function that specifies how to calculate the value of a numeric field for a topic. Valid values for this structure are NO_AGGREGATION,SUM,AVERAGE,COUNT,DISTINCT_COUNT,MAX,MEDIAN,MIN,STDEV,STDEVP,VAR, andVARP.
- Constant
Pulumi.Aws Native. Quick Sight. Inputs. Topic Singular Filter Constant 
- The constant used in a numeric equality filter.
- Aggregation
TopicNamed Filter Agg Type 
- An aggregation function that specifies how to calculate the value of a numeric field for a topic. Valid values for this structure are NO_AGGREGATION,SUM,AVERAGE,COUNT,DISTINCT_COUNT,MAX,MEDIAN,MIN,STDEV,STDEVP,VAR, andVARP.
- Constant
TopicSingular Filter Constant 
- The constant used in a numeric equality filter.
- aggregation
TopicNamed Filter Agg Type 
- An aggregation function that specifies how to calculate the value of a numeric field for a topic. Valid values for this structure are NO_AGGREGATION,SUM,AVERAGE,COUNT,DISTINCT_COUNT,MAX,MEDIAN,MIN,STDEV,STDEVP,VAR, andVARP.
- constant
TopicSingular Filter Constant 
- The constant used in a numeric equality filter.
- aggregation
TopicNamed Filter Agg Type 
- An aggregation function that specifies how to calculate the value of a numeric field for a topic. Valid values for this structure are NO_AGGREGATION,SUM,AVERAGE,COUNT,DISTINCT_COUNT,MAX,MEDIAN,MIN,STDEV,STDEVP,VAR, andVARP.
- constant
TopicSingular Filter Constant 
- The constant used in a numeric equality filter.
- aggregation
TopicNamed Filter Agg Type 
- An aggregation function that specifies how to calculate the value of a numeric field for a topic. Valid values for this structure are NO_AGGREGATION,SUM,AVERAGE,COUNT,DISTINCT_COUNT,MAX,MEDIAN,MIN,STDEV,STDEVP,VAR, andVARP.
- constant
TopicSingular Filter Constant 
- The constant used in a numeric equality filter.
- aggregation "NO_AGGREGATION" | "SUM" | "AVERAGE" | "COUNT" | "DISTINCT_COUNT" | "MAX" | "MEDIAN" | "MIN" | "STDEV" | "STDEVP" | "VAR" | "VARP"
- An aggregation function that specifies how to calculate the value of a numeric field for a topic. Valid values for this structure are NO_AGGREGATION,SUM,AVERAGE,COUNT,DISTINCT_COUNT,MAX,MEDIAN,MIN,STDEV,STDEVP,VAR, andVARP.
- constant Property Map
- The constant used in a numeric equality filter.
TopicNumericRangeFilter, TopicNumericRangeFilterArgs        
- Aggregation
Pulumi.Aws Native. Quick Sight. Topic Named Filter Agg Type 
- An aggregation function that specifies how to calculate the value of a numeric field for a topic, Valid values for this structure are NO_AGGREGATION,SUM,AVERAGE,COUNT,DISTINCT_COUNT,MAX,MEDIAN,MIN,STDEV,STDEVP,VAR, andVARP.
- Constant
Pulumi.Aws Native. Quick Sight. Inputs. Topic Range Filter Constant 
- The constant used in a numeric range filter.
- Inclusive bool
- A Boolean value that indicates whether the endpoints of the numeric range are included in the filter. If set to true, topics whose numeric field value is equal to the endpoint values will be included in the filter. If set to false, topics whose numeric field value is equal to the endpoint values will be excluded from the filter.
- Aggregation
TopicNamed Filter Agg Type 
- An aggregation function that specifies how to calculate the value of a numeric field for a topic, Valid values for this structure are NO_AGGREGATION,SUM,AVERAGE,COUNT,DISTINCT_COUNT,MAX,MEDIAN,MIN,STDEV,STDEVP,VAR, andVARP.
- Constant
TopicRange Filter Constant 
- The constant used in a numeric range filter.
- Inclusive bool
- A Boolean value that indicates whether the endpoints of the numeric range are included in the filter. If set to true, topics whose numeric field value is equal to the endpoint values will be included in the filter. If set to false, topics whose numeric field value is equal to the endpoint values will be excluded from the filter.
- aggregation
TopicNamed Filter Agg Type 
- An aggregation function that specifies how to calculate the value of a numeric field for a topic, Valid values for this structure are NO_AGGREGATION,SUM,AVERAGE,COUNT,DISTINCT_COUNT,MAX,MEDIAN,MIN,STDEV,STDEVP,VAR, andVARP.
- constant
TopicRange Filter Constant 
- The constant used in a numeric range filter.
- inclusive Boolean
- A Boolean value that indicates whether the endpoints of the numeric range are included in the filter. If set to true, topics whose numeric field value is equal to the endpoint values will be included in the filter. If set to false, topics whose numeric field value is equal to the endpoint values will be excluded from the filter.
- aggregation
TopicNamed Filter Agg Type 
- An aggregation function that specifies how to calculate the value of a numeric field for a topic, Valid values for this structure are NO_AGGREGATION,SUM,AVERAGE,COUNT,DISTINCT_COUNT,MAX,MEDIAN,MIN,STDEV,STDEVP,VAR, andVARP.
- constant
TopicRange Filter Constant 
- The constant used in a numeric range filter.
- inclusive boolean
- A Boolean value that indicates whether the endpoints of the numeric range are included in the filter. If set to true, topics whose numeric field value is equal to the endpoint values will be included in the filter. If set to false, topics whose numeric field value is equal to the endpoint values will be excluded from the filter.
- aggregation
TopicNamed Filter Agg Type 
- An aggregation function that specifies how to calculate the value of a numeric field for a topic, Valid values for this structure are NO_AGGREGATION,SUM,AVERAGE,COUNT,DISTINCT_COUNT,MAX,MEDIAN,MIN,STDEV,STDEVP,VAR, andVARP.
- constant
TopicRange Filter Constant 
- The constant used in a numeric range filter.
- inclusive bool
- A Boolean value that indicates whether the endpoints of the numeric range are included in the filter. If set to true, topics whose numeric field value is equal to the endpoint values will be included in the filter. If set to false, topics whose numeric field value is equal to the endpoint values will be excluded from the filter.
- aggregation "NO_AGGREGATION" | "SUM" | "AVERAGE" | "COUNT" | "DISTINCT_COUNT" | "MAX" | "MEDIAN" | "MIN" | "STDEV" | "STDEVP" | "VAR" | "VARP"
- An aggregation function that specifies how to calculate the value of a numeric field for a topic, Valid values for this structure are NO_AGGREGATION,SUM,AVERAGE,COUNT,DISTINCT_COUNT,MAX,MEDIAN,MIN,STDEV,STDEVP,VAR, andVARP.
- constant Property Map
- The constant used in a numeric range filter.
- inclusive Boolean
- A Boolean value that indicates whether the endpoints of the numeric range are included in the filter. If set to true, topics whose numeric field value is equal to the endpoint values will be included in the filter. If set to false, topics whose numeric field value is equal to the endpoint values will be excluded from the filter.
TopicNumericSeparatorSymbol, TopicNumericSeparatorSymbolArgs        
- Comma
- COMMA
- Dot
- DOT
- TopicNumeric Separator Symbol Comma 
- COMMA
- TopicNumeric Separator Symbol Dot 
- DOT
- Comma
- COMMA
- Dot
- DOT
- Comma
- COMMA
- Dot
- DOT
- COMMA
- COMMA
- DOT
- DOT
- "COMMA"
- COMMA
- "DOT"
- DOT
TopicPropertyRole, TopicPropertyRoleArgs      
- Primary
- PRIMARY
- Id
- ID
- TopicProperty Role Primary 
- PRIMARY
- TopicProperty Role Id 
- ID
- Primary
- PRIMARY
- Id
- ID
- Primary
- PRIMARY
- Id
- ID
- PRIMARY
- PRIMARY
- ID
- ID
- "PRIMARY"
- PRIMARY
- "ID"
- ID
TopicPropertyUsage, TopicPropertyUsageArgs      
- Inherit
- INHERIT
- Dimension
- DIMENSION
- Measure
- MEASURE
- TopicProperty Usage Inherit 
- INHERIT
- TopicProperty Usage Dimension 
- DIMENSION
- TopicProperty Usage Measure 
- MEASURE
- Inherit
- INHERIT
- Dimension
- DIMENSION
- Measure
- MEASURE
- Inherit
- INHERIT
- Dimension
- DIMENSION
- Measure
- MEASURE
- INHERIT
- INHERIT
- DIMENSION
- DIMENSION
- MEASURE
- MEASURE
- "INHERIT"
- INHERIT
- "DIMENSION"
- DIMENSION
- "MEASURE"
- MEASURE
TopicRangeConstant, TopicRangeConstantArgs      
TopicRangeFilterConstant, TopicRangeFilterConstantArgs        
- ConstantType Pulumi.Aws Native. Quick Sight. Topic Constant Type 
- The data type of the constant value that is used in a range filter. Valid values for this structure are RANGE.
- RangeConstant Pulumi.Aws Native. Quick Sight. Inputs. Topic Range Constant 
- The value of the constant that is used to specify the endpoints of a range filter.
- ConstantType TopicConstant Type 
- The data type of the constant value that is used in a range filter. Valid values for this structure are RANGE.
- RangeConstant TopicRange Constant 
- The value of the constant that is used to specify the endpoints of a range filter.
- constantType TopicConstant Type 
- The data type of the constant value that is used in a range filter. Valid values for this structure are RANGE.
- rangeConstant TopicRange Constant 
- The value of the constant that is used to specify the endpoints of a range filter.
- constantType TopicConstant Type 
- The data type of the constant value that is used in a range filter. Valid values for this structure are RANGE.
- rangeConstant TopicRange Constant 
- The value of the constant that is used to specify the endpoints of a range filter.
- constant_type TopicConstant Type 
- The data type of the constant value that is used in a range filter. Valid values for this structure are RANGE.
- range_constant TopicRange Constant 
- The value of the constant that is used to specify the endpoints of a range filter.
- constantType "SINGULAR" | "RANGE" | "COLLECTIVE"
- The data type of the constant value that is used in a range filter. Valid values for this structure are RANGE.
- rangeConstant Property Map
- The value of the constant that is used to specify the endpoints of a range filter.
TopicRelativeDateFilter, TopicRelativeDateFilterArgs        
- Constant
Pulumi.Aws Native. Quick Sight. Inputs. Topic Singular Filter Constant 
- The constant used in a relative date filter.
- RelativeDate Pulumi.Filter Function Aws Native. Quick Sight. Topic Relative Date Filter Function 
- The function to be used in a relative date filter to determine the range of dates to include in the results. Valid values for this structure are BEFORE,AFTER, andBETWEEN.
- TimeGranularity Pulumi.Aws Native. Quick Sight. Topic Time Granularity 
- The level of time precision that is used to aggregate DateTimevalues.
- Constant
TopicSingular Filter Constant 
- The constant used in a relative date filter.
- RelativeDate TopicFilter Function Relative Date Filter Function 
- The function to be used in a relative date filter to determine the range of dates to include in the results. Valid values for this structure are BEFORE,AFTER, andBETWEEN.
- TimeGranularity TopicTime Granularity 
- The level of time precision that is used to aggregate DateTimevalues.
- constant
TopicSingular Filter Constant 
- The constant used in a relative date filter.
- relativeDate TopicFilter Function Relative Date Filter Function 
- The function to be used in a relative date filter to determine the range of dates to include in the results. Valid values for this structure are BEFORE,AFTER, andBETWEEN.
- timeGranularity TopicTime Granularity 
- The level of time precision that is used to aggregate DateTimevalues.
- constant
TopicSingular Filter Constant 
- The constant used in a relative date filter.
- relativeDate TopicFilter Function Relative Date Filter Function 
- The function to be used in a relative date filter to determine the range of dates to include in the results. Valid values for this structure are BEFORE,AFTER, andBETWEEN.
- timeGranularity TopicTime Granularity 
- The level of time precision that is used to aggregate DateTimevalues.
- constant
TopicSingular Filter Constant 
- The constant used in a relative date filter.
- relative_date_ Topicfilter_ function Relative Date Filter Function 
- The function to be used in a relative date filter to determine the range of dates to include in the results. Valid values for this structure are BEFORE,AFTER, andBETWEEN.
- time_granularity TopicTime Granularity 
- The level of time precision that is used to aggregate DateTimevalues.
- constant Property Map
- The constant used in a relative date filter.
- relativeDate "PREVIOUS" | "THIS" | "LAST" | "NEXT" | "NOW"Filter Function 
- The function to be used in a relative date filter to determine the range of dates to include in the results. Valid values for this structure are BEFORE,AFTER, andBETWEEN.
- timeGranularity "SECOND" | "MINUTE" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"
- The level of time precision that is used to aggregate DateTimevalues.
TopicRelativeDateFilterFunction, TopicRelativeDateFilterFunctionArgs          
- Previous
- PREVIOUS
- This
- THIS
- Last
- LAST
- Next
- NEXT
- Now
- NOW
- TopicRelative Date Filter Function Previous 
- PREVIOUS
- TopicRelative Date Filter Function This 
- THIS
- TopicRelative Date Filter Function Last 
- LAST
- TopicRelative Date Filter Function Next 
- NEXT
- TopicRelative Date Filter Function Now 
- NOW
- Previous
- PREVIOUS
- This
- THIS
- Last
- LAST
- Next
- NEXT
- Now
- NOW
- Previous
- PREVIOUS
- This
- THIS
- Last
- LAST
- Next
- NEXT
- Now
- NOW
- PREVIOUS
- PREVIOUS
- THIS
- THIS
- LAST
- LAST
- NEXT
- NEXT
- NOW
- NOW
- "PREVIOUS"
- PREVIOUS
- "THIS"
- THIS
- "LAST"
- LAST
- "NEXT"
- NEXT
- "NOW"
- NOW
TopicSemanticEntityType, TopicSemanticEntityTypeArgs        
- SubType stringName 
- The semantic entity sub type name.
- TypeName string
- The semantic entity type name.
- TypeParameters Dictionary<string, string>
- The semantic entity type parameters.
- SubType stringName 
- The semantic entity sub type name.
- TypeName string
- The semantic entity type name.
- TypeParameters map[string]string
- The semantic entity type parameters.
- subType StringName 
- The semantic entity sub type name.
- typeName String
- The semantic entity type name.
- typeParameters Map<String,String>
- The semantic entity type parameters.
- subType stringName 
- The semantic entity sub type name.
- typeName string
- The semantic entity type name.
- typeParameters {[key: string]: string}
- The semantic entity type parameters.
- sub_type_ strname 
- The semantic entity sub type name.
- type_name str
- The semantic entity type name.
- type_parameters Mapping[str, str]
- The semantic entity type parameters.
- subType StringName 
- The semantic entity sub type name.
- typeName String
- The semantic entity type name.
- typeParameters Map<String>
- The semantic entity type parameters.
TopicSemanticType, TopicSemanticTypeArgs      
- FalseyCell stringValue 
- The semantic type falsey cell value.
- FalseyCell List<string>Value Synonyms 
- The other names or aliases for the false cell value.
- SubType stringName 
- The semantic type sub type name.
- TruthyCell stringValue 
- The semantic type truthy cell value.
- TruthyCell List<string>Value Synonyms 
- The other names or aliases for the true cell value.
- TypeName string
- The semantic type name.
- TypeParameters Dictionary<string, string>
- The semantic type parameters.
- FalseyCell stringValue 
- The semantic type falsey cell value.
- FalseyCell []stringValue Synonyms 
- The other names or aliases for the false cell value.
- SubType stringName 
- The semantic type sub type name.
- TruthyCell stringValue 
- The semantic type truthy cell value.
- TruthyCell []stringValue Synonyms 
- The other names or aliases for the true cell value.
- TypeName string
- The semantic type name.
- TypeParameters map[string]string
- The semantic type parameters.
- falseyCell StringValue 
- The semantic type falsey cell value.
- falseyCell List<String>Value Synonyms 
- The other names or aliases for the false cell value.
- subType StringName 
- The semantic type sub type name.
- truthyCell StringValue 
- The semantic type truthy cell value.
- truthyCell List<String>Value Synonyms 
- The other names or aliases for the true cell value.
- typeName String
- The semantic type name.
- typeParameters Map<String,String>
- The semantic type parameters.
- falseyCell stringValue 
- The semantic type falsey cell value.
- falseyCell string[]Value Synonyms 
- The other names or aliases for the false cell value.
- subType stringName 
- The semantic type sub type name.
- truthyCell stringValue 
- The semantic type truthy cell value.
- truthyCell string[]Value Synonyms 
- The other names or aliases for the true cell value.
- typeName string
- The semantic type name.
- typeParameters {[key: string]: string}
- The semantic type parameters.
- falsey_cell_ strvalue 
- The semantic type falsey cell value.
- falsey_cell_ Sequence[str]value_ synonyms 
- The other names or aliases for the false cell value.
- sub_type_ strname 
- The semantic type sub type name.
- truthy_cell_ strvalue 
- The semantic type truthy cell value.
- truthy_cell_ Sequence[str]value_ synonyms 
- The other names or aliases for the true cell value.
- type_name str
- The semantic type name.
- type_parameters Mapping[str, str]
- The semantic type parameters.
- falseyCell StringValue 
- The semantic type falsey cell value.
- falseyCell List<String>Value Synonyms 
- The other names or aliases for the false cell value.
- subType StringName 
- The semantic type sub type name.
- truthyCell StringValue 
- The semantic type truthy cell value.
- truthyCell List<String>Value Synonyms 
- The other names or aliases for the true cell value.
- typeName String
- The semantic type name.
- typeParameters Map<String>
- The semantic type parameters.
TopicSingularFilterConstant, TopicSingularFilterConstantArgs        
- ConstantType Pulumi.Aws Native. Quick Sight. Topic Constant Type 
- The type of the singular filter constant. Valid values for this structure are SINGULAR.
- SingularConstant string
- The value of the singular filter constant.
- ConstantType TopicConstant Type 
- The type of the singular filter constant. Valid values for this structure are SINGULAR.
- SingularConstant string
- The value of the singular filter constant.
- constantType TopicConstant Type 
- The type of the singular filter constant. Valid values for this structure are SINGULAR.
- singularConstant String
- The value of the singular filter constant.
- constantType TopicConstant Type 
- The type of the singular filter constant. Valid values for this structure are SINGULAR.
- singularConstant string
- The value of the singular filter constant.
- constant_type TopicConstant Type 
- The type of the singular filter constant. Valid values for this structure are SINGULAR.
- singular_constant str
- The value of the singular filter constant.
- constantType "SINGULAR" | "RANGE" | "COLLECTIVE"
- The type of the singular filter constant. Valid values for this structure are SINGULAR.
- singularConstant String
- The value of the singular filter constant.
TopicTimeGranularity, TopicTimeGranularityArgs      
- Second
- SECOND
- Minute
- MINUTE
- Hour
- HOUR
- Day
- DAY
- Week
- WEEK
- Month
- MONTH
- Quarter
- QUARTER
- Year
- YEAR
- TopicTime Granularity Second 
- SECOND
- TopicTime Granularity Minute 
- MINUTE
- TopicTime Granularity Hour 
- HOUR
- TopicTime Granularity Day 
- DAY
- TopicTime Granularity Week 
- WEEK
- TopicTime Granularity Month 
- MONTH
- TopicTime Granularity Quarter 
- QUARTER
- TopicTime Granularity Year 
- YEAR
- Second
- SECOND
- Minute
- MINUTE
- Hour
- HOUR
- Day
- DAY
- Week
- WEEK
- Month
- MONTH
- Quarter
- QUARTER
- Year
- YEAR
- Second
- SECOND
- Minute
- MINUTE
- Hour
- HOUR
- Day
- DAY
- Week
- WEEK
- Month
- MONTH
- Quarter
- QUARTER
- Year
- YEAR
- SECOND
- SECOND
- MINUTE
- MINUTE
- HOUR
- HOUR
- DAY
- DAY
- WEEK
- WEEK
- MONTH
- MONTH
- QUARTER
- QUARTER
- YEAR
- YEAR
- "SECOND"
- SECOND
- "MINUTE"
- MINUTE
- "HOUR"
- HOUR
- "DAY"
- DAY
- "WEEK"
- WEEK
- "MONTH"
- MONTH
- "QUARTER"
- QUARTER
- "YEAR"
- YEAR
TopicUndefinedSpecifiedValueType, TopicUndefinedSpecifiedValueTypeArgs          
- Least
- LEAST
- Most
- MOST
- TopicUndefined Specified Value Type Least 
- LEAST
- TopicUndefined Specified Value Type Most 
- MOST
- Least
- LEAST
- Most
- MOST
- Least
- LEAST
- Most
- MOST
- LEAST
- LEAST
- MOST
- MOST
- "LEAST"
- LEAST
- "MOST"
- MOST
TopicUserExperienceVersion, TopicUserExperienceVersionArgs        
- Legacy
- LEGACY
- NewReader Experience 
- NEW_READER_EXPERIENCE
- TopicUser Experience Version Legacy 
- LEGACY
- TopicUser Experience Version New Reader Experience 
- NEW_READER_EXPERIENCE
- Legacy
- LEGACY
- NewReader Experience 
- NEW_READER_EXPERIENCE
- Legacy
- LEGACY
- NewReader Experience 
- NEW_READER_EXPERIENCE
- LEGACY
- LEGACY
- NEW_READER_EXPERIENCE
- NEW_READER_EXPERIENCE
- "LEGACY"
- LEGACY
- "NEW_READER_EXPERIENCE"
- NEW_READER_EXPERIENCE
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.