1. Packages
  2. AWS Native
  3. API Docs
  4. quicksight
  5. Topic

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

aws-native.quicksight.Topic

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

    Definition of the AWS::QuickSight::Topic Resource Type.

    Create Topic Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Topic(name: string, args?: TopicArgs, opts?: CustomResourceOptions);
    @overload
    def Topic(resource_name: str,
              args: Optional[TopicArgs] = None,
              opts: Optional[ResourceOptions] = None)
    
    @overload
    def Topic(resource_name: str,
              opts: Optional[ResourceOptions] = None,
              aws_account_id: Optional[str] = None,
              data_sets: Optional[Sequence[TopicDatasetMetadataArgs]] = None,
              description: Optional[str] = None,
              name: Optional[str] = None,
              topic_id: Optional[str] = None,
              user_experience_version: Optional[TopicUserExperienceVersion] = None)
    func NewTopic(ctx *Context, name string, args *TopicArgs, opts ...ResourceOption) (*Topic, error)
    public Topic(string name, TopicArgs? args = null, CustomResourceOptions? opts = null)
    public Topic(String name, TopicArgs args)
    public Topic(String name, TopicArgs args, CustomResourceOptions options)
    
    type: aws-native:quicksight:Topic
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args TopicArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args TopicArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args TopicArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args TopicArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args TopicArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const topicResource = new aws_native.quicksight.Topic("topicResource", {
        awsAccountId: "string",
        dataSets: [{
            datasetArn: "string",
            calculatedFields: [{
                calculatedFieldName: "string",
                expression: "string",
                defaultFormatting: {
                    displayFormat: aws_native.quicksight.TopicDisplayFormat.Auto,
                    displayFormatOptions: {
                        blankCellFormat: "string",
                        currencySymbol: "string",
                        dateFormat: "string",
                        decimalSeparator: aws_native.quicksight.TopicNumericSeparatorSymbol.Comma,
                        fractionDigits: 0,
                        groupingSeparator: "string",
                        negativeFormat: {
                            prefix: "string",
                            suffix: "string",
                        },
                        prefix: "string",
                        suffix: "string",
                        unitScaler: aws_native.quicksight.TopicNumberScale.None,
                        useBlankCellFormat: false,
                        useGrouping: false,
                    },
                },
                disableIndexing: false,
                calculatedFieldSynonyms: ["string"],
                cellValueSynonyms: [{
                    cellValue: "string",
                    synonyms: ["string"],
                }],
                columnDataRole: aws_native.quicksight.TopicColumnDataRole.Dimension,
                comparativeOrder: {
                    specifedOrder: ["string"],
                    treatUndefinedSpecifiedValues: aws_native.quicksight.TopicUndefinedSpecifiedValueType.Least,
                    useOrdering: aws_native.quicksight.TopicColumnOrderingType.GreaterIsBetter,
                },
                aggregation: aws_native.quicksight.TopicDefaultAggregation.Sum,
                calculatedFieldDescription: "string",
                allowedAggregations: [aws_native.quicksight.TopicAuthorSpecifiedAggregation.Count],
                isIncludedInTopic: false,
                neverAggregateInFilter: false,
                nonAdditive: false,
                notAllowedAggregations: [aws_native.quicksight.TopicAuthorSpecifiedAggregation.Count],
                semanticType: {
                    falseyCellValue: "string",
                    falseyCellValueSynonyms: ["string"],
                    subTypeName: "string",
                    truthyCellValue: "string",
                    truthyCellValueSynonyms: ["string"],
                    typeName: "string",
                    typeParameters: {
                        string: "string",
                    },
                },
                timeGranularity: aws_native.quicksight.TopicTimeGranularity.Second,
            }],
            columns: [{
                columnName: "string",
                comparativeOrder: {
                    specifedOrder: ["string"],
                    treatUndefinedSpecifiedValues: aws_native.quicksight.TopicUndefinedSpecifiedValueType.Least,
                    useOrdering: aws_native.quicksight.TopicColumnOrderingType.GreaterIsBetter,
                },
                columnSynonyms: ["string"],
                columnDataRole: aws_native.quicksight.TopicColumnDataRole.Dimension,
                columnDescription: "string",
                defaultFormatting: {
                    displayFormat: aws_native.quicksight.TopicDisplayFormat.Auto,
                    displayFormatOptions: {
                        blankCellFormat: "string",
                        currencySymbol: "string",
                        dateFormat: "string",
                        decimalSeparator: aws_native.quicksight.TopicNumericSeparatorSymbol.Comma,
                        fractionDigits: 0,
                        groupingSeparator: "string",
                        negativeFormat: {
                            prefix: "string",
                            suffix: "string",
                        },
                        prefix: "string",
                        suffix: "string",
                        unitScaler: aws_native.quicksight.TopicNumberScale.None,
                        useBlankCellFormat: false,
                        useGrouping: false,
                    },
                },
                allowedAggregations: [aws_native.quicksight.TopicAuthorSpecifiedAggregation.Count],
                cellValueSynonyms: [{
                    cellValue: "string",
                    synonyms: ["string"],
                }],
                aggregation: aws_native.quicksight.TopicDefaultAggregation.Sum,
                columnFriendlyName: "string",
                disableIndexing: false,
                isIncludedInTopic: false,
                neverAggregateInFilter: false,
                nonAdditive: false,
                notAllowedAggregations: [aws_native.quicksight.TopicAuthorSpecifiedAggregation.Count],
                semanticType: {
                    falseyCellValue: "string",
                    falseyCellValueSynonyms: ["string"],
                    subTypeName: "string",
                    truthyCellValue: "string",
                    truthyCellValueSynonyms: ["string"],
                    typeName: "string",
                    typeParameters: {
                        string: "string",
                    },
                },
                timeGranularity: aws_native.quicksight.TopicTimeGranularity.Second,
            }],
            dataAggregation: {
                datasetRowDateGranularity: aws_native.quicksight.TopicTimeGranularity.Second,
                defaultDateColumnName: "string",
            },
            datasetDescription: "string",
            datasetName: "string",
            filters: [{
                filterName: "string",
                operandFieldName: "string",
                categoryFilter: {
                    categoryFilterFunction: aws_native.quicksight.TopicCategoryFilterFunction.Exact,
                    categoryFilterType: aws_native.quicksight.TopicCategoryFilterType.CustomFilter,
                    constant: {
                        collectiveConstant: {
                            valueList: ["string"],
                        },
                        constantType: aws_native.quicksight.TopicConstantType.Singular,
                        singularConstant: "string",
                    },
                    inverse: false,
                },
                dateRangeFilter: {
                    constant: {
                        constantType: aws_native.quicksight.TopicConstantType.Singular,
                        rangeConstant: {
                            maximum: "string",
                            minimum: "string",
                        },
                    },
                    inclusive: false,
                },
                filterClass: aws_native.quicksight.TopicFilterClass.EnforcedValueFilter,
                filterDescription: "string",
                filterSynonyms: ["string"],
                filterType: aws_native.quicksight.TopicNamedFilterType.CategoryFilter,
                numericEqualityFilter: {
                    aggregation: aws_native.quicksight.TopicNamedFilterAggType.NoAggregation,
                    constant: {
                        constantType: aws_native.quicksight.TopicConstantType.Singular,
                        singularConstant: "string",
                    },
                },
                numericRangeFilter: {
                    aggregation: aws_native.quicksight.TopicNamedFilterAggType.NoAggregation,
                    constant: {
                        constantType: aws_native.quicksight.TopicConstantType.Singular,
                        rangeConstant: {
                            maximum: "string",
                            minimum: "string",
                        },
                    },
                    inclusive: false,
                },
                relativeDateFilter: {
                    constant: {
                        constantType: aws_native.quicksight.TopicConstantType.Singular,
                        singularConstant: "string",
                    },
                    relativeDateFilterFunction: aws_native.quicksight.TopicRelativeDateFilterFunction.Previous,
                    timeGranularity: aws_native.quicksight.TopicTimeGranularity.Second,
                },
            }],
            namedEntities: [{
                entityName: "string",
                definition: [{
                    fieldName: "string",
                    metric: {
                        aggregation: aws_native.quicksight.TopicNamedEntityAggType.Sum,
                        aggregationFunctionParameters: {
                            string: "string",
                        },
                    },
                    propertyName: "string",
                    propertyRole: aws_native.quicksight.TopicPropertyRole.Primary,
                    propertyUsage: aws_native.quicksight.TopicPropertyUsage.Inherit,
                }],
                entityDescription: "string",
                entitySynonyms: ["string"],
                semanticEntityType: {
                    subTypeName: "string",
                    typeName: "string",
                    typeParameters: {
                        string: "string",
                    },
                },
            }],
        }],
        description: "string",
        name: "string",
        topicId: "string",
        userExperienceVersion: aws_native.quicksight.TopicUserExperienceVersion.Legacy,
    });
    
    Coming soon!
    

    Topic Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Topic resource accepts the following input properties:

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Topic resource produces the following output properties:

    Arn string
    Id string
    The provider-assigned unique ID for this managed resource.
    Arn string
    Id string
    The provider-assigned unique ID for this managed resource.
    arn String
    id String
    The provider-assigned unique ID for this managed resource.
    arn string
    id string
    The provider-assigned unique ID for this managed resource.
    arn str
    id str
    The provider-assigned unique ID for this managed resource.
    arn String
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    TopicAuthorSpecifiedAggregation, TopicAuthorSpecifiedAggregationArgs

    Count
    COUNT
    DistinctCount
    DISTINCT_COUNT
    Min
    MIN
    Max
    MAX
    Median
    MEDIAN
    Sum
    SUM
    Average
    AVERAGE
    Stdev
    STDEV
    Stdevp
    STDEVP
    Var
    VAR
    Varp
    VARP
    Percentile
    PERCENTILE
    TopicAuthorSpecifiedAggregationCount
    COUNT
    TopicAuthorSpecifiedAggregationDistinctCount
    DISTINCT_COUNT
    TopicAuthorSpecifiedAggregationMin
    MIN
    TopicAuthorSpecifiedAggregationMax
    MAX
    TopicAuthorSpecifiedAggregationMedian
    MEDIAN
    TopicAuthorSpecifiedAggregationSum
    SUM
    TopicAuthorSpecifiedAggregationAverage
    AVERAGE
    TopicAuthorSpecifiedAggregationStdev
    STDEV
    TopicAuthorSpecifiedAggregationStdevp
    STDEVP
    TopicAuthorSpecifiedAggregationVar
    VAR
    TopicAuthorSpecifiedAggregationVarp
    VARP
    TopicAuthorSpecifiedAggregationPercentile
    PERCENTILE
    Count
    COUNT
    DistinctCount
    DISTINCT_COUNT
    Min
    MIN
    Max
    MAX
    Median
    MEDIAN
    Sum
    SUM
    Average
    AVERAGE
    Stdev
    STDEV
    Stdevp
    STDEVP
    Var
    VAR
    Varp
    VARP
    Percentile
    PERCENTILE
    Count
    COUNT
    DistinctCount
    DISTINCT_COUNT
    Min
    MIN
    Max
    MAX
    Median
    MEDIAN
    Sum
    SUM
    Average
    AVERAGE
    Stdev
    STDEV
    Stdevp
    STDEVP
    Var
    VAR
    Varp
    VARP
    Percentile
    PERCENTILE
    COUNT
    COUNT
    DISTINCT_COUNT
    DISTINCT_COUNT
    MIN
    MIN
    MAX
    MAX
    MEDIAN
    MEDIAN
    SUM
    SUM
    AVERAGE
    AVERAGE
    STDEV
    STDEV
    STDEVP
    STDEVP
    VAR
    VAR
    VARP
    VARP
    PERCENTILE
    PERCENTILE
    "COUNT"
    COUNT
    "DISTINCT_COUNT"
    DISTINCT_COUNT
    "MIN"
    MIN
    "MAX"
    MAX
    "MEDIAN"
    MEDIAN
    "SUM"
    SUM
    "AVERAGE"
    AVERAGE
    "STDEV"
    STDEV
    "STDEVP"
    STDEVP
    "VAR"
    VAR
    "VARP"
    VARP
    "PERCENTILE"
    PERCENTILE

    TopicCalculatedField, TopicCalculatedFieldArgs

    CalculatedFieldName string
    Expression string
    Aggregation Pulumi.AwsNative.QuickSight.TopicDefaultAggregation
    AllowedAggregations List<Pulumi.AwsNative.QuickSight.TopicAuthorSpecifiedAggregation>
    CalculatedFieldDescription string
    CalculatedFieldSynonyms List<string>
    CellValueSynonyms List<Pulumi.AwsNative.QuickSight.Inputs.TopicCellValueSynonym>
    ColumnDataRole Pulumi.AwsNative.QuickSight.TopicColumnDataRole
    ComparativeOrder Pulumi.AwsNative.QuickSight.Inputs.TopicComparativeOrder
    DefaultFormatting Pulumi.AwsNative.QuickSight.Inputs.TopicDefaultFormatting
    DisableIndexing bool
    IsIncludedInTopic bool
    NeverAggregateInFilter bool
    NonAdditive bool
    NotAllowedAggregations List<Pulumi.AwsNative.QuickSight.TopicAuthorSpecifiedAggregation>
    SemanticType Pulumi.AwsNative.QuickSight.Inputs.TopicSemanticType
    TimeGranularity Pulumi.AwsNative.QuickSight.TopicTimeGranularity
    calculatedFieldName String
    expression String
    aggregation "SUM" | "MAX" | "MIN" | "COUNT" | "DISTINCT_COUNT" | "AVERAGE" | "MEDIAN" | "STDEV" | "STDEVP" | "VAR" | "VARP"
    allowedAggregations List<"COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX" | "MEDIAN" | "SUM" | "AVERAGE" | "STDEV" | "STDEVP" | "VAR" | "VARP" | "PERCENTILE">
    calculatedFieldDescription String
    calculatedFieldSynonyms List<String>
    cellValueSynonyms List<Property Map>
    columnDataRole "DIMENSION" | "MEASURE"
    comparativeOrder Property Map
    defaultFormatting Property Map
    disableIndexing Boolean
    isIncludedInTopic Boolean
    neverAggregateInFilter Boolean
    nonAdditive Boolean
    notAllowedAggregations List<"COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX" | "MEDIAN" | "SUM" | "AVERAGE" | "STDEV" | "STDEVP" | "VAR" | "VARP" | "PERCENTILE">
    semanticType Property Map
    timeGranularity "SECOND" | "MINUTE" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"

    TopicCategoryFilter, TopicCategoryFilterArgs

    TopicCategoryFilterConstant, TopicCategoryFilterConstantArgs

    TopicCategoryFilterFunction, TopicCategoryFilterFunctionArgs

    Exact
    EXACT
    Contains
    CONTAINS
    TopicCategoryFilterFunctionExact
    EXACT
    TopicCategoryFilterFunctionContains
    CONTAINS
    Exact
    EXACT
    Contains
    CONTAINS
    Exact
    EXACT
    Contains
    CONTAINS
    EXACT
    EXACT
    CONTAINS
    CONTAINS
    "EXACT"
    EXACT
    "CONTAINS"
    CONTAINS

    TopicCategoryFilterType, TopicCategoryFilterTypeArgs

    CustomFilter
    CUSTOM_FILTER
    CustomFilterList
    CUSTOM_FILTER_LIST
    FilterList
    FILTER_LIST
    TopicCategoryFilterTypeCustomFilter
    CUSTOM_FILTER
    TopicCategoryFilterTypeCustomFilterList
    CUSTOM_FILTER_LIST
    TopicCategoryFilterTypeFilterList
    FILTER_LIST
    CustomFilter
    CUSTOM_FILTER
    CustomFilterList
    CUSTOM_FILTER_LIST
    FilterList
    FILTER_LIST
    CustomFilter
    CUSTOM_FILTER
    CustomFilterList
    CUSTOM_FILTER_LIST
    FilterList
    FILTER_LIST
    CUSTOM_FILTER
    CUSTOM_FILTER
    CUSTOM_FILTER_LIST
    CUSTOM_FILTER_LIST
    FILTER_LIST
    FILTER_LIST
    "CUSTOM_FILTER"
    CUSTOM_FILTER
    "CUSTOM_FILTER_LIST"
    CUSTOM_FILTER_LIST
    "FILTER_LIST"
    FILTER_LIST

    TopicCellValueSynonym, TopicCellValueSynonymArgs

    CellValue string
    Synonyms List<string>
    CellValue string
    Synonyms []string
    cellValue String
    synonyms List<String>
    cellValue string
    synonyms string[]
    cell_value str
    synonyms Sequence[str]
    cellValue String
    synonyms List<String>

    TopicCollectiveConstant, TopicCollectiveConstantArgs

    ValueList List<string>
    ValueList []string
    valueList List<String>
    valueList string[]
    value_list Sequence[str]
    valueList List<String>

    TopicColumn, TopicColumnArgs

    ColumnName string
    Aggregation Pulumi.AwsNative.QuickSight.TopicDefaultAggregation
    AllowedAggregations List<Pulumi.AwsNative.QuickSight.TopicAuthorSpecifiedAggregation>
    CellValueSynonyms List<Pulumi.AwsNative.QuickSight.Inputs.TopicCellValueSynonym>
    ColumnDataRole Pulumi.AwsNative.QuickSight.TopicColumnDataRole
    ColumnDescription string
    ColumnFriendlyName string
    ColumnSynonyms List<string>
    ComparativeOrder Pulumi.AwsNative.QuickSight.Inputs.TopicComparativeOrder
    DefaultFormatting Pulumi.AwsNative.QuickSight.Inputs.TopicDefaultFormatting
    DisableIndexing bool
    IsIncludedInTopic bool
    NeverAggregateInFilter bool
    NonAdditive bool
    NotAllowedAggregations List<Pulumi.AwsNative.QuickSight.TopicAuthorSpecifiedAggregation>
    SemanticType Pulumi.AwsNative.QuickSight.Inputs.TopicSemanticType
    TimeGranularity Pulumi.AwsNative.QuickSight.TopicTimeGranularity
    columnName String
    aggregation "SUM" | "MAX" | "MIN" | "COUNT" | "DISTINCT_COUNT" | "AVERAGE" | "MEDIAN" | "STDEV" | "STDEVP" | "VAR" | "VARP"
    allowedAggregations List<"COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX" | "MEDIAN" | "SUM" | "AVERAGE" | "STDEV" | "STDEVP" | "VAR" | "VARP" | "PERCENTILE">
    cellValueSynonyms List<Property Map>
    columnDataRole "DIMENSION" | "MEASURE"
    columnDescription String
    columnFriendlyName String
    columnSynonyms List<String>
    comparativeOrder Property Map
    defaultFormatting Property Map
    disableIndexing Boolean
    isIncludedInTopic Boolean
    neverAggregateInFilter Boolean
    nonAdditive Boolean
    notAllowedAggregations List<"COUNT" | "DISTINCT_COUNT" | "MIN" | "MAX" | "MEDIAN" | "SUM" | "AVERAGE" | "STDEV" | "STDEVP" | "VAR" | "VARP" | "PERCENTILE">
    semanticType Property Map
    timeGranularity "SECOND" | "MINUTE" | "HOUR" | "DAY" | "WEEK" | "MONTH" | "QUARTER" | "YEAR"

    TopicColumnDataRole, TopicColumnDataRoleArgs

    Dimension
    DIMENSION
    Measure
    MEASURE
    TopicColumnDataRoleDimension
    DIMENSION
    TopicColumnDataRoleMeasure
    MEASURE
    Dimension
    DIMENSION
    Measure
    MEASURE
    Dimension
    DIMENSION
    Measure
    MEASURE
    DIMENSION
    DIMENSION
    MEASURE
    MEASURE
    "DIMENSION"
    DIMENSION
    "MEASURE"
    MEASURE

    TopicColumnOrderingType, TopicColumnOrderingTypeArgs

    GreaterIsBetter
    GREATER_IS_BETTER
    LesserIsBetter
    LESSER_IS_BETTER
    Specified
    SPECIFIED
    TopicColumnOrderingTypeGreaterIsBetter
    GREATER_IS_BETTER
    TopicColumnOrderingTypeLesserIsBetter
    LESSER_IS_BETTER
    TopicColumnOrderingTypeSpecified
    SPECIFIED
    GreaterIsBetter
    GREATER_IS_BETTER
    LesserIsBetter
    LESSER_IS_BETTER
    Specified
    SPECIFIED
    GreaterIsBetter
    GREATER_IS_BETTER
    LesserIsBetter
    LESSER_IS_BETTER
    Specified
    SPECIFIED
    GREATER_IS_BETTER
    GREATER_IS_BETTER
    LESSER_IS_BETTER
    LESSER_IS_BETTER
    SPECIFIED
    SPECIFIED
    "GREATER_IS_BETTER"
    GREATER_IS_BETTER
    "LESSER_IS_BETTER"
    LESSER_IS_BETTER
    "SPECIFIED"
    SPECIFIED

    TopicComparativeOrder, TopicComparativeOrderArgs

    TopicConstantType, TopicConstantTypeArgs

    Singular
    SINGULAR
    Range
    RANGE
    Collective
    COLLECTIVE
    TopicConstantTypeSingular
    SINGULAR
    TopicConstantTypeRange
    RANGE
    TopicConstantTypeCollective
    COLLECTIVE
    Singular
    SINGULAR
    Range
    RANGE
    Collective
    COLLECTIVE
    Singular
    SINGULAR
    Range
    RANGE
    Collective
    COLLECTIVE
    SINGULAR
    SINGULAR
    RANGE
    RANGE
    COLLECTIVE
    COLLECTIVE
    "SINGULAR"
    SINGULAR
    "RANGE"
    RANGE
    "COLLECTIVE"
    COLLECTIVE

    TopicDataAggregation, TopicDataAggregationArgs

    TopicDatasetMetadata, TopicDatasetMetadataArgs

    TopicDateRangeFilter, TopicDateRangeFilterArgs

    TopicDefaultAggregation, TopicDefaultAggregationArgs

    Sum
    SUM
    Max
    MAX
    Min
    MIN
    Count
    COUNT
    DistinctCount
    DISTINCT_COUNT
    Average
    AVERAGE
    Median
    MEDIAN
    Stdev
    STDEV
    Stdevp
    STDEVP
    Var
    VAR
    Varp
    VARP
    TopicDefaultAggregationSum
    SUM
    TopicDefaultAggregationMax
    MAX
    TopicDefaultAggregationMin
    MIN
    TopicDefaultAggregationCount
    COUNT
    TopicDefaultAggregationDistinctCount
    DISTINCT_COUNT
    TopicDefaultAggregationAverage
    AVERAGE
    TopicDefaultAggregationMedian
    MEDIAN
    TopicDefaultAggregationStdev
    STDEV
    TopicDefaultAggregationStdevp
    STDEVP
    TopicDefaultAggregationVar
    VAR
    TopicDefaultAggregationVarp
    VARP
    Sum
    SUM
    Max
    MAX
    Min
    MIN
    Count
    COUNT
    DistinctCount
    DISTINCT_COUNT
    Average
    AVERAGE
    Median
    MEDIAN
    Stdev
    STDEV
    Stdevp
    STDEVP
    Var
    VAR
    Varp
    VARP
    Sum
    SUM
    Max
    MAX
    Min
    MIN
    Count
    COUNT
    DistinctCount
    DISTINCT_COUNT
    Average
    AVERAGE
    Median
    MEDIAN
    Stdev
    STDEV
    Stdevp
    STDEVP
    Var
    VAR
    Varp
    VARP
    SUM
    SUM
    MAX
    MAX
    MIN
    MIN
    COUNT
    COUNT
    DISTINCT_COUNT
    DISTINCT_COUNT
    AVERAGE
    AVERAGE
    MEDIAN
    MEDIAN
    STDEV
    STDEV
    STDEVP
    STDEVP
    VAR
    VAR
    VARP
    VARP
    "SUM"
    SUM
    "MAX"
    MAX
    "MIN"
    MIN
    "COUNT"
    COUNT
    "DISTINCT_COUNT"
    DISTINCT_COUNT
    "AVERAGE"
    AVERAGE
    "MEDIAN"
    MEDIAN
    "STDEV"
    STDEV
    "STDEVP"
    STDEVP
    "VAR"
    VAR
    "VARP"
    VARP

    TopicDefaultFormatting, TopicDefaultFormattingArgs

    TopicDisplayFormat, TopicDisplayFormatArgs

    Auto
    AUTO
    Percent
    PERCENT
    Currency
    CURRENCY
    Number
    NUMBER
    Date
    DATE
    String
    STRING
    TopicDisplayFormatAuto
    AUTO
    TopicDisplayFormatPercent
    PERCENT
    TopicDisplayFormatCurrency
    CURRENCY
    TopicDisplayFormatNumber
    NUMBER
    TopicDisplayFormatDate
    DATE
    TopicDisplayFormatString
    STRING
    Auto
    AUTO
    Percent
    PERCENT
    Currency
    CURRENCY
    Number
    NUMBER
    Date
    DATE
    String
    STRING
    Auto
    AUTO
    Percent
    PERCENT
    Currency
    CURRENCY
    Number
    NUMBER
    Date
    DATE
    String
    STRING
    AUTO
    AUTO
    PERCENT
    PERCENT
    CURRENCY
    CURRENCY
    NUMBER
    NUMBER
    DATE
    DATE
    STRING
    STRING
    "AUTO"
    AUTO
    "PERCENT"
    PERCENT
    "CURRENCY"
    CURRENCY
    "NUMBER"
    NUMBER
    "DATE"
    DATE
    "STRING"
    STRING

    TopicDisplayFormatOptions, TopicDisplayFormatOptionsArgs

    TopicFilter, TopicFilterArgs

    TopicFilterClass, TopicFilterClassArgs

    EnforcedValueFilter
    ENFORCED_VALUE_FILTER
    ConditionalValueFilter
    CONDITIONAL_VALUE_FILTER
    NamedValueFilter
    NAMED_VALUE_FILTER
    TopicFilterClassEnforcedValueFilter
    ENFORCED_VALUE_FILTER
    TopicFilterClassConditionalValueFilter
    CONDITIONAL_VALUE_FILTER
    TopicFilterClassNamedValueFilter
    NAMED_VALUE_FILTER
    EnforcedValueFilter
    ENFORCED_VALUE_FILTER
    ConditionalValueFilter
    CONDITIONAL_VALUE_FILTER
    NamedValueFilter
    NAMED_VALUE_FILTER
    EnforcedValueFilter
    ENFORCED_VALUE_FILTER
    ConditionalValueFilter
    CONDITIONAL_VALUE_FILTER
    NamedValueFilter
    NAMED_VALUE_FILTER
    ENFORCED_VALUE_FILTER
    ENFORCED_VALUE_FILTER
    CONDITIONAL_VALUE_FILTER
    CONDITIONAL_VALUE_FILTER
    NAMED_VALUE_FILTER
    NAMED_VALUE_FILTER
    "ENFORCED_VALUE_FILTER"
    ENFORCED_VALUE_FILTER
    "CONDITIONAL_VALUE_FILTER"
    CONDITIONAL_VALUE_FILTER
    "NAMED_VALUE_FILTER"
    NAMED_VALUE_FILTER

    TopicNamedEntity, TopicNamedEntityArgs

    TopicNamedEntityAggType, TopicNamedEntityAggTypeArgs

    Sum
    SUM
    Min
    MIN
    Max
    MAX
    Count
    COUNT
    Average
    AVERAGE
    DistinctCount
    DISTINCT_COUNT
    Stdev
    STDEV
    Stdevp
    STDEVP
    Var
    VAR
    Varp
    VARP
    Percentile
    PERCENTILE
    Median
    MEDIAN
    Custom
    CUSTOM
    TopicNamedEntityAggTypeSum
    SUM
    TopicNamedEntityAggTypeMin
    MIN
    TopicNamedEntityAggTypeMax
    MAX
    TopicNamedEntityAggTypeCount
    COUNT
    TopicNamedEntityAggTypeAverage
    AVERAGE
    TopicNamedEntityAggTypeDistinctCount
    DISTINCT_COUNT
    TopicNamedEntityAggTypeStdev
    STDEV
    TopicNamedEntityAggTypeStdevp
    STDEVP
    TopicNamedEntityAggTypeVar
    VAR
    TopicNamedEntityAggTypeVarp
    VARP
    TopicNamedEntityAggTypePercentile
    PERCENTILE
    TopicNamedEntityAggTypeMedian
    MEDIAN
    TopicNamedEntityAggTypeCustom
    CUSTOM
    Sum
    SUM
    Min
    MIN
    Max
    MAX
    Count
    COUNT
    Average
    AVERAGE
    DistinctCount
    DISTINCT_COUNT
    Stdev
    STDEV
    Stdevp
    STDEVP
    Var
    VAR
    Varp
    VARP
    Percentile
    PERCENTILE
    Median
    MEDIAN
    Custom
    CUSTOM
    Sum
    SUM
    Min
    MIN
    Max
    MAX
    Count
    COUNT
    Average
    AVERAGE
    DistinctCount
    DISTINCT_COUNT
    Stdev
    STDEV
    Stdevp
    STDEVP
    Var
    VAR
    Varp
    VARP
    Percentile
    PERCENTILE
    Median
    MEDIAN
    Custom
    CUSTOM
    SUM
    SUM
    MIN
    MIN
    MAX
    MAX
    COUNT
    COUNT
    AVERAGE
    AVERAGE
    DISTINCT_COUNT
    DISTINCT_COUNT
    STDEV
    STDEV
    STDEVP
    STDEVP
    VAR
    VAR
    VARP
    VARP
    PERCENTILE
    PERCENTILE
    MEDIAN
    MEDIAN
    CUSTOM
    CUSTOM
    "SUM"
    SUM
    "MIN"
    MIN
    "MAX"
    MAX
    "COUNT"
    COUNT
    "AVERAGE"
    AVERAGE
    "DISTINCT_COUNT"
    DISTINCT_COUNT
    "STDEV"
    STDEV
    "STDEVP"
    STDEVP
    "VAR"
    VAR
    "VARP"
    VARP
    "PERCENTILE"
    PERCENTILE
    "MEDIAN"
    MEDIAN
    "CUSTOM"
    CUSTOM

    TopicNamedEntityDefinition, TopicNamedEntityDefinitionArgs

    TopicNamedEntityDefinitionMetric, TopicNamedEntityDefinitionMetricArgs

    TopicNamedFilterAggType, TopicNamedFilterAggTypeArgs

    NoAggregation
    NO_AGGREGATION
    Sum
    SUM
    Average
    AVERAGE
    Count
    COUNT
    DistinctCount
    DISTINCT_COUNT
    Max
    MAX
    Median
    MEDIAN
    Min
    MIN
    Stdev
    STDEV
    Stdevp
    STDEVP
    Var
    VAR
    Varp
    VARP
    TopicNamedFilterAggTypeNoAggregation
    NO_AGGREGATION
    TopicNamedFilterAggTypeSum
    SUM
    TopicNamedFilterAggTypeAverage
    AVERAGE
    TopicNamedFilterAggTypeCount
    COUNT
    TopicNamedFilterAggTypeDistinctCount
    DISTINCT_COUNT
    TopicNamedFilterAggTypeMax
    MAX
    TopicNamedFilterAggTypeMedian
    MEDIAN
    TopicNamedFilterAggTypeMin
    MIN
    TopicNamedFilterAggTypeStdev
    STDEV
    TopicNamedFilterAggTypeStdevp
    STDEVP
    TopicNamedFilterAggTypeVar
    VAR
    TopicNamedFilterAggTypeVarp
    VARP
    NoAggregation
    NO_AGGREGATION
    Sum
    SUM
    Average
    AVERAGE
    Count
    COUNT
    DistinctCount
    DISTINCT_COUNT
    Max
    MAX
    Median
    MEDIAN
    Min
    MIN
    Stdev
    STDEV
    Stdevp
    STDEVP
    Var
    VAR
    Varp
    VARP
    NoAggregation
    NO_AGGREGATION
    Sum
    SUM
    Average
    AVERAGE
    Count
    COUNT
    DistinctCount
    DISTINCT_COUNT
    Max
    MAX
    Median
    MEDIAN
    Min
    MIN
    Stdev
    STDEV
    Stdevp
    STDEVP
    Var
    VAR
    Varp
    VARP
    NO_AGGREGATION
    NO_AGGREGATION
    SUM
    SUM
    AVERAGE
    AVERAGE
    COUNT
    COUNT
    DISTINCT_COUNT
    DISTINCT_COUNT
    MAX
    MAX
    MEDIAN
    MEDIAN
    MIN
    MIN
    STDEV
    STDEV
    STDEVP
    STDEVP
    VAR
    VAR
    VARP
    VARP
    "NO_AGGREGATION"
    NO_AGGREGATION
    "SUM"
    SUM
    "AVERAGE"
    AVERAGE
    "COUNT"
    COUNT
    "DISTINCT_COUNT"
    DISTINCT_COUNT
    "MAX"
    MAX
    "MEDIAN"
    MEDIAN
    "MIN"
    MIN
    "STDEV"
    STDEV
    "STDEVP"
    STDEVP
    "VAR"
    VAR
    "VARP"
    VARP

    TopicNamedFilterType, TopicNamedFilterTypeArgs

    CategoryFilter
    CATEGORY_FILTER
    NumericEqualityFilter
    NUMERIC_EQUALITY_FILTER
    NumericRangeFilter
    NUMERIC_RANGE_FILTER
    DateRangeFilter
    DATE_RANGE_FILTER
    RelativeDateFilter
    RELATIVE_DATE_FILTER
    TopicNamedFilterTypeCategoryFilter
    CATEGORY_FILTER
    TopicNamedFilterTypeNumericEqualityFilter
    NUMERIC_EQUALITY_FILTER
    TopicNamedFilterTypeNumericRangeFilter
    NUMERIC_RANGE_FILTER
    TopicNamedFilterTypeDateRangeFilter
    DATE_RANGE_FILTER
    TopicNamedFilterTypeRelativeDateFilter
    RELATIVE_DATE_FILTER
    CategoryFilter
    CATEGORY_FILTER
    NumericEqualityFilter
    NUMERIC_EQUALITY_FILTER
    NumericRangeFilter
    NUMERIC_RANGE_FILTER
    DateRangeFilter
    DATE_RANGE_FILTER
    RelativeDateFilter
    RELATIVE_DATE_FILTER
    CategoryFilter
    CATEGORY_FILTER
    NumericEqualityFilter
    NUMERIC_EQUALITY_FILTER
    NumericRangeFilter
    NUMERIC_RANGE_FILTER
    DateRangeFilter
    DATE_RANGE_FILTER
    RelativeDateFilter
    RELATIVE_DATE_FILTER
    CATEGORY_FILTER
    CATEGORY_FILTER
    NUMERIC_EQUALITY_FILTER
    NUMERIC_EQUALITY_FILTER
    NUMERIC_RANGE_FILTER
    NUMERIC_RANGE_FILTER
    DATE_RANGE_FILTER
    DATE_RANGE_FILTER
    RELATIVE_DATE_FILTER
    RELATIVE_DATE_FILTER
    "CATEGORY_FILTER"
    CATEGORY_FILTER
    "NUMERIC_EQUALITY_FILTER"
    NUMERIC_EQUALITY_FILTER
    "NUMERIC_RANGE_FILTER"
    NUMERIC_RANGE_FILTER
    "DATE_RANGE_FILTER"
    DATE_RANGE_FILTER
    "RELATIVE_DATE_FILTER"
    RELATIVE_DATE_FILTER

    TopicNegativeFormat, TopicNegativeFormatArgs

    Prefix string
    Suffix string
    Prefix string
    Suffix string
    prefix String
    suffix String
    prefix string
    suffix string
    prefix str
    suffix str
    prefix String
    suffix String

    TopicNumberScale, TopicNumberScaleArgs

    None
    NONE
    Auto
    AUTO
    Thousands
    THOUSANDS
    Millions
    MILLIONS
    Billions
    BILLIONS
    Trillions
    TRILLIONS
    TopicNumberScaleNone
    NONE
    TopicNumberScaleAuto
    AUTO
    TopicNumberScaleThousands
    THOUSANDS
    TopicNumberScaleMillions
    MILLIONS
    TopicNumberScaleBillions
    BILLIONS
    TopicNumberScaleTrillions
    TRILLIONS
    None
    NONE
    Auto
    AUTO
    Thousands
    THOUSANDS
    Millions
    MILLIONS
    Billions
    BILLIONS
    Trillions
    TRILLIONS
    None
    NONE
    Auto
    AUTO
    Thousands
    THOUSANDS
    Millions
    MILLIONS
    Billions
    BILLIONS
    Trillions
    TRILLIONS
    NONE
    NONE
    AUTO
    AUTO
    THOUSANDS
    THOUSANDS
    MILLIONS
    MILLIONS
    BILLIONS
    BILLIONS
    TRILLIONS
    TRILLIONS
    "NONE"
    NONE
    "AUTO"
    AUTO
    "THOUSANDS"
    THOUSANDS
    "MILLIONS"
    MILLIONS
    "BILLIONS"
    BILLIONS
    "TRILLIONS"
    TRILLIONS

    TopicNumericEqualityFilter, TopicNumericEqualityFilterArgs

    TopicNumericRangeFilter, TopicNumericRangeFilterArgs

    TopicNumericSeparatorSymbol, TopicNumericSeparatorSymbolArgs

    Comma
    COMMA
    Dot
    DOT
    TopicNumericSeparatorSymbolComma
    COMMA
    TopicNumericSeparatorSymbolDot
    DOT
    Comma
    COMMA
    Dot
    DOT
    Comma
    COMMA
    Dot
    DOT
    COMMA
    COMMA
    DOT
    DOT
    "COMMA"
    COMMA
    "DOT"
    DOT

    TopicPropertyRole, TopicPropertyRoleArgs

    Primary
    PRIMARY
    Id
    ID
    TopicPropertyRolePrimary
    PRIMARY
    TopicPropertyRoleId
    ID
    Primary
    PRIMARY
    Id
    ID
    Primary
    PRIMARY
    Id
    ID
    PRIMARY
    PRIMARY
    ID
    ID
    "PRIMARY"
    PRIMARY
    "ID"
    ID

    TopicPropertyUsage, TopicPropertyUsageArgs

    Inherit
    INHERIT
    Dimension
    DIMENSION
    Measure
    MEASURE
    TopicPropertyUsageInherit
    INHERIT
    TopicPropertyUsageDimension
    DIMENSION
    TopicPropertyUsageMeasure
    MEASURE
    Inherit
    INHERIT
    Dimension
    DIMENSION
    Measure
    MEASURE
    Inherit
    INHERIT
    Dimension
    DIMENSION
    Measure
    MEASURE
    INHERIT
    INHERIT
    DIMENSION
    DIMENSION
    MEASURE
    MEASURE
    "INHERIT"
    INHERIT
    "DIMENSION"
    DIMENSION
    "MEASURE"
    MEASURE

    TopicRangeConstant, TopicRangeConstantArgs

    Maximum string
    Minimum string
    Maximum string
    Minimum string
    maximum String
    minimum String
    maximum string
    minimum string
    maximum String
    minimum String

    TopicRangeFilterConstant, TopicRangeFilterConstantArgs

    TopicRelativeDateFilter, TopicRelativeDateFilterArgs

    TopicRelativeDateFilterFunction, TopicRelativeDateFilterFunctionArgs

    Previous
    PREVIOUS
    This
    THIS
    Last
    LAST
    Next
    NEXT
    Now
    NOW
    TopicRelativeDateFilterFunctionPrevious
    PREVIOUS
    TopicRelativeDateFilterFunctionThis
    THIS
    TopicRelativeDateFilterFunctionLast
    LAST
    TopicRelativeDateFilterFunctionNext
    NEXT
    TopicRelativeDateFilterFunctionNow
    NOW
    Previous
    PREVIOUS
    This
    THIS
    Last
    LAST
    Next
    NEXT
    Now
    NOW
    Previous
    PREVIOUS
    This
    THIS
    Last
    LAST
    Next
    NEXT
    Now
    NOW
    PREVIOUS
    PREVIOUS
    THIS
    THIS
    LAST
    LAST
    NEXT
    NEXT
    NOW
    NOW
    "PREVIOUS"
    PREVIOUS
    "THIS"
    THIS
    "LAST"
    LAST
    "NEXT"
    NEXT
    "NOW"
    NOW

    TopicSemanticEntityType, TopicSemanticEntityTypeArgs

    SubTypeName string
    TypeName string
    TypeParameters Dictionary<string, string>
    SubTypeName string
    TypeName string
    TypeParameters map[string]string
    subTypeName String
    typeName String
    typeParameters Map<String,String>
    subTypeName string
    typeName string
    typeParameters {[key: string]: string}
    sub_type_name str
    type_name str
    type_parameters Mapping[str, str]
    subTypeName String
    typeName String
    typeParameters Map<String>

    TopicSemanticType, TopicSemanticTypeArgs

    FalseyCellValue string
    FalseyCellValueSynonyms List<string>
    SubTypeName string
    TruthyCellValue string
    TruthyCellValueSynonyms List<string>
    TypeName string
    TypeParameters Dictionary<string, string>
    falseyCellValue String
    falseyCellValueSynonyms List<String>
    subTypeName String
    truthyCellValue String
    truthyCellValueSynonyms List<String>
    typeName String
    typeParameters Map<String,String>

    TopicSingularFilterConstant, TopicSingularFilterConstantArgs

    TopicTimeGranularity, TopicTimeGranularityArgs

    Second
    SECOND
    Minute
    MINUTE
    Hour
    HOUR
    Day
    DAY
    Week
    WEEK
    Month
    MONTH
    Quarter
    QUARTER
    Year
    YEAR
    TopicTimeGranularitySecond
    SECOND
    TopicTimeGranularityMinute
    MINUTE
    TopicTimeGranularityHour
    HOUR
    TopicTimeGranularityDay
    DAY
    TopicTimeGranularityWeek
    WEEK
    TopicTimeGranularityMonth
    MONTH
    TopicTimeGranularityQuarter
    QUARTER
    TopicTimeGranularityYear
    YEAR
    Second
    SECOND
    Minute
    MINUTE
    Hour
    HOUR
    Day
    DAY
    Week
    WEEK
    Month
    MONTH
    Quarter
    QUARTER
    Year
    YEAR
    Second
    SECOND
    Minute
    MINUTE
    Hour
    HOUR
    Day
    DAY
    Week
    WEEK
    Month
    MONTH
    Quarter
    QUARTER
    Year
    YEAR
    SECOND
    SECOND
    MINUTE
    MINUTE
    HOUR
    HOUR
    DAY
    DAY
    WEEK
    WEEK
    MONTH
    MONTH
    QUARTER
    QUARTER
    YEAR
    YEAR
    "SECOND"
    SECOND
    "MINUTE"
    MINUTE
    "HOUR"
    HOUR
    "DAY"
    DAY
    "WEEK"
    WEEK
    "MONTH"
    MONTH
    "QUARTER"
    QUARTER
    "YEAR"
    YEAR

    TopicUndefinedSpecifiedValueType, TopicUndefinedSpecifiedValueTypeArgs

    Least
    LEAST
    Most
    MOST
    TopicUndefinedSpecifiedValueTypeLeast
    LEAST
    TopicUndefinedSpecifiedValueTypeMost
    MOST
    Least
    LEAST
    Most
    MOST
    Least
    LEAST
    Most
    MOST
    LEAST
    LEAST
    MOST
    MOST
    "LEAST"
    LEAST
    "MOST"
    MOST

    TopicUserExperienceVersion, TopicUserExperienceVersionArgs

    Legacy
    LEGACY
    NewReaderExperience
    NEW_READER_EXPERIENCE
    TopicUserExperienceVersionLegacy
    LEGACY
    TopicUserExperienceVersionNewReaderExperience
    NEW_READER_EXPERIENCE
    Legacy
    LEGACY
    NewReaderExperience
    NEW_READER_EXPERIENCE
    Legacy
    LEGACY
    NewReaderExperience
    NEW_READER_EXPERIENCE
    LEGACY
    LEGACY
    NEW_READER_EXPERIENCE
    NEW_READER_EXPERIENCE
    "LEGACY"
    LEGACY
    "NEW_READER_EXPERIENCE"
    NEW_READER_EXPERIENCE

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi