We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.quicksight.getTopic
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
Definition of the AWS::QuickSight::Topic Resource Type.
Using getTopic
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getTopic(args: GetTopicArgs, opts?: InvokeOptions): Promise<GetTopicResult>
function getTopicOutput(args: GetTopicOutputArgs, opts?: InvokeOptions): Output<GetTopicResult>
def get_topic(aws_account_id: Optional[str] = None,
topic_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTopicResult
def get_topic_output(aws_account_id: Optional[pulumi.Input[str]] = None,
topic_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTopicResult]
func LookupTopic(ctx *Context, args *LookupTopicArgs, opts ...InvokeOption) (*LookupTopicResult, error)
func LookupTopicOutput(ctx *Context, args *LookupTopicOutputArgs, opts ...InvokeOption) LookupTopicResultOutput
> Note: This function is named LookupTopic
in the Go SDK.
public static class GetTopic
{
public static Task<GetTopicResult> InvokeAsync(GetTopicArgs args, InvokeOptions? opts = null)
public static Output<GetTopicResult> Invoke(GetTopicInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetTopicResult> getTopic(GetTopicArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:quicksight:getTopic
arguments:
# arguments dictionary
The following arguments are supported:
- Aws
Account stringId - The ID of the AWS account that you want to create a topic in.
- Topic
Id string - The ID for the topic. This ID is unique per AWS Region for each AWS account.
- Aws
Account stringId - The ID of the AWS account that you want to create a topic in.
- Topic
Id string - The ID for the topic. This ID is unique per AWS Region for each AWS account.
- aws
Account StringId - The ID of the AWS account that you want to create a topic in.
- topic
Id String - The ID for the topic. This ID is unique per AWS Region for each AWS account.
- aws
Account stringId - The ID of the AWS account that you want to create a topic in.
- topic
Id string - The ID for the topic. This ID is unique per AWS Region for each AWS account.
- aws_
account_ strid - The ID of the AWS account that you want to create a topic in.
- topic_
id str - The ID for the topic. This ID is unique per AWS Region for each AWS account.
- aws
Account StringId - The ID of the AWS account that you want to create a topic in.
- topic
Id String - The ID for the topic. This ID is unique per AWS Region for each AWS account.
getTopic Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) of the topic.
- Data
Sets List<Pulumi.Aws Native. Quick Sight. Outputs. Topic Dataset Metadata> - The data sets that the topic is associated with.
- Description string
- The description of the topic.
- Name string
- The name of the topic.
- User
Experience Pulumi.Version Aws Native. Quick Sight. Topic User Experience Version - The user experience version of the topic.
- Arn string
- The Amazon Resource Name (ARN) of the topic.
- Data
Sets []TopicDataset Metadata - The data sets that the topic is associated with.
- Description string
- The description of the topic.
- Name string
- The name of the topic.
- User
Experience TopicVersion User Experience Version - The user experience version of the topic.
- arn String
- The Amazon Resource Name (ARN) of the topic.
- data
Sets List<TopicDataset Metadata> - The data sets that the topic is associated with.
- description String
- The description of the topic.
- name String
- The name of the topic.
- user
Experience TopicVersion User Experience Version - The user experience version of the topic.
- arn string
- The Amazon Resource Name (ARN) of the topic.
- data
Sets TopicDataset Metadata[] - The data sets that the topic is associated with.
- description string
- The description of the topic.
- name string
- The name of the topic.
- user
Experience TopicVersion User Experience Version - The user experience version of the topic.
- arn str
- The Amazon Resource Name (ARN) of the topic.
- data_
sets Sequence[TopicDataset Metadata] - The data sets that the topic is associated with.
- description str
- The description of the topic.
- name str
- The name of the topic.
- user_
experience_ Topicversion User Experience Version - The user experience version of the topic.
- arn String
- The Amazon Resource Name (ARN) of the topic.
- data
Sets List<Property Map> - The data sets that the topic is associated with.
- description String
- The description of the topic.
- name String
- The name of the topic.
- user
Experience "LEGACY" | "NEW_READER_EXPERIENCE"Version - The user experience version of the topic.
Supporting Types
TopicAuthorSpecifiedAggregation
TopicCalculatedField
- Calculated
Field 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
. - Allowed
Aggregations 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
. - Calculated
Field stringDescription - The calculated field description.
- Calculated
Field List<string>Synonyms - The other names or aliases for the calculated field.
- Cell
Value List<Pulumi.Synonyms Aws Native. Quick Sight. Inputs. Topic Cell Value Synonym> - The other names or aliases for the calculated field cell value.
- Column
Data Pulumi.Role Aws Native. Quick Sight. Topic Column Data Role - The column data role for a calculated field. Valid values for this structure are
DIMENSION
andMEASURE
. - Comparative
Order 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.
- Default
Formatting Pulumi.Aws Native. Quick Sight. Inputs. Topic Default 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 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
. - Semantic
Type Pulumi.Aws Native. Quick Sight. Inputs. Topic Semantic Type - The semantic type.
- Time
Granularity Pulumi.Aws Native. Quick Sight. Topic Time Granularity - The level of time precision that is used to aggregate
DateTime
values.
- Calculated
Field stringName - The calculated field name.
- Expression string
- The calculated field expression.
- Aggregation
Topic
Default Aggregation - The default aggregation. Valid values for this structure are
SUM
,MAX
,MIN
,COUNT
,DISTINCT_COUNT
, andAVERAGE
. - Allowed
Aggregations []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 stringDescription - The calculated field description.
- Calculated
Field []stringSynonyms - The other names or aliases for the calculated field.
- Cell
Value []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
DIMENSION
andMEASURE
. - 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 []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
DateTime
values.
- calculated
Field StringName - The calculated field name.
- expression String
- The calculated field expression.
- aggregation
Topic
Default Aggregation - The default aggregation. Valid values for this structure are
SUM
,MAX
,MIN
,COUNT
,DISTINCT_COUNT
, andAVERAGE
. - allowed
Aggregations 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
. - calculated
Field StringDescription - The calculated field description.
- calculated
Field List<String>Synonyms - The other names or aliases for the calculated field.
- cell
Value List<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
DIMENSION
andMEASURE
. - 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 Boolean - A Boolean value that indicates if a calculated field is visible in the autocomplete.
- is
Included BooleanIn Topic - A boolean value that indicates if a calculated field is included in the topic.
- never
Aggregate BooleanIn Filter - A Boolean value that indicates whether to never aggregate calculated field in filters.
- non
Additive Boolean - The non additive for the table style target.
- not
Allowed 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
. - semantic
Type TopicSemantic Type - The semantic type.
- time
Granularity TopicTime Granularity - The level of time precision that is used to aggregate
DateTime
values.
- calculated
Field stringName - The calculated field name.
- expression string
- The calculated field expression.
- aggregation
Topic
Default Aggregation - The default aggregation. Valid values for this structure are
SUM
,MAX
,MIN
,COUNT
,DISTINCT_COUNT
, andAVERAGE
. - allowed
Aggregations 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 stringDescription - The calculated field description.
- calculated
Field string[]Synonyms - The other names or aliases for the calculated field.
- cell
Value 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
DIMENSION
andMEASURE
. - 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 boolean - A Boolean value that indicates if a calculated field is visible in the autocomplete.
- is
Included booleanIn Topic - A boolean value that indicates if a calculated field is included in the topic.
- never
Aggregate booleanIn Filter - A Boolean value that indicates whether to never aggregate calculated field in filters.
- non
Additive boolean - The non additive for the table style target.
- not
Allowed 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
DateTime
values.
- calculated_
field_ strname - The calculated field name.
- expression str
- The calculated field expression.
- aggregation
Topic
Default 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
DIMENSION
andMEASURE
. - 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
DateTime
values.
- calculated
Field 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
. - allowed
Aggregations 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
. - calculated
Field StringDescription - The calculated field description.
- calculated
Field List<String>Synonyms - The other names or aliases for the calculated field.
- cell
Value List<Property Map>Synonyms - The other names or aliases for the calculated field cell value.
- column
Data "DIMENSION" | "MEASURE"Role - The column data role for a calculated field. Valid values for this structure are
DIMENSION
andMEASURE
. - comparative
Order Property Map - The order in which data is displayed for the calculated field when it's used in a comparative context.
- default
Formatting Property Map - The default formatting definition.
- disable
Indexing Boolean - A Boolean value that indicates if a calculated field is visible in the autocomplete.
- is
Included BooleanIn Topic - A boolean value that indicates if a calculated field is included in the topic.
- never
Aggregate BooleanIn Filter - A Boolean value that indicates whether to never aggregate calculated field in filters.
- non
Additive Boolean - The non additive for the table style target.
- not
Allowed 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
. - semantic
Type Property Map - The semantic type.
- time
Granularity "SECOND" | "MINUTE" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" - The level of time precision that is used to aggregate
DateTime
values.
TopicCategoryFilter
- Category
Filter Pulumi.Function Aws Native. Quick Sight. Topic Category Filter Function - The category filter function. Valid values for this structure are
EXACT
andCONTAINS
. - Category
Filter 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.
- Category
Filter TopicFunction Category Filter Function - The category filter function. Valid values for this structure are
EXACT
andCONTAINS
. - 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
Topic
Category Filter Constant - The constant used in a category filter.
- Inverse bool
- 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
EXACT
andCONTAINS
. - 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
Topic
Category 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
EXACT
andCONTAINS
. - 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
Topic
Category 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
EXACT
andCONTAINS
. - 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
Topic
Category Filter Constant - The constant used in a category filter.
- inverse bool
- A Boolean value that indicates if the filter is inverse.
- category
Filter "EXACT" | "CONTAINS"Function - The category filter function. Valid values for this structure are
EXACT
andCONTAINS
. - category
Filter "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
- Collective
Constant 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.
- Constant
Type 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
SINGULAR
andCOLLECTIVE
. - Singular
Constant 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
SINGULAR
andCOLLECTIVE
. - Singular
Constant 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
SINGULAR
andCOLLECTIVE
. - singular
Constant 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
SINGULAR
andCOLLECTIVE
. - singular
Constant 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
SINGULAR
andCOLLECTIVE
. - singular_
constant str - A singular constant used in a category filter. This element is used to specify a single value for the constant.
- collective
Constant Property Map - A collective constant used in a category filter. This element is used to specify a list of values for the constant.
- constant
Type "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
SINGULAR
andCOLLECTIVE
. - singular
Constant String - A singular constant used in a category filter. This element is used to specify a single value for the constant.
TopicCategoryFilterFunction
TopicCategoryFilterType
TopicCellValueSynonym
- cell_
value str - The cell value.
- synonyms Sequence[str]
- Other names or aliases for the cell value.
TopicCollectiveConstant
- Value
List List<string> - A list of values for the collective constant.
- Value
List []string - A list of values for the collective constant.
- value
List List<String> - A list of values for the collective constant.
- value
List string[] - A list of values for the collective constant.
- value_
list Sequence[str] - A list of values for the collective constant.
- value
List List<String> - A list of values for the collective constant.
TopicColumn
- Column
Name 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.
- Allowed
Aggregations 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
. - Cell
Value List<Pulumi.Synonyms Aws Native. Quick Sight. Inputs. Topic Cell Value Synonym> - The other names or aliases for the column cell value.
- Column
Data Pulumi.Role Aws Native. Quick Sight. Topic Column Data Role - The role of the column in the data. Valid values are
DIMENSION
andMEASURE
. - Column
Description string - A description of the column and its contents.
- Column
Friendly stringName - A user-friendly name for the column.
- Column
Synonyms List<string> - The other names or aliases for the column.
- Comparative
Order 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.
- Default
Formatting Pulumi.Aws Native. Quick Sight. Inputs. Topic Default 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 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
. - Semantic
Type Pulumi.Aws Native. Quick Sight. Inputs. Topic Semantic Type - The semantic type of data contained in the column.
- Time
Granularity Pulumi.Aws Native. Quick Sight. Topic Time Granularity - The level of time precision that is used to aggregate
DateTime
values.
- Column
Name string - The name of the column.
- Aggregation
Topic
Default Aggregation - The type of aggregation that is performed on the column data when it's queried.
- Allowed
Aggregations []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 []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
DIMENSION
andMEASURE
. - Column
Description string - A description of the column and its contents.
- Column
Friendly stringName - A user-friendly name for the column.
- Column
Synonyms []string - 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 []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
DateTime
values.
- column
Name String - The name of the column.
- aggregation
Topic
Default Aggregation - The type of aggregation that is performed on the column data when it's queried.
- allowed
Aggregations 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
. - cell
Value List<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
DIMENSION
andMEASURE
. - column
Description String - A description of the column and its contents.
- column
Friendly StringName - A user-friendly name for the column.
- column
Synonyms List<String> - 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 Boolean - A Boolean value that indicates whether the column shows in the autocomplete functionality.
- is
Included BooleanIn Topic - A Boolean value that indicates whether the column is included in the query results.
- never
Aggregate BooleanIn Filter - A Boolean value that indicates whether to aggregate the column data when it's used in a filter context.
- non
Additive Boolean - The non additive value for the column.
- not
Allowed 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
. - 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
DateTime
values.
- column
Name string - The name of the column.
- aggregation
Topic
Default Aggregation - The type of aggregation that is performed on the column data when it's queried.
- allowed
Aggregations 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 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
DIMENSION
andMEASURE
. - column
Description string - A description of the column and its contents.
- column
Friendly stringName - A user-friendly name for the column.
- column
Synonyms string[] - 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 boolean - A Boolean value that indicates whether the column shows in the autocomplete functionality.
- is
Included booleanIn Topic - A Boolean value that indicates whether the column is included in the query results.
- never
Aggregate booleanIn Filter - A Boolean value that indicates whether to aggregate the column data when it's used in a filter context.
- non
Additive boolean - The non additive value for the column.
- not
Allowed 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
DateTime
values.
- column_
name str - The name of the column.
- aggregation
Topic
Default 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
DIMENSION
andMEASURE
. - 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
DateTime
values.
- column
Name 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.
- allowed
Aggregations 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
. - cell
Value List<Property Map>Synonyms - The other names or aliases for the column cell value.
- column
Data "DIMENSION" | "MEASURE"Role - The role of the column in the data. Valid values are
DIMENSION
andMEASURE
. - column
Description String - A description of the column and its contents.
- column
Friendly StringName - A user-friendly name for the column.
- column
Synonyms List<String> - The other names or aliases for the column.
- comparative
Order Property Map - The order in which data is displayed for the column when it's used in a comparative context.
- default
Formatting Property Map - The default formatting used for values in the column.
- disable
Indexing Boolean - A Boolean value that indicates whether the column shows in the autocomplete functionality.
- is
Included BooleanIn Topic - A Boolean value that indicates whether the column is included in the query results.
- never
Aggregate BooleanIn Filter - A Boolean value that indicates whether to aggregate the column data when it's used in a filter context.
- non
Additive Boolean - The non additive value for the column.
- not
Allowed 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
. - semantic
Type Property Map - The semantic type of data contained in the column.
- time
Granularity "SECOND" | "MINUTE" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" - The level of time precision that is used to aggregate
DateTime
values.
TopicColumnDataRole
TopicColumnOrderingType
TopicComparativeOrder
- Specifed
Order List<string> - The list of columns to be used in the ordering.
- Treat
Undefined Pulumi.Specified Values Aws Native. Quick Sight. Topic Undefined Specified Value Type - The treat of undefined specified values. Valid values for this structure are
LEAST
andMOST
. - Use
Ordering 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_BETTER
andSPECIFIED
.
- Specifed
Order []string - 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
LEAST
andMOST
. - Use
Ordering TopicColumn Ordering Type - The ordering type for a column. Valid values for this structure are
GREATER_IS_BETTER
,LESSER_IS_BETTER
andSPECIFIED
.
- specifed
Order List<String> - 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
LEAST
andMOST
. - use
Ordering TopicColumn Ordering Type - The ordering type for a column. Valid values for this structure are
GREATER_IS_BETTER
,LESSER_IS_BETTER
andSPECIFIED
.
- specifed
Order string[] - 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
LEAST
andMOST
. - use
Ordering TopicColumn Ordering Type - The ordering type for a column. Valid values for this structure are
GREATER_IS_BETTER
,LESSER_IS_BETTER
andSPECIFIED
.
- 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
LEAST
andMOST
. - use_
ordering TopicColumn Ordering Type - The ordering type for a column. Valid values for this structure are
GREATER_IS_BETTER
,LESSER_IS_BETTER
andSPECIFIED
.
- specifed
Order List<String> - The list of columns to be used in the ordering.
- treat
Undefined "LEAST" | "MOST"Specified Values - The treat of undefined specified values. Valid values for this structure are
LEAST
andMOST
. - use
Ordering "GREATER_IS_BETTER" | "LESSER_IS_BETTER" | "SPECIFIED" - The ordering type for a column. Valid values for this structure are
GREATER_IS_BETTER
,LESSER_IS_BETTER
andSPECIFIED
.
TopicConstantType
TopicDataAggregation
- Dataset
Row Pulumi.Date Granularity Aws Native. Quick Sight. Topic Time Granularity - The level of time precision that is used to aggregate
DateTime
values. - Default
Date 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
DateTime
values. - Default
Date 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
DateTime
values. - default
Date 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
DateTime
values. - default
Date 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
DateTime
values. - default_
date_ strcolumn_ name - The column name for the default date.
- dataset
Row "SECOND" | "MINUTE" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"Date Granularity - The level of time precision that is used to aggregate
DateTime
values. - default
Date StringColumn Name - The column name for the default date.
TopicDatasetMetadata
- Dataset
Arn string - The Amazon Resource Name (ARN) of the dataset.
- Calculated
Fields 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.
- Data
Aggregation Pulumi.Aws Native. Quick Sight. Inputs. Topic Data Aggregation - The definition of a data aggregation.
- Dataset
Description string - The description of the dataset.
- Dataset
Name string - The name of the dataset.
- Filters
List<Pulumi.
Aws Native. Quick Sight. Inputs. Topic Filter> - The list of filter definitions.
- Named
Entities List<Pulumi.Aws Native. Quick Sight. Inputs. Topic Named Entity> - The list of named entities definitions.
- Dataset
Arn string - The Amazon Resource Name (ARN) of the dataset.
- Calculated
Fields []TopicCalculated Field - The list of calculated field definitions.
- Columns
[]Topic
Column - The list of column definitions.
- Data
Aggregation TopicData Aggregation - The definition of a data aggregation.
- Dataset
Description string - The description of the dataset.
- Dataset
Name string - The name of the dataset.
- Filters
[]Topic
Filter - The list of filter definitions.
- Named
Entities []TopicNamed Entity - The list of named entities definitions.
- dataset
Arn String - The Amazon Resource Name (ARN) of the dataset.
- calculated
Fields List<TopicCalculated Field> - The list of calculated field definitions.
- columns
List<Topic
Column> - The list of column definitions.
- data
Aggregation TopicData Aggregation - The definition of a data aggregation.
- dataset
Description String - The description of the dataset.
- dataset
Name String - The name of the dataset.
- filters
List<Topic
Filter> - The list of filter definitions.
- named
Entities List<TopicNamed Entity> - The list of named entities definitions.
- dataset
Arn string - The Amazon Resource Name (ARN) of the dataset.
- calculated
Fields TopicCalculated Field[] - The list of calculated field definitions.
- columns
Topic
Column[] - The list of column definitions.
- data
Aggregation TopicData Aggregation - The definition of a data aggregation.
- dataset
Description string - The description of the dataset.
- dataset
Name string - The name of the dataset.
- filters
Topic
Filter[] - The list of filter definitions.
- named
Entities 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[Topic
Column] - 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[Topic
Filter] - The list of filter definitions.
- named_
entities Sequence[TopicNamed Entity] - The list of named entities definitions.
- dataset
Arn String - The Amazon Resource Name (ARN) of the dataset.
- calculated
Fields List<Property Map> - The list of calculated field definitions.
- columns List<Property Map>
- The list of column definitions.
- data
Aggregation Property Map - The definition of a data aggregation.
- dataset
Description String - The description of the dataset.
- dataset
Name String - The name of the dataset.
- filters List<Property Map>
- The list of filter definitions.
- named
Entities List<Property Map> - The list of named entities definitions.
TopicDateRangeFilter
- 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
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
Topic
Range 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
Topic
Range 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
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 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
TopicDefaultFormatting
- Display
Format Pulumi.Aws Native. Quick Sight. Topic Display Format - The display format. Valid values for this structure are
AUTO
,PERCENT
,CURRENCY
,NUMBER
,DATE
, andSTRING
. - Display
Format Pulumi.Options Aws Native. Quick Sight. Inputs. Topic 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.
- 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.
- 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.
- 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.
- display
Format "AUTO" | "PERCENT" | "CURRENCY" | "NUMBER" | "DATE" | "STRING" - The display format. Valid values for this structure are
AUTO
,PERCENT
,CURRENCY
,NUMBER
,DATE
, andSTRING
. - display
Format Property MapOptions - The additional options for display formatting.
TopicDisplayFormat
TopicDisplayFormatOptions
- Blank
Cell stringFormat - Determines the blank cell format.
- Currency
Symbol string - The currency symbol, such as
USD
. - Date
Format string - Determines the
DateTime
format. - Decimal
Separator Pulumi.Aws Native. Quick Sight. Topic Numeric Separator Symbol - Determines the decimal separator.
- Fraction
Digits double - Determines the number of fraction digits.
- Grouping
Separator string - Determines the grouping separator.
- Negative
Format 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.
- Unit
Scaler Pulumi.Aws Native. Quick Sight. Topic Number 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.
- Blank
Cell stringFormat - Determines the blank cell format.
- Currency
Symbol string - The currency symbol, such as
USD
. - Date
Format string - Determines the
DateTime
format. - Decimal
Separator TopicNumeric Separator Symbol - Determines the decimal separator.
- Fraction
Digits float64 - Determines the number of fraction digits.
- Grouping
Separator string - Determines the grouping separator.
- Negative
Format TopicNegative Format - The negative format.
- Prefix string
- The prefix value for a display format.
- Suffix string
- 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.
- blank
Cell StringFormat - Determines the blank cell format.
- currency
Symbol String - The currency symbol, such as
USD
. - date
Format String - Determines the
DateTime
format. - decimal
Separator TopicNumeric Separator Symbol - Determines the decimal separator.
- fraction
Digits Double - Determines the number of fraction digits.
- grouping
Separator String - Determines the grouping separator.
- negative
Format TopicNegative Format - The negative format.
- prefix String
- The prefix value for a display format.
- suffix String
- 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 BooleanCell Format - A Boolean value that indicates whether to use blank cell format.
- use
Grouping Boolean - A Boolean value that indicates whether to use grouping.
- blank
Cell stringFormat - Determines the blank cell format.
- currency
Symbol string - The currency symbol, such as
USD
. - date
Format string - Determines the
DateTime
format. - decimal
Separator TopicNumeric Separator Symbol - Determines the decimal separator.
- fraction
Digits number - Determines the number of fraction digits.
- grouping
Separator string - Determines the grouping separator.
- negative
Format TopicNegative Format - The negative format.
- prefix string
- The prefix value for a display format.
- suffix string
- 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 booleanCell Format - A Boolean value that indicates whether to use blank cell format.
- use
Grouping 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
DateTime
format. - 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.
- blank
Cell StringFormat - Determines the blank cell format.
- currency
Symbol String - The currency symbol, such as
USD
. - date
Format String - Determines the
DateTime
format. - decimal
Separator "COMMA" | "DOT" - Determines the decimal separator.
- fraction
Digits Number - Determines the number of fraction digits.
- grouping
Separator String - Determines the grouping separator.
- negative
Format Property Map - The negative format.
- prefix String
- The prefix value for a display format.
- suffix String
- The suffix value for a display format.
- unit
Scaler "NONE" | "AUTO" | "THOUSANDS" | "MILLIONS" | "BILLIONS" | "TRILLIONS" - The unit scaler. Valid values for this structure are:
NONE
,AUTO
,THOUSANDS
,MILLIONS
,BILLIONS
, andTRILLIONS
. - use
Blank BooleanCell Format - A Boolean value that indicates whether to use blank cell format.
- use
Grouping Boolean - A Boolean value that indicates whether to use grouping.
TopicFilter
- Filter
Name string - The name of the filter.
- Operand
Field stringName - The name of the field that the filter operates on.
- Category
Filter Pulumi.Aws Native. Quick Sight. Inputs. Topic Category Filter - The category filter that is associated with this filter.
- Date
Range Pulumi.Filter Aws Native. Quick Sight. Inputs. Topic Date Range Filter - The date range filter.
- Filter
Class 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
. - Filter
Description string - A description of the filter used to select items for a topic.
- Filter
Synonyms List<string> - The other names or aliases for the filter.
- Filter
Type 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
. - Numeric
Equality Pulumi.Filter Aws Native. Quick Sight. Inputs. Topic Numeric Equality Filter - The numeric equality filter.
- Numeric
Range Pulumi.Filter Aws Native. Quick Sight. Inputs. Topic Numeric Range Filter - The numeric range filter.
- Relative
Date Pulumi.Filter Aws Native. Quick Sight. Inputs. Topic Relative Date Filter - The relative date filter.
- Filter
Name string - The name of the filter.
- Operand
Field stringName - 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 string - A description of the filter used to select items for a topic.
- Filter
Synonyms []string - 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.
- filter
Name String - The name of the filter.
- operand
Field StringName - 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 String - A description of the filter used to select items for a topic.
- filter
Synonyms List<String> - 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.
- filter
Name string - The name of the filter.
- operand
Field stringName - 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 string - A description of the filter used to select items for a topic.
- filter
Synonyms string[] - 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.
- 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.
- filter
Name String - The name of the filter.
- operand
Field StringName - The name of the field that the filter operates on.
- category
Filter Property Map - The category filter that is associated with this filter.
- date
Range Property MapFilter - The date range filter.
- filter
Class "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
. - filter
Description String - A description of the filter used to select items for a topic.
- filter
Synonyms List<String> - The other names or aliases for the filter.
- filter
Type "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
. - numeric
Equality Property MapFilter - The numeric equality filter.
- numeric
Range Property MapFilter - The numeric range filter.
- relative
Date Property MapFilter - The relative date filter.
TopicFilterClass
TopicNamedEntity
- Entity
Name 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.
- Entity
Description string - The description of the named entity.
- Entity
Synonyms List<string> - The other names or aliases for the named entity.
- Semantic
Entity Pulumi.Type Aws Native. Quick Sight. Inputs. Topic Semantic Entity Type - The type of named entity that a topic represents.
- Entity
Name string - The name of the named entity.
- Definition
[]Topic
Named Entity Definition - The definition of a named entity.
- Entity
Description string - The description of the named entity.
- Entity
Synonyms []string - The other names or aliases for the named entity.
- Semantic
Entity TopicType Semantic Entity Type - The type of named entity that a topic represents.
- entity
Name String - The name of the named entity.
- definition
List<Topic
Named Entity Definition> - The definition of a named entity.
- entity
Description String - The description of the named entity.
- entity
Synonyms List<String> - The other names or aliases for the named entity.
- semantic
Entity TopicType Semantic Entity Type - The type of named entity that a topic represents.
- entity
Name string - The name of the named entity.
- definition
Topic
Named Entity Definition[] - The definition of a named entity.
- entity
Description string - The description of the named entity.
- entity
Synonyms string[] - The other names or aliases for the named entity.
- semantic
Entity TopicType Semantic Entity Type - The type of named entity that a topic represents.
- entity_
name str - The name of the named entity.
- definition
Sequence[Topic
Named 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.
- entity
Name String - The name of the named entity.
- definition List<Property Map>
- The definition of a named entity.
- entity
Description String - The description of the named entity.
- entity
Synonyms List<String> - The other names or aliases for the named entity.
- semantic
Entity Property MapType - The type of named entity that a topic represents.
TopicNamedEntityAggType
TopicNamedEntityDefinition
- Field
Name string - The name of the entity.
- Metric
Pulumi.
Aws Native. Quick Sight. Inputs. Topic Named Entity Definition Metric - The definition of a metric.
- Property
Name string - The property name to be used for the named entity.
- Property
Role Pulumi.Aws Native. Quick Sight. Topic Property Role - The property role. Valid values for this structure are
PRIMARY
andID
. - Property
Usage Pulumi.Aws Native. Quick Sight. Topic Property Usage - The property usage. Valid values for this structure are
INHERIT
,DIMENSION
, andMEASURE
.
- Field
Name string - The name of the entity.
- Metric
Topic
Named Entity Definition Metric - The definition of a metric.
- Property
Name string - The property name to be used for the named entity.
- Property
Role TopicProperty Role - The property role. Valid values for this structure are
PRIMARY
andID
. - Property
Usage TopicProperty Usage - The property usage. Valid values for this structure are
INHERIT
,DIMENSION
, andMEASURE
.
- field
Name String - The name of the entity.
- metric
Topic
Named Entity Definition Metric - The definition of a metric.
- property
Name String - The property name to be used for the named entity.
- property
Role TopicProperty Role - The property role. Valid values for this structure are
PRIMARY
andID
. - property
Usage TopicProperty Usage - The property usage. Valid values for this structure are
INHERIT
,DIMENSION
, andMEASURE
.
- field
Name string - The name of the entity.
- metric
Topic
Named Entity Definition Metric - The definition of a metric.
- property
Name string - The property name to be used for the named entity.
- property
Role TopicProperty Role - The property role. Valid values for this structure are
PRIMARY
andID
. - property
Usage TopicProperty Usage - The property usage. Valid values for this structure are
INHERIT
,DIMENSION
, andMEASURE
.
- field_
name str - The name of the entity.
- metric
Topic
Named 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
PRIMARY
andID
. - property_
usage TopicProperty Usage - The property usage. Valid values for this structure are
INHERIT
,DIMENSION
, andMEASURE
.
- field
Name String - The name of the entity.
- metric Property Map
- The definition of a metric.
- property
Name String - The property name to be used for the named entity.
- property
Role "PRIMARY" | "ID" - The property role. Valid values for this structure are
PRIMARY
andID
. - property
Usage "INHERIT" | "DIMENSION" | "MEASURE" - The property usage. Valid values for this structure are
INHERIT
,DIMENSION
, andMEASURE
.
TopicNamedEntityDefinitionMetric
- 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
. - Aggregation
Function Dictionary<string, string>Parameters - The additional parameters for an aggregation function.
- Aggregation
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
. - Aggregation
Function map[string]stringParameters - The additional parameters for an aggregation function.
- aggregation
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
. - aggregation
Function Map<String,String>Parameters - The additional parameters for an aggregation function.
- aggregation
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
. - aggregation
Function {[key: string]: string}Parameters - The additional parameters for an aggregation function.
- aggregation
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
. - 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
. - aggregation
Function Map<String>Parameters - The additional parameters for an aggregation function.
TopicNamedFilterAggType
TopicNamedFilterType
TopicNegativeFormat
TopicNumberScale
TopicNumericEqualityFilter
- 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
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
Topic
Singular Filter Constant - The constant used in a numeric equality filter.
- aggregation
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
Topic
Singular Filter Constant - The constant used in a numeric equality filter.
- aggregation
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
Topic
Singular Filter Constant - The constant used in a numeric equality filter.
- aggregation
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
Topic
Singular 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
- 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
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
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
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
Topic
Range 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
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
Topic
Range 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
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
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 "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
TopicPropertyRole
TopicPropertyUsage
TopicRangeConstant
TopicRangeFilterConstant
- Constant
Type 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
. - Range
Constant 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.
- 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.
- 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.
- 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.
- 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.
- constant
Type "SINGULAR" | "RANGE" | "COLLECTIVE" - The data type of the constant value that is used in a range filter. Valid values for this structure are
RANGE
. - range
Constant Property Map - The value of the constant that is used to specify the endpoints of a range filter.
TopicRelativeDateFilter
- Constant
Pulumi.
Aws Native. Quick Sight. Inputs. Topic Singular Filter Constant - The constant used in a relative date filter.
- Relative
Date 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
. - Time
Granularity Pulumi.Aws Native. Quick Sight. Topic Time Granularity - The level of time precision that is used to aggregate
DateTime
values.
- Constant
Topic
Singular 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
DateTime
values.
- constant
Topic
Singular 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
DateTime
values.
- constant
Topic
Singular 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
DateTime
values.
- constant
Topic
Singular 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
DateTime
values.
- constant Property Map
- The constant used in a relative date filter.
- relative
Date "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
. - time
Granularity "SECOND" | "MINUTE" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR" - The level of time precision that is used to aggregate
DateTime
values.
TopicRelativeDateFilterFunction
TopicSemanticEntityType
- Sub
Type stringName - The semantic entity sub type name.
- Type
Name string - The semantic entity type name.
- Type
Parameters Dictionary<string, string> - The semantic entity type parameters.
- Sub
Type stringName - The semantic entity sub type name.
- Type
Name string - The semantic entity type name.
- Type
Parameters map[string]string - The semantic entity type parameters.
- sub
Type StringName - The semantic entity sub type name.
- type
Name String - The semantic entity type name.
- type
Parameters Map<String,String> - The semantic entity type parameters.
- sub
Type stringName - The semantic entity sub type name.
- type
Name string - The semantic entity type name.
- type
Parameters {[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.
- sub
Type StringName - The semantic entity sub type name.
- type
Name String - The semantic entity type name.
- type
Parameters Map<String> - The semantic entity type parameters.
TopicSemanticType
- Falsey
Cell stringValue - The semantic type falsey cell value.
- Falsey
Cell List<string>Value Synonyms - The other names or aliases for the false cell value.
- Sub
Type stringName - The semantic type sub type name.
- Truthy
Cell stringValue - The semantic type truthy cell value.
- Truthy
Cell List<string>Value Synonyms - The other names or aliases for the true cell value.
- Type
Name string - The semantic type name.
- Type
Parameters Dictionary<string, string> - The semantic type parameters.
- Falsey
Cell stringValue - The semantic type falsey cell value.
- Falsey
Cell []stringValue Synonyms - The other names or aliases for the false cell value.
- Sub
Type stringName - The semantic type sub type name.
- Truthy
Cell stringValue - The semantic type truthy cell value.
- Truthy
Cell []stringValue Synonyms - The other names or aliases for the true cell value.
- Type
Name string - The semantic type name.
- Type
Parameters map[string]string - The semantic type parameters.
- falsey
Cell StringValue - The semantic type falsey cell value.
- falsey
Cell List<String>Value Synonyms - The other names or aliases for the false cell value.
- sub
Type StringName - The semantic type sub type name.
- truthy
Cell StringValue - The semantic type truthy cell value.
- truthy
Cell List<String>Value Synonyms - The other names or aliases for the true cell value.
- type
Name String - The semantic type name.
- type
Parameters Map<String,String> - The semantic type parameters.
- falsey
Cell stringValue - The semantic type falsey cell value.
- falsey
Cell string[]Value Synonyms - The other names or aliases for the false cell value.
- sub
Type stringName - The semantic type sub type name.
- truthy
Cell stringValue - The semantic type truthy cell value.
- truthy
Cell string[]Value Synonyms - The other names or aliases for the true cell value.
- type
Name string - The semantic type name.
- type
Parameters {[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.
- falsey
Cell StringValue - The semantic type falsey cell value.
- falsey
Cell List<String>Value Synonyms - The other names or aliases for the false cell value.
- sub
Type StringName - The semantic type sub type name.
- truthy
Cell StringValue - The semantic type truthy cell value.
- truthy
Cell List<String>Value Synonyms - The other names or aliases for the true cell value.
- type
Name String - The semantic type name.
- type
Parameters Map<String> - The semantic type parameters.
TopicSingularFilterConstant
- Constant
Type Pulumi.Aws Native. Quick Sight. Topic Constant Type - The type of the singular filter constant. Valid values for this structure are
SINGULAR
. - Singular
Constant 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 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 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 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.
- constant
Type "SINGULAR" | "RANGE" | "COLLECTIVE" - The type of the singular filter constant. Valid values for this structure are
SINGULAR
. - singular
Constant String - The value of the singular filter constant.
TopicTimeGranularity
TopicUndefinedSpecifiedValueType
TopicUserExperienceVersion
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi