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

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.quicksight.getTopic

Explore with Pulumi AI

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 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>
Copy
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]
Copy
func LookupTopic(ctx *Context, args *LookupTopicArgs, opts ...InvokeOption) (*LookupTopicResult, error)
func LookupTopicOutput(ctx *Context, args *LookupTopicOutputArgs, opts ...InvokeOption) LookupTopicResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetTopicResult> getTopic(GetTopicArgs args, InvokeOptions options)
public static Output<GetTopicResult> getTopic(GetTopicArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:quicksight:getTopic
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AwsAccountId This property is required. string
The ID of the AWS account that you want to create a topic in.
TopicId This property is required. string
The ID for the topic. This ID is unique per AWS Region for each AWS account.
AwsAccountId This property is required. string
The ID of the AWS account that you want to create a topic in.
TopicId This property is required. string
The ID for the topic. This ID is unique per AWS Region for each AWS account.
awsAccountId This property is required. String
The ID of the AWS account that you want to create a topic in.
topicId This property is required. String
The ID for the topic. This ID is unique per AWS Region for each AWS account.
awsAccountId This property is required. string
The ID of the AWS account that you want to create a topic in.
topicId This property is required. string
The ID for the topic. This ID is unique per AWS Region for each AWS account.
aws_account_id This property is required. str
The ID of the AWS account that you want to create a topic in.
topic_id This property is required. str
The ID for the topic. This ID is unique per AWS Region for each AWS account.
awsAccountId This property is required. String
The ID of the AWS account that you want to create a topic in.
topicId This property is required. 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.
ConfigOptions Pulumi.AwsNative.QuickSight.Outputs.TopicConfigOptions
Configuration options for a Topic .
DataSets List<Pulumi.AwsNative.QuickSight.Outputs.TopicDatasetMetadata>
The data sets that the topic is associated with.
Description string
The description of the topic.
Name string
The name of the topic.
UserExperienceVersion Pulumi.AwsNative.QuickSight.TopicUserExperienceVersion
The user experience version of the topic.
Arn string
The Amazon Resource Name (ARN) of the topic.
ConfigOptions TopicConfigOptions
Configuration options for a Topic .
DataSets []TopicDatasetMetadata
The data sets that the topic is associated with.
Description string
The description of the topic.
Name string
The name of the topic.
UserExperienceVersion TopicUserExperienceVersion
The user experience version of the topic.
arn String
The Amazon Resource Name (ARN) of the topic.
configOptions TopicConfigOptions
Configuration options for a Topic .
dataSets List<TopicDatasetMetadata>
The data sets that the topic is associated with.
description String
The description of the topic.
name String
The name of the topic.
userExperienceVersion TopicUserExperienceVersion
The user experience version of the topic.
arn string
The Amazon Resource Name (ARN) of the topic.
configOptions TopicConfigOptions
Configuration options for a Topic .
dataSets TopicDatasetMetadata[]
The data sets that the topic is associated with.
description string
The description of the topic.
name string
The name of the topic.
userExperienceVersion TopicUserExperienceVersion
The user experience version of the topic.
arn str
The Amazon Resource Name (ARN) of the topic.
config_options TopicConfigOptions
Configuration options for a Topic .
data_sets Sequence[TopicDatasetMetadata]
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_version TopicUserExperienceVersion
The user experience version of the topic.
arn String
The Amazon Resource Name (ARN) of the topic.
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.
name String
The name of the topic.
userExperienceVersion "LEGACY" | "NEW_READER_EXPERIENCE"
The user experience version of the topic.

Supporting Types

TopicAuthorSpecifiedAggregation

TopicCalculatedField

CalculatedFieldName This property is required. string
The calculated field name.
Expression This property is required. string
The calculated field expression.
Aggregation Pulumi.AwsNative.QuickSight.TopicDefaultAggregation
The default aggregation. Valid values for this structure are SUM , MAX , MIN , COUNT , DISTINCT_COUNT , and AVERAGE .
AllowedAggregations List<Pulumi.AwsNative.QuickSight.TopicAuthorSpecifiedAggregation>
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 , and PERCENTILE .
CalculatedFieldDescription string
The calculated field description.
CalculatedFieldSynonyms List<string>
The other names or aliases for the calculated field.
CellValueSynonyms List<Pulumi.AwsNative.QuickSight.Inputs.TopicCellValueSynonym>
The other names or aliases for the calculated field cell value.
ColumnDataRole Pulumi.AwsNative.QuickSight.TopicColumnDataRole
The column data role for a calculated field. Valid values for this structure are DIMENSION and MEASURE .
ComparativeOrder Pulumi.AwsNative.QuickSight.Inputs.TopicComparativeOrder
The order in which data is displayed for the calculated field when it's used in a comparative context.
DefaultFormatting Pulumi.AwsNative.QuickSight.Inputs.TopicDefaultFormatting
The default formatting definition.
DisableIndexing bool
A Boolean value that indicates if a calculated field is visible in the autocomplete.
IsIncludedInTopic bool
A boolean value that indicates if a calculated field is included in the topic.
NeverAggregateInFilter bool
A Boolean value that indicates whether to never aggregate calculated field in filters.
NonAdditive bool
The non additive for the table style target.
NotAllowedAggregations List<Pulumi.AwsNative.QuickSight.TopicAuthorSpecifiedAggregation>
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 , and PERCENTILE .
SemanticType Pulumi.AwsNative.QuickSight.Inputs.TopicSemanticType
The semantic type.
TimeGranularity Pulumi.AwsNative.QuickSight.TopicTimeGranularity
The level of time precision that is used to aggregate DateTime values.
CalculatedFieldName This property is required. string
The calculated field name.
Expression This property is required. string
The calculated field expression.
Aggregation TopicDefaultAggregation
The default aggregation. Valid values for this structure are SUM , MAX , MIN , COUNT , DISTINCT_COUNT , and AVERAGE .
AllowedAggregations []TopicAuthorSpecifiedAggregation
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 , and PERCENTILE .
CalculatedFieldDescription string
The calculated field description.
CalculatedFieldSynonyms []string
The other names or aliases for the calculated field.
CellValueSynonyms []TopicCellValueSynonym
The other names or aliases for the calculated field cell value.
ColumnDataRole TopicColumnDataRole
The column data role for a calculated field. Valid values for this structure are DIMENSION and MEASURE .
ComparativeOrder TopicComparativeOrder
The order in which data is displayed for the calculated field when it's used in a comparative context.
DefaultFormatting TopicDefaultFormatting
The default formatting definition.
DisableIndexing bool
A Boolean value that indicates if a calculated field is visible in the autocomplete.
IsIncludedInTopic bool
A boolean value that indicates if a calculated field is included in the topic.
NeverAggregateInFilter bool
A Boolean value that indicates whether to never aggregate calculated field in filters.
NonAdditive bool
The non additive for the table style target.
NotAllowedAggregations []TopicAuthorSpecifiedAggregation
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 , and PERCENTILE .
SemanticType TopicSemanticType
The semantic type.
TimeGranularity TopicTimeGranularity
The level of time precision that is used to aggregate DateTime values.
calculatedFieldName This property is required. String
The calculated field name.
expression This property is required. String
The calculated field expression.
aggregation TopicDefaultAggregation
The default aggregation. Valid values for this structure are SUM , MAX , MIN , COUNT , DISTINCT_COUNT , and AVERAGE .
allowedAggregations List<TopicAuthorSpecifiedAggregation>
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 , and PERCENTILE .
calculatedFieldDescription String
The calculated field description.
calculatedFieldSynonyms List<String>
The other names or aliases for the calculated field.
cellValueSynonyms List<TopicCellValueSynonym>
The other names or aliases for the calculated field cell value.
columnDataRole TopicColumnDataRole
The column data role for a calculated field. Valid values for this structure are DIMENSION and MEASURE .
comparativeOrder TopicComparativeOrder
The order in which data is displayed for the calculated field when it's used in a comparative context.
defaultFormatting TopicDefaultFormatting
The default formatting definition.
disableIndexing Boolean
A Boolean value that indicates if a calculated field is visible in the autocomplete.
isIncludedInTopic Boolean
A boolean value that indicates if a calculated field is included in the topic.
neverAggregateInFilter Boolean
A Boolean value that indicates whether to never aggregate calculated field in filters.
nonAdditive Boolean
The non additive for the table style target.
notAllowedAggregations List<TopicAuthorSpecifiedAggregation>
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 , and PERCENTILE .
semanticType TopicSemanticType
The semantic type.
timeGranularity TopicTimeGranularity
The level of time precision that is used to aggregate DateTime values.
calculatedFieldName This property is required. string
The calculated field name.
expression This property is required. string
The calculated field expression.
aggregation TopicDefaultAggregation
The default aggregation. Valid values for this structure are SUM , MAX , MIN , COUNT , DISTINCT_COUNT , and AVERAGE .
allowedAggregations TopicAuthorSpecifiedAggregation[]
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 , and PERCENTILE .
calculatedFieldDescription string
The calculated field description.
calculatedFieldSynonyms string[]
The other names or aliases for the calculated field.
cellValueSynonyms TopicCellValueSynonym[]
The other names or aliases for the calculated field cell value.
columnDataRole TopicColumnDataRole
The column data role for a calculated field. Valid values for this structure are DIMENSION and MEASURE .
comparativeOrder TopicComparativeOrder
The order in which data is displayed for the calculated field when it's used in a comparative context.
defaultFormatting TopicDefaultFormatting
The default formatting definition.
disableIndexing boolean
A Boolean value that indicates if a calculated field is visible in the autocomplete.
isIncludedInTopic boolean
A boolean value that indicates if a calculated field is included in the topic.
neverAggregateInFilter boolean
A Boolean value that indicates whether to never aggregate calculated field in filters.
nonAdditive boolean
The non additive for the table style target.
notAllowedAggregations TopicAuthorSpecifiedAggregation[]
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 , and PERCENTILE .
semanticType TopicSemanticType
The semantic type.
timeGranularity TopicTimeGranularity
The level of time precision that is used to aggregate DateTime values.
calculated_field_name This property is required. str
The calculated field name.
expression This property is required. str
The calculated field expression.
aggregation TopicDefaultAggregation
The default aggregation. Valid values for this structure are SUM , MAX , MIN , COUNT , DISTINCT_COUNT , and AVERAGE .
allowed_aggregations Sequence[TopicAuthorSpecifiedAggregation]
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 , and PERCENTILE .
calculated_field_description str
The calculated field description.
calculated_field_synonyms Sequence[str]
The other names or aliases for the calculated field.
cell_value_synonyms Sequence[TopicCellValueSynonym]
The other names or aliases for the calculated field cell value.
column_data_role TopicColumnDataRole
The column data role for a calculated field. Valid values for this structure are DIMENSION and MEASURE .
comparative_order TopicComparativeOrder
The order in which data is displayed for the calculated field when it's used in a comparative context.
default_formatting TopicDefaultFormatting
The default formatting definition.
disable_indexing bool
A Boolean value that indicates if a calculated field is visible in the autocomplete.
is_included_in_topic bool
A boolean value that indicates if a calculated field is included in the topic.
never_aggregate_in_filter bool
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_aggregations Sequence[TopicAuthorSpecifiedAggregation]
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 , and PERCENTILE .
semantic_type TopicSemanticType
The semantic type.
time_granularity TopicTimeGranularity
The level of time precision that is used to aggregate DateTime values.
calculatedFieldName This property is required. String
The calculated field name.
expression This property is required. 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 , and AVERAGE .
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 , and PERCENTILE .
calculatedFieldDescription String
The calculated field description.
calculatedFieldSynonyms List<String>
The other names or aliases for the calculated field.
cellValueSynonyms List<Property Map>
The other names or aliases for the calculated field cell value.
columnDataRole "DIMENSION" | "MEASURE"
The column data role for a calculated field. Valid values for this structure are DIMENSION and MEASURE .
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.
isIncludedInTopic Boolean
A boolean value that indicates if a calculated field is included in the topic.
neverAggregateInFilter Boolean
A Boolean value that indicates whether to never aggregate calculated field in filters.
nonAdditive Boolean
The non additive for the table style target.
notAllowedAggregations List<"COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX" | "MEDIAN" | "SUM" | "AVERAGE" | "STDEV" | "STDEVP" | "VAR" | "VARP" | "PERCENTILE">
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 , and PERCENTILE .
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 DateTime values.

TopicCategoryFilter

CategoryFilterFunction Pulumi.AwsNative.QuickSight.TopicCategoryFilterFunction
The category filter function. Valid values for this structure are EXACT and CONTAINS .
CategoryFilterType Pulumi.AwsNative.QuickSight.TopicCategoryFilterType
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.AwsNative.QuickSight.Inputs.TopicCategoryFilterConstant
The constant used in a category filter.
Inverse bool
A Boolean value that indicates if the filter is inverse.
CategoryFilterFunction TopicCategoryFilterFunction
The category filter function. Valid values for this structure are EXACT and CONTAINS .
CategoryFilterType TopicCategoryFilterType
The category filter type. This element is used to specify whether a filter is a simple category filter or an inverse category filter.
Constant TopicCategoryFilterConstant
The constant used in a category filter.
Inverse bool
A Boolean value that indicates if the filter is inverse.
categoryFilterFunction TopicCategoryFilterFunction
The category filter function. Valid values for this structure are EXACT and CONTAINS .
categoryFilterType TopicCategoryFilterType
The category filter type. This element is used to specify whether a filter is a simple category filter or an inverse category filter.
constant TopicCategoryFilterConstant
The constant used in a category filter.
inverse Boolean
A Boolean value that indicates if the filter is inverse.
categoryFilterFunction TopicCategoryFilterFunction
The category filter function. Valid values for this structure are EXACT and CONTAINS .
categoryFilterType TopicCategoryFilterType
The category filter type. This element is used to specify whether a filter is a simple category filter or an inverse category filter.
constant TopicCategoryFilterConstant
The constant used in a category filter.
inverse boolean
A Boolean value that indicates if the filter is inverse.
category_filter_function TopicCategoryFilterFunction
The category filter function. Valid values for this structure are EXACT and CONTAINS .
category_filter_type TopicCategoryFilterType
The category filter type. This element is used to specify whether a filter is a simple category filter or an inverse category filter.
constant TopicCategoryFilterConstant
The constant used in a category filter.
inverse bool
A Boolean value that indicates if the filter is inverse.
categoryFilterFunction "EXACT" | "CONTAINS"
The category filter function. Valid values for this structure are EXACT and CONTAINS .
categoryFilterType "CUSTOM_FILTER" | "CUSTOM_FILTER_LIST" | "FILTER_LIST"
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

CollectiveConstant Pulumi.AwsNative.QuickSight.Inputs.TopicCollectiveConstant
A collective constant used in a category filter. This element is used to specify a list of values for the constant.
ConstantType Pulumi.AwsNative.QuickSight.TopicConstantType
The type of category filter constant. This element is used to specify whether a constant is a singular or collective. Valid values are SINGULAR and COLLECTIVE .
SingularConstant string
A singular constant used in a category filter. This element is used to specify a single value for the constant.
CollectiveConstant TopicCollectiveConstant
A collective constant used in a category filter. This element is used to specify a list of values for the constant.
ConstantType TopicConstantType
The type of category filter constant. This element is used to specify whether a constant is a singular or collective. Valid values are SINGULAR and COLLECTIVE .
SingularConstant string
A singular constant used in a category filter. This element is used to specify a single value for the constant.
collectiveConstant TopicCollectiveConstant
A collective constant used in a category filter. This element is used to specify a list of values for the constant.
constantType TopicConstantType
The type of category filter constant. This element is used to specify whether a constant is a singular or collective. Valid values are SINGULAR and COLLECTIVE .
singularConstant String
A singular constant used in a category filter. This element is used to specify a single value for the constant.
collectiveConstant TopicCollectiveConstant
A collective constant used in a category filter. This element is used to specify a list of values for the constant.
constantType TopicConstantType
The type of category filter constant. This element is used to specify whether a constant is a singular or collective. Valid values are SINGULAR and COLLECTIVE .
singularConstant string
A singular constant used in a category filter. This element is used to specify a single value for the constant.
collective_constant TopicCollectiveConstant
A collective constant used in a category filter. This element is used to specify a list of values for the constant.
constant_type TopicConstantType
The type of category filter constant. This element is used to specify whether a constant is a singular or collective. Valid values are SINGULAR and COLLECTIVE .
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 SINGULAR and COLLECTIVE .
singularConstant String
A singular constant used in a category filter. This element is used to specify a single value for the constant.

TopicCategoryFilterFunction

TopicCategoryFilterType

TopicCellValueSynonym

CellValue string
The cell value.
Synonyms List<string>
Other names or aliases for the cell value.
CellValue string
The cell value.
Synonyms []string
Other names or aliases for the cell value.
cellValue String
The cell value.
synonyms List<String>
Other names or aliases for the cell value.
cellValue string
The cell value.
synonyms string[]
Other names or aliases for the cell value.
cell_value str
The cell value.
synonyms Sequence[str]
Other names or aliases for the cell value.
cellValue String
The cell value.
synonyms List<String>
Other names or aliases for the cell value.

TopicCollectiveConstant

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

ColumnName This property is required. string
The name of the column.
Aggregation Pulumi.AwsNative.QuickSight.TopicDefaultAggregation
The type of aggregation that is performed on the column data when it's queried.
AllowedAggregations List<Pulumi.AwsNative.QuickSight.TopicAuthorSpecifiedAggregation>
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 , and PERCENTILE .
CellValueSynonyms List<Pulumi.AwsNative.QuickSight.Inputs.TopicCellValueSynonym>
The other names or aliases for the column cell value.
ColumnDataRole Pulumi.AwsNative.QuickSight.TopicColumnDataRole
The role of the column in the data. Valid values are DIMENSION and MEASURE .
ColumnDescription string
A description of the column and its contents.
ColumnFriendlyName string
A user-friendly name for the column.
ColumnSynonyms List<string>
The other names or aliases for the column.
ComparativeOrder Pulumi.AwsNative.QuickSight.Inputs.TopicComparativeOrder
The order in which data is displayed for the column when it's used in a comparative context.
DefaultFormatting Pulumi.AwsNative.QuickSight.Inputs.TopicDefaultFormatting
The default formatting used for values in the column.
DisableIndexing bool
A Boolean value that indicates whether the column shows in the autocomplete functionality.
IsIncludedInTopic bool
A Boolean value that indicates whether the column is included in the query results.
NeverAggregateInFilter bool
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.
NotAllowedAggregations List<Pulumi.AwsNative.QuickSight.TopicAuthorSpecifiedAggregation>
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 , and PERCENTILE .
SemanticType Pulumi.AwsNative.QuickSight.Inputs.TopicSemanticType
The semantic type of data contained in the column.
TimeGranularity Pulumi.AwsNative.QuickSight.TopicTimeGranularity
The level of time precision that is used to aggregate DateTime values.
ColumnName This property is required. string
The name of the column.
Aggregation TopicDefaultAggregation
The type of aggregation that is performed on the column data when it's queried.
AllowedAggregations []TopicAuthorSpecifiedAggregation
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 , and PERCENTILE .
CellValueSynonyms []TopicCellValueSynonym
The other names or aliases for the column cell value.
ColumnDataRole TopicColumnDataRole
The role of the column in the data. Valid values are DIMENSION and MEASURE .
ColumnDescription string
A description of the column and its contents.
ColumnFriendlyName string
A user-friendly name for the column.
ColumnSynonyms []string
The other names or aliases for the column.
ComparativeOrder TopicComparativeOrder
The order in which data is displayed for the column when it's used in a comparative context.
DefaultFormatting TopicDefaultFormatting
The default formatting used for values in the column.
DisableIndexing bool
A Boolean value that indicates whether the column shows in the autocomplete functionality.
IsIncludedInTopic bool
A Boolean value that indicates whether the column is included in the query results.
NeverAggregateInFilter bool
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.
NotAllowedAggregations []TopicAuthorSpecifiedAggregation
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 , and PERCENTILE .
SemanticType TopicSemanticType
The semantic type of data contained in the column.
TimeGranularity TopicTimeGranularity
The level of time precision that is used to aggregate DateTime values.
columnName This property is required. String
The name of the column.
aggregation TopicDefaultAggregation
The type of aggregation that is performed on the column data when it's queried.
allowedAggregations List<TopicAuthorSpecifiedAggregation>
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 , and PERCENTILE .
cellValueSynonyms List<TopicCellValueSynonym>
The other names or aliases for the column cell value.
columnDataRole TopicColumnDataRole
The role of the column in the data. Valid values are DIMENSION and MEASURE .
columnDescription String
A description of the column and its contents.
columnFriendlyName String
A user-friendly name for the column.
columnSynonyms List<String>
The other names or aliases for the column.
comparativeOrder TopicComparativeOrder
The order in which data is displayed for the column when it's used in a comparative context.
defaultFormatting TopicDefaultFormatting
The default formatting used for values in the column.
disableIndexing Boolean
A Boolean value that indicates whether the column shows in the autocomplete functionality.
isIncludedInTopic Boolean
A Boolean value that indicates whether the column is included in the query results.
neverAggregateInFilter Boolean
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.
notAllowedAggregations List<TopicAuthorSpecifiedAggregation>
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 , and PERCENTILE .
semanticType TopicSemanticType
The semantic type of data contained in the column.
timeGranularity TopicTimeGranularity
The level of time precision that is used to aggregate DateTime values.
columnName This property is required. string
The name of the column.
aggregation TopicDefaultAggregation
The type of aggregation that is performed on the column data when it's queried.
allowedAggregations TopicAuthorSpecifiedAggregation[]
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 , and PERCENTILE .
cellValueSynonyms TopicCellValueSynonym[]
The other names or aliases for the column cell value.
columnDataRole TopicColumnDataRole
The role of the column in the data. Valid values are DIMENSION and MEASURE .
columnDescription string
A description of the column and its contents.
columnFriendlyName string
A user-friendly name for the column.
columnSynonyms string[]
The other names or aliases for the column.
comparativeOrder TopicComparativeOrder
The order in which data is displayed for the column when it's used in a comparative context.
defaultFormatting TopicDefaultFormatting
The default formatting used for values in the column.
disableIndexing boolean
A Boolean value that indicates whether the column shows in the autocomplete functionality.
isIncludedInTopic boolean
A Boolean value that indicates whether the column is included in the query results.
neverAggregateInFilter boolean
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.
notAllowedAggregations TopicAuthorSpecifiedAggregation[]
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 , and PERCENTILE .
semanticType TopicSemanticType
The semantic type of data contained in the column.
timeGranularity TopicTimeGranularity
The level of time precision that is used to aggregate DateTime values.
column_name This property is required. str
The name of the column.
aggregation TopicDefaultAggregation
The type of aggregation that is performed on the column data when it's queried.
allowed_aggregations Sequence[TopicAuthorSpecifiedAggregation]
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 , and PERCENTILE .
cell_value_synonyms Sequence[TopicCellValueSynonym]
The other names or aliases for the column cell value.
column_data_role TopicColumnDataRole
The role of the column in the data. Valid values are DIMENSION and MEASURE .
column_description str
A description of the column and its contents.
column_friendly_name str
A user-friendly name for the column.
column_synonyms Sequence[str]
The other names or aliases for the column.
comparative_order TopicComparativeOrder
The order in which data is displayed for the column when it's used in a comparative context.
default_formatting TopicDefaultFormatting
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_in_topic bool
A Boolean value that indicates whether the column is included in the query results.
never_aggregate_in_filter bool
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_aggregations Sequence[TopicAuthorSpecifiedAggregation]
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 , and PERCENTILE .
semantic_type TopicSemanticType
The semantic type of data contained in the column.
time_granularity TopicTimeGranularity
The level of time precision that is used to aggregate DateTime values.
columnName This property is required. 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 , and PERCENTILE .
cellValueSynonyms List<Property Map>
The other names or aliases for the column cell value.
columnDataRole "DIMENSION" | "MEASURE"
The role of the column in the data. Valid values are DIMENSION and MEASURE .
columnDescription String
A description of the column and its contents.
columnFriendlyName String
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.
isIncludedInTopic Boolean
A Boolean value that indicates whether the column is included in the query results.
neverAggregateInFilter Boolean
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.
notAllowedAggregations List<"COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX" | "MEDIAN" | "SUM" | "AVERAGE" | "STDEV" | "STDEVP" | "VAR" | "VARP" | "PERCENTILE">
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 , and PERCENTILE .
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 DateTime values.

TopicColumnDataRole

TopicColumnOrderingType

TopicComparativeOrder

SpecifedOrder List<string>
The list of columns to be used in the ordering.
TreatUndefinedSpecifiedValues Pulumi.AwsNative.QuickSight.TopicUndefinedSpecifiedValueType
The treat of undefined specified values. Valid values for this structure are LEAST and MOST .
UseOrdering Pulumi.AwsNative.QuickSight.TopicColumnOrderingType
The ordering type for a column. Valid values for this structure are GREATER_IS_BETTER , LESSER_IS_BETTER and SPECIFIED .
SpecifedOrder []string
The list of columns to be used in the ordering.
TreatUndefinedSpecifiedValues TopicUndefinedSpecifiedValueType
The treat of undefined specified values. Valid values for this structure are LEAST and MOST .
UseOrdering TopicColumnOrderingType
The ordering type for a column. Valid values for this structure are GREATER_IS_BETTER , LESSER_IS_BETTER and SPECIFIED .
specifedOrder List<String>
The list of columns to be used in the ordering.
treatUndefinedSpecifiedValues TopicUndefinedSpecifiedValueType
The treat of undefined specified values. Valid values for this structure are LEAST and MOST .
useOrdering TopicColumnOrderingType
The ordering type for a column. Valid values for this structure are GREATER_IS_BETTER , LESSER_IS_BETTER and SPECIFIED .
specifedOrder string[]
The list of columns to be used in the ordering.
treatUndefinedSpecifiedValues TopicUndefinedSpecifiedValueType
The treat of undefined specified values. Valid values for this structure are LEAST and MOST .
useOrdering TopicColumnOrderingType
The ordering type for a column. Valid values for this structure are GREATER_IS_BETTER , LESSER_IS_BETTER and SPECIFIED .
specifed_order Sequence[str]
The list of columns to be used in the ordering.
treat_undefined_specified_values TopicUndefinedSpecifiedValueType
The treat of undefined specified values. Valid values for this structure are LEAST and MOST .
use_ordering TopicColumnOrderingType
The ordering type for a column. Valid values for this structure are GREATER_IS_BETTER , LESSER_IS_BETTER and SPECIFIED .
specifedOrder List<String>
The list of columns to be used in the ordering.
treatUndefinedSpecifiedValues "LEAST" | "MOST"
The treat of undefined specified values. Valid values for this structure are LEAST and MOST .
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_BETTER and SPECIFIED .

TopicConfigOptions

QBusinessInsightsEnabled bool
Enables Amazon Q Business Insights for a Topic .
QBusinessInsightsEnabled bool
Enables Amazon Q Business Insights for a Topic .
qBusinessInsightsEnabled Boolean
Enables Amazon Q Business Insights for a Topic .
qBusinessInsightsEnabled boolean
Enables Amazon Q Business Insights for a Topic .
q_business_insights_enabled bool
Enables Amazon Q Business Insights for a Topic .
qBusinessInsightsEnabled Boolean
Enables Amazon Q Business Insights for a Topic .

TopicConstantType

TopicDataAggregation

DatasetRowDateGranularity Pulumi.AwsNative.QuickSight.TopicTimeGranularity
The level of time precision that is used to aggregate DateTime values.
DefaultDateColumnName string
The column name for the default date.
DatasetRowDateGranularity TopicTimeGranularity
The level of time precision that is used to aggregate DateTime values.
DefaultDateColumnName string
The column name for the default date.
datasetRowDateGranularity TopicTimeGranularity
The level of time precision that is used to aggregate DateTime values.
defaultDateColumnName String
The column name for the default date.
datasetRowDateGranularity TopicTimeGranularity
The level of time precision that is used to aggregate DateTime values.
defaultDateColumnName string
The column name for the default date.
dataset_row_date_granularity TopicTimeGranularity
The level of time precision that is used to aggregate DateTime values.
default_date_column_name str
The column name for the default date.
datasetRowDateGranularity "SECOND" | "MINUTE" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"
The level of time precision that is used to aggregate DateTime values.
defaultDateColumnName String
The column name for the default date.

TopicDatasetMetadata

DatasetArn This property is required. string
The Amazon Resource Name (ARN) of the dataset.
CalculatedFields List<Pulumi.AwsNative.QuickSight.Inputs.TopicCalculatedField>
The list of calculated field definitions.
Columns List<Pulumi.AwsNative.QuickSight.Inputs.TopicColumn>
The list of column definitions.
DataAggregation Pulumi.AwsNative.QuickSight.Inputs.TopicDataAggregation
The definition of a data aggregation.
DatasetDescription string
The description of the dataset.
DatasetName string
The name of the dataset.
Filters List<Pulumi.AwsNative.QuickSight.Inputs.TopicFilter>
The list of filter definitions.
NamedEntities List<Pulumi.AwsNative.QuickSight.Inputs.TopicNamedEntity>
The list of named entities definitions.
DatasetArn This property is required. string
The Amazon Resource Name (ARN) of the dataset.
CalculatedFields []TopicCalculatedField
The list of calculated field definitions.
Columns []TopicColumn
The list of column definitions.
DataAggregation TopicDataAggregation
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 []TopicNamedEntity
The list of named entities definitions.
datasetArn This property is required. String
The Amazon Resource Name (ARN) of the dataset.
calculatedFields List<TopicCalculatedField>
The list of calculated field definitions.
columns List<TopicColumn>
The list of column definitions.
dataAggregation TopicDataAggregation
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<TopicNamedEntity>
The list of named entities definitions.
datasetArn This property is required. string
The Amazon Resource Name (ARN) of the dataset.
calculatedFields TopicCalculatedField[]
The list of calculated field definitions.
columns TopicColumn[]
The list of column definitions.
dataAggregation TopicDataAggregation
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 TopicNamedEntity[]
The list of named entities definitions.
dataset_arn This property is required. str
The Amazon Resource Name (ARN) of the dataset.
calculated_fields Sequence[TopicCalculatedField]
The list of calculated field definitions.
columns Sequence[TopicColumn]
The list of column definitions.
data_aggregation TopicDataAggregation
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[TopicNamedEntity]
The list of named entities definitions.
datasetArn This property is required. 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

Constant Pulumi.AwsNative.QuickSight.Inputs.TopicRangeFilterConstant
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 TopicRangeFilterConstant
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 TopicRangeFilterConstant
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 TopicRangeFilterConstant
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 TopicRangeFilterConstant
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

DisplayFormat Pulumi.AwsNative.QuickSight.TopicDisplayFormat
The display format. Valid values for this structure are AUTO , PERCENT , CURRENCY , NUMBER , DATE , and STRING .
DisplayFormatOptions Pulumi.AwsNative.QuickSight.Inputs.TopicDisplayFormatOptions
The additional options for display formatting.
DisplayFormat TopicDisplayFormat
The display format. Valid values for this structure are AUTO , PERCENT , CURRENCY , NUMBER , DATE , and STRING .
DisplayFormatOptions TopicDisplayFormatOptions
The additional options for display formatting.
displayFormat TopicDisplayFormat
The display format. Valid values for this structure are AUTO , PERCENT , CURRENCY , NUMBER , DATE , and STRING .
displayFormatOptions TopicDisplayFormatOptions
The additional options for display formatting.
displayFormat TopicDisplayFormat
The display format. Valid values for this structure are AUTO , PERCENT , CURRENCY , NUMBER , DATE , and STRING .
displayFormatOptions TopicDisplayFormatOptions
The additional options for display formatting.
display_format TopicDisplayFormat
The display format. Valid values for this structure are AUTO , PERCENT , CURRENCY , NUMBER , DATE , and STRING .
display_format_options TopicDisplayFormatOptions
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 , and STRING .
displayFormatOptions Property Map
The additional options for display formatting.

TopicDisplayFormat

TopicDisplayFormatOptions

BlankCellFormat string
Determines the blank cell format.
CurrencySymbol string
The currency symbol, such as USD .
DateFormat string
Determines the DateTime format.
DecimalSeparator Pulumi.AwsNative.QuickSight.TopicNumericSeparatorSymbol
Determines the decimal separator.
FractionDigits double
Determines the number of fraction digits.
GroupingSeparator string
Determines the grouping separator.
NegativeFormat Pulumi.AwsNative.QuickSight.Inputs.TopicNegativeFormat
The negative format.
Prefix string
The prefix value for a display format.
Suffix string
The suffix value for a display format.
UnitScaler Pulumi.AwsNative.QuickSight.TopicNumberScale
The unit scaler. Valid values for this structure are: NONE , AUTO , THOUSANDS , MILLIONS , BILLIONS , and TRILLIONS .
UseBlankCellFormat bool
A Boolean value that indicates whether to use blank cell format.
UseGrouping bool
A Boolean value that indicates whether to use grouping.
BlankCellFormat string
Determines the blank cell format.
CurrencySymbol string
The currency symbol, such as USD .
DateFormat string
Determines the DateTime format.
DecimalSeparator TopicNumericSeparatorSymbol
Determines the decimal separator.
FractionDigits float64
Determines the number of fraction digits.
GroupingSeparator string
Determines the grouping separator.
NegativeFormat TopicNegativeFormat
The negative format.
Prefix string
The prefix value for a display format.
Suffix string
The suffix value for a display format.
UnitScaler TopicNumberScale
The unit scaler. Valid values for this structure are: NONE , AUTO , THOUSANDS , MILLIONS , BILLIONS , and TRILLIONS .
UseBlankCellFormat bool
A Boolean value that indicates whether to use blank cell format.
UseGrouping bool
A Boolean value that indicates whether to use grouping.
blankCellFormat String
Determines the blank cell format.
currencySymbol String
The currency symbol, such as USD .
dateFormat String
Determines the DateTime format.
decimalSeparator TopicNumericSeparatorSymbol
Determines the decimal separator.
fractionDigits Double
Determines the number of fraction digits.
groupingSeparator String
Determines the grouping separator.
negativeFormat TopicNegativeFormat
The negative format.
prefix String
The prefix value for a display format.
suffix String
The suffix value for a display format.
unitScaler TopicNumberScale
The unit scaler. Valid values for this structure are: NONE , AUTO , THOUSANDS , MILLIONS , BILLIONS , and TRILLIONS .
useBlankCellFormat Boolean
A Boolean value that indicates whether to use blank cell format.
useGrouping Boolean
A Boolean value that indicates whether to use grouping.
blankCellFormat string
Determines the blank cell format.
currencySymbol string
The currency symbol, such as USD .
dateFormat string
Determines the DateTime format.
decimalSeparator TopicNumericSeparatorSymbol
Determines the decimal separator.
fractionDigits number
Determines the number of fraction digits.
groupingSeparator string
Determines the grouping separator.
negativeFormat TopicNegativeFormat
The negative format.
prefix string
The prefix value for a display format.
suffix string
The suffix value for a display format.
unitScaler TopicNumberScale
The unit scaler. Valid values for this structure are: NONE , AUTO , THOUSANDS , MILLIONS , BILLIONS , and TRILLIONS .
useBlankCellFormat boolean
A Boolean value that indicates whether to use blank cell format.
useGrouping boolean
A Boolean value that indicates whether to use grouping.
blank_cell_format str
Determines the blank cell format.
currency_symbol str
The currency symbol, such as USD .
date_format str
Determines the DateTime format.
decimal_separator TopicNumericSeparatorSymbol
Determines the decimal separator.
fraction_digits float
Determines the number of fraction digits.
grouping_separator str
Determines the grouping separator.
negative_format TopicNegativeFormat
The negative format.
prefix str
The prefix value for a display format.
suffix str
The suffix value for a display format.
unit_scaler TopicNumberScale
The unit scaler. Valid values for this structure are: NONE , AUTO , THOUSANDS , MILLIONS , BILLIONS , and TRILLIONS .
use_blank_cell_format bool
A Boolean value that indicates whether to use blank cell format.
use_grouping bool
A Boolean value that indicates whether to use grouping.
blankCellFormat String
Determines the blank cell format.
currencySymbol String
The currency symbol, such as USD .
dateFormat String
Determines the DateTime format.
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 , and TRILLIONS .
useBlankCellFormat Boolean
A Boolean value that indicates whether to use blank cell format.
useGrouping Boolean
A Boolean value that indicates whether to use grouping.

TopicFilter

FilterName This property is required. string
The name of the filter.
OperandFieldName This property is required. string
The name of the field that the filter operates on.
CategoryFilter Pulumi.AwsNative.QuickSight.Inputs.TopicCategoryFilter
The category filter that is associated with this filter.
DateRangeFilter Pulumi.AwsNative.QuickSight.Inputs.TopicDateRangeFilter
The date range filter.
FilterClass Pulumi.AwsNative.QuickSight.TopicFilterClass
The class of the filter. Valid values for this structure are ENFORCED_VALUE_FILTER , CONDITIONAL_VALUE_FILTER , and NAMED_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.AwsNative.QuickSight.TopicNamedFilterType
The type of the filter. Valid values for this structure are CATEGORY_FILTER , NUMERIC_EQUALITY_FILTER , NUMERIC_RANGE_FILTER , DATE_RANGE_FILTER , and RELATIVE_DATE_FILTER .
NumericEqualityFilter Pulumi.AwsNative.QuickSight.Inputs.TopicNumericEqualityFilter
The numeric equality filter.
NumericRangeFilter Pulumi.AwsNative.QuickSight.Inputs.TopicNumericRangeFilter
The numeric range filter.
RelativeDateFilter Pulumi.AwsNative.QuickSight.Inputs.TopicRelativeDateFilter
The relative date filter.
FilterName This property is required. string
The name of the filter.
OperandFieldName This property is required. string
The name of the field that the filter operates on.
CategoryFilter TopicCategoryFilter
The category filter that is associated with this filter.
DateRangeFilter TopicDateRangeFilter
The date range filter.
FilterClass TopicFilterClass
The class of the filter. Valid values for this structure are ENFORCED_VALUE_FILTER , CONDITIONAL_VALUE_FILTER , and NAMED_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 TopicNamedFilterType
The type of the filter. Valid values for this structure are CATEGORY_FILTER , NUMERIC_EQUALITY_FILTER , NUMERIC_RANGE_FILTER , DATE_RANGE_FILTER , and RELATIVE_DATE_FILTER .
NumericEqualityFilter TopicNumericEqualityFilter
The numeric equality filter.
NumericRangeFilter TopicNumericRangeFilter
The numeric range filter.
RelativeDateFilter TopicRelativeDateFilter
The relative date filter.
filterName This property is required. String
The name of the filter.
operandFieldName This property is required. String
The name of the field that the filter operates on.
categoryFilter TopicCategoryFilter
The category filter that is associated with this filter.
dateRangeFilter TopicDateRangeFilter
The date range filter.
filterClass TopicFilterClass
The class of the filter. Valid values for this structure are ENFORCED_VALUE_FILTER , CONDITIONAL_VALUE_FILTER , and NAMED_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 TopicNamedFilterType
The type of the filter. Valid values for this structure are CATEGORY_FILTER , NUMERIC_EQUALITY_FILTER , NUMERIC_RANGE_FILTER , DATE_RANGE_FILTER , and RELATIVE_DATE_FILTER .
numericEqualityFilter TopicNumericEqualityFilter
The numeric equality filter.
numericRangeFilter TopicNumericRangeFilter
The numeric range filter.
relativeDateFilter TopicRelativeDateFilter
The relative date filter.
filterName This property is required. string
The name of the filter.
operandFieldName This property is required. string
The name of the field that the filter operates on.
categoryFilter TopicCategoryFilter
The category filter that is associated with this filter.
dateRangeFilter TopicDateRangeFilter
The date range filter.
filterClass TopicFilterClass
The class of the filter. Valid values for this structure are ENFORCED_VALUE_FILTER , CONDITIONAL_VALUE_FILTER , and NAMED_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 TopicNamedFilterType
The type of the filter. Valid values for this structure are CATEGORY_FILTER , NUMERIC_EQUALITY_FILTER , NUMERIC_RANGE_FILTER , DATE_RANGE_FILTER , and RELATIVE_DATE_FILTER .
numericEqualityFilter TopicNumericEqualityFilter
The numeric equality filter.
numericRangeFilter TopicNumericRangeFilter
The numeric range filter.
relativeDateFilter TopicRelativeDateFilter
The relative date filter.
filter_name This property is required. str
The name of the filter.
operand_field_name This property is required. str
The name of the field that the filter operates on.
category_filter TopicCategoryFilter
The category filter that is associated with this filter.
date_range_filter TopicDateRangeFilter
The date range filter.
filter_class TopicFilterClass
The class of the filter. Valid values for this structure are ENFORCED_VALUE_FILTER , CONDITIONAL_VALUE_FILTER , and NAMED_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 TopicNamedFilterType
The type of the filter. Valid values for this structure are CATEGORY_FILTER , NUMERIC_EQUALITY_FILTER , NUMERIC_RANGE_FILTER , DATE_RANGE_FILTER , and RELATIVE_DATE_FILTER .
numeric_equality_filter TopicNumericEqualityFilter
The numeric equality filter.
numeric_range_filter TopicNumericRangeFilter
The numeric range filter.
relative_date_filter TopicRelativeDateFilter
The relative date filter.
filterName This property is required. String
The name of the filter.
operandFieldName This property is required. String
The name of the field that the filter operates on.
categoryFilter Property Map
The category filter that is associated with this filter.
dateRangeFilter Property Map
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 , and NAMED_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 , and RELATIVE_DATE_FILTER .
numericEqualityFilter Property Map
The numeric equality filter.
numericRangeFilter Property Map
The numeric range filter.
relativeDateFilter Property Map
The relative date filter.

TopicFilterClass

TopicNamedEntity

EntityName This property is required. string
The name of the named entity.
Definition List<Pulumi.AwsNative.QuickSight.Inputs.TopicNamedEntityDefinition>
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.
SemanticEntityType Pulumi.AwsNative.QuickSight.Inputs.TopicSemanticEntityType
The type of named entity that a topic represents.
EntityName This property is required. string
The name of the named entity.
Definition []TopicNamedEntityDefinition
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.
SemanticEntityType TopicSemanticEntityType
The type of named entity that a topic represents.
entityName This property is required. String
The name of the named entity.
definition List<TopicNamedEntityDefinition>
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.
semanticEntityType TopicSemanticEntityType
The type of named entity that a topic represents.
entityName This property is required. string
The name of the named entity.
definition TopicNamedEntityDefinition[]
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.
semanticEntityType TopicSemanticEntityType
The type of named entity that a topic represents.
entity_name This property is required. str
The name of the named entity.
definition Sequence[TopicNamedEntityDefinition]
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_type TopicSemanticEntityType
The type of named entity that a topic represents.
entityName This property is required. 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.
semanticEntityType Property Map
The type of named entity that a topic represents.

TopicNamedEntityAggType

TopicNamedEntityDefinition

FieldName string
The name of the entity.
Metric Pulumi.AwsNative.QuickSight.Inputs.TopicNamedEntityDefinitionMetric
The definition of a metric.
PropertyName string
The property name to be used for the named entity.
PropertyRole Pulumi.AwsNative.QuickSight.TopicPropertyRole
The property role. Valid values for this structure are PRIMARY and ID .
PropertyUsage Pulumi.AwsNative.QuickSight.TopicPropertyUsage
The property usage. Valid values for this structure are INHERIT , DIMENSION , and MEASURE .
FieldName string
The name of the entity.
Metric TopicNamedEntityDefinitionMetric
The definition of a metric.
PropertyName string
The property name to be used for the named entity.
PropertyRole TopicPropertyRole
The property role. Valid values for this structure are PRIMARY and ID .
PropertyUsage TopicPropertyUsage
The property usage. Valid values for this structure are INHERIT , DIMENSION , and MEASURE .
fieldName String
The name of the entity.
metric TopicNamedEntityDefinitionMetric
The definition of a metric.
propertyName String
The property name to be used for the named entity.
propertyRole TopicPropertyRole
The property role. Valid values for this structure are PRIMARY and ID .
propertyUsage TopicPropertyUsage
The property usage. Valid values for this structure are INHERIT , DIMENSION , and MEASURE .
fieldName string
The name of the entity.
metric TopicNamedEntityDefinitionMetric
The definition of a metric.
propertyName string
The property name to be used for the named entity.
propertyRole TopicPropertyRole
The property role. Valid values for this structure are PRIMARY and ID .
propertyUsage TopicPropertyUsage
The property usage. Valid values for this structure are INHERIT , DIMENSION , and MEASURE .
field_name str
The name of the entity.
metric TopicNamedEntityDefinitionMetric
The definition of a metric.
property_name str
The property name to be used for the named entity.
property_role TopicPropertyRole
The property role. Valid values for this structure are PRIMARY and ID .
property_usage TopicPropertyUsage
The property usage. Valid values for this structure are INHERIT , DIMENSION , and MEASURE .
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 PRIMARY and ID .
propertyUsage "INHERIT" | "DIMENSION" | "MEASURE"
The property usage. Valid values for this structure are INHERIT , DIMENSION , and MEASURE .

TopicNamedEntityDefinitionMetric

Aggregation Pulumi.AwsNative.QuickSight.TopicNamedEntityAggType
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 , and CUSTOM .
AggregationFunctionParameters Dictionary<string, string>
The additional parameters for an aggregation function.
Aggregation TopicNamedEntityAggType
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 , and CUSTOM .
AggregationFunctionParameters map[string]string
The additional parameters for an aggregation function.
aggregation TopicNamedEntityAggType
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 , and CUSTOM .
aggregationFunctionParameters Map<String,String>
The additional parameters for an aggregation function.
aggregation TopicNamedEntityAggType
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 , and CUSTOM .
aggregationFunctionParameters {[key: string]: string}
The additional parameters for an aggregation function.
aggregation TopicNamedEntityAggType
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 , and CUSTOM .
aggregation_function_parameters Mapping[str, str]
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 , and CUSTOM .
aggregationFunctionParameters Map<String>
The additional parameters for an aggregation function.

TopicNamedFilterAggType

TopicNamedFilterType

TopicNegativeFormat

Prefix string
The prefix for a negative format.
Suffix string
The suffix for a negative format.
Prefix string
The prefix for a negative format.
Suffix string
The suffix for a negative format.
prefix String
The prefix for a negative format.
suffix String
The suffix for a negative format.
prefix string
The prefix for a negative format.
suffix string
The suffix for a negative format.
prefix str
The prefix for a negative format.
suffix str
The suffix for a negative format.
prefix String
The prefix for a negative format.
suffix String
The suffix for a negative format.

TopicNumberScale

TopicNumericEqualityFilter

Aggregation Pulumi.AwsNative.QuickSight.TopicNamedFilterAggType
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 , and VARP .
Constant Pulumi.AwsNative.QuickSight.Inputs.TopicSingularFilterConstant
The constant used in a numeric equality filter.
Aggregation TopicNamedFilterAggType
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 , and VARP .
Constant TopicSingularFilterConstant
The constant used in a numeric equality filter.
aggregation TopicNamedFilterAggType
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 , and VARP .
constant TopicSingularFilterConstant
The constant used in a numeric equality filter.
aggregation TopicNamedFilterAggType
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 , and VARP .
constant TopicSingularFilterConstant
The constant used in a numeric equality filter.
aggregation TopicNamedFilterAggType
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 , and VARP .
constant TopicSingularFilterConstant
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 , and VARP .
constant Property Map
The constant used in a numeric equality filter.

TopicNumericRangeFilter

Aggregation Pulumi.AwsNative.QuickSight.TopicNamedFilterAggType
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 , and VARP .
Constant Pulumi.AwsNative.QuickSight.Inputs.TopicRangeFilterConstant
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 TopicNamedFilterAggType
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 , and VARP .
Constant TopicRangeFilterConstant
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 TopicNamedFilterAggType
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 , and VARP .
constant TopicRangeFilterConstant
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 TopicNamedFilterAggType
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 , and VARP .
constant TopicRangeFilterConstant
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 TopicNamedFilterAggType
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 , and VARP .
constant TopicRangeFilterConstant
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 , and VARP .
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

Maximum string
The maximum value for a range constant.
Minimum string
The minimum value for a range constant.
Maximum string
The maximum value for a range constant.
Minimum string
The minimum value for a range constant.
maximum String
The maximum value for a range constant.
minimum String
The minimum value for a range constant.
maximum string
The maximum value for a range constant.
minimum string
The minimum value for a range constant.
maximum str
The maximum value for a range constant.
minimum str
The minimum value for a range constant.
maximum String
The maximum value for a range constant.
minimum String
The minimum value for a range constant.

TopicRangeFilterConstant

ConstantType Pulumi.AwsNative.QuickSight.TopicConstantType
The data type of the constant value that is used in a range filter. Valid values for this structure are RANGE .
RangeConstant Pulumi.AwsNative.QuickSight.Inputs.TopicRangeConstant
The value of the constant that is used to specify the endpoints of a range filter.
ConstantType TopicConstantType
The data type of the constant value that is used in a range filter. Valid values for this structure are RANGE .
RangeConstant TopicRangeConstant
The value of the constant that is used to specify the endpoints of a range filter.
constantType TopicConstantType
The data type of the constant value that is used in a range filter. Valid values for this structure are RANGE .
rangeConstant TopicRangeConstant
The value of the constant that is used to specify the endpoints of a range filter.
constantType TopicConstantType
The data type of the constant value that is used in a range filter. Valid values for this structure are RANGE .
rangeConstant TopicRangeConstant
The value of the constant that is used to specify the endpoints of a range filter.
constant_type TopicConstantType
The data type of the constant value that is used in a range filter. Valid values for this structure are RANGE .
range_constant TopicRangeConstant
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

Constant Pulumi.AwsNative.QuickSight.Inputs.TopicSingularFilterConstant
The constant used in a relative date filter.
RelativeDateFilterFunction Pulumi.AwsNative.QuickSight.TopicRelativeDateFilterFunction
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 , and BETWEEN .
TimeGranularity Pulumi.AwsNative.QuickSight.TopicTimeGranularity
The level of time precision that is used to aggregate DateTime values.
Constant TopicSingularFilterConstant
The constant used in a relative date filter.
RelativeDateFilterFunction TopicRelativeDateFilterFunction
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 , and BETWEEN .
TimeGranularity TopicTimeGranularity
The level of time precision that is used to aggregate DateTime values.
constant TopicSingularFilterConstant
The constant used in a relative date filter.
relativeDateFilterFunction TopicRelativeDateFilterFunction
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 , and BETWEEN .
timeGranularity TopicTimeGranularity
The level of time precision that is used to aggregate DateTime values.
constant TopicSingularFilterConstant
The constant used in a relative date filter.
relativeDateFilterFunction TopicRelativeDateFilterFunction
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 , and BETWEEN .
timeGranularity TopicTimeGranularity
The level of time precision that is used to aggregate DateTime values.
constant TopicSingularFilterConstant
The constant used in a relative date filter.
relative_date_filter_function TopicRelativeDateFilterFunction
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 , and BETWEEN .
time_granularity TopicTimeGranularity
The level of time precision that is used to aggregate DateTime values.
constant Property Map
The constant used in a relative date filter.
relativeDateFilterFunction "PREVIOUS" | "THIS" | "LAST" | "NEXT" | "NOW"
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 , and BETWEEN .
timeGranularity "SECOND" | "MINUTE" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"
The level of time precision that is used to aggregate DateTime values.

TopicRelativeDateFilterFunction

TopicSemanticEntityType

SubTypeName string
The semantic entity sub type name.
TypeName string
The semantic entity type name.
TypeParameters Dictionary<string, string>
The semantic entity type parameters.
SubTypeName string
The semantic entity sub type name.
TypeName string
The semantic entity type name.
TypeParameters map[string]string
The semantic entity type parameters.
subTypeName String
The semantic entity sub type name.
typeName String
The semantic entity type name.
typeParameters Map<String,String>
The semantic entity type parameters.
subTypeName string
The semantic entity sub type name.
typeName string
The semantic entity type name.
typeParameters {[key: string]: string}
The semantic entity type parameters.
sub_type_name str
The semantic entity sub type name.
type_name str
The semantic entity type name.
type_parameters Mapping[str, str]
The semantic entity type parameters.
subTypeName String
The semantic entity sub type name.
typeName String
The semantic entity type name.
typeParameters Map<String>
The semantic entity type parameters.

TopicSemanticType

FalseyCellValue string
The semantic type falsey cell value.
FalseyCellValueSynonyms List<string>
The other names or aliases for the false cell value.
SubTypeName string
The semantic type sub type name.
TruthyCellValue string
The semantic type truthy cell value.
TruthyCellValueSynonyms List<string>
The other names or aliases for the true cell value.
TypeName string
The semantic type name.
TypeParameters Dictionary<string, string>
The semantic type parameters.
FalseyCellValue string
The semantic type falsey cell value.
FalseyCellValueSynonyms []string
The other names or aliases for the false cell value.
SubTypeName string
The semantic type sub type name.
TruthyCellValue string
The semantic type truthy cell value.
TruthyCellValueSynonyms []string
The other names or aliases for the true cell value.
TypeName string
The semantic type name.
TypeParameters map[string]string
The semantic type parameters.
falseyCellValue String
The semantic type falsey cell value.
falseyCellValueSynonyms List<String>
The other names or aliases for the false cell value.
subTypeName String
The semantic type sub type name.
truthyCellValue String
The semantic type truthy cell value.
truthyCellValueSynonyms List<String>
The other names or aliases for the true cell value.
typeName String
The semantic type name.
typeParameters Map<String,String>
The semantic type parameters.
falseyCellValue string
The semantic type falsey cell value.
falseyCellValueSynonyms string[]
The other names or aliases for the false cell value.
subTypeName string
The semantic type sub type name.
truthyCellValue string
The semantic type truthy cell value.
truthyCellValueSynonyms string[]
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_value str
The semantic type falsey cell value.
falsey_cell_value_synonyms Sequence[str]
The other names or aliases for the false cell value.
sub_type_name str
The semantic type sub type name.
truthy_cell_value str
The semantic type truthy cell value.
truthy_cell_value_synonyms Sequence[str]
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.
falseyCellValue String
The semantic type falsey cell value.
falseyCellValueSynonyms List<String>
The other names or aliases for the false cell value.
subTypeName String
The semantic type sub type name.
truthyCellValue String
The semantic type truthy cell value.
truthyCellValueSynonyms List<String>
The other names or aliases for the true cell value.
typeName String
The semantic type name.
typeParameters Map<String>
The semantic type parameters.

TopicSingularFilterConstant

ConstantType Pulumi.AwsNative.QuickSight.TopicConstantType
The type of the singular filter constant. Valid values for this structure are SINGULAR .
SingularConstant string
The value of the singular filter constant.
ConstantType TopicConstantType
The type of the singular filter constant. Valid values for this structure are SINGULAR .
SingularConstant string
The value of the singular filter constant.
constantType TopicConstantType
The type of the singular filter constant. Valid values for this structure are SINGULAR .
singularConstant String
The value of the singular filter constant.
constantType TopicConstantType
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 TopicConstantType
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

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 Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi