2026/07/31 - Amazon QuickSight - 8 new21 updated api methods
Changes Adding TopicV2 management APIs, adding possibility to use Topics in Analysis
Searches for any Q topic that exists in an Amazon Web Services account.
See also: AWS API Documentation
Request Syntax
client.search_topics_v2(
AwsAccountId='string',
Filters=[
{
'Operator': 'StringEquals'|'StringLike',
'Name': 'QUICKSIGHT_USER'|'QUICKSIGHT_VIEWER_OR_OWNER'|'DIRECT_QUICKSIGHT_VIEWER_OR_OWNER'|'QUICKSIGHT_OWNER'|'DIRECT_QUICKSIGHT_OWNER'|'DIRECT_QUICKSIGHT_SOLE_OWNER'|'TOPIC_NAME',
'Value': 'string'
},
],
NextToken='string',
MaxResults=123
)
string
[REQUIRED]
The ID of the Amazon Web Services account that contains the topic that you want to search.
list
[REQUIRED]
The filters that you want to use to search for the topic.
(dict) --
The filter that is used to search for a topic.
Operator (string) -- [REQUIRED]
The operator like equals or like.
Name (string) -- [REQUIRED]
The name of the topic search filter.
Value (string) -- [REQUIRED]
The value of the topic search filter.
string
The token for the next set of results, or null if there are no more results.
integer
The maximum number of results to be returned per request.
dict
Response Syntax
{
'TopicSummaryList': [
{
'Arn': 'string',
'TopicId': 'string',
'Name': 'string'
},
],
'NextToken': 'string',
'Status': 123,
'RequestId': 'string'
}
Response Structure
(dict) --
TopicSummaryList (list) --
A list of topic summaries that is returned by the search topic request.
(dict) --
A summary of the topic.
Arn (string) --
The Amazon Resource Name (ARN) of the topic.
TopicId (string) --
The ID of the topic. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
Name (string) --
The name of the topic.
NextToken (string) --
The token for the next set of results, or null if there are no more results.
Status (integer) --
The HTTP status of the request.
RequestId (string) --
The Amazon Web Services request ID for this operation.
Deletes a Q topic.
See also: AWS API Documentation
Request Syntax
client.delete_topic_v2(
AwsAccountId='string',
TopicId='string'
)
string
[REQUIRED]
The ID of the Amazon Web Services account that contains the topic that you want to delete.
string
[REQUIRED]
The ID of the topic that you want to delete. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
dict
Response Syntax
{
'Arn': 'string',
'TopicId': 'string',
'RequestId': 'string',
'Status': 123
}
Response Structure
(dict) --
Arn (string) --
The Amazon Resource Name (ARN) of the topic.
TopicId (string) --
The ID of the topic that you want to delete. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
RequestId (string) --
The Amazon Web Services request ID for this operation.
Status (integer) --
The HTTP status of the request.
Lists all of the Q topics in the specified Amazon Web Services account in an Amazon Web Services Region.
See also: AWS API Documentation
Request Syntax
client.list_topics_v2(
AwsAccountId='string',
NextToken='string',
MaxResults=123
)
string
[REQUIRED]
The ID of the Amazon Web Services account that contains the topics that you want to list.
string
The token for the next set of results, or null if there are no more results.
integer
The maximum number of results to be returned per request.
dict
Response Syntax
{
'TopicSummaryList': [
{
'Arn': 'string',
'TopicId': 'string',
'Name': 'string'
},
],
'NextToken': 'string',
'RequestId': 'string',
'Status': 123
}
Response Structure
(dict) --
TopicSummaryList (list) --
A list of topic summaries.
(dict) --
A summary of the topic.
Arn (string) --
The Amazon Resource Name (ARN) of the topic.
TopicId (string) --
The ID of the topic. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
Name (string) --
The name of the topic.
NextToken (string) --
The token for the next set of results, or null if there are no more results.
RequestId (string) --
The Amazon Web Services request ID for this operation.
Status (integer) --
The HTTP status of the request.
Describes the permissions of a topic.
See also: AWS API Documentation
Request Syntax
client.describe_topic_permissions_v2(
AwsAccountId='string',
TopicId='string'
)
string
[REQUIRED]
The ID of the Amazon Web Services account that contains the topic that you want described.
string
[REQUIRED]
The ID of the topic that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
dict
Response Syntax
{
'TopicId': 'string',
'TopicArn': 'string',
'Permissions': [
{
'Principal': 'string',
'Actions': [
'string',
]
},
],
'Status': 123,
'RequestId': 'string'
}
Response Structure
(dict) --
TopicId (string) --
The ID of the topic that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
TopicArn (string) --
The Amazon Resource Name (ARN) of the topic.
Permissions (list) --
A list of resource permissions that are configured to the topic.
(dict) --
Permission for the resource.
Principal (string) --
The Amazon Resource Name (ARN) of the principal. This can be one of the following:
The ARN of an Quick Sight user or group associated with a data source or dataset. (This is common.)
The ARN of an Quick Sight user, group, or namespace associated with an analysis, dashboard, template, or theme. Namespace sharing is not supported for action connectors. (This is common.)
The ARN of an Amazon Web Services account root: This is an IAM ARN rather than a Quick Sight ARN. Use this option only to share resources (templates) across Amazon Web Services accounts. Account root sharing is not supported for action connectors. (This is less common.)
Actions (list) --
The IAM action to grant or revoke permissions on.
(string) --
Status (integer) --
The HTTP status of the request.
RequestId (string) --
The Amazon Web Services request ID for this operation.
Updates the permissions of a topic.
See also: AWS API Documentation
Request Syntax
client.update_topic_permissions_v2(
AwsAccountId='string',
TopicId='string',
GrantPermissions=[
{
'Principal': 'string',
'Actions': [
'string',
]
},
],
RevokePermissions=[
{
'Principal': 'string',
'Actions': [
'string',
]
},
]
)
string
[REQUIRED]
The ID of the Amazon Web Services account that contains the topic that you want to update the permissions for.
string
[REQUIRED]
The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
list
The resource permissions that you want to grant to the topic.
(dict) --
Permission for the resource.
Principal (string) -- [REQUIRED]
The Amazon Resource Name (ARN) of the principal. This can be one of the following:
The ARN of an Quick Sight user or group associated with a data source or dataset. (This is common.)
The ARN of an Quick Sight user, group, or namespace associated with an analysis, dashboard, template, or theme. Namespace sharing is not supported for action connectors. (This is common.)
The ARN of an Amazon Web Services account root: This is an IAM ARN rather than a Quick Sight ARN. Use this option only to share resources (templates) across Amazon Web Services accounts. Account root sharing is not supported for action connectors. (This is less common.)
Actions (list) -- [REQUIRED]
The IAM action to grant or revoke permissions on.
(string) --
list
The resource permissions that you want to revoke from the topic.
(dict) --
Permission for the resource.
Principal (string) -- [REQUIRED]
The Amazon Resource Name (ARN) of the principal. This can be one of the following:
The ARN of an Quick Sight user or group associated with a data source or dataset. (This is common.)
The ARN of an Quick Sight user, group, or namespace associated with an analysis, dashboard, template, or theme. Namespace sharing is not supported for action connectors. (This is common.)
The ARN of an Amazon Web Services account root: This is an IAM ARN rather than a Quick Sight ARN. Use this option only to share resources (templates) across Amazon Web Services accounts. Account root sharing is not supported for action connectors. (This is less common.)
Actions (list) -- [REQUIRED]
The IAM action to grant or revoke permissions on.
(string) --
dict
Response Syntax
{
'TopicId': 'string',
'TopicArn': 'string',
'Permissions': [
{
'Principal': 'string',
'Actions': [
'string',
]
},
],
'Status': 123,
'RequestId': 'string'
}
Response Structure
(dict) --
TopicId (string) --
The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
TopicArn (string) --
The Amazon Resource Name (ARN) of the topic.
Permissions (list) --
A list of resource permissions on the topic.
(dict) --
Permission for the resource.
Principal (string) --
The Amazon Resource Name (ARN) of the principal. This can be one of the following:
The ARN of an Quick Sight user or group associated with a data source or dataset. (This is common.)
The ARN of an Quick Sight user, group, or namespace associated with an analysis, dashboard, template, or theme. Namespace sharing is not supported for action connectors. (This is common.)
The ARN of an Amazon Web Services account root: This is an IAM ARN rather than a Quick Sight ARN. Use this option only to share resources (templates) across Amazon Web Services accounts. Account root sharing is not supported for action connectors. (This is less common.)
Actions (list) --
The IAM action to grant or revoke permissions on.
(string) --
Status (integer) --
The HTTP status of the request.
RequestId (string) --
The Amazon Web Services request ID for this operation.
Updates the definition of a Q topic.
See also: AWS API Documentation
Request Syntax
client.update_topic_v2(
AwsAccountId='string',
TopicId='string',
Topic={
'Name': 'string',
'Description': 'string',
'DataSets': [
{
'DataSetArn': 'string',
'DataSetName': 'string'
},
],
'DataSetRelations': [
{
'Left': {
'DataSetArn': 'string',
'ColumnNames': [
'string',
]
},
'Right': {
'DataSetArn': 'string',
'ColumnNames': [
'string',
]
}
},
]
},
CustomInstructions={
'CustomInstructionsString': 'string'
},
PublishOption='DRAFT'|'PUBLISH'
)
string
[REQUIRED]
The ID of the Amazon Web Services account that contains the topic that you want to update.
string
[REQUIRED]
The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
dict
[REQUIRED]
The definition of the topic that you want to update.
Name (string) -- [REQUIRED]
The name of the topic.
Description (string) --
The description of the topic.
DataSets (list) --
The data sets that the topic is associated with.
(dict) --
A structure that represents a data set reference of a topic.
DataSetArn (string) -- [REQUIRED]
The Amazon Resource Name (ARN) of the data set.
DataSetName (string) --
The name of the data set.
DataSetRelations (list) --
The relations between the data sets that the topic is associated with.
(dict) --
A structure that represents a relation between two data sets of a topic.
Left (dict) -- [REQUIRED]
The left endpoint of the data set relation.
DataSetArn (string) -- [REQUIRED]
The Amazon Resource Name (ARN) of the data set at this endpoint of the relation.
ColumnNames (list) -- [REQUIRED]
The names of the columns that are used in the data set relation.
(string) --
Right (dict) -- [REQUIRED]
The right endpoint of the data set relation.
DataSetArn (string) -- [REQUIRED]
The Amazon Resource Name (ARN) of the data set at this endpoint of the relation.
ColumnNames (list) -- [REQUIRED]
The names of the columns that are used in the data set relation.
(string) --
dict
Instructions that provide additional guidance and context for response generation.
CustomInstructionsString (string) -- [REQUIRED]
A text field for providing additional guidance or context for response generation.
string
The publish option for the topic that you want to update.
dict
Response Syntax
{
'Arn': 'string',
'TopicId': 'string',
'RequestId': 'string',
'Status': 123
}
Response Structure
(dict) --
Arn (string) --
The Amazon Resource Name (ARN) of the topic.
TopicId (string) --
The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
RequestId (string) --
The Amazon Web Services request ID for this operation.
Status (integer) --
The HTTP status of the request.
Creates a new Q topic.
See also: AWS API Documentation
Request Syntax
client.create_topic_v2(
AwsAccountId='string',
TopicId='string',
Topic={
'Name': 'string',
'Description': 'string',
'DataSets': [
{
'DataSetArn': 'string',
'DataSetName': 'string'
},
],
'DataSetRelations': [
{
'Left': {
'DataSetArn': 'string',
'ColumnNames': [
'string',
]
},
'Right': {
'DataSetArn': 'string',
'ColumnNames': [
'string',
]
}
},
]
},
Tags=[
{
'Key': 'string',
'Value': 'string'
},
],
FolderArns=[
'string',
],
CustomInstructions={
'CustomInstructionsString': 'string'
}
)
string
[REQUIRED]
The ID of the Amazon Web Services account that you want to create a topic in.
string
[REQUIRED]
The ID for the topic that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
dict
[REQUIRED]
The definition of a topic to create.
Name (string) -- [REQUIRED]
The name of the topic.
Description (string) --
The description of the topic.
DataSets (list) --
The data sets that the topic is associated with.
(dict) --
A structure that represents a data set reference of a topic.
DataSetArn (string) -- [REQUIRED]
The Amazon Resource Name (ARN) of the data set.
DataSetName (string) --
The name of the data set.
DataSetRelations (list) --
The relations between the data sets that the topic is associated with.
(dict) --
A structure that represents a relation between two data sets of a topic.
Left (dict) -- [REQUIRED]
The left endpoint of the data set relation.
DataSetArn (string) -- [REQUIRED]
The Amazon Resource Name (ARN) of the data set at this endpoint of the relation.
ColumnNames (list) -- [REQUIRED]
The names of the columns that are used in the data set relation.
(string) --
Right (dict) -- [REQUIRED]
The right endpoint of the data set relation.
DataSetArn (string) -- [REQUIRED]
The Amazon Resource Name (ARN) of the data set at this endpoint of the relation.
ColumnNames (list) -- [REQUIRED]
The names of the columns that are used in the data set relation.
(string) --
list
Contains a map of the key-value pairs for the resource tag or tags that are assigned to the topic.
(dict) --
The key or keys of the key-value pairs for the resource tag or tags assigned to the resource.
Key (string) -- [REQUIRED]
Tag key.
Value (string) -- [REQUIRED]
Tag value.
list
The Amazon Resource Names (ARNs) of the folders that you want the topic to reside in.
(string) --
dict
Instructions that provide additional guidance and context for response generation.
CustomInstructionsString (string) -- [REQUIRED]
A text field for providing additional guidance or context for response generation.
dict
Response Syntax
{
'Arn': 'string',
'TopicId': 'string',
'RequestId': 'string',
'Status': 123
}
Response Structure
(dict) --
Arn (string) --
The Amazon Resource Name (ARN) of the topic.
TopicId (string) --
The ID for the topic that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
RequestId (string) --
The Amazon Web Services request ID for this operation.
Status (integer) --
The HTTP status of the request.
Describes a Q topic.
See also: AWS API Documentation
Request Syntax
client.describe_topic_v2(
AwsAccountId='string',
TopicId='string'
)
string
[REQUIRED]
The ID of the Amazon Web Services account that contains the topic that you want to describe.
string
[REQUIRED]
The ID of the topic that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
dict
Response Syntax
{
'Arn': 'string',
'TopicId': 'string',
'Topic': {
'Name': 'string',
'Description': 'string',
'DataSets': [
{
'DataSetArn': 'string',
'DataSetName': 'string'
},
],
'DataSetRelations': [
{
'Left': {
'DataSetArn': 'string',
'ColumnNames': [
'string',
]
},
'Right': {
'DataSetArn': 'string',
'ColumnNames': [
'string',
]
}
},
]
},
'CustomInstructions': {
'CustomInstructionsString': 'string'
},
'Status': 123,
'RequestId': 'string'
}
Response Structure
(dict) --
Arn (string) --
The Amazon Resource Name (ARN) of the topic.
TopicId (string) --
The ID of the topic that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
Topic (dict) --
The definition of a topic.
Name (string) --
The name of the topic.
Description (string) --
The description of the topic.
DataSets (list) --
The data sets that the topic is associated with.
(dict) --
A structure that represents a data set reference of a topic.
DataSetArn (string) --
The Amazon Resource Name (ARN) of the data set.
DataSetName (string) --
The name of the data set.
DataSetRelations (list) --
The relations between the data sets that the topic is associated with.
(dict) --
A structure that represents a relation between two data sets of a topic.
Left (dict) --
The left endpoint of the data set relation.
DataSetArn (string) --
The Amazon Resource Name (ARN) of the data set at this endpoint of the relation.
ColumnNames (list) --
The names of the columns that are used in the data set relation.
(string) --
Right (dict) --
The right endpoint of the data set relation.
DataSetArn (string) --
The Amazon Resource Name (ARN) of the data set at this endpoint of the relation.
ColumnNames (list) --
The names of the columns that are used in the data set relation.
(string) --
CustomInstructions (dict) --
Instructions that provide additional guidance and context for response generation.
CustomInstructionsString (string) --
A text field for providing additional guidance or context for response generation.
Status (integer) --
The HTTP status of the request.
RequestId (string) --
The Amazon Web Services request ID for this operation.
{'Answers': {'Mir': {'ContributionAnalysis': {'TimeRanges': {'EndRange': {'FilterClass': {'DASHBOARD_DEFAULT_FILTER'}},
'StartRange': {'FilterClass': {'DASHBOARD_DEFAULT_FILTER'}}}},
'Filters': {'FilterClass': {'DASHBOARD_DEFAULT_FILTER'}}},
'PrimaryVisual': {'Ir': {'ContributionAnalysis': {'TimeRanges': {'EndRange': {'FilterClass': {'DASHBOARD_DEFAULT_FILTER'}},
'StartRange': {'FilterClass': {'DASHBOARD_DEFAULT_FILTER'}}}},
'Filters': {'FilterClass': {'DASHBOARD_DEFAULT_FILTER'}}}}}}
Creates new reviewed answers for a Q Topic.
See also: AWS API Documentation
Request Syntax
client.batch_create_topic_reviewed_answer(
AwsAccountId='string',
TopicId='string',
Answers=[
{
'AnswerId': 'string',
'DatasetArn': 'string',
'Question': 'string',
'Mir': {
'Metrics': [
{
'MetricId': {
'Identity': 'string'
},
'Function': {
'Aggregation': 'SUM'|'MIN'|'MAX'|'COUNT'|'AVERAGE'|'DISTINCT_COUNT'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE'|'MEDIAN'|'PTD_SUM'|'PTD_MIN'|'PTD_MAX'|'PTD_COUNT'|'PTD_DISTINCT_COUNT'|'PTD_AVERAGE'|'COLUMN'|'CUSTOM',
'AggregationFunctionParameters': {
'string': 'string'
},
'Period': 'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK'|'MONTH'|'QUARTER'|'YEAR',
'PeriodField': 'string'
},
'Operands': [
{
'Identity': 'string'
},
],
'ComparisonMethod': {
'Type': 'DIFF'|'PERC_DIFF'|'DIFF_AS_PERC'|'POP_CURRENT_DIFF_AS_PERC'|'POP_CURRENT_DIFF'|'POP_OVERTIME_DIFF_AS_PERC'|'POP_OVERTIME_DIFF'|'PERCENT_OF_TOTAL'|'RUNNING_SUM'|'MOVING_AVERAGE',
'Period': 'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK'|'MONTH'|'QUARTER'|'YEAR',
'WindowSize': 123
},
'Expression': 'string',
'CalculatedFieldReferences': [
{
'Identity': 'string'
},
],
'DisplayFormat': 'AUTO'|'PERCENT'|'CURRENCY'|'NUMBER'|'DATE'|'STRING',
'DisplayFormatOptions': {
'UseBlankCellFormat': True|False,
'BlankCellFormat': 'string',
'DateFormat': 'string',
'DecimalSeparator': 'COMMA'|'DOT',
'GroupingSeparator': 'string',
'UseGrouping': True|False,
'FractionDigits': 123,
'Prefix': 'string',
'Suffix': 'string',
'UnitScaler': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS'|'LAKHS'|'CRORES',
'NegativeFormat': {
'Prefix': 'string',
'Suffix': 'string'
},
'CurrencySymbol': 'string'
},
'NamedEntity': {
'NamedEntityName': 'string'
}
},
],
'GroupByList': [
{
'FieldName': {
'Identity': 'string'
},
'TimeGranularity': 'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK'|'MONTH'|'QUARTER'|'YEAR',
'Sort': {
'Operand': {
'Identity': 'string'
},
'SortDirection': 'ASCENDING'|'DESCENDING'
},
'DisplayFormat': 'AUTO'|'PERCENT'|'CURRENCY'|'NUMBER'|'DATE'|'STRING',
'DisplayFormatOptions': {
'UseBlankCellFormat': True|False,
'BlankCellFormat': 'string',
'DateFormat': 'string',
'DecimalSeparator': 'COMMA'|'DOT',
'GroupingSeparator': 'string',
'UseGrouping': True|False,
'FractionDigits': 123,
'Prefix': 'string',
'Suffix': 'string',
'UnitScaler': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS'|'LAKHS'|'CRORES',
'NegativeFormat': {
'Prefix': 'string',
'Suffix': 'string'
},
'CurrencySymbol': 'string'
},
'NamedEntity': {
'NamedEntityName': 'string'
}
},
],
'Filters': [
[
{
'FilterType': 'CATEGORY_FILTER'|'NUMERIC_EQUALITY_FILTER'|'NUMERIC_RANGE_FILTER'|'DATE_RANGE_FILTER'|'RELATIVE_DATE_FILTER'|'TOP_BOTTOM_FILTER'|'EQUALS'|'RANK_LIMIT_FILTER'|'ACCEPT_ALL_FILTER',
'FilterClass': 'ENFORCED_VALUE_FILTER'|'CONDITIONAL_VALUE_FILTER'|'NAMED_VALUE_FILTER'|'DASHBOARD_DEFAULT_FILTER',
'OperandField': {
'Identity': 'string'
},
'Function': 'CONTAINS'|'EXACT'|'STARTS_WITH'|'ENDS_WITH'|'CONTAINS_STRING'|'PREVIOUS'|'THIS'|'LAST'|'NEXT'|'NOW',
'Constant': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'Inverse': True|False,
'NullFilter': 'ALL_VALUES'|'NON_NULLS_ONLY'|'NULLS_ONLY',
'Aggregation': 'SUM'|'MIN'|'MAX'|'COUNT'|'AVERAGE'|'DISTINCT_COUNT'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE'|'MEDIAN'|'PTD_SUM'|'PTD_MIN'|'PTD_MAX'|'PTD_COUNT'|'PTD_DISTINCT_COUNT'|'PTD_AVERAGE'|'COLUMN'|'CUSTOM',
'AggregationFunctionParameters': {
'string': 'string'
},
'AggregationPartitionBy': [
{
'FieldName': 'string',
'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND'
},
],
'Range': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'Inclusive': True|False,
'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND',
'LastNextOffset': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'AggMetrics': [
{
'MetricOperand': {
'Identity': 'string'
},
'Function': 'SUM'|'MIN'|'MAX'|'COUNT'|'AVERAGE'|'DISTINCT_COUNT'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE'|'MEDIAN'|'PTD_SUM'|'PTD_MIN'|'PTD_MAX'|'PTD_COUNT'|'PTD_DISTINCT_COUNT'|'PTD_AVERAGE'|'COLUMN'|'CUSTOM',
'SortDirection': 'ASCENDING'|'DESCENDING'
},
],
'TopBottomLimit': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'SortDirection': 'ASCENDING'|'DESCENDING',
'Anchor': {
'AnchorType': 'TODAY',
'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND',
'Offset': 123
}
},
],
],
'Sort': {
'Operand': {
'Identity': 'string'
},
'SortDirection': 'ASCENDING'|'DESCENDING'
},
'ContributionAnalysis': {
'Factors': [
{
'FieldName': 'string'
},
],
'TimeRanges': {
'StartRange': {
'FilterType': 'CATEGORY_FILTER'|'NUMERIC_EQUALITY_FILTER'|'NUMERIC_RANGE_FILTER'|'DATE_RANGE_FILTER'|'RELATIVE_DATE_FILTER'|'TOP_BOTTOM_FILTER'|'EQUALS'|'RANK_LIMIT_FILTER'|'ACCEPT_ALL_FILTER',
'FilterClass': 'ENFORCED_VALUE_FILTER'|'CONDITIONAL_VALUE_FILTER'|'NAMED_VALUE_FILTER'|'DASHBOARD_DEFAULT_FILTER',
'OperandField': {
'Identity': 'string'
},
'Function': 'CONTAINS'|'EXACT'|'STARTS_WITH'|'ENDS_WITH'|'CONTAINS_STRING'|'PREVIOUS'|'THIS'|'LAST'|'NEXT'|'NOW',
'Constant': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'Inverse': True|False,
'NullFilter': 'ALL_VALUES'|'NON_NULLS_ONLY'|'NULLS_ONLY',
'Aggregation': 'SUM'|'MIN'|'MAX'|'COUNT'|'AVERAGE'|'DISTINCT_COUNT'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE'|'MEDIAN'|'PTD_SUM'|'PTD_MIN'|'PTD_MAX'|'PTD_COUNT'|'PTD_DISTINCT_COUNT'|'PTD_AVERAGE'|'COLUMN'|'CUSTOM',
'AggregationFunctionParameters': {
'string': 'string'
},
'AggregationPartitionBy': [
{
'FieldName': 'string',
'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND'
},
],
'Range': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'Inclusive': True|False,
'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND',
'LastNextOffset': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'AggMetrics': [
{
'MetricOperand': {
'Identity': 'string'
},
'Function': 'SUM'|'MIN'|'MAX'|'COUNT'|'AVERAGE'|'DISTINCT_COUNT'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE'|'MEDIAN'|'PTD_SUM'|'PTD_MIN'|'PTD_MAX'|'PTD_COUNT'|'PTD_DISTINCT_COUNT'|'PTD_AVERAGE'|'COLUMN'|'CUSTOM',
'SortDirection': 'ASCENDING'|'DESCENDING'
},
],
'TopBottomLimit': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'SortDirection': 'ASCENDING'|'DESCENDING',
'Anchor': {
'AnchorType': 'TODAY',
'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND',
'Offset': 123
}
},
'EndRange': {
'FilterType': 'CATEGORY_FILTER'|'NUMERIC_EQUALITY_FILTER'|'NUMERIC_RANGE_FILTER'|'DATE_RANGE_FILTER'|'RELATIVE_DATE_FILTER'|'TOP_BOTTOM_FILTER'|'EQUALS'|'RANK_LIMIT_FILTER'|'ACCEPT_ALL_FILTER',
'FilterClass': 'ENFORCED_VALUE_FILTER'|'CONDITIONAL_VALUE_FILTER'|'NAMED_VALUE_FILTER'|'DASHBOARD_DEFAULT_FILTER',
'OperandField': {
'Identity': 'string'
},
'Function': 'CONTAINS'|'EXACT'|'STARTS_WITH'|'ENDS_WITH'|'CONTAINS_STRING'|'PREVIOUS'|'THIS'|'LAST'|'NEXT'|'NOW',
'Constant': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'Inverse': True|False,
'NullFilter': 'ALL_VALUES'|'NON_NULLS_ONLY'|'NULLS_ONLY',
'Aggregation': 'SUM'|'MIN'|'MAX'|'COUNT'|'AVERAGE'|'DISTINCT_COUNT'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE'|'MEDIAN'|'PTD_SUM'|'PTD_MIN'|'PTD_MAX'|'PTD_COUNT'|'PTD_DISTINCT_COUNT'|'PTD_AVERAGE'|'COLUMN'|'CUSTOM',
'AggregationFunctionParameters': {
'string': 'string'
},
'AggregationPartitionBy': [
{
'FieldName': 'string',
'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND'
},
],
'Range': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'Inclusive': True|False,
'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND',
'LastNextOffset': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'AggMetrics': [
{
'MetricOperand': {
'Identity': 'string'
},
'Function': 'SUM'|'MIN'|'MAX'|'COUNT'|'AVERAGE'|'DISTINCT_COUNT'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE'|'MEDIAN'|'PTD_SUM'|'PTD_MIN'|'PTD_MAX'|'PTD_COUNT'|'PTD_DISTINCT_COUNT'|'PTD_AVERAGE'|'COLUMN'|'CUSTOM',
'SortDirection': 'ASCENDING'|'DESCENDING'
},
],
'TopBottomLimit': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'SortDirection': 'ASCENDING'|'DESCENDING',
'Anchor': {
'AnchorType': 'TODAY',
'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND',
'Offset': 123
}
}
},
'Direction': 'INCREASE'|'DECREASE'|'NEUTRAL',
'SortType': 'ABSOLUTE_DIFFERENCE'|'CONTRIBUTION_PERCENTAGE'|'DEVIATION_FROM_EXPECTED'|'PERCENTAGE_DIFFERENCE'
},
'Visual': {
'type': 'string'
}
},
'PrimaryVisual': {
'VisualId': 'string',
'Role': 'PRIMARY'|'COMPLIMENTARY'|'MULTI_INTENT'|'FALLBACK'|'FRAGMENT',
'Ir': {
'Metrics': [
{
'MetricId': {
'Identity': 'string'
},
'Function': {
'Aggregation': 'SUM'|'MIN'|'MAX'|'COUNT'|'AVERAGE'|'DISTINCT_COUNT'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE'|'MEDIAN'|'PTD_SUM'|'PTD_MIN'|'PTD_MAX'|'PTD_COUNT'|'PTD_DISTINCT_COUNT'|'PTD_AVERAGE'|'COLUMN'|'CUSTOM',
'AggregationFunctionParameters': {
'string': 'string'
},
'Period': 'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK'|'MONTH'|'QUARTER'|'YEAR',
'PeriodField': 'string'
},
'Operands': [
{
'Identity': 'string'
},
],
'ComparisonMethod': {
'Type': 'DIFF'|'PERC_DIFF'|'DIFF_AS_PERC'|'POP_CURRENT_DIFF_AS_PERC'|'POP_CURRENT_DIFF'|'POP_OVERTIME_DIFF_AS_PERC'|'POP_OVERTIME_DIFF'|'PERCENT_OF_TOTAL'|'RUNNING_SUM'|'MOVING_AVERAGE',
'Period': 'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK'|'MONTH'|'QUARTER'|'YEAR',
'WindowSize': 123
},
'Expression': 'string',
'CalculatedFieldReferences': [
{
'Identity': 'string'
},
],
'DisplayFormat': 'AUTO'|'PERCENT'|'CURRENCY'|'NUMBER'|'DATE'|'STRING',
'DisplayFormatOptions': {
'UseBlankCellFormat': True|False,
'BlankCellFormat': 'string',
'DateFormat': 'string',
'DecimalSeparator': 'COMMA'|'DOT',
'GroupingSeparator': 'string',
'UseGrouping': True|False,
'FractionDigits': 123,
'Prefix': 'string',
'Suffix': 'string',
'UnitScaler': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS'|'LAKHS'|'CRORES',
'NegativeFormat': {
'Prefix': 'string',
'Suffix': 'string'
},
'CurrencySymbol': 'string'
},
'NamedEntity': {
'NamedEntityName': 'string'
}
},
],
'GroupByList': [
{
'FieldName': {
'Identity': 'string'
},
'TimeGranularity': 'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK'|'MONTH'|'QUARTER'|'YEAR',
'Sort': {
'Operand': {
'Identity': 'string'
},
'SortDirection': 'ASCENDING'|'DESCENDING'
},
'DisplayFormat': 'AUTO'|'PERCENT'|'CURRENCY'|'NUMBER'|'DATE'|'STRING',
'DisplayFormatOptions': {
'UseBlankCellFormat': True|False,
'BlankCellFormat': 'string',
'DateFormat': 'string',
'DecimalSeparator': 'COMMA'|'DOT',
'GroupingSeparator': 'string',
'UseGrouping': True|False,
'FractionDigits': 123,
'Prefix': 'string',
'Suffix': 'string',
'UnitScaler': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS'|'LAKHS'|'CRORES',
'NegativeFormat': {
'Prefix': 'string',
'Suffix': 'string'
},
'CurrencySymbol': 'string'
},
'NamedEntity': {
'NamedEntityName': 'string'
}
},
],
'Filters': [
[
{
'FilterType': 'CATEGORY_FILTER'|'NUMERIC_EQUALITY_FILTER'|'NUMERIC_RANGE_FILTER'|'DATE_RANGE_FILTER'|'RELATIVE_DATE_FILTER'|'TOP_BOTTOM_FILTER'|'EQUALS'|'RANK_LIMIT_FILTER'|'ACCEPT_ALL_FILTER',
'FilterClass': 'ENFORCED_VALUE_FILTER'|'CONDITIONAL_VALUE_FILTER'|'NAMED_VALUE_FILTER'|'DASHBOARD_DEFAULT_FILTER',
'OperandField': {
'Identity': 'string'
},
'Function': 'CONTAINS'|'EXACT'|'STARTS_WITH'|'ENDS_WITH'|'CONTAINS_STRING'|'PREVIOUS'|'THIS'|'LAST'|'NEXT'|'NOW',
'Constant': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'Inverse': True|False,
'NullFilter': 'ALL_VALUES'|'NON_NULLS_ONLY'|'NULLS_ONLY',
'Aggregation': 'SUM'|'MIN'|'MAX'|'COUNT'|'AVERAGE'|'DISTINCT_COUNT'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE'|'MEDIAN'|'PTD_SUM'|'PTD_MIN'|'PTD_MAX'|'PTD_COUNT'|'PTD_DISTINCT_COUNT'|'PTD_AVERAGE'|'COLUMN'|'CUSTOM',
'AggregationFunctionParameters': {
'string': 'string'
},
'AggregationPartitionBy': [
{
'FieldName': 'string',
'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND'
},
],
'Range': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'Inclusive': True|False,
'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND',
'LastNextOffset': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'AggMetrics': [
{
'MetricOperand': {
'Identity': 'string'
},
'Function': 'SUM'|'MIN'|'MAX'|'COUNT'|'AVERAGE'|'DISTINCT_COUNT'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE'|'MEDIAN'|'PTD_SUM'|'PTD_MIN'|'PTD_MAX'|'PTD_COUNT'|'PTD_DISTINCT_COUNT'|'PTD_AVERAGE'|'COLUMN'|'CUSTOM',
'SortDirection': 'ASCENDING'|'DESCENDING'
},
],
'TopBottomLimit': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'SortDirection': 'ASCENDING'|'DESCENDING',
'Anchor': {
'AnchorType': 'TODAY',
'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND',
'Offset': 123
}
},
],
],
'Sort': {
'Operand': {
'Identity': 'string'
},
'SortDirection': 'ASCENDING'|'DESCENDING'
},
'ContributionAnalysis': {
'Factors': [
{
'FieldName': 'string'
},
],
'TimeRanges': {
'StartRange': {
'FilterType': 'CATEGORY_FILTER'|'NUMERIC_EQUALITY_FILTER'|'NUMERIC_RANGE_FILTER'|'DATE_RANGE_FILTER'|'RELATIVE_DATE_FILTER'|'TOP_BOTTOM_FILTER'|'EQUALS'|'RANK_LIMIT_FILTER'|'ACCEPT_ALL_FILTER',
'FilterClass': 'ENFORCED_VALUE_FILTER'|'CONDITIONAL_VALUE_FILTER'|'NAMED_VALUE_FILTER'|'DASHBOARD_DEFAULT_FILTER',
'OperandField': {
'Identity': 'string'
},
'Function': 'CONTAINS'|'EXACT'|'STARTS_WITH'|'ENDS_WITH'|'CONTAINS_STRING'|'PREVIOUS'|'THIS'|'LAST'|'NEXT'|'NOW',
'Constant': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'Inverse': True|False,
'NullFilter': 'ALL_VALUES'|'NON_NULLS_ONLY'|'NULLS_ONLY',
'Aggregation': 'SUM'|'MIN'|'MAX'|'COUNT'|'AVERAGE'|'DISTINCT_COUNT'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE'|'MEDIAN'|'PTD_SUM'|'PTD_MIN'|'PTD_MAX'|'PTD_COUNT'|'PTD_DISTINCT_COUNT'|'PTD_AVERAGE'|'COLUMN'|'CUSTOM',
'AggregationFunctionParameters': {
'string': 'string'
},
'AggregationPartitionBy': [
{
'FieldName': 'string',
'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND'
},
],
'Range': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'Inclusive': True|False,
'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND',
'LastNextOffset': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'AggMetrics': [
{
'MetricOperand': {
'Identity': 'string'
},
'Function': 'SUM'|'MIN'|'MAX'|'COUNT'|'AVERAGE'|'DISTINCT_COUNT'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE'|'MEDIAN'|'PTD_SUM'|'PTD_MIN'|'PTD_MAX'|'PTD_COUNT'|'PTD_DISTINCT_COUNT'|'PTD_AVERAGE'|'COLUMN'|'CUSTOM',
'SortDirection': 'ASCENDING'|'DESCENDING'
},
],
'TopBottomLimit': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'SortDirection': 'ASCENDING'|'DESCENDING',
'Anchor': {
'AnchorType': 'TODAY',
'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND',
'Offset': 123
}
},
'EndRange': {
'FilterType': 'CATEGORY_FILTER'|'NUMERIC_EQUALITY_FILTER'|'NUMERIC_RANGE_FILTER'|'DATE_RANGE_FILTER'|'RELATIVE_DATE_FILTER'|'TOP_BOTTOM_FILTER'|'EQUALS'|'RANK_LIMIT_FILTER'|'ACCEPT_ALL_FILTER',
'FilterClass': 'ENFORCED_VALUE_FILTER'|'CONDITIONAL_VALUE_FILTER'|'NAMED_VALUE_FILTER'|'DASHBOARD_DEFAULT_FILTER',
'OperandField': {
'Identity': 'string'
},
'Function': 'CONTAINS'|'EXACT'|'STARTS_WITH'|'ENDS_WITH'|'CONTAINS_STRING'|'PREVIOUS'|'THIS'|'LAST'|'NEXT'|'NOW',
'Constant': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'Inverse': True|False,
'NullFilter': 'ALL_VALUES'|'NON_NULLS_ONLY'|'NULLS_ONLY',
'Aggregation': 'SUM'|'MIN'|'MAX'|'COUNT'|'AVERAGE'|'DISTINCT_COUNT'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE'|'MEDIAN'|'PTD_SUM'|'PTD_MIN'|'PTD_MAX'|'PTD_COUNT'|'PTD_DISTINCT_COUNT'|'PTD_AVERAGE'|'COLUMN'|'CUSTOM',
'AggregationFunctionParameters': {
'string': 'string'
},
'AggregationPartitionBy': [
{
'FieldName': 'string',
'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND'
},
],
'Range': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'Inclusive': True|False,
'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND',
'LastNextOffset': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'AggMetrics': [
{
'MetricOperand': {
'Identity': 'string'
},
'Function': 'SUM'|'MIN'|'MAX'|'COUNT'|'AVERAGE'|'DISTINCT_COUNT'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE'|'MEDIAN'|'PTD_SUM'|'PTD_MIN'|'PTD_MAX'|'PTD_COUNT'|'PTD_DISTINCT_COUNT'|'PTD_AVERAGE'|'COLUMN'|'CUSTOM',
'SortDirection': 'ASCENDING'|'DESCENDING'
},
],
'TopBottomLimit': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'SortDirection': 'ASCENDING'|'DESCENDING',
'Anchor': {
'AnchorType': 'TODAY',
'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND',
'Offset': 123
}
}
},
'Direction': 'INCREASE'|'DECREASE'|'NEUTRAL',
'SortType': 'ABSOLUTE_DIFFERENCE'|'CONTRIBUTION_PERCENTAGE'|'DEVIATION_FROM_EXPECTED'|'PERCENTAGE_DIFFERENCE'
},
'Visual': {
'type': 'string'
}
},
'SupportingVisuals': [
{'... recursive ...'},
]
},
'Template': {
'TemplateType': 'string',
'Slots': [
{
'SlotId': 'string',
'VisualId': 'string'
},
]
}
},
]
)
string
[REQUIRED]
The ID of the Amazon Web Services account that you want to create a reviewed answer in.
string
[REQUIRED]
The ID for the topic reviewed answer that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
list
[REQUIRED]
The definition of the Answers to be created.
(dict) --
The definition for a CreateTopicReviewedAnswer.
AnswerId (string) -- [REQUIRED]
The answer ID for the CreateTopicReviewedAnswer.
DatasetArn (string) -- [REQUIRED]
The Dataset arn for the CreateTopicReviewedAnswer.
Question (string) -- [REQUIRED]
The Question to be created.
Mir (dict) --
The Mir for the CreateTopicReviewedAnswer.
Metrics (list) --
The metrics for the TopicIR.
(dict) --
The definition for a TopicIRMetric.
MetricId (dict) --
The metric ID for the TopicIRMetric.
Identity (string) -- [REQUIRED]
The identity of the identifier.
Function (dict) --
The function for the TopicIRMetric.
Aggregation (string) --
The aggregation of an Agg function.
AggregationFunctionParameters (dict) --
The aggregation parameters for an Agg function.
(string) --
(string) --
Period (string) --
The period of an Agg function.
PeriodField (string) --
The period field for an Agg function.
Operands (list) --
The operands for the TopicIRMetric.
(dict) --
The definition for the identifier.
Identity (string) -- [REQUIRED]
The identity of the identifier.
ComparisonMethod (dict) --
The comparison method for the TopicIRMetric.
Type (string) --
The type for the TopicIRComparisonMethod.
Period (string) --
The period for the TopicIRComparisonMethod.
WindowSize (integer) --
The window size for the TopicIRComparisonMethod.
Expression (string) --
The expression for the TopicIRMetric.
CalculatedFieldReferences (list) --
The calculated field references for the TopicIRMetric.
(dict) --
The definition for the identifier.
Identity (string) -- [REQUIRED]
The identity of the identifier.
DisplayFormat (string) --
The display format for the TopicIRMetric.
DisplayFormatOptions (dict) --
A structure that represents additional options for display formatting.
UseBlankCellFormat (boolean) --
A Boolean value that indicates whether to use blank cell format.
BlankCellFormat (string) --
Determines the blank cell format.
DateFormat (string) --
Determines the DateTime format.
DecimalSeparator (string) --
Determines the decimal separator.
GroupingSeparator (string) --
Determines the grouping separator.
UseGrouping (boolean) --
A Boolean value that indicates whether to use grouping.
FractionDigits (integer) --
Determines the number of fraction digits.
Prefix (string) --
The prefix value for a display format.
Suffix (string) --
The suffix value for a display format.
UnitScaler (string) --
The unit scaler. Valid values for this structure are: NONE, AUTO, THOUSANDS, MILLIONS, BILLIONS, and TRILLIONS.
NegativeFormat (dict) --
The negative format.
Prefix (string) --
The prefix for a negative format.
Suffix (string) --
The suffix for a negative format.
CurrencySymbol (string) --
The currency symbol, such as USD.
NamedEntity (dict) --
The named entity for the TopicIRMetric.
NamedEntityName (string) --
The NamedEntityName for the NamedEntityRef.
GroupByList (list) --
The GroupBy list for the TopicIR.
(dict) --
The definition for a TopicIRGroupBy.
FieldName (dict) --
The field name for the TopicIRGroupBy.
Identity (string) -- [REQUIRED]
The identity of the identifier.
TimeGranularity (string) --
The time granularity for the TopicIRGroupBy.
Sort (dict) --
The sort for the TopicIRGroupBy.
Operand (dict) --
The operand for a TopicSortClause.
Identity (string) -- [REQUIRED]
The identity of the identifier.
SortDirection (string) --
The sort direction for the TopicSortClause.
DisplayFormat (string) --
The display format for the TopicIRGroupBy.
DisplayFormatOptions (dict) --
A structure that represents additional options for display formatting.
UseBlankCellFormat (boolean) --
A Boolean value that indicates whether to use blank cell format.
BlankCellFormat (string) --
Determines the blank cell format.
DateFormat (string) --
Determines the DateTime format.
DecimalSeparator (string) --
Determines the decimal separator.
GroupingSeparator (string) --
Determines the grouping separator.
UseGrouping (boolean) --
A Boolean value that indicates whether to use grouping.
FractionDigits (integer) --
Determines the number of fraction digits.
Prefix (string) --
The prefix value for a display format.
Suffix (string) --
The suffix value for a display format.
UnitScaler (string) --
The unit scaler. Valid values for this structure are: NONE, AUTO, THOUSANDS, MILLIONS, BILLIONS, and TRILLIONS.
NegativeFormat (dict) --
The negative format.
Prefix (string) --
The prefix for a negative format.
Suffix (string) --
The suffix for a negative format.
CurrencySymbol (string) --
The currency symbol, such as USD.
NamedEntity (dict) --
The named entity for the TopicIRGroupBy.
NamedEntityName (string) --
The NamedEntityName for the NamedEntityRef.
Filters (list) --
The filters for the TopicIR.
(list) --
(dict) --
The definition for a TopicIRFilterOption.
FilterType (string) --
The filter type for the TopicIRFilterOption.
FilterClass (string) --
The filter class for the TopicIRFilterOption.
OperandField (dict) --
The operand field for the TopicIRFilterOption.
Identity (string) -- [REQUIRED]
The identity of the identifier.
Function (string) --
The function for the TopicIRFilterOption.
Constant (dict) --
The constant for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
Inverse (boolean) --
The inverse for the TopicIRFilterOption.
NullFilter (string) --
The null filter for the TopicIRFilterOption.
Aggregation (string) --
The aggregation for the TopicIRFilterOption.
AggregationFunctionParameters (dict) --
The aggregation function parameters for the TopicIRFilterOption.
(string) --
(string) --
AggregationPartitionBy (list) --
The AggregationPartitionBy for the TopicIRFilterOption.
(dict) --
The definition of an AggregationPartitionBy.
FieldName (string) --
The field Name for an AggregationPartitionBy.
TimeGranularity (string) --
The TimeGranularity for an AggregationPartitionBy.
Range (dict) --
The range for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
Inclusive (boolean) --
The inclusive for the TopicIRFilterOption.
TimeGranularity (string) --
The time granularity for the TopicIRFilterOption.
LastNextOffset (dict) --
The last next offset for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
AggMetrics (list) --
The agg metrics for the TopicIRFilterOption.
(dict) --
The definition for the FilterAggMetrics.
MetricOperand (dict) --
The metric operand of the FilterAggMetrics.
Identity (string) -- [REQUIRED]
The identity of the identifier.
Function (string) --
The function for the FilterAggMetrics.
SortDirection (string) --
The sort direction for FilterAggMetrics.
TopBottomLimit (dict) --
The TopBottomLimit for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
SortDirection (string) --
The sort direction for the TopicIRFilterOption.
Anchor (dict) --
The anchor for the TopicIRFilterOption.
AnchorType (string) --
The AnchorType for the Anchor.
TimeGranularity (string) --
The TimeGranularity of the Anchor.
Offset (integer) --
The offset of the Anchor.
Sort (dict) --
The sort for the TopicIR.
Operand (dict) --
The operand for a TopicSortClause.
Identity (string) -- [REQUIRED]
The identity of the identifier.
SortDirection (string) --
The sort direction for the TopicSortClause.
ContributionAnalysis (dict) --
The contribution analysis for the TopicIR.
Factors (list) --
The factors for a TopicIRContributionAnalysis.
(dict) --
The definition for the ContributionAnalysisFactor.
FieldName (string) --
The field name of the ContributionAnalysisFactor.
TimeRanges (dict) --
The time ranges for the TopicIRContributionAnalysis.
StartRange (dict) --
The start range for the ContributionAnalysisTimeRanges.
FilterType (string) --
The filter type for the TopicIRFilterOption.
FilterClass (string) --
The filter class for the TopicIRFilterOption.
OperandField (dict) --
The operand field for the TopicIRFilterOption.
Identity (string) -- [REQUIRED]
The identity of the identifier.
Function (string) --
The function for the TopicIRFilterOption.
Constant (dict) --
The constant for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
Inverse (boolean) --
The inverse for the TopicIRFilterOption.
NullFilter (string) --
The null filter for the TopicIRFilterOption.
Aggregation (string) --
The aggregation for the TopicIRFilterOption.
AggregationFunctionParameters (dict) --
The aggregation function parameters for the TopicIRFilterOption.
(string) --
(string) --
AggregationPartitionBy (list) --
The AggregationPartitionBy for the TopicIRFilterOption.
(dict) --
The definition of an AggregationPartitionBy.
FieldName (string) --
The field Name for an AggregationPartitionBy.
TimeGranularity (string) --
The TimeGranularity for an AggregationPartitionBy.
Range (dict) --
The range for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
Inclusive (boolean) --
The inclusive for the TopicIRFilterOption.
TimeGranularity (string) --
The time granularity for the TopicIRFilterOption.
LastNextOffset (dict) --
The last next offset for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
AggMetrics (list) --
The agg metrics for the TopicIRFilterOption.
(dict) --
The definition for the FilterAggMetrics.
MetricOperand (dict) --
The metric operand of the FilterAggMetrics.
Identity (string) -- [REQUIRED]
The identity of the identifier.
Function (string) --
The function for the FilterAggMetrics.
SortDirection (string) --
The sort direction for FilterAggMetrics.
TopBottomLimit (dict) --
The TopBottomLimit for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
SortDirection (string) --
The sort direction for the TopicIRFilterOption.
Anchor (dict) --
The anchor for the TopicIRFilterOption.
AnchorType (string) --
The AnchorType for the Anchor.
TimeGranularity (string) --
The TimeGranularity of the Anchor.
Offset (integer) --
The offset of the Anchor.
EndRange (dict) --
The end range for the ContributionAnalysisTimeRanges.
FilterType (string) --
The filter type for the TopicIRFilterOption.
FilterClass (string) --
The filter class for the TopicIRFilterOption.
OperandField (dict) --
The operand field for the TopicIRFilterOption.
Identity (string) -- [REQUIRED]
The identity of the identifier.
Function (string) --
The function for the TopicIRFilterOption.
Constant (dict) --
The constant for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
Inverse (boolean) --
The inverse for the TopicIRFilterOption.
NullFilter (string) --
The null filter for the TopicIRFilterOption.
Aggregation (string) --
The aggregation for the TopicIRFilterOption.
AggregationFunctionParameters (dict) --
The aggregation function parameters for the TopicIRFilterOption.
(string) --
(string) --
AggregationPartitionBy (list) --
The AggregationPartitionBy for the TopicIRFilterOption.
(dict) --
The definition of an AggregationPartitionBy.
FieldName (string) --
The field Name for an AggregationPartitionBy.
TimeGranularity (string) --
The TimeGranularity for an AggregationPartitionBy.
Range (dict) --
The range for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
Inclusive (boolean) --
The inclusive for the TopicIRFilterOption.
TimeGranularity (string) --
The time granularity for the TopicIRFilterOption.
LastNextOffset (dict) --
The last next offset for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
AggMetrics (list) --
The agg metrics for the TopicIRFilterOption.
(dict) --
The definition for the FilterAggMetrics.
MetricOperand (dict) --
The metric operand of the FilterAggMetrics.
Identity (string) -- [REQUIRED]
The identity of the identifier.
Function (string) --
The function for the FilterAggMetrics.
SortDirection (string) --
The sort direction for FilterAggMetrics.
TopBottomLimit (dict) --
The TopBottomLimit for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
SortDirection (string) --
The sort direction for the TopicIRFilterOption.
Anchor (dict) --
The anchor for the TopicIRFilterOption.
AnchorType (string) --
The AnchorType for the Anchor.
TimeGranularity (string) --
The TimeGranularity of the Anchor.
Offset (integer) --
The offset of the Anchor.
Direction (string) --
The direction for the TopicIRContributionAnalysis.
SortType (string) --
The sort type for the TopicIRContributionAnalysis.
Visual (dict) --
The visual for the TopicIR.
type (string) --
The type for a VisualOptions.
PrimaryVisual (dict) --
The PrimaryVisual for the CreateTopicReviewedAnswer.
VisualId (string) --
The visual ID for the TopicVisual.
Role (string) --
The role for the TopicVisual.
Ir (dict) --
The ir for the TopicVisual.
Metrics (list) --
The metrics for the TopicIR.
(dict) --
The definition for a TopicIRMetric.
MetricId (dict) --
The metric ID for the TopicIRMetric.
Identity (string) -- [REQUIRED]
The identity of the identifier.
Function (dict) --
The function for the TopicIRMetric.
Aggregation (string) --
The aggregation of an Agg function.
AggregationFunctionParameters (dict) --
The aggregation parameters for an Agg function.
(string) --
(string) --
Period (string) --
The period of an Agg function.
PeriodField (string) --
The period field for an Agg function.
Operands (list) --
The operands for the TopicIRMetric.
(dict) --
The definition for the identifier.
Identity (string) -- [REQUIRED]
The identity of the identifier.
ComparisonMethod (dict) --
The comparison method for the TopicIRMetric.
Type (string) --
The type for the TopicIRComparisonMethod.
Period (string) --
The period for the TopicIRComparisonMethod.
WindowSize (integer) --
The window size for the TopicIRComparisonMethod.
Expression (string) --
The expression for the TopicIRMetric.
CalculatedFieldReferences (list) --
The calculated field references for the TopicIRMetric.
(dict) --
The definition for the identifier.
Identity (string) -- [REQUIRED]
The identity of the identifier.
DisplayFormat (string) --
The display format for the TopicIRMetric.
DisplayFormatOptions (dict) --
A structure that represents additional options for display formatting.
UseBlankCellFormat (boolean) --
A Boolean value that indicates whether to use blank cell format.
BlankCellFormat (string) --
Determines the blank cell format.
DateFormat (string) --
Determines the DateTime format.
DecimalSeparator (string) --
Determines the decimal separator.
GroupingSeparator (string) --
Determines the grouping separator.
UseGrouping (boolean) --
A Boolean value that indicates whether to use grouping.
FractionDigits (integer) --
Determines the number of fraction digits.
Prefix (string) --
The prefix value for a display format.
Suffix (string) --
The suffix value for a display format.
UnitScaler (string) --
The unit scaler. Valid values for this structure are: NONE, AUTO, THOUSANDS, MILLIONS, BILLIONS, and TRILLIONS.
NegativeFormat (dict) --
The negative format.
Prefix (string) --
The prefix for a negative format.
Suffix (string) --
The suffix for a negative format.
CurrencySymbol (string) --
The currency symbol, such as USD.
NamedEntity (dict) --
The named entity for the TopicIRMetric.
NamedEntityName (string) --
The NamedEntityName for the NamedEntityRef.
GroupByList (list) --
The GroupBy list for the TopicIR.
(dict) --
The definition for a TopicIRGroupBy.
FieldName (dict) --
The field name for the TopicIRGroupBy.
Identity (string) -- [REQUIRED]
The identity of the identifier.
TimeGranularity (string) --
The time granularity for the TopicIRGroupBy.
Sort (dict) --
The sort for the TopicIRGroupBy.
Operand (dict) --
The operand for a TopicSortClause.
Identity (string) -- [REQUIRED]
The identity of the identifier.
SortDirection (string) --
The sort direction for the TopicSortClause.
DisplayFormat (string) --
The display format for the TopicIRGroupBy.
DisplayFormatOptions (dict) --
A structure that represents additional options for display formatting.
UseBlankCellFormat (boolean) --
A Boolean value that indicates whether to use blank cell format.
BlankCellFormat (string) --
Determines the blank cell format.
DateFormat (string) --
Determines the DateTime format.
DecimalSeparator (string) --
Determines the decimal separator.
GroupingSeparator (string) --
Determines the grouping separator.
UseGrouping (boolean) --
A Boolean value that indicates whether to use grouping.
FractionDigits (integer) --
Determines the number of fraction digits.
Prefix (string) --
The prefix value for a display format.
Suffix (string) --
The suffix value for a display format.
UnitScaler (string) --
The unit scaler. Valid values for this structure are: NONE, AUTO, THOUSANDS, MILLIONS, BILLIONS, and TRILLIONS.
NegativeFormat (dict) --
The negative format.
Prefix (string) --
The prefix for a negative format.
Suffix (string) --
The suffix for a negative format.
CurrencySymbol (string) --
The currency symbol, such as USD.
NamedEntity (dict) --
The named entity for the TopicIRGroupBy.
NamedEntityName (string) --
The NamedEntityName for the NamedEntityRef.
Filters (list) --
The filters for the TopicIR.
(list) --
(dict) --
The definition for a TopicIRFilterOption.
FilterType (string) --
The filter type for the TopicIRFilterOption.
FilterClass (string) --
The filter class for the TopicIRFilterOption.
OperandField (dict) --
The operand field for the TopicIRFilterOption.
Identity (string) -- [REQUIRED]
The identity of the identifier.
Function (string) --
The function for the TopicIRFilterOption.
Constant (dict) --
The constant for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
Inverse (boolean) --
The inverse for the TopicIRFilterOption.
NullFilter (string) --
The null filter for the TopicIRFilterOption.
Aggregation (string) --
The aggregation for the TopicIRFilterOption.
AggregationFunctionParameters (dict) --
The aggregation function parameters for the TopicIRFilterOption.
(string) --
(string) --
AggregationPartitionBy (list) --
The AggregationPartitionBy for the TopicIRFilterOption.
(dict) --
The definition of an AggregationPartitionBy.
FieldName (string) --
The field Name for an AggregationPartitionBy.
TimeGranularity (string) --
The TimeGranularity for an AggregationPartitionBy.
Range (dict) --
The range for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
Inclusive (boolean) --
The inclusive for the TopicIRFilterOption.
TimeGranularity (string) --
The time granularity for the TopicIRFilterOption.
LastNextOffset (dict) --
The last next offset for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
AggMetrics (list) --
The agg metrics for the TopicIRFilterOption.
(dict) --
The definition for the FilterAggMetrics.
MetricOperand (dict) --
The metric operand of the FilterAggMetrics.
Identity (string) -- [REQUIRED]
The identity of the identifier.
Function (string) --
The function for the FilterAggMetrics.
SortDirection (string) --
The sort direction for FilterAggMetrics.
TopBottomLimit (dict) --
The TopBottomLimit for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
SortDirection (string) --
The sort direction for the TopicIRFilterOption.
Anchor (dict) --
The anchor for the TopicIRFilterOption.
AnchorType (string) --
The AnchorType for the Anchor.
TimeGranularity (string) --
The TimeGranularity of the Anchor.
Offset (integer) --
The offset of the Anchor.
Sort (dict) --
The sort for the TopicIR.
Operand (dict) --
The operand for a TopicSortClause.
Identity (string) -- [REQUIRED]
The identity of the identifier.
SortDirection (string) --
The sort direction for the TopicSortClause.
ContributionAnalysis (dict) --
The contribution analysis for the TopicIR.
Factors (list) --
The factors for a TopicIRContributionAnalysis.
(dict) --
The definition for the ContributionAnalysisFactor.
FieldName (string) --
The field name of the ContributionAnalysisFactor.
TimeRanges (dict) --
The time ranges for the TopicIRContributionAnalysis.
StartRange (dict) --
The start range for the ContributionAnalysisTimeRanges.
FilterType (string) --
The filter type for the TopicIRFilterOption.
FilterClass (string) --
The filter class for the TopicIRFilterOption.
OperandField (dict) --
The operand field for the TopicIRFilterOption.
Identity (string) -- [REQUIRED]
The identity of the identifier.
Function (string) --
The function for the TopicIRFilterOption.
Constant (dict) --
The constant for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
Inverse (boolean) --
The inverse for the TopicIRFilterOption.
NullFilter (string) --
The null filter for the TopicIRFilterOption.
Aggregation (string) --
The aggregation for the TopicIRFilterOption.
AggregationFunctionParameters (dict) --
The aggregation function parameters for the TopicIRFilterOption.
(string) --
(string) --
AggregationPartitionBy (list) --
The AggregationPartitionBy for the TopicIRFilterOption.
(dict) --
The definition of an AggregationPartitionBy.
FieldName (string) --
The field Name for an AggregationPartitionBy.
TimeGranularity (string) --
The TimeGranularity for an AggregationPartitionBy.
Range (dict) --
The range for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
Inclusive (boolean) --
The inclusive for the TopicIRFilterOption.
TimeGranularity (string) --
The time granularity for the TopicIRFilterOption.
LastNextOffset (dict) --
The last next offset for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
AggMetrics (list) --
The agg metrics for the TopicIRFilterOption.
(dict) --
The definition for the FilterAggMetrics.
MetricOperand (dict) --
The metric operand of the FilterAggMetrics.
Identity (string) -- [REQUIRED]
The identity of the identifier.
Function (string) --
The function for the FilterAggMetrics.
SortDirection (string) --
The sort direction for FilterAggMetrics.
TopBottomLimit (dict) --
The TopBottomLimit for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
SortDirection (string) --
The sort direction for the TopicIRFilterOption.
Anchor (dict) --
The anchor for the TopicIRFilterOption.
AnchorType (string) --
The AnchorType for the Anchor.
TimeGranularity (string) --
The TimeGranularity of the Anchor.
Offset (integer) --
The offset of the Anchor.
EndRange (dict) --
The end range for the ContributionAnalysisTimeRanges.
FilterType (string) --
The filter type for the TopicIRFilterOption.
FilterClass (string) --
The filter class for the TopicIRFilterOption.
OperandField (dict) --
The operand field for the TopicIRFilterOption.
Identity (string) -- [REQUIRED]
The identity of the identifier.
Function (string) --
The function for the TopicIRFilterOption.
Constant (dict) --
The constant for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
Inverse (boolean) --
The inverse for the TopicIRFilterOption.
NullFilter (string) --
The null filter for the TopicIRFilterOption.
Aggregation (string) --
The aggregation for the TopicIRFilterOption.
AggregationFunctionParameters (dict) --
The aggregation function parameters for the TopicIRFilterOption.
(string) --
(string) --
AggregationPartitionBy (list) --
The AggregationPartitionBy for the TopicIRFilterOption.
(dict) --
The definition of an AggregationPartitionBy.
FieldName (string) --
The field Name for an AggregationPartitionBy.
TimeGranularity (string) --
The TimeGranularity for an AggregationPartitionBy.
Range (dict) --
The range for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
Inclusive (boolean) --
The inclusive for the TopicIRFilterOption.
TimeGranularity (string) --
The time granularity for the TopicIRFilterOption.
LastNextOffset (dict) --
The last next offset for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
AggMetrics (list) --
The agg metrics for the TopicIRFilterOption.
(dict) --
The definition for the FilterAggMetrics.
MetricOperand (dict) --
The metric operand of the FilterAggMetrics.
Identity (string) -- [REQUIRED]
The identity of the identifier.
Function (string) --
The function for the FilterAggMetrics.
SortDirection (string) --
The sort direction for FilterAggMetrics.
TopBottomLimit (dict) --
The TopBottomLimit for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
SortDirection (string) --
The sort direction for the TopicIRFilterOption.
Anchor (dict) --
The anchor for the TopicIRFilterOption.
AnchorType (string) --
The AnchorType for the Anchor.
TimeGranularity (string) --
The TimeGranularity of the Anchor.
Offset (integer) --
The offset of the Anchor.
Direction (string) --
The direction for the TopicIRContributionAnalysis.
SortType (string) --
The sort type for the TopicIRContributionAnalysis.
Visual (dict) --
The visual for the TopicIR.
type (string) --
The type for a VisualOptions.
SupportingVisuals (list) --
The supporting visuals for the TopicVisual.
(dict) --
The definition for a TopicVisual.
Template (dict) --
The template for the CreateTopicReviewedAnswer.
TemplateType (string) --
The template type for the TopicTemplate.
Slots (list) --
The slots for the TopicTemplate.
(dict) --
The definition for the slot.
SlotId (string) --
The slot ID of the slot.
VisualId (string) --
The visual ID for the slot.
dict
Response Syntax
{
'TopicId': 'string',
'TopicArn': 'string',
'SucceededAnswers': [
{
'AnswerId': 'string'
},
],
'InvalidAnswers': [
{
'AnswerId': 'string',
'Error': 'INTERNAL_ERROR'|'MISSING_ANSWER'|'DATASET_DOES_NOT_EXIST'|'INVALID_DATASET_ARN'|'DUPLICATED_ANSWER'|'INVALID_DATA'|'MISSING_REQUIRED_FIELDS'
},
],
'Status': 123,
'RequestId': 'string'
}
Response Structure
(dict) --
TopicId (string) --
The ID for the topic reviewed answer that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
TopicArn (string) --
The Amazon Resource Name (ARN) of the topic.
SucceededAnswers (list) --
The definition of Answers that are successfully created.
(dict) --
The definition for a SucceededTopicReviewedAnswer.
AnswerId (string) --
The answer ID for the SucceededTopicReviewedAnswer.
InvalidAnswers (list) --
The definition of Answers that are invalid and not created.
(dict) --
The definition for a InvalidTopicReviewedAnswer.
AnswerId (string) --
The answer ID for the InvalidTopicReviewedAnswer.
Error (string) --
The error that is returned for the InvalidTopicReviewedAnswer.
Status (integer) --
The HTTP status of the request.
RequestId (string) --
The Amazon Web Services request ID for this operation.
{'Definition': {'CalculatedFields': {'TopicIdentifier': 'string'},
'ColumnConfigurations': {'Column': {'TopicIdentifier': 'string'}},
'FilterGroups': {'Filters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'NestedFilter': {'Column': {'TopicIdentifier': 'string'},
'InnerFilter': {'CategoryInnerFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}}}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'NumericRangeFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'RelativeDatesFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TimeEqualityFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TopBottomFilter': {'AggregationSortConfigurations': {'Column': {'TopicIdentifier': 'string'}},
'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}}}},
'Options': {'VisualMessages': {'NoDataMessage': {'Description': 'string',
'DescriptionVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Enabled': 'boolean',
'LinkText': 'string',
'LinkUrl': 'string',
'LinkVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Title': 'string',
'TitleVisibility': 'HIDDEN '
'| '
'VISIBLE'}}},
'ParameterDeclarations': {'DateTimeParameterDeclaration': {'DefaultValues': {'DynamicValue': {'DefaultValueColumn': {'TopicIdentifier': 'string'},
'GroupNameColumn': {'TopicIdentifier': 'string'},
'UserNameColumn': {'TopicIdentifier': 'string'}}}},
'DecimalParameterDeclaration': {'DefaultValues': {'DynamicValue': {'DefaultValueColumn': {'TopicIdentifier': 'string'},
'GroupNameColumn': {'TopicIdentifier': 'string'},
'UserNameColumn': {'TopicIdentifier': 'string'}}}},
'IntegerParameterDeclaration': {'DefaultValues': {'DynamicValue': {'DefaultValueColumn': {'TopicIdentifier': 'string'},
'GroupNameColumn': {'TopicIdentifier': 'string'},
'UserNameColumn': {'TopicIdentifier': 'string'}}}},
'StringParameterDeclaration': {'DefaultValues': {'DynamicValue': {'DefaultValueColumn': {'TopicIdentifier': 'string'},
'GroupNameColumn': {'TopicIdentifier': 'string'},
'UserNameColumn': {'TopicIdentifier': 'string'}}}}},
'Sheets': {'FilterControls': {'CrossSheet': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}}},
'Dropdown': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}},
'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'List': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}},
'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}},
'Images': {'Actions': {'ActionOperations': {'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}}},
'Layouts': {'Configuration': {'SectionBasedLayout': {'BodySections': {'RepeatConfiguration': {'DimensionConfigurations': {'DynamicCategoryDimensionConfiguration': {'Column': {'TopicIdentifier': 'string'},
'SortByMetrics': {'SortBy': {'TopicIdentifier': 'string'}}},
'DynamicNumericDimensionConfiguration': {'Column': {'TopicIdentifier': 'string'},
'SortByMetrics': {'SortBy': {'TopicIdentifier': 'string'}}}}}}}}},
'ParameterControls': {'Dropdown': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}},
'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}},
'SelectableValues': {'LinkToDataSetColumn': {'TopicIdentifier': 'string'}}},
'List': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}},
'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}},
'SelectableValues': {'LinkToDataSetColumn': {'TopicIdentifier': 'string'}}}},
'Visuals': {'BarChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'BarChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'BoxPlotVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'BoxPlotAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ComboChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'ComboChartAggregatedFieldWells': {'BarValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'LineValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'CustomContentVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'EmptyVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'FilledMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'FilledMapAggregatedFieldWells': {'Geospatial': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'FunnelChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'FunnelChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'GaugeChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'TargetValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TooltipOptions': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'GeospatialMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'GeospatialMapAggregatedFieldWells': {'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Geospatial': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'HeatMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ColumnLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'HeatMapAggregatedFieldWells': {'Columns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Rows': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'RowLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'HeatMapColumnSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'HeatMapRowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'HistogramVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'HistogramAggregatedFieldWells': {'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}}},
'InsightVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'InsightConfiguration': {'Computations': {'Forecast': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'GrowthRate': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'MaximumMinimum': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'MetricComparison': {'FromValue': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'TargetValue': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}},
'PeriodOverPeriod': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'PeriodToDate': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TopBottomMovers': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TopBottomRanked': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TotalAggregation': {'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'UniqueValues': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'KPIVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'TargetValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'TrendGroups': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'TrendGroupSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'LayerMapVisual': {'ChartConfiguration': {'MapLayers': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'JoinDefinition': {'ColorField': {'ColorDimensionsFields': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'ColorValuesFields': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'DatasetKeyField': {'Column': {'TopicIdentifier': 'string'}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TopicIdentifier': 'string'},
'LineChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'LineChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'PieChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'PieChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'PivotTableVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'DashboardCustomizationVisualOptions': {'FieldsConfiguration': {'AdditionalFields': {'TopicIdentifier': 'string'}}},
'FieldWells': {'PivotTableAggregatedFieldWells': {'Columns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Rows': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'FieldSortOptions': {'SortBy': {'Column': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'PluginVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'Dimensions': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Measures': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Unaggregated': {'Column': {'TopicIdentifier': 'string'}}},
'SortConfiguration': {'PluginVisualTableQuerySort': {'RowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}}}},
'RadarChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'RadarChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Color': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'SankeyDiagramVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'SankeyDiagramAggregatedFieldWells': {'Destination': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Source': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Weight': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'WeightSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}}},
'ScatterPlotVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'ScatterPlotCategoricallyAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Label': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'XAxis': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'YAxis': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'ScatterPlotUnaggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Label': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'XAxis': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'YAxis': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'YAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'TableVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'DashboardCustomizationVisualOptions': {'FieldsConfiguration': {'AdditionalFields': {'TopicIdentifier': 'string'}}},
'FieldWells': {'TableAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TableUnaggregatedFieldWells': {'Values': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'RowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'TableInlineVisualizations': {'Sparklines': {'XAxisField': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TreeMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'TreeMapAggregatedFieldWells': {'Colors': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Groups': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Sizes': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'GroupLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SizeLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'TreeMapSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'WaterfallVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'WaterfallChartAggregatedFieldWells': {'Breakdowns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Categories': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'WordCloudVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'WordCloudAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}}}},
'TooltipSheets': {'Images': {'Actions': {'ActionOperations': {'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}}},
'Layouts': {'Configuration': {'SectionBasedLayout': {'BodySections': {'RepeatConfiguration': {'DimensionConfigurations': {'DynamicCategoryDimensionConfiguration': {'Column': {'TopicIdentifier': 'string'},
'SortByMetrics': {'SortBy': {'TopicIdentifier': 'string'}}},
'DynamicNumericDimensionConfiguration': {'Column': {'TopicIdentifier': 'string'},
'SortByMetrics': {'SortBy': {'TopicIdentifier': 'string'}}}}}}}}},
'Visuals': {'BarChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'BarChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'BoxPlotVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'BoxPlotAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ComboChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'ComboChartAggregatedFieldWells': {'BarValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'LineValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'CustomContentVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'EmptyVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'FilledMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'FilledMapAggregatedFieldWells': {'Geospatial': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'FunnelChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'FunnelChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'GaugeChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'TargetValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TooltipOptions': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'GeospatialMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'GeospatialMapAggregatedFieldWells': {'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Geospatial': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'HeatMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ColumnLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'HeatMapAggregatedFieldWells': {'Columns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Rows': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'RowLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'HeatMapColumnSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'HeatMapRowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'HistogramVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'HistogramAggregatedFieldWells': {'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}}},
'InsightVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'InsightConfiguration': {'Computations': {'Forecast': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'GrowthRate': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'MaximumMinimum': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'MetricComparison': {'FromValue': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'TargetValue': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}},
'PeriodOverPeriod': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'PeriodToDate': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TopBottomMovers': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TopBottomRanked': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TotalAggregation': {'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'UniqueValues': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'KPIVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'TargetValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'TrendGroups': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'TrendGroupSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'LayerMapVisual': {'ChartConfiguration': {'MapLayers': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'JoinDefinition': {'ColorField': {'ColorDimensionsFields': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'ColorValuesFields': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'DatasetKeyField': {'Column': {'TopicIdentifier': 'string'}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TopicIdentifier': 'string'},
'LineChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'LineChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'PieChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'PieChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'PivotTableVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'DashboardCustomizationVisualOptions': {'FieldsConfiguration': {'AdditionalFields': {'TopicIdentifier': 'string'}}},
'FieldWells': {'PivotTableAggregatedFieldWells': {'Columns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Rows': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'FieldSortOptions': {'SortBy': {'Column': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'PluginVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'Dimensions': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Measures': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Unaggregated': {'Column': {'TopicIdentifier': 'string'}}},
'SortConfiguration': {'PluginVisualTableQuerySort': {'RowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}}}},
'RadarChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'RadarChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Color': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'SankeyDiagramVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'SankeyDiagramAggregatedFieldWells': {'Destination': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Source': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Weight': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'WeightSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}}},
'ScatterPlotVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'ScatterPlotCategoricallyAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Label': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'XAxis': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'YAxis': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'ScatterPlotUnaggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Label': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'XAxis': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'YAxis': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'YAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'TableVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'DashboardCustomizationVisualOptions': {'FieldsConfiguration': {'AdditionalFields': {'TopicIdentifier': 'string'}}},
'FieldWells': {'TableAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TableUnaggregatedFieldWells': {'Values': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'RowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'TableInlineVisualizations': {'Sparklines': {'XAxisField': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TreeMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'TreeMapAggregatedFieldWells': {'Colors': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Groups': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Sizes': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'GroupLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SizeLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'TreeMapSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'WaterfallVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'WaterfallChartAggregatedFieldWells': {'Breakdowns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Categories': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'WordCloudVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'WordCloudAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}}}},
'TopicIdentifierDeclarations': [{'Identifier': 'string',
'TopicArn': 'string'}]},
'SourceEntity': {'SourceTemplate': {'TopicReferences': [{'TopicArn': 'string',
'TopicPlaceholder': 'string'}]}}}
Creates an analysis in Amazon Quick Sight. Analyses can be created either from a template or from an AnalysisDefinition.
See also: AWS API Documentation
Request Syntax
# This section is too large to render. # Please see the AWS API Documentation linked below.Parameters
# This section is too large to render. # Please see the AWS API Documentation linked below.
dict
Response Syntax
{
'Arn': 'string',
'AnalysisId': 'string',
'CreationStatus': 'CREATION_IN_PROGRESS'|'CREATION_SUCCESSFUL'|'CREATION_FAILED'|'UPDATE_IN_PROGRESS'|'UPDATE_SUCCESSFUL'|'UPDATE_FAILED'|'DELETED',
'Status': 123,
'RequestId': 'string'
}
Response Structure
(dict) --
Arn (string) --
The ARN for the analysis.
AnalysisId (string) --
The ID of the analysis.
CreationStatus (string) --
The status of the creation of the analysis.
Status (integer) --
The HTTP status of the request.
RequestId (string) --
The Amazon Web Services request ID for this operation.
{'Capabilities': {'BedrockManagedKnowledgeBase': 'DENY | ALLOW',
'BoxKnowledgeBase': 'DENY | ALLOW',
'ConfluenceKnowledgeBase': 'DENY | ALLOW',
'CreateAndUpdateBedrockManagedKnowledgeBase': 'DENY | ALLOW',
'CreateAndUpdateBoxKnowledgeBase': 'DENY | ALLOW',
'CreateAndUpdateConfluenceKnowledgeBase': 'DENY | ALLOW',
'CreateAndUpdateGoogleDriveKnowledgeBase': 'DENY | ALLOW',
'CreateAndUpdateIDCKnowledgeBase': 'DENY | ALLOW',
'CreateAndUpdateKnowledgeBases': 'DENY | ALLOW',
'CreateAndUpdateOneDriveKnowledgeBase': 'DENY | ALLOW',
'CreateAndUpdateQBusinessKnowledgeBase': 'DENY | ALLOW',
'CreateAndUpdateS3KnowledgeBase': 'DENY | ALLOW',
'CreateAndUpdateSharePointKnowledgeBase': 'DENY | ALLOW',
'CreateAndUpdateWebCrawlerKnowledgeBase': 'DENY | ALLOW',
'GoogleDriveKnowledgeBase': 'DENY | ALLOW',
'IDCKnowledgeBase': 'DENY | ALLOW',
'OneDriveKnowledgeBase': 'DENY | ALLOW',
'QBusinessKnowledgeBase': 'DENY | ALLOW',
'S3KnowledgeBase': 'DENY | ALLOW',
'ShareBedrockManagedKnowledgeBase': 'DENY | ALLOW',
'ShareBoxKnowledgeBase': 'DENY | ALLOW',
'ShareConfluenceKnowledgeBase': 'DENY | ALLOW',
'ShareGoogleDriveKnowledgeBase': 'DENY | ALLOW',
'ShareIDCKnowledgeBase': 'DENY | ALLOW',
'ShareKnowledgeBases': 'DENY | ALLOW',
'ShareOneDriveKnowledgeBase': 'DENY | ALLOW',
'SharePointKnowledgeBase': 'DENY | ALLOW',
'ShareQBusinessKnowledgeBase': 'DENY | ALLOW',
'ShareS3KnowledgeBase': 'DENY | ALLOW',
'ShareSharePointKnowledgeBase': 'DENY | ALLOW',
'ShareWebCrawlerKnowledgeBase': 'DENY | ALLOW',
'UseBedrockManagedKnowledgeBase': 'DENY | ALLOW',
'UseBoxKnowledgeBase': 'DENY | ALLOW',
'UseConfluenceKnowledgeBase': 'DENY | ALLOW',
'UseGoogleDriveKnowledgeBase': 'DENY | ALLOW',
'UseIDCKnowledgeBase': 'DENY | ALLOW',
'UseOneDriveKnowledgeBase': 'DENY | ALLOW',
'UseQBusinessKnowledgeBase': 'DENY | ALLOW',
'UseS3KnowledgeBase': 'DENY | ALLOW',
'UseSharePointKnowledgeBase': 'DENY | ALLOW',
'UseWebCrawlerKnowledgeBase': 'DENY | ALLOW',
'WebCrawlerKnowledgeBase': 'DENY | ALLOW'}}
Creates a custom permissions profile.
See also: AWS API Documentation
Request Syntax
client.create_custom_permissions(
AwsAccountId='string',
CustomPermissionsName='string',
Capabilities={
'ExportToCsv': 'DENY'|'ALLOW',
'ExportToExcel': 'DENY'|'ALLOW',
'ExportToPdf': 'DENY'|'ALLOW',
'PrintReports': 'DENY'|'ALLOW',
'CreateAndUpdateThemes': 'DENY'|'ALLOW',
'AddOrRunAnomalyDetectionForAnalyses': 'DENY'|'ALLOW',
'ShareAnalyses': 'DENY'|'ALLOW',
'CreateAndUpdateDatasets': 'DENY'|'ALLOW',
'ShareDatasets': 'DENY'|'ALLOW',
'SubscribeDashboardEmailReports': 'DENY'|'ALLOW',
'CreateAndUpdateDashboardEmailReports': 'DENY'|'ALLOW',
'ShareDashboards': 'DENY'|'ALLOW',
'CreateAndUpdateThresholdAlerts': 'DENY'|'ALLOW',
'RenameSharedFolders': 'DENY'|'ALLOW',
'CreateSharedFolders': 'DENY'|'ALLOW',
'CreateAndUpdateDataSources': 'DENY'|'ALLOW',
'ShareDataSources': 'DENY'|'ALLOW',
'ViewAccountSPICECapacity': 'DENY'|'ALLOW',
'CreateSPICEDataset': 'DENY'|'ALLOW',
'ExportToPdfInScheduledReports': 'DENY'|'ALLOW',
'ExportToCsvInScheduledReports': 'DENY'|'ALLOW',
'ExportToExcelInScheduledReports': 'DENY'|'ALLOW',
'IncludeContentInScheduledReportsEmail': 'DENY'|'ALLOW',
'Dashboard': 'DENY'|'ALLOW',
'Analysis': 'DENY'|'ALLOW',
'Automate': 'DENY'|'ALLOW',
'Flow': 'DENY'|'ALLOW',
'Apps': 'DENY'|'ALLOW',
'CreateAndUpdateApps': 'DENY'|'ALLOW',
'ShareApps': 'DENY'|'ALLOW',
'InvokeAppsAIInference': 'DENY'|'ALLOW',
'AccessAppsNativeDataStore': 'DENY'|'ALLOW',
'PublishWithoutApproval': 'DENY'|'ALLOW',
'UseBedrockModels': 'DENY'|'ALLOW',
'PerformFlowUiTask': 'DENY'|'ALLOW',
'ApproveFlowShareRequests': 'DENY'|'ALLOW',
'UseAgentWebSearch': 'DENY'|'ALLOW',
'KnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateKnowledgeBases': 'DENY'|'ALLOW',
'ShareKnowledgeBases': 'DENY'|'ALLOW',
'SharePointKnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateSharePointKnowledgeBase': 'DENY'|'ALLOW',
'ShareSharePointKnowledgeBase': 'DENY'|'ALLOW',
'UseSharePointKnowledgeBase': 'DENY'|'ALLOW',
'GoogleDriveKnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateGoogleDriveKnowledgeBase': 'DENY'|'ALLOW',
'ShareGoogleDriveKnowledgeBase': 'DENY'|'ALLOW',
'UseGoogleDriveKnowledgeBase': 'DENY'|'ALLOW',
'WebCrawlerKnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateWebCrawlerKnowledgeBase': 'DENY'|'ALLOW',
'ShareWebCrawlerKnowledgeBase': 'DENY'|'ALLOW',
'UseWebCrawlerKnowledgeBase': 'DENY'|'ALLOW',
'S3KnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateS3KnowledgeBase': 'DENY'|'ALLOW',
'ShareS3KnowledgeBase': 'DENY'|'ALLOW',
'UseS3KnowledgeBase': 'DENY'|'ALLOW',
'ConfluenceKnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateConfluenceKnowledgeBase': 'DENY'|'ALLOW',
'ShareConfluenceKnowledgeBase': 'DENY'|'ALLOW',
'UseConfluenceKnowledgeBase': 'DENY'|'ALLOW',
'OneDriveKnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateOneDriveKnowledgeBase': 'DENY'|'ALLOW',
'ShareOneDriveKnowledgeBase': 'DENY'|'ALLOW',
'UseOneDriveKnowledgeBase': 'DENY'|'ALLOW',
'QBusinessKnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateQBusinessKnowledgeBase': 'DENY'|'ALLOW',
'ShareQBusinessKnowledgeBase': 'DENY'|'ALLOW',
'UseQBusinessKnowledgeBase': 'DENY'|'ALLOW',
'BedrockManagedKnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateBedrockManagedKnowledgeBase': 'DENY'|'ALLOW',
'ShareBedrockManagedKnowledgeBase': 'DENY'|'ALLOW',
'UseBedrockManagedKnowledgeBase': 'DENY'|'ALLOW',
'BoxKnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateBoxKnowledgeBase': 'DENY'|'ALLOW',
'ShareBoxKnowledgeBase': 'DENY'|'ALLOW',
'UseBoxKnowledgeBase': 'DENY'|'ALLOW',
'IDCKnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateIDCKnowledgeBase': 'DENY'|'ALLOW',
'ShareIDCKnowledgeBase': 'DENY'|'ALLOW',
'UseIDCKnowledgeBase': 'DENY'|'ALLOW',
'Action': 'DENY'|'ALLOW',
'GenericHTTPAction': 'DENY'|'ALLOW',
'CreateAndUpdateGenericHTTPAction': 'DENY'|'ALLOW',
'ShareGenericHTTPAction': 'DENY'|'ALLOW',
'UseGenericHTTPAction': 'DENY'|'ALLOW',
'AsanaAction': 'DENY'|'ALLOW',
'CreateAndUpdateAsanaAction': 'DENY'|'ALLOW',
'ShareAsanaAction': 'DENY'|'ALLOW',
'UseAsanaAction': 'DENY'|'ALLOW',
'SlackAction': 'DENY'|'ALLOW',
'CreateAndUpdateSlackAction': 'DENY'|'ALLOW',
'ShareSlackAction': 'DENY'|'ALLOW',
'UseSlackAction': 'DENY'|'ALLOW',
'ServiceNowAction': 'DENY'|'ALLOW',
'CreateAndUpdateServiceNowAction': 'DENY'|'ALLOW',
'ShareServiceNowAction': 'DENY'|'ALLOW',
'UseServiceNowAction': 'DENY'|'ALLOW',
'SalesforceAction': 'DENY'|'ALLOW',
'CreateAndUpdateSalesforceAction': 'DENY'|'ALLOW',
'ShareSalesforceAction': 'DENY'|'ALLOW',
'UseSalesforceAction': 'DENY'|'ALLOW',
'MSExchangeAction': 'DENY'|'ALLOW',
'CreateAndUpdateMSExchangeAction': 'DENY'|'ALLOW',
'ShareMSExchangeAction': 'DENY'|'ALLOW',
'UseMSExchangeAction': 'DENY'|'ALLOW',
'PagerDutyAction': 'DENY'|'ALLOW',
'CreateAndUpdatePagerDutyAction': 'DENY'|'ALLOW',
'SharePagerDutyAction': 'DENY'|'ALLOW',
'UsePagerDutyAction': 'DENY'|'ALLOW',
'JiraAction': 'DENY'|'ALLOW',
'CreateAndUpdateJiraAction': 'DENY'|'ALLOW',
'ShareJiraAction': 'DENY'|'ALLOW',
'UseJiraAction': 'DENY'|'ALLOW',
'ConfluenceAction': 'DENY'|'ALLOW',
'CreateAndUpdateConfluenceAction': 'DENY'|'ALLOW',
'ShareConfluenceAction': 'DENY'|'ALLOW',
'UseConfluenceAction': 'DENY'|'ALLOW',
'OneDriveAction': 'DENY'|'ALLOW',
'CreateAndUpdateOneDriveAction': 'DENY'|'ALLOW',
'ShareOneDriveAction': 'DENY'|'ALLOW',
'UseOneDriveAction': 'DENY'|'ALLOW',
'SharePointAction': 'DENY'|'ALLOW',
'CreateAndUpdateSharePointAction': 'DENY'|'ALLOW',
'ShareSharePointAction': 'DENY'|'ALLOW',
'UseSharePointAction': 'DENY'|'ALLOW',
'MSTeamsAction': 'DENY'|'ALLOW',
'CreateAndUpdateMSTeamsAction': 'DENY'|'ALLOW',
'ShareMSTeamsAction': 'DENY'|'ALLOW',
'UseMSTeamsAction': 'DENY'|'ALLOW',
'GoogleCalendarAction': 'DENY'|'ALLOW',
'CreateAndUpdateGoogleCalendarAction': 'DENY'|'ALLOW',
'ShareGoogleCalendarAction': 'DENY'|'ALLOW',
'UseGoogleCalendarAction': 'DENY'|'ALLOW',
'ZendeskAction': 'DENY'|'ALLOW',
'CreateAndUpdateZendeskAction': 'DENY'|'ALLOW',
'ShareZendeskAction': 'DENY'|'ALLOW',
'UseZendeskAction': 'DENY'|'ALLOW',
'SmartsheetAction': 'DENY'|'ALLOW',
'CreateAndUpdateSmartsheetAction': 'DENY'|'ALLOW',
'ShareSmartsheetAction': 'DENY'|'ALLOW',
'UseSmartsheetAction': 'DENY'|'ALLOW',
'SAPBusinessPartnerAction': 'DENY'|'ALLOW',
'CreateAndUpdateSAPBusinessPartnerAction': 'DENY'|'ALLOW',
'ShareSAPBusinessPartnerAction': 'DENY'|'ALLOW',
'UseSAPBusinessPartnerAction': 'DENY'|'ALLOW',
'SAPProductMasterDataAction': 'DENY'|'ALLOW',
'CreateAndUpdateSAPProductMasterDataAction': 'DENY'|'ALLOW',
'ShareSAPProductMasterDataAction': 'DENY'|'ALLOW',
'UseSAPProductMasterDataAction': 'DENY'|'ALLOW',
'SAPPhysicalInventoryAction': 'DENY'|'ALLOW',
'CreateAndUpdateSAPPhysicalInventoryAction': 'DENY'|'ALLOW',
'ShareSAPPhysicalInventoryAction': 'DENY'|'ALLOW',
'UseSAPPhysicalInventoryAction': 'DENY'|'ALLOW',
'SAPBillOfMaterialAction': 'DENY'|'ALLOW',
'CreateAndUpdateSAPBillOfMaterialAction': 'DENY'|'ALLOW',
'ShareSAPBillOfMaterialAction': 'DENY'|'ALLOW',
'UseSAPBillOfMaterialAction': 'DENY'|'ALLOW',
'SAPMaterialStockAction': 'DENY'|'ALLOW',
'CreateAndUpdateSAPMaterialStockAction': 'DENY'|'ALLOW',
'ShareSAPMaterialStockAction': 'DENY'|'ALLOW',
'UseSAPMaterialStockAction': 'DENY'|'ALLOW',
'FactSetAction': 'DENY'|'ALLOW',
'CreateAndUpdateFactSetAction': 'DENY'|'ALLOW',
'ShareFactSetAction': 'DENY'|'ALLOW',
'UseFactSetAction': 'DENY'|'ALLOW',
'AmazonSThreeAction': 'DENY'|'ALLOW',
'CreateAndUpdateAmazonSThreeAction': 'DENY'|'ALLOW',
'ShareAmazonSThreeAction': 'DENY'|'ALLOW',
'UseAmazonSThreeAction': 'DENY'|'ALLOW',
'TextractAction': 'DENY'|'ALLOW',
'CreateAndUpdateTextractAction': 'DENY'|'ALLOW',
'ShareTextractAction': 'DENY'|'ALLOW',
'UseTextractAction': 'DENY'|'ALLOW',
'ComprehendAction': 'DENY'|'ALLOW',
'CreateAndUpdateComprehendAction': 'DENY'|'ALLOW',
'ShareComprehendAction': 'DENY'|'ALLOW',
'UseComprehendAction': 'DENY'|'ALLOW',
'ComprehendMedicalAction': 'DENY'|'ALLOW',
'CreateAndUpdateComprehendMedicalAction': 'DENY'|'ALLOW',
'ShareComprehendMedicalAction': 'DENY'|'ALLOW',
'UseComprehendMedicalAction': 'DENY'|'ALLOW',
'AmazonBedrockARSAction': 'DENY'|'ALLOW',
'CreateAndUpdateAmazonBedrockARSAction': 'DENY'|'ALLOW',
'ShareAmazonBedrockARSAction': 'DENY'|'ALLOW',
'UseAmazonBedrockARSAction': 'DENY'|'ALLOW',
'AmazonBedrockFSAction': 'DENY'|'ALLOW',
'CreateAndUpdateAmazonBedrockFSAction': 'DENY'|'ALLOW',
'ShareAmazonBedrockFSAction': 'DENY'|'ALLOW',
'UseAmazonBedrockFSAction': 'DENY'|'ALLOW',
'AmazonBedrockKRSAction': 'DENY'|'ALLOW',
'CreateAndUpdateAmazonBedrockKRSAction': 'DENY'|'ALLOW',
'ShareAmazonBedrockKRSAction': 'DENY'|'ALLOW',
'UseAmazonBedrockKRSAction': 'DENY'|'ALLOW',
'MCPAction': 'DENY'|'ALLOW',
'CreateAndUpdateMCPAction': 'DENY'|'ALLOW',
'ShareMCPAction': 'DENY'|'ALLOW',
'UseMCPAction': 'DENY'|'ALLOW',
'OpenAPIAction': 'DENY'|'ALLOW',
'CreateAndUpdateOpenAPIAction': 'DENY'|'ALLOW',
'ShareOpenAPIAction': 'DENY'|'ALLOW',
'UseOpenAPIAction': 'DENY'|'ALLOW',
'SandPGMIAction': 'DENY'|'ALLOW',
'CreateAndUpdateSandPGMIAction': 'DENY'|'ALLOW',
'ShareSandPGMIAction': 'DENY'|'ALLOW',
'UseSandPGMIAction': 'DENY'|'ALLOW',
'SandPGlobalEnergyAction': 'DENY'|'ALLOW',
'CreateAndUpdateSandPGlobalEnergyAction': 'DENY'|'ALLOW',
'ShareSandPGlobalEnergyAction': 'DENY'|'ALLOW',
'UseSandPGlobalEnergyAction': 'DENY'|'ALLOW',
'BambooHRAction': 'DENY'|'ALLOW',
'CreateAndUpdateBambooHRAction': 'DENY'|'ALLOW',
'ShareBambooHRAction': 'DENY'|'ALLOW',
'UseBambooHRAction': 'DENY'|'ALLOW',
'BoxAgentAction': 'DENY'|'ALLOW',
'CreateAndUpdateBoxAgentAction': 'DENY'|'ALLOW',
'ShareBoxAgentAction': 'DENY'|'ALLOW',
'UseBoxAgentAction': 'DENY'|'ALLOW',
'CanvaAgentAction': 'DENY'|'ALLOW',
'CreateAndUpdateCanvaAgentAction': 'DENY'|'ALLOW',
'ShareCanvaAgentAction': 'DENY'|'ALLOW',
'UseCanvaAgentAction': 'DENY'|'ALLOW',
'GithubAction': 'DENY'|'ALLOW',
'CreateAndUpdateGithubAction': 'DENY'|'ALLOW',
'ShareGithubAction': 'DENY'|'ALLOW',
'UseGithubAction': 'DENY'|'ALLOW',
'NotionAction': 'DENY'|'ALLOW',
'CreateAndUpdateNotionAction': 'DENY'|'ALLOW',
'ShareNotionAction': 'DENY'|'ALLOW',
'UseNotionAction': 'DENY'|'ALLOW',
'LinearAction': 'DENY'|'ALLOW',
'CreateAndUpdateLinearAction': 'DENY'|'ALLOW',
'ShareLinearAction': 'DENY'|'ALLOW',
'UseLinearAction': 'DENY'|'ALLOW',
'HuggingFaceAction': 'DENY'|'ALLOW',
'CreateAndUpdateHuggingFaceAction': 'DENY'|'ALLOW',
'ShareHuggingFaceAction': 'DENY'|'ALLOW',
'UseHuggingFaceAction': 'DENY'|'ALLOW',
'MondayAction': 'DENY'|'ALLOW',
'CreateAndUpdateMondayAction': 'DENY'|'ALLOW',
'ShareMondayAction': 'DENY'|'ALLOW',
'UseMondayAction': 'DENY'|'ALLOW',
'HubspotAction': 'DENY'|'ALLOW',
'CreateAndUpdateHubspotAction': 'DENY'|'ALLOW',
'ShareHubspotAction': 'DENY'|'ALLOW',
'UseHubspotAction': 'DENY'|'ALLOW',
'IntercomAction': 'DENY'|'ALLOW',
'CreateAndUpdateIntercomAction': 'DENY'|'ALLOW',
'ShareIntercomAction': 'DENY'|'ALLOW',
'UseIntercomAction': 'DENY'|'ALLOW',
'NewRelicAction': 'DENY'|'ALLOW',
'CreateAndUpdateNewRelicAction': 'DENY'|'ALLOW',
'ShareNewRelicAction': 'DENY'|'ALLOW',
'UseNewRelicAction': 'DENY'|'ALLOW',
'Topic': 'DENY'|'ALLOW',
'EditVisualWithQ': 'DENY'|'ALLOW',
'BuildCalculatedFieldWithQ': 'DENY'|'ALLOW',
'CreateDashboardExecutiveSummaryWithQ': 'DENY'|'ALLOW',
'Space': 'DENY'|'ALLOW',
'CreateSpaces': 'DENY'|'ALLOW',
'ShareSpaces': 'DENY'|'ALLOW',
'ChatAgent': 'DENY'|'ALLOW',
'CreateChatAgents': 'DENY'|'ALLOW',
'ShareChatAgents': 'DENY'|'ALLOW',
'Research': 'DENY'|'ALLOW',
'SelfUpgradeUserRole': 'DENY'|'ALLOW',
'Extension': 'DENY'|'ALLOW',
'UseBrowserExtension': 'DENY'|'ALLOW',
'UseWordAddInExtension': 'DENY'|'ALLOW',
'UseOutlookAddInExtension': 'DENY'|'ALLOW',
'UseExcelAddInExtension': 'DENY'|'ALLOW',
'UsePowerpointAddInExtension': 'DENY'|'ALLOW',
'ManageSharedFolders': 'DENY'|'ALLOW',
'GenerateAnalyses': 'DENY'|'ALLOW',
'Story': 'DENY'|'ALLOW',
'Scenario': 'DENY'|'ALLOW',
'Trigger': 'DENY'|'ALLOW',
'ScheduleTrigger': 'DENY'|'ALLOW',
'InboundEmailTrigger': 'DENY'|'ALLOW',
'QuickEventTrigger': 'DENY'|'ALLOW'
},
Governance={
'DefaultCategoryEffects': {
'string': 'DENY_BY_DEFAULT'
}
},
Tags=[
{
'Key': 'string',
'Value': 'string'
},
]
)
string
[REQUIRED]
The ID of the Amazon Web Services account that you want to create the custom permissions profile in.
string
[REQUIRED]
The name of the custom permissions profile that you want to create.
dict
A set of actions to include in the custom permissions profile.
ExportToCsv (string) --
The ability to export to CSV files from the UI.
ExportToExcel (string) --
The ability to export to Excel files from the UI.
ExportToPdf (string) --
The ability to export to PDF files from the UI.
PrintReports (string) --
The ability to print reports.
CreateAndUpdateThemes (string) --
The ability to export to Create and Update themes.
AddOrRunAnomalyDetectionForAnalyses (string) --
The ability to add or run anomaly detection.
ShareAnalyses (string) --
The ability to share analyses.
CreateAndUpdateDatasets (string) --
The ability to create and update datasets.
ShareDatasets (string) --
The ability to share datasets.
SubscribeDashboardEmailReports (string) --
The ability to subscribe to email reports.
CreateAndUpdateDashboardEmailReports (string) --
The ability to create and update email reports.
ShareDashboards (string) --
The ability to share dashboards.
CreateAndUpdateThresholdAlerts (string) --
The ability to create and update threshold alerts.
RenameSharedFolders (string) --
The ability to rename shared folders.
CreateSharedFolders (string) --
The ability to create shared folders.
CreateAndUpdateDataSources (string) --
The ability to create and update data sources.
ShareDataSources (string) --
The ability to share data sources.
ViewAccountSPICECapacity (string) --
The ability to view account SPICE capacity.
CreateSPICEDataset (string) --
The ability to create a SPICE dataset.
ExportToPdfInScheduledReports (string) --
The ability to export to PDF files in scheduled email reports.
ExportToCsvInScheduledReports (string) --
The ability to export to CSV files in scheduled email reports.
ExportToExcelInScheduledReports (string) --
The ability to export to Excel files in scheduled email reports.
IncludeContentInScheduledReportsEmail (string) --
The ability to include content in scheduled email reports.
Dashboard (string) --
The ability to perform dashboard-related actions.
Analysis (string) --
The ability to perform analysis-related actions.
Automate (string) --
The ability to perform automate-related actions.
Flow (string) --
The ability to perform flow-related actions.
Apps (string) --
The ability to perform apps-related actions.
CreateAndUpdateApps (string) --
The ability to create or update apps.
ShareApps (string) --
The ability to share apps with other users.
InvokeAppsAIInference (string) --
The ability to add and invoke AI inference in new and existing apps.
AccessAppsNativeDataStore (string) --
The ability to access the native data store for new and existing apps.
PublishWithoutApproval (string) --
The ability to enable approvals for flow share.
UseBedrockModels (string) --
The ability to use Bedrock models for general knowledge step in flows.
PerformFlowUiTask (string) --
The ability to use UI Agent step to perform tasks on public websites.
ApproveFlowShareRequests (string) --
The ability to review and approve sharing requests of Flows.
UseAgentWebSearch (string) --
The ability to use internet to enhance results in Chat Agents, Flows, and Quick Research. Web search queries will be processed securely in an Amazon Web Services region us-east-1.
KnowledgeBase (string) --
The ability to use knowledge bases to specify content from external applications.
CreateAndUpdateKnowledgeBases (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareKnowledgeBases (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
SharePointKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateSharePointKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareSharePointKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseSharePointKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
GoogleDriveKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateGoogleDriveKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareGoogleDriveKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseGoogleDriveKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
WebCrawlerKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateWebCrawlerKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareWebCrawlerKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseWebCrawlerKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
S3KnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateS3KnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareS3KnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseS3KnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ConfluenceKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateConfluenceKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareConfluenceKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseConfluenceKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
OneDriveKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateOneDriveKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareOneDriveKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseOneDriveKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
QBusinessKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateQBusinessKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareQBusinessKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseQBusinessKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
BedrockManagedKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateBedrockManagedKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareBedrockManagedKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseBedrockManagedKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
BoxKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateBoxKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareBoxKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseBoxKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
IDCKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateIDCKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareIDCKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseIDCKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
Action (string) --
The ability to perform actions in external services through Action connectors. Actions allow users to interact with third-party systems.
GenericHTTPAction (string) --
The ability to perform actions using REST API connection connectors.
CreateAndUpdateGenericHTTPAction (string) --
The ability to create and update REST API connection actions.
ShareGenericHTTPAction (string) --
The ability to share REST API connection actions.
UseGenericHTTPAction (string) --
The ability to use REST API connection actions.
AsanaAction (string) --
The ability to perform actions using Asana connectors.
CreateAndUpdateAsanaAction (string) --
The ability to create and update Asana actions.
ShareAsanaAction (string) --
The ability to share Asana actions.
UseAsanaAction (string) --
The ability to use Asana actions.
SlackAction (string) --
The ability to perform actions using Slack connectors.
CreateAndUpdateSlackAction (string) --
The ability to create and update Slack actions.
ShareSlackAction (string) --
The ability to share Slack actions.
UseSlackAction (string) --
The ability to use Slack actions.
ServiceNowAction (string) --
The ability to perform actions using ServiceNow connectors.
CreateAndUpdateServiceNowAction (string) --
The ability to create and update ServiceNow actions.
ShareServiceNowAction (string) --
The ability to share ServiceNow actions.
UseServiceNowAction (string) --
The ability to use ServiceNow actions.
SalesforceAction (string) --
The ability to perform actions using Salesforce connectors.
CreateAndUpdateSalesforceAction (string) --
The ability to create and update Salesforce actions.
ShareSalesforceAction (string) --
The ability to share Salesforce actions.
UseSalesforceAction (string) --
The ability to use Salesforce actions.
MSExchangeAction (string) --
The ability to perform actions using Microsoft Outlook connectors.
CreateAndUpdateMSExchangeAction (string) --
The ability to create and update Microsoft Outlook actions.
ShareMSExchangeAction (string) --
The ability to share Microsoft Outlook actions.
UseMSExchangeAction (string) --
The ability to use Microsoft Outlook actions.
PagerDutyAction (string) --
The ability to perform actions using PagerDuty Advance connectors.
CreateAndUpdatePagerDutyAction (string) --
The ability to create and update PagerDuty Advance actions.
SharePagerDutyAction (string) --
The ability to share PagerDuty Advance actions.
UsePagerDutyAction (string) --
The ability to use PagerDuty Advance actions.
JiraAction (string) --
The ability to perform actions using Jira connectors.
CreateAndUpdateJiraAction (string) --
The ability to create and update Jira actions.
ShareJiraAction (string) --
The ability to share Jira actions.
UseJiraAction (string) --
The ability to use Jira actions.
ConfluenceAction (string) --
The ability to perform actions using Atlassian Confluence Cloud connectors.
CreateAndUpdateConfluenceAction (string) --
The ability to create and update Atlassian Confluence Cloud actions.
ShareConfluenceAction (string) --
The ability to share Atlassian Confluence Cloud actions.
UseConfluenceAction (string) --
The ability to use Atlassian Confluence Cloud actions.
OneDriveAction (string) --
The ability to perform actions using Microsoft OneDrive connectors.
CreateAndUpdateOneDriveAction (string) --
The ability to create and update Microsoft OneDrive actions.
ShareOneDriveAction (string) --
The ability to share Microsoft OneDrive actions.
UseOneDriveAction (string) --
The ability to use Microsoft OneDrive actions.
SharePointAction (string) --
The ability to perform actions using Microsoft SharePoint Online connectors.
CreateAndUpdateSharePointAction (string) --
The ability to create and update Microsoft SharePoint Online actions.
ShareSharePointAction (string) --
The ability to share Microsoft SharePoint Online actions.
UseSharePointAction (string) --
The ability to use Microsoft SharePoint Online actions.
MSTeamsAction (string) --
The ability to perform actions using Microsoft Teams connectors.
CreateAndUpdateMSTeamsAction (string) --
The ability to create and update Microsoft Teams actions.
ShareMSTeamsAction (string) --
The ability to share Microsoft Teams actions.
UseMSTeamsAction (string) --
The ability to use Microsoft Teams actions.
GoogleCalendarAction (string) --
The ability to perform actions using Google Calendar connectors.
CreateAndUpdateGoogleCalendarAction (string) --
The ability to create and update Google Calendar actions.
ShareGoogleCalendarAction (string) --
The ability to share Google Calendar actions.
UseGoogleCalendarAction (string) --
The ability to use Google Calendar actions.
ZendeskAction (string) --
The ability to perform actions using Zendesk connectors.
CreateAndUpdateZendeskAction (string) --
The ability to create and update Zendesk actions.
ShareZendeskAction (string) --
The ability to share Zendesk actions.
UseZendeskAction (string) --
The ability to use Zendesk actions.
SmartsheetAction (string) --
The ability to perform actions using Smartsheet connectors.
CreateAndUpdateSmartsheetAction (string) --
The ability to create and update Smartsheet actions.
ShareSmartsheetAction (string) --
The ability to share Smartsheet actions.
UseSmartsheetAction (string) --
The ability to use Smartsheet actions.
SAPBusinessPartnerAction (string) --
The ability to perform actions using SAP Business Partner connectors.
CreateAndUpdateSAPBusinessPartnerAction (string) --
The ability to create and update SAP Business Partner actions.
ShareSAPBusinessPartnerAction (string) --
The ability to share SAP Business Partner actions.
UseSAPBusinessPartnerAction (string) --
The ability to use SAP Business Partner actions.
SAPProductMasterDataAction (string) --
The ability to perform actions using SAP Product Master connectors.
CreateAndUpdateSAPProductMasterDataAction (string) --
The ability to create and update SAP Product Master actions.
ShareSAPProductMasterDataAction (string) --
The ability to share SAP Product Master actions.
UseSAPProductMasterDataAction (string) --
The ability to use SAP Product Master actions.
SAPPhysicalInventoryAction (string) --
The ability to perform actions using SAP Physical Inventory connectors.
CreateAndUpdateSAPPhysicalInventoryAction (string) --
The ability to create and update SAP Physical Inventory actions.
ShareSAPPhysicalInventoryAction (string) --
The ability to share SAP Physical Inventory actions.
UseSAPPhysicalInventoryAction (string) --
The ability to use SAP Physical Inventory actions.
SAPBillOfMaterialAction (string) --
The ability to perform actions using SAP Bill of Materials connectors.
CreateAndUpdateSAPBillOfMaterialAction (string) --
The ability to create and update SAP Bill of Materials actions.
ShareSAPBillOfMaterialAction (string) --
The ability to share SAP Bill of Materials actions.
UseSAPBillOfMaterialAction (string) --
The ability to use SAP Bill of Materials actions.
SAPMaterialStockAction (string) --
The ability to perform actions using SAP Material Stock connectors.
CreateAndUpdateSAPMaterialStockAction (string) --
The ability to create and update SAP Material Stock actions.
ShareSAPMaterialStockAction (string) --
The ability to share SAP Material Stock actions.
UseSAPMaterialStockAction (string) --
The ability to use SAP Material Stock actions.
FactSetAction (string) --
The ability to perform actions using FactSet connectors.
CreateAndUpdateFactSetAction (string) --
The ability to create and update FactSet actions.
ShareFactSetAction (string) --
The ability to share FactSet actions.
UseFactSetAction (string) --
The ability to use FactSet actions.
AmazonSThreeAction (string) --
The ability to perform actions using Amazon S3 connectors.
CreateAndUpdateAmazonSThreeAction (string) --
The ability to create and update Amazon S3 actions.
ShareAmazonSThreeAction (string) --
The ability to share Amazon S3 actions.
UseAmazonSThreeAction (string) --
The ability to use Amazon S3 actions.
TextractAction (string) --
The ability to perform actions using Textract connectors.
CreateAndUpdateTextractAction (string) --
The ability to create and update Textract actions.
ShareTextractAction (string) --
The ability to share Textract actions.
UseTextractAction (string) --
The ability to use Textract actions.
ComprehendAction (string) --
The ability to perform actions using Comprehend connectors.
CreateAndUpdateComprehendAction (string) --
The ability to create and update Comprehend actions.
ShareComprehendAction (string) --
The ability to share Comprehend actions.
UseComprehendAction (string) --
The ability to use Comprehend actions.
ComprehendMedicalAction (string) --
The ability to perform actions using Comprehend Medical connectors.
CreateAndUpdateComprehendMedicalAction (string) --
The ability to create and update Comprehend Medical actions.
ShareComprehendMedicalAction (string) --
The ability to share Comprehend Medical actions.
UseComprehendMedicalAction (string) --
The ability to use Comprehend Medical actions.
AmazonBedrockARSAction (string) --
The ability to perform actions using Bedrock Agent connectors.
CreateAndUpdateAmazonBedrockARSAction (string) --
The ability to create and update Bedrock Agent actions.
ShareAmazonBedrockARSAction (string) --
The ability to share Bedrock Agent actions.
UseAmazonBedrockARSAction (string) --
The ability to use Bedrock Agent actions.
AmazonBedrockFSAction (string) --
The ability to perform actions using Bedrock Runtime connectors.
CreateAndUpdateAmazonBedrockFSAction (string) --
The ability to create and update Bedrock Runtime actions.
ShareAmazonBedrockFSAction (string) --
The ability to share Bedrock Runtime actions.
UseAmazonBedrockFSAction (string) --
The ability to use Bedrock Runtime actions.
AmazonBedrockKRSAction (string) --
The ability to perform actions using Bedrock Data Automation Runtime connectors.
CreateAndUpdateAmazonBedrockKRSAction (string) --
The ability to create and update Bedrock Data Automation Runtime actions.
ShareAmazonBedrockKRSAction (string) --
The ability to share Bedrock Data Automation Runtime actions.
UseAmazonBedrockKRSAction (string) --
The ability to use Bedrock Data Automation Runtime actions.
MCPAction (string) --
The ability to perform actions using Model Context Protocol connectors.
CreateAndUpdateMCPAction (string) --
The ability to create and update Model Context Protocol actions.
ShareMCPAction (string) --
The ability to share Model Context Protocol actions.
UseMCPAction (string) --
The ability to use Model Context Protocol actions.
OpenAPIAction (string) --
The ability to perform actions using OpenAPI Specification connectors.
CreateAndUpdateOpenAPIAction (string) --
The ability to create and update OpenAPI Specification actions.
ShareOpenAPIAction (string) --
The ability to share OpenAPI Specification actions.
UseOpenAPIAction (string) --
The ability to use OpenAPI Specification actions.
SandPGMIAction (string) --
The ability to perform actions using S&P Global Market Intelligence connectors.
CreateAndUpdateSandPGMIAction (string) --
The ability to create and update S&P Global Market Intelligence actions.
ShareSandPGMIAction (string) --
The ability to share S&P Global Market Intelligence actions.
UseSandPGMIAction (string) --
The ability to use S&P Global Market Intelligence actions.
SandPGlobalEnergyAction (string) --
The ability to perform actions using S&P Global Energy connectors.
CreateAndUpdateSandPGlobalEnergyAction (string) --
The ability to create and update S&P Global Energy actions.
ShareSandPGlobalEnergyAction (string) --
The ability to share S&P Global Energy actions.
UseSandPGlobalEnergyAction (string) --
The ability to use S&P Global Energy actions.
BambooHRAction (string) --
The ability to perform actions using BambooHR connectors.
CreateAndUpdateBambooHRAction (string) --
The ability to create and update BambooHR actions.
ShareBambooHRAction (string) --
The ability to share BambooHR actions.
UseBambooHRAction (string) --
The ability to use BambooHR actions.
BoxAgentAction (string) --
The ability to perform actions using Box Agent connectors.
CreateAndUpdateBoxAgentAction (string) --
The ability to create and update Box Agent actions.
ShareBoxAgentAction (string) --
The ability to share Box Agent actions.
UseBoxAgentAction (string) --
The ability to use Box Agent actions.
CanvaAgentAction (string) --
The ability to perform actions using Canva Agent connectors.
CreateAndUpdateCanvaAgentAction (string) --
The ability to create and update Canva Agent actions.
ShareCanvaAgentAction (string) --
The ability to share Canva Agent actions.
UseCanvaAgentAction (string) --
The ability to use Canva Agent actions.
GithubAction (string) --
The ability to perform actions using GitHub connectors.
CreateAndUpdateGithubAction (string) --
The ability to create and update GitHub actions.
ShareGithubAction (string) --
The ability to share GitHub actions.
UseGithubAction (string) --
The ability to use GitHub actions.
NotionAction (string) --
The ability to perform actions using Notion connectors.
CreateAndUpdateNotionAction (string) --
The ability to create and update Notion actions.
ShareNotionAction (string) --
The ability to share Notion actions.
UseNotionAction (string) --
The ability to use Notion actions.
LinearAction (string) --
The ability to perform actions using Linear connectors.
CreateAndUpdateLinearAction (string) --
The ability to create and update Linear actions.
ShareLinearAction (string) --
The ability to share Linear actions.
UseLinearAction (string) --
The ability to use Linear actions.
HuggingFaceAction (string) --
The ability to perform actions using HuggingFace connectors.
CreateAndUpdateHuggingFaceAction (string) --
The ability to create and update HuggingFace actions.
ShareHuggingFaceAction (string) --
The ability to share HuggingFace actions.
UseHuggingFaceAction (string) --
The ability to use HuggingFace actions.
MondayAction (string) --
The ability to perform actions using Monday connectors.
CreateAndUpdateMondayAction (string) --
The ability to create and update Monday actions.
ShareMondayAction (string) --
The ability to share Monday actions.
UseMondayAction (string) --
The ability to use Monday actions.
HubspotAction (string) --
The ability to perform actions using Hubspot connectors.
CreateAndUpdateHubspotAction (string) --
The ability to create and update Hubspot actions.
ShareHubspotAction (string) --
The ability to share Hubspot actions.
UseHubspotAction (string) --
The ability to use Hubspot actions.
IntercomAction (string) --
The ability to perform actions using Intercom connectors.
CreateAndUpdateIntercomAction (string) --
The ability to create and update Intercom actions.
ShareIntercomAction (string) --
The ability to share Intercom actions.
UseIntercomAction (string) --
The ability to use Intercom actions.
NewRelicAction (string) --
The ability to perform actions using New Relic connectors.
CreateAndUpdateNewRelicAction (string) --
The ability to create and update New Relic actions.
ShareNewRelicAction (string) --
The ability to share New Relic actions.
UseNewRelicAction (string) --
The ability to use New Relic actions.
Topic (string) --
The ability to perform Topic-related actions.
EditVisualWithQ (string) --
The ability to Edit Visual with AI
BuildCalculatedFieldWithQ (string) --
The ability to Build Calculation with AI
CreateDashboardExecutiveSummaryWithQ (string) --
The ability to Create Executive Summary
Space (string) --
The ability to perform space-related actions.
CreateSpaces (string) --
The ability to create spaces.
ShareSpaces (string) --
The ability to share spaces with other users and groups.
ChatAgent (string) --
The ability to perform chat-related actions.
CreateChatAgents (string) --
The ability to create chat agents.
ShareChatAgents (string) --
The ability to share chat agents with other users and groups.
Research (string) --
The ability to perform research-related actions.
SelfUpgradeUserRole (string) --
The ability to enable users to upgrade their user role.
Extension (string) --
The ability to perform Extension-related actions.
UseBrowserExtension (string) --
The ability to use Amazon Quick through the browser extension for Chrome, Firefox, and Edge.
UseWordAddInExtension (string) --
The ability to use Amazon Quick through the Microsoft Word add-in.
UseOutlookAddInExtension (string) --
The ability to use Amazon Quick through the Microsoft Outlook add-in.
UseExcelAddInExtension (string) --
The ability to use Amazon Quick through the Microsoft Excel add-in.
UsePowerpointAddInExtension (string) --
The ability to use Amazon Quick through the Microsoft PowerPoint add-in.
ManageSharedFolders (string) --
The ability to create, update, delete and view shared folders (both restricted and unrestricted), ability to add any asset to shared folders, and ability to share the folders.
Note: This does not prevent inheriting access to assets that others share with them through folder membership.
GenerateAnalyses (string) --
The ability to generate analysis using AI
Story (string) --
The ability to perform Story-related actions.
Scenario (string) --
The ability to perform Scenario-related actions.
Trigger (string) --
The ability to manage trigger-related settings for flows and automations.
ScheduleTrigger (string) --
The ability to create, view, edit, delete, and run schedule triggers for flows and automations.
InboundEmailTrigger (string) --
The ability to create, view, edit, delete, and run inbound email triggers for flows and automations.
QuickEventTrigger (string) --
The ability to create, view, edit, delete, and run Quick event triggers for flows and automations.
dict
The governance configuration for the custom permissions profile. When governance controls are defined for a category, any capabilities in that category not explicitly set to ALLOW in Capabilities are denied. Even newly added capabilities in the category are implicitly disabled when Amazon Quick releases them.
DefaultCategoryEffects (dict) --
A map of DefaultCategoryEffects.
(string) --
The name of a governance category. A governance category groups related capabilities so that you can apply a default effect to all capabilities in the category at once. Valid values:
AI – Capabilities related to Amazon Quick AI features.
(string) --
The default effect that Amazon Quick applies to capabilities in a governed category when you do not explicitly list those capabilities in Capabilities. Valid values:
DENY_BY_DEFAULT – Amazon Quick denies any capability access in the given category that the profile does not explicitly set to ALLOW.
list
The tags to associate with the custom permissions profile.
(dict) --
The key or keys of the key-value pairs for the resource tag or tags assigned to the resource.
Key (string) -- [REQUIRED]
Tag key.
Value (string) -- [REQUIRED]
Tag value.
dict
Response Syntax
{
'Status': 123,
'Arn': 'string',
'RequestId': 'string'
}
Response Structure
(dict) --
Status (integer) --
The HTTP status of the request.
Arn (string) --
The Amazon Resource Name (ARN) of the custom permissions profile.
RequestId (string) --
The Amazon Web Services request ID for this operation.
{'Definition': {'CalculatedFields': {'TopicIdentifier': 'string'},
'ColumnConfigurations': {'Column': {'TopicIdentifier': 'string'}},
'FilterGroups': {'Filters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'NestedFilter': {'Column': {'TopicIdentifier': 'string'},
'InnerFilter': {'CategoryInnerFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}}}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'NumericRangeFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'RelativeDatesFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TimeEqualityFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TopBottomFilter': {'AggregationSortConfigurations': {'Column': {'TopicIdentifier': 'string'}},
'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}}}},
'Options': {'VisualMessages': {'NoDataMessage': {'Description': 'string',
'DescriptionVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Enabled': 'boolean',
'LinkText': 'string',
'LinkUrl': 'string',
'LinkVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Title': 'string',
'TitleVisibility': 'HIDDEN '
'| '
'VISIBLE'}}},
'ParameterDeclarations': {'DateTimeParameterDeclaration': {'DefaultValues': {'DynamicValue': {'DefaultValueColumn': {'TopicIdentifier': 'string'},
'GroupNameColumn': {'TopicIdentifier': 'string'},
'UserNameColumn': {'TopicIdentifier': 'string'}}}},
'DecimalParameterDeclaration': {'DefaultValues': {'DynamicValue': {'DefaultValueColumn': {'TopicIdentifier': 'string'},
'GroupNameColumn': {'TopicIdentifier': 'string'},
'UserNameColumn': {'TopicIdentifier': 'string'}}}},
'IntegerParameterDeclaration': {'DefaultValues': {'DynamicValue': {'DefaultValueColumn': {'TopicIdentifier': 'string'},
'GroupNameColumn': {'TopicIdentifier': 'string'},
'UserNameColumn': {'TopicIdentifier': 'string'}}}},
'StringParameterDeclaration': {'DefaultValues': {'DynamicValue': {'DefaultValueColumn': {'TopicIdentifier': 'string'},
'GroupNameColumn': {'TopicIdentifier': 'string'},
'UserNameColumn': {'TopicIdentifier': 'string'}}}}},
'Sheets': {'FilterControls': {'CrossSheet': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}}},
'Dropdown': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}},
'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'List': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}},
'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}},
'Images': {'Actions': {'ActionOperations': {'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}}},
'Layouts': {'Configuration': {'SectionBasedLayout': {'BodySections': {'RepeatConfiguration': {'DimensionConfigurations': {'DynamicCategoryDimensionConfiguration': {'Column': {'TopicIdentifier': 'string'},
'SortByMetrics': {'SortBy': {'TopicIdentifier': 'string'}}},
'DynamicNumericDimensionConfiguration': {'Column': {'TopicIdentifier': 'string'},
'SortByMetrics': {'SortBy': {'TopicIdentifier': 'string'}}}}}}}}},
'ParameterControls': {'Dropdown': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}},
'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}},
'SelectableValues': {'LinkToDataSetColumn': {'TopicIdentifier': 'string'}}},
'List': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}},
'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}},
'SelectableValues': {'LinkToDataSetColumn': {'TopicIdentifier': 'string'}}}},
'Visuals': {'BarChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'BarChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'BoxPlotVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'BoxPlotAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ComboChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'ComboChartAggregatedFieldWells': {'BarValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'LineValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'CustomContentVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'EmptyVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'FilledMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'FilledMapAggregatedFieldWells': {'Geospatial': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'FunnelChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'FunnelChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'GaugeChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'TargetValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TooltipOptions': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'GeospatialMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'GeospatialMapAggregatedFieldWells': {'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Geospatial': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'HeatMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ColumnLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'HeatMapAggregatedFieldWells': {'Columns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Rows': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'RowLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'HeatMapColumnSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'HeatMapRowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'HistogramVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'HistogramAggregatedFieldWells': {'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}}},
'InsightVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'InsightConfiguration': {'Computations': {'Forecast': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'GrowthRate': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'MaximumMinimum': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'MetricComparison': {'FromValue': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'TargetValue': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}},
'PeriodOverPeriod': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'PeriodToDate': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TopBottomMovers': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TopBottomRanked': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TotalAggregation': {'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'UniqueValues': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'KPIVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'TargetValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'TrendGroups': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'TrendGroupSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'LayerMapVisual': {'ChartConfiguration': {'MapLayers': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'JoinDefinition': {'ColorField': {'ColorDimensionsFields': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'ColorValuesFields': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'DatasetKeyField': {'Column': {'TopicIdentifier': 'string'}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TopicIdentifier': 'string'},
'LineChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'LineChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'PieChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'PieChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'PivotTableVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'DashboardCustomizationVisualOptions': {'FieldsConfiguration': {'AdditionalFields': {'TopicIdentifier': 'string'}}},
'FieldWells': {'PivotTableAggregatedFieldWells': {'Columns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Rows': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'FieldSortOptions': {'SortBy': {'Column': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'PluginVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'Dimensions': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Measures': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Unaggregated': {'Column': {'TopicIdentifier': 'string'}}},
'SortConfiguration': {'PluginVisualTableQuerySort': {'RowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}}}},
'RadarChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'RadarChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Color': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'SankeyDiagramVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'SankeyDiagramAggregatedFieldWells': {'Destination': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Source': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Weight': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'WeightSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}}},
'ScatterPlotVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'ScatterPlotCategoricallyAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Label': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'XAxis': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'YAxis': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'ScatterPlotUnaggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Label': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'XAxis': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'YAxis': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'YAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'TableVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'DashboardCustomizationVisualOptions': {'FieldsConfiguration': {'AdditionalFields': {'TopicIdentifier': 'string'}}},
'FieldWells': {'TableAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TableUnaggregatedFieldWells': {'Values': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'RowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'TableInlineVisualizations': {'Sparklines': {'XAxisField': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TreeMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'TreeMapAggregatedFieldWells': {'Colors': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Groups': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Sizes': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'GroupLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SizeLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'TreeMapSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'WaterfallVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'WaterfallChartAggregatedFieldWells': {'Breakdowns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Categories': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'WordCloudVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'WordCloudAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}}}},
'TooltipSheets': {'Images': {'Actions': {'ActionOperations': {'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}}},
'Layouts': {'Configuration': {'SectionBasedLayout': {'BodySections': {'RepeatConfiguration': {'DimensionConfigurations': {'DynamicCategoryDimensionConfiguration': {'Column': {'TopicIdentifier': 'string'},
'SortByMetrics': {'SortBy': {'TopicIdentifier': 'string'}}},
'DynamicNumericDimensionConfiguration': {'Column': {'TopicIdentifier': 'string'},
'SortByMetrics': {'SortBy': {'TopicIdentifier': 'string'}}}}}}}}},
'Visuals': {'BarChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'BarChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'BoxPlotVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'BoxPlotAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ComboChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'ComboChartAggregatedFieldWells': {'BarValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'LineValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'CustomContentVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'EmptyVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'FilledMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'FilledMapAggregatedFieldWells': {'Geospatial': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'FunnelChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'FunnelChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'GaugeChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'TargetValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TooltipOptions': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'GeospatialMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'GeospatialMapAggregatedFieldWells': {'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Geospatial': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'HeatMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ColumnLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'HeatMapAggregatedFieldWells': {'Columns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Rows': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'RowLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'HeatMapColumnSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'HeatMapRowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'HistogramVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'HistogramAggregatedFieldWells': {'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}}},
'InsightVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'InsightConfiguration': {'Computations': {'Forecast': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'GrowthRate': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'MaximumMinimum': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'MetricComparison': {'FromValue': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'TargetValue': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}},
'PeriodOverPeriod': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'PeriodToDate': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TopBottomMovers': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TopBottomRanked': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TotalAggregation': {'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'UniqueValues': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'KPIVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'TargetValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'TrendGroups': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'TrendGroupSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'LayerMapVisual': {'ChartConfiguration': {'MapLayers': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'JoinDefinition': {'ColorField': {'ColorDimensionsFields': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'ColorValuesFields': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'DatasetKeyField': {'Column': {'TopicIdentifier': 'string'}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TopicIdentifier': 'string'},
'LineChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'LineChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'PieChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'PieChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'PivotTableVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'DashboardCustomizationVisualOptions': {'FieldsConfiguration': {'AdditionalFields': {'TopicIdentifier': 'string'}}},
'FieldWells': {'PivotTableAggregatedFieldWells': {'Columns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Rows': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'FieldSortOptions': {'SortBy': {'Column': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'PluginVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'Dimensions': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Measures': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Unaggregated': {'Column': {'TopicIdentifier': 'string'}}},
'SortConfiguration': {'PluginVisualTableQuerySort': {'RowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}}}},
'RadarChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'RadarChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Color': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'SankeyDiagramVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'SankeyDiagramAggregatedFieldWells': {'Destination': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Source': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Weight': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'WeightSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}}},
'ScatterPlotVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'ScatterPlotCategoricallyAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Label': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'XAxis': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'YAxis': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'ScatterPlotUnaggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Label': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'XAxis': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'YAxis': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'YAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'TableVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'DashboardCustomizationVisualOptions': {'FieldsConfiguration': {'AdditionalFields': {'TopicIdentifier': 'string'}}},
'FieldWells': {'TableAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TableUnaggregatedFieldWells': {'Values': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'RowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'TableInlineVisualizations': {'Sparklines': {'XAxisField': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TreeMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'TreeMapAggregatedFieldWells': {'Colors': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Groups': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Sizes': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'GroupLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SizeLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'TreeMapSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'WaterfallVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'WaterfallChartAggregatedFieldWells': {'Breakdowns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Categories': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'WordCloudVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'WordCloudAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}}}},
'TopicIdentifierDeclarations': [{'Identifier': 'string',
'TopicArn': 'string'}]},
'SourceEntity': {'SourceTemplate': {'TopicReferences': [{'TopicArn': 'string',
'TopicPlaceholder': 'string'}]}}}
Creates a dashboard from either a template or directly with a DashboardDefinition. To first create a template, see the CreateTemplate API operation.
A dashboard is an entity in Amazon Quick Sight that identifies Amazon Quick Sight reports, created from analyses. You can share Amazon Quick Sight dashboards. With the right permissions, you can create scheduled email reports from them. If you have the correct permissions, you can create a dashboard from a template that exists in a different Amazon Web Services account.
See also: AWS API Documentation
Request Syntax
# This section is too large to render. # Please see the AWS API Documentation linked below.Parameters
# This section is too large to render. # Please see the AWS API Documentation linked below.
dict
Response Syntax
{
'Arn': 'string',
'VersionArn': 'string',
'DashboardId': 'string',
'CreationStatus': 'CREATION_IN_PROGRESS'|'CREATION_SUCCESSFUL'|'CREATION_FAILED'|'UPDATE_IN_PROGRESS'|'UPDATE_SUCCESSFUL'|'UPDATE_FAILED'|'DELETED',
'Status': 123,
'RequestId': 'string'
}
Response Structure
(dict) --
Arn (string) --
The ARN of the dashboard.
VersionArn (string) --
The ARN of the dashboard, including the version number of the first version that is created.
DashboardId (string) --
The ID for the dashboard.
CreationStatus (string) --
The status of the dashboard creation request.
Status (integer) --
The HTTP status of the request.
RequestId (string) --
The Amazon Web Services request ID for this operation.
{'Definition': {'CalculatedFields': {'TopicIdentifier': 'string'},
'ColumnConfigurations': {'Column': {'TopicIdentifier': 'string'}},
'FilterGroups': {'Filters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'NestedFilter': {'Column': {'TopicIdentifier': 'string'},
'InnerFilter': {'CategoryInnerFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}}}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'NumericRangeFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'RelativeDatesFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TimeEqualityFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TopBottomFilter': {'AggregationSortConfigurations': {'Column': {'TopicIdentifier': 'string'}},
'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}}}},
'Options': {'VisualMessages': {'NoDataMessage': {'Description': 'string',
'DescriptionVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Enabled': 'boolean',
'LinkText': 'string',
'LinkUrl': 'string',
'LinkVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Title': 'string',
'TitleVisibility': 'HIDDEN '
'| '
'VISIBLE'}}},
'ParameterDeclarations': {'DateTimeParameterDeclaration': {'DefaultValues': {'DynamicValue': {'DefaultValueColumn': {'TopicIdentifier': 'string'},
'GroupNameColumn': {'TopicIdentifier': 'string'},
'UserNameColumn': {'TopicIdentifier': 'string'}}}},
'DecimalParameterDeclaration': {'DefaultValues': {'DynamicValue': {'DefaultValueColumn': {'TopicIdentifier': 'string'},
'GroupNameColumn': {'TopicIdentifier': 'string'},
'UserNameColumn': {'TopicIdentifier': 'string'}}}},
'IntegerParameterDeclaration': {'DefaultValues': {'DynamicValue': {'DefaultValueColumn': {'TopicIdentifier': 'string'},
'GroupNameColumn': {'TopicIdentifier': 'string'},
'UserNameColumn': {'TopicIdentifier': 'string'}}}},
'StringParameterDeclaration': {'DefaultValues': {'DynamicValue': {'DefaultValueColumn': {'TopicIdentifier': 'string'},
'GroupNameColumn': {'TopicIdentifier': 'string'},
'UserNameColumn': {'TopicIdentifier': 'string'}}}}},
'Sheets': {'FilterControls': {'CrossSheet': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}}},
'Dropdown': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}},
'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'List': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}},
'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}},
'Images': {'Actions': {'ActionOperations': {'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}}},
'Layouts': {'Configuration': {'SectionBasedLayout': {'BodySections': {'RepeatConfiguration': {'DimensionConfigurations': {'DynamicCategoryDimensionConfiguration': {'Column': {'TopicIdentifier': 'string'},
'SortByMetrics': {'SortBy': {'TopicIdentifier': 'string'}}},
'DynamicNumericDimensionConfiguration': {'Column': {'TopicIdentifier': 'string'},
'SortByMetrics': {'SortBy': {'TopicIdentifier': 'string'}}}}}}}}},
'ParameterControls': {'Dropdown': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}},
'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}},
'SelectableValues': {'LinkToDataSetColumn': {'TopicIdentifier': 'string'}}},
'List': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}},
'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}},
'SelectableValues': {'LinkToDataSetColumn': {'TopicIdentifier': 'string'}}}},
'Visuals': {'BarChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'BarChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'BoxPlotVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'BoxPlotAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ComboChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'ComboChartAggregatedFieldWells': {'BarValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'LineValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'CustomContentVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'EmptyVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'FilledMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'FilledMapAggregatedFieldWells': {'Geospatial': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'FunnelChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'FunnelChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'GaugeChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'TargetValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TooltipOptions': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'GeospatialMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'GeospatialMapAggregatedFieldWells': {'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Geospatial': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'HeatMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ColumnLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'HeatMapAggregatedFieldWells': {'Columns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Rows': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'RowLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'HeatMapColumnSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'HeatMapRowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'HistogramVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'HistogramAggregatedFieldWells': {'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}}},
'InsightVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'InsightConfiguration': {'Computations': {'Forecast': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'GrowthRate': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'MaximumMinimum': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'MetricComparison': {'FromValue': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'TargetValue': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}},
'PeriodOverPeriod': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'PeriodToDate': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TopBottomMovers': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TopBottomRanked': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TotalAggregation': {'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'UniqueValues': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'KPIVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'TargetValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'TrendGroups': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'TrendGroupSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'LayerMapVisual': {'ChartConfiguration': {'MapLayers': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'JoinDefinition': {'ColorField': {'ColorDimensionsFields': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'ColorValuesFields': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'DatasetKeyField': {'Column': {'TopicIdentifier': 'string'}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TopicIdentifier': 'string'},
'LineChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'LineChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'PieChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'PieChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'PivotTableVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'DashboardCustomizationVisualOptions': {'FieldsConfiguration': {'AdditionalFields': {'TopicIdentifier': 'string'}}},
'FieldWells': {'PivotTableAggregatedFieldWells': {'Columns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Rows': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'FieldSortOptions': {'SortBy': {'Column': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'PluginVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'Dimensions': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Measures': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Unaggregated': {'Column': {'TopicIdentifier': 'string'}}},
'SortConfiguration': {'PluginVisualTableQuerySort': {'RowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}}}},
'RadarChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'RadarChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Color': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'SankeyDiagramVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'SankeyDiagramAggregatedFieldWells': {'Destination': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Source': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Weight': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'WeightSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}}},
'ScatterPlotVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'ScatterPlotCategoricallyAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Label': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'XAxis': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'YAxis': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'ScatterPlotUnaggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Label': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'XAxis': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'YAxis': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'YAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'TableVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'DashboardCustomizationVisualOptions': {'FieldsConfiguration': {'AdditionalFields': {'TopicIdentifier': 'string'}}},
'FieldWells': {'TableAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TableUnaggregatedFieldWells': {'Values': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'RowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'TableInlineVisualizations': {'Sparklines': {'XAxisField': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TreeMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'TreeMapAggregatedFieldWells': {'Colors': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Groups': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Sizes': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'GroupLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SizeLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'TreeMapSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'WaterfallVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'WaterfallChartAggregatedFieldWells': {'Breakdowns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Categories': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'WordCloudVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'WordCloudAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}}}},
'TooltipSheets': {'Images': {'Actions': {'ActionOperations': {'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}}},
'Layouts': {'Configuration': {'SectionBasedLayout': {'BodySections': {'RepeatConfiguration': {'DimensionConfigurations': {'DynamicCategoryDimensionConfiguration': {'Column': {'TopicIdentifier': 'string'},
'SortByMetrics': {'SortBy': {'TopicIdentifier': 'string'}}},
'DynamicNumericDimensionConfiguration': {'Column': {'TopicIdentifier': 'string'},
'SortByMetrics': {'SortBy': {'TopicIdentifier': 'string'}}}}}}}}},
'Visuals': {'BarChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'BarChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'BoxPlotVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'BoxPlotAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ComboChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'ComboChartAggregatedFieldWells': {'BarValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'LineValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'CustomContentVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'EmptyVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'FilledMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'FilledMapAggregatedFieldWells': {'Geospatial': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'FunnelChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'FunnelChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'GaugeChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'TargetValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TooltipOptions': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'GeospatialMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'GeospatialMapAggregatedFieldWells': {'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Geospatial': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'HeatMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ColumnLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'HeatMapAggregatedFieldWells': {'Columns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Rows': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'RowLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'HeatMapColumnSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'HeatMapRowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'HistogramVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'HistogramAggregatedFieldWells': {'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}}},
'InsightVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'InsightConfiguration': {'Computations': {'Forecast': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'GrowthRate': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'MaximumMinimum': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'MetricComparison': {'FromValue': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'TargetValue': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}},
'PeriodOverPeriod': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'PeriodToDate': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TopBottomMovers': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TopBottomRanked': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TotalAggregation': {'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'UniqueValues': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'KPIVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'TargetValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'TrendGroups': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'TrendGroupSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'LayerMapVisual': {'ChartConfiguration': {'MapLayers': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'JoinDefinition': {'ColorField': {'ColorDimensionsFields': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'ColorValuesFields': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'DatasetKeyField': {'Column': {'TopicIdentifier': 'string'}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TopicIdentifier': 'string'},
'LineChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'LineChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'PieChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'PieChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'PivotTableVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'DashboardCustomizationVisualOptions': {'FieldsConfiguration': {'AdditionalFields': {'TopicIdentifier': 'string'}}},
'FieldWells': {'PivotTableAggregatedFieldWells': {'Columns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Rows': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'FieldSortOptions': {'SortBy': {'Column': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'PluginVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'Dimensions': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Measures': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Unaggregated': {'Column': {'TopicIdentifier': 'string'}}},
'SortConfiguration': {'PluginVisualTableQuerySort': {'RowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}}}},
'RadarChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'RadarChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Color': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'SankeyDiagramVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'SankeyDiagramAggregatedFieldWells': {'Destination': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Source': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Weight': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'WeightSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}}},
'ScatterPlotVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'ScatterPlotCategoricallyAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Label': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'XAxis': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'YAxis': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'ScatterPlotUnaggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Label': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'XAxis': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'YAxis': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'YAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'TableVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'DashboardCustomizationVisualOptions': {'FieldsConfiguration': {'AdditionalFields': {'TopicIdentifier': 'string'}}},
'FieldWells': {'TableAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TableUnaggregatedFieldWells': {'Values': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'RowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'TableInlineVisualizations': {'Sparklines': {'XAxisField': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TreeMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'TreeMapAggregatedFieldWells': {'Colors': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Groups': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Sizes': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'GroupLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SizeLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'TreeMapSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'WaterfallVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'WaterfallChartAggregatedFieldWells': {'Breakdowns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Categories': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'WordCloudVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'WordCloudAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}}}},
'TopicConfigurations': [{'ColumnGroupSchemaList': [{'ColumnGroupColumnSchemaList': [{'Name': 'string'}],
'Name': 'string'}],
'DataSetSchema': {'ColumnSchemaList': [{'DataType': 'string',
'GeographicRole': 'string',
'Name': 'string'}]},
'Placeholder': 'string'}]},
'SourceEntity': {'SourceAnalysis': {'TopicReferences': [{'TopicArn': 'string',
'TopicPlaceholder': 'string'}]}}}
Creates a template either from a TemplateDefinition or from an existing Quick Sight analysis or template. You can use the resulting template to create additional dashboards, templates, or analyses.
A template is an entity in Quick Sight that encapsulates the metadata required to create an analysis and that you can use to create s dashboard. A template adds a layer of abstraction by using placeholders to replace the dataset associated with the analysis. You can use templates to create dashboards by replacing dataset placeholders with datasets that follow the same schema that was used to create the source analysis and template.
See also: AWS API Documentation
Request Syntax
# This section is too large to render. # Please see the AWS API Documentation linked below.Parameters
# This section is too large to render. # Please see the AWS API Documentation linked below.
dict
Response Syntax
{
'Arn': 'string',
'VersionArn': 'string',
'TemplateId': 'string',
'CreationStatus': 'CREATION_IN_PROGRESS'|'CREATION_SUCCESSFUL'|'CREATION_FAILED'|'UPDATE_IN_PROGRESS'|'UPDATE_SUCCESSFUL'|'UPDATE_FAILED'|'DELETED',
'Status': 123,
'RequestId': 'string'
}
Response Structure
(dict) --
Arn (string) --
The ARN for the template.
VersionArn (string) --
The ARN for the template, including the version information of the first version.
TemplateId (string) --
The ID of the template.
CreationStatus (string) --
The template creation status.
Status (integer) --
The HTTP status of the request.
RequestId (string) --
The Amazon Web Services request ID for this operation.
{'Topic': {'DataSets': {'Filters': {'CategoryFilter': {'NullFilter': 'ALL_VALUES '
'| '
'NON_NULLS_ONLY '
'| '
'NULLS_ONLY'},
'DateRangeFilter': {'NullFilter': 'ALL_VALUES '
'| '
'NON_NULLS_ONLY '
'| '
'NULLS_ONLY'},
'FilterClass': {'DASHBOARD_DEFAULT_FILTER'},
'NumericEqualityFilter': {'Inverse': 'boolean',
'NullFilter': 'ALL_VALUES '
'| '
'NON_NULLS_ONLY '
'| '
'NULLS_ONLY'},
'NumericRangeFilter': {'Inverse': 'boolean',
'NullFilter': 'ALL_VALUES '
'| '
'NON_NULLS_ONLY '
'| '
'NULLS_ONLY'},
'RelativeDateFilter': {'NullFilter': 'ALL_VALUES '
'| '
'NON_NULLS_ONLY '
'| '
'NULLS_ONLY'}},
'NamedEntities': {'Definition': {'IsHidden': 'boolean',
'PresentationOrder': 'integer',
'RankOrder': 'integer'},
'PresentationOrder': 'integer',
'RankOrder': 'integer',
'Sort': [{'Direction': 'ASCENDING | '
'DESCENDING',
'FieldName': 'string'}]}}}}
Creates a new Q topic.
See also: AWS API Documentation
Request Syntax
client.create_topic(
AwsAccountId='string',
TopicId='string',
Topic={
'Name': 'string',
'Description': 'string',
'UserExperienceVersion': 'LEGACY'|'NEW_READER_EXPERIENCE',
'DataSets': [
{
'DatasetArn': 'string',
'DatasetName': 'string',
'DatasetDescription': 'string',
'DataAggregation': {
'DatasetRowDateGranularity': 'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK'|'MONTH'|'QUARTER'|'YEAR',
'DefaultDateColumnName': 'string'
},
'Filters': [
{
'FilterDescription': 'string',
'FilterClass': 'ENFORCED_VALUE_FILTER'|'CONDITIONAL_VALUE_FILTER'|'NAMED_VALUE_FILTER'|'DASHBOARD_DEFAULT_FILTER',
'FilterName': 'string',
'FilterSynonyms': [
'string',
],
'OperandFieldName': 'string',
'FilterType': 'CATEGORY_FILTER'|'NUMERIC_EQUALITY_FILTER'|'NUMERIC_RANGE_FILTER'|'DATE_RANGE_FILTER'|'RELATIVE_DATE_FILTER'|'NULL_FILTER',
'CategoryFilter': {
'CategoryFilterFunction': 'EXACT'|'CONTAINS',
'CategoryFilterType': 'CUSTOM_FILTER'|'CUSTOM_FILTER_LIST'|'FILTER_LIST',
'Constant': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'SingularConstant': 'string',
'CollectiveConstant': {
'ValueList': [
'string',
]
}
},
'Inverse': True|False,
'NullFilter': 'ALL_VALUES'|'NON_NULLS_ONLY'|'NULLS_ONLY'
},
'NumericEqualityFilter': {
'Constant': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'SingularConstant': 'string'
},
'Aggregation': 'NO_AGGREGATION'|'SUM'|'AVERAGE'|'COUNT'|'DISTINCT_COUNT'|'MAX'|'MEDIAN'|'MIN'|'STDEV'|'STDEVP'|'VAR'|'VARP',
'Inverse': True|False,
'NullFilter': 'ALL_VALUES'|'NON_NULLS_ONLY'|'NULLS_ONLY'
},
'NumericRangeFilter': {
'Inclusive': True|False,
'Constant': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'RangeConstant': {
'Minimum': 'string',
'Maximum': 'string'
}
},
'Aggregation': 'NO_AGGREGATION'|'SUM'|'AVERAGE'|'COUNT'|'DISTINCT_COUNT'|'MAX'|'MEDIAN'|'MIN'|'STDEV'|'STDEVP'|'VAR'|'VARP',
'Inverse': True|False,
'NullFilter': 'ALL_VALUES'|'NON_NULLS_ONLY'|'NULLS_ONLY'
},
'DateRangeFilter': {
'Inclusive': True|False,
'Constant': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'RangeConstant': {
'Minimum': 'string',
'Maximum': 'string'
}
},
'NullFilter': 'ALL_VALUES'|'NON_NULLS_ONLY'|'NULLS_ONLY'
},
'RelativeDateFilter': {
'TimeGranularity': 'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK'|'MONTH'|'QUARTER'|'YEAR',
'RelativeDateFilterFunction': 'PREVIOUS'|'THIS'|'LAST'|'NEXT'|'NOW',
'Constant': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'SingularConstant': 'string'
},
'NullFilter': 'ALL_VALUES'|'NON_NULLS_ONLY'|'NULLS_ONLY'
},
'NullFilter': {
'NullFilterType': 'ALL_VALUES'|'NON_NULLS_ONLY'|'NULLS_ONLY',
'Constant': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'SingularConstant': 'string'
},
'Inverse': True|False
}
},
],
'Columns': [
{
'ColumnName': 'string',
'ColumnFriendlyName': 'string',
'ColumnDescription': 'string',
'ColumnSynonyms': [
'string',
],
'ColumnDataRole': 'DIMENSION'|'MEASURE',
'Aggregation': 'SUM'|'MAX'|'MIN'|'COUNT'|'DISTINCT_COUNT'|'AVERAGE'|'MEDIAN'|'STDEV'|'STDEVP'|'VAR'|'VARP',
'IsIncludedInTopic': True|False,
'DisableIndexing': True|False,
'ComparativeOrder': {
'UseOrdering': 'GREATER_IS_BETTER'|'LESSER_IS_BETTER'|'SPECIFIED',
'SpecifedOrder': [
'string',
],
'TreatUndefinedSpecifiedValues': 'LEAST'|'MOST'
},
'SemanticType': {
'TypeName': 'string',
'SubTypeName': 'string',
'TypeParameters': {
'string': 'string'
},
'TruthyCellValue': 'string',
'TruthyCellValueSynonyms': [
'string',
],
'FalseyCellValue': 'string',
'FalseyCellValueSynonyms': [
'string',
]
},
'TimeGranularity': 'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK'|'MONTH'|'QUARTER'|'YEAR',
'AllowedAggregations': [
'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX'|'MEDIAN'|'SUM'|'AVERAGE'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE',
],
'NotAllowedAggregations': [
'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX'|'MEDIAN'|'SUM'|'AVERAGE'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE',
],
'DefaultFormatting': {
'DisplayFormat': 'AUTO'|'PERCENT'|'CURRENCY'|'NUMBER'|'DATE'|'STRING',
'DisplayFormatOptions': {
'UseBlankCellFormat': True|False,
'BlankCellFormat': 'string',
'DateFormat': 'string',
'DecimalSeparator': 'COMMA'|'DOT',
'GroupingSeparator': 'string',
'UseGrouping': True|False,
'FractionDigits': 123,
'Prefix': 'string',
'Suffix': 'string',
'UnitScaler': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS'|'LAKHS'|'CRORES',
'NegativeFormat': {
'Prefix': 'string',
'Suffix': 'string'
},
'CurrencySymbol': 'string'
}
},
'NeverAggregateInFilter': True|False,
'CellValueSynonyms': [
{
'CellValue': 'string',
'Synonyms': [
'string',
]
},
],
'NonAdditive': True|False
},
],
'CalculatedFields': [
{
'CalculatedFieldName': 'string',
'CalculatedFieldDescription': 'string',
'Expression': 'string',
'CalculatedFieldSynonyms': [
'string',
],
'IsIncludedInTopic': True|False,
'DisableIndexing': True|False,
'ColumnDataRole': 'DIMENSION'|'MEASURE',
'TimeGranularity': 'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK'|'MONTH'|'QUARTER'|'YEAR',
'DefaultFormatting': {
'DisplayFormat': 'AUTO'|'PERCENT'|'CURRENCY'|'NUMBER'|'DATE'|'STRING',
'DisplayFormatOptions': {
'UseBlankCellFormat': True|False,
'BlankCellFormat': 'string',
'DateFormat': 'string',
'DecimalSeparator': 'COMMA'|'DOT',
'GroupingSeparator': 'string',
'UseGrouping': True|False,
'FractionDigits': 123,
'Prefix': 'string',
'Suffix': 'string',
'UnitScaler': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS'|'LAKHS'|'CRORES',
'NegativeFormat': {
'Prefix': 'string',
'Suffix': 'string'
},
'CurrencySymbol': 'string'
}
},
'Aggregation': 'SUM'|'MAX'|'MIN'|'COUNT'|'DISTINCT_COUNT'|'AVERAGE'|'MEDIAN'|'STDEV'|'STDEVP'|'VAR'|'VARP',
'ComparativeOrder': {
'UseOrdering': 'GREATER_IS_BETTER'|'LESSER_IS_BETTER'|'SPECIFIED',
'SpecifedOrder': [
'string',
],
'TreatUndefinedSpecifiedValues': 'LEAST'|'MOST'
},
'SemanticType': {
'TypeName': 'string',
'SubTypeName': 'string',
'TypeParameters': {
'string': 'string'
},
'TruthyCellValue': 'string',
'TruthyCellValueSynonyms': [
'string',
],
'FalseyCellValue': 'string',
'FalseyCellValueSynonyms': [
'string',
]
},
'AllowedAggregations': [
'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX'|'MEDIAN'|'SUM'|'AVERAGE'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE',
],
'NotAllowedAggregations': [
'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX'|'MEDIAN'|'SUM'|'AVERAGE'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE',
],
'NeverAggregateInFilter': True|False,
'CellValueSynonyms': [
{
'CellValue': 'string',
'Synonyms': [
'string',
]
},
],
'NonAdditive': True|False
},
],
'NamedEntities': [
{
'EntityName': 'string',
'EntityDescription': 'string',
'EntitySynonyms': [
'string',
],
'SemanticEntityType': {
'TypeName': 'string',
'SubTypeName': 'string',
'TypeParameters': {
'string': 'string'
}
},
'Definition': [
{
'FieldName': 'string',
'PropertyName': 'string',
'PropertyRole': 'PRIMARY'|'ID',
'PropertyUsage': 'INHERIT'|'DIMENSION'|'MEASURE',
'Metric': {
'Aggregation': 'SUM'|'MIN'|'MAX'|'COUNT'|'AVERAGE'|'DISTINCT_COUNT'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE'|'MEDIAN'|'CUSTOM',
'AggregationFunctionParameters': {
'string': 'string'
}
},
'RankOrder': 123,
'PresentationOrder': 123,
'IsHidden': True|False
},
],
'Sort': [
{
'FieldName': 'string',
'Direction': 'ASCENDING'|'DESCENDING'
},
],
'RankOrder': 123,
'PresentationOrder': 123
},
]
},
],
'ConfigOptions': {
'QBusinessInsightsEnabled': True|False
}
},
Tags=[
{
'Key': 'string',
'Value': 'string'
},
],
FolderArns=[
'string',
],
CustomInstructions={
'CustomInstructionsString': 'string'
}
)
string
[REQUIRED]
The ID of the Amazon Web Services account that you want to create a topic in.
string
[REQUIRED]
The ID for the topic that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
dict
[REQUIRED]
The definition of a topic to create.
Name (string) --
The name of the topic.
Description (string) --
The description of the topic.
UserExperienceVersion (string) --
The user experience version of a topic.
DataSets (list) --
The data sets that the topic is associated with.
(dict) --
A structure that represents a dataset.
DatasetArn (string) -- [REQUIRED]
The Amazon Resource Name (ARN) of the dataset.
DatasetName (string) --
The name of the dataset.
DatasetDescription (string) --
The description of the dataset.
DataAggregation (dict) --
The definition of a data aggregation.
DatasetRowDateGranularity (string) --
The level of time precision that is used to aggregate DateTime values.
DefaultDateColumnName (string) --
The column name for the default date.
Filters (list) --
The list of filter definitions.
(dict) --
A structure that represents a filter used to select items for a topic.
FilterDescription (string) --
A description of the filter used to select items for a topic.
FilterClass (string) --
The class of the filter. Valid values for this structure are ENFORCED_VALUE_FILTER, CONDITIONAL_VALUE_FILTER, and NAMED_VALUE_FILTER.
FilterName (string) -- [REQUIRED]
The name of the filter.
FilterSynonyms (list) --
The other names or aliases for the filter.
(string) --
OperandFieldName (string) -- [REQUIRED]
The name of the field that the filter operates on.
FilterType (string) --
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.
CategoryFilter (dict) --
The category filter that is associated with this filter.
CategoryFilterFunction (string) --
The category filter function. Valid values for this structure are EXACT and CONTAINS.
CategoryFilterType (string) --
The category filter type. This element is used to specify whether a filter is a simple category filter or an inverse category filter.
Constant (dict) --
The constant used in a category filter.
ConstantType (string) --
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 (dict) --
A collective constant used in a category filter. This element is used to specify a list of values for the constant.
ValueList (list) --
A list of values for the collective constant.
(string) --
Inverse (boolean) --
A Boolean value that indicates if the filter is inverse.
NullFilter (string) --
The null filter that is applied to the category filter.
NumericEqualityFilter (dict) --
The numeric equality filter.
Constant (dict) --
The constant used in a numeric equality filter.
ConstantType (string) --
The type of the singular filter constant. Valid values for this structure are SINGULAR.
SingularConstant (string) --
The value of the singular filter constant.
Aggregation (string) --
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.
Inverse (boolean) --
A Boolean value that indicates if the filter is inverse.
NullFilter (string) --
The null filter that is applied to the numeric equality filter.
NumericRangeFilter (dict) --
The 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.
Constant (dict) --
The constant used in a numeric range filter.
ConstantType (string) --
The data type of the constant value that is used in a range filter. Valid values for this structure are RANGE.
RangeConstant (dict) --
The value of the constant that is used to specify the endpoints of a range filter.
Minimum (string) --
The minimum value for a range constant.
Maximum (string) --
The maximum value for a range constant.
Aggregation (string) --
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.
Inverse (boolean) --
A Boolean value that indicates if the filter is inverse.
NullFilter (string) --
The null filter that is applied to the numeric range filter.
DateRangeFilter (dict) --
The 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 (dict) --
The constant used in a date range filter.
ConstantType (string) --
The data type of the constant value that is used in a range filter. Valid values for this structure are RANGE.
RangeConstant (dict) --
The value of the constant that is used to specify the endpoints of a range filter.
Minimum (string) --
The minimum value for a range constant.
Maximum (string) --
The maximum value for a range constant.
NullFilter (string) --
The null filter that is applied to the date range filter.
RelativeDateFilter (dict) --
The relative date filter.
TimeGranularity (string) --
The level of time precision that is used to aggregate DateTime values.
RelativeDateFilterFunction (string) --
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.
Constant (dict) --
The constant used in a relative date filter.
ConstantType (string) --
The type of the singular filter constant. Valid values for this structure are SINGULAR.
SingularConstant (string) --
The value of the singular filter constant.
NullFilter (string) --
The null filter that is applied to the relative date filter.
NullFilter (dict) --
The null filter.
NullFilterType (string) --
The type of the null filter. Valid values for this type are NULLS_ONLY, NON_NULLS_ONLY, and ALL_VALUES.
Constant (dict) --
A structure that represents a singular filter constant, used in filters to specify a single value to match against.
ConstantType (string) --
The type of the singular filter constant. Valid values for this structure are SINGULAR.
SingularConstant (string) --
The value of the singular filter constant.
Inverse (boolean) --
A Boolean value that indicates if the filter is inverse.
Columns (list) --
The list of column definitions.
(dict) --
Represents a column in a dataset.
ColumnName (string) -- [REQUIRED]
The name of the column.
ColumnFriendlyName (string) --
A user-friendly name for the column.
ColumnDescription (string) --
A description of the column and its contents.
ColumnSynonyms (list) --
The other names or aliases for the column.
(string) --
ColumnDataRole (string) --
The role of the column in the data. Valid values are DIMENSION and MEASURE.
Aggregation (string) --
The type of aggregation that is performed on the column data when it's queried.
IsIncludedInTopic (boolean) --
A Boolean value that indicates whether the column is included in the query results.
DisableIndexing (boolean) --
A Boolean value that indicates whether the column shows in the autocomplete functionality.
ComparativeOrder (dict) --
The order in which data is displayed for the column when it's used in a comparative context.
UseOrdering (string) --
The ordering type for a column. Valid values for this structure are GREATER_IS_BETTER, LESSER_IS_BETTER and SPECIFIED.
SpecifedOrder (list) --
The list of columns to be used in the ordering.
(string) --
TreatUndefinedSpecifiedValues (string) --
The treat of undefined specified values. Valid values for this structure are LEAST and MOST.
SemanticType (dict) --
The semantic type of data contained in the column.
TypeName (string) --
The semantic type name.
SubTypeName (string) --
The semantic type sub type name.
TypeParameters (dict) --
The semantic type parameters.
(string) --
(string) --
TruthyCellValue (string) --
The semantic type truthy cell value.
TruthyCellValueSynonyms (list) --
The other names or aliases for the true cell value.
(string) --
FalseyCellValue (string) --
The semantic type falsey cell value.
FalseyCellValueSynonyms (list) --
The other names or aliases for the false cell value.
(string) --
TimeGranularity (string) --
The level of time precision that is used to aggregate DateTime values.
AllowedAggregations (list) --
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.
(string) --
NotAllowedAggregations (list) --
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.
(string) --
DefaultFormatting (dict) --
The default formatting used for values in the column.
DisplayFormat (string) --
The display format. Valid values for this structure are AUTO, PERCENT, CURRENCY, NUMBER, DATE, and STRING.
DisplayFormatOptions (dict) --
The additional options for display formatting.
UseBlankCellFormat (boolean) --
A Boolean value that indicates whether to use blank cell format.
BlankCellFormat (string) --
Determines the blank cell format.
DateFormat (string) --
Determines the DateTime format.
DecimalSeparator (string) --
Determines the decimal separator.
GroupingSeparator (string) --
Determines the grouping separator.
UseGrouping (boolean) --
A Boolean value that indicates whether to use grouping.
FractionDigits (integer) --
Determines the number of fraction digits.
Prefix (string) --
The prefix value for a display format.
Suffix (string) --
The suffix value for a display format.
UnitScaler (string) --
The unit scaler. Valid values for this structure are: NONE, AUTO, THOUSANDS, MILLIONS, BILLIONS, and TRILLIONS.
NegativeFormat (dict) --
The negative format.
Prefix (string) --
The prefix for a negative format.
Suffix (string) --
The suffix for a negative format.
CurrencySymbol (string) --
The currency symbol, such as USD.
NeverAggregateInFilter (boolean) --
A Boolean value that indicates whether to aggregate the column data when it's used in a filter context.
CellValueSynonyms (list) --
The other names or aliases for the column cell value.
(dict) --
A structure that represents the cell value synonym.
CellValue (string) --
The cell value.
Synonyms (list) --
Other names or aliases for the cell value.
(string) --
NonAdditive (boolean) --
The non additive value for the column.
CalculatedFields (list) --
The list of calculated field definitions.
(dict) --
A structure that represents a calculated field.
CalculatedFieldName (string) -- [REQUIRED]
The calculated field name.
CalculatedFieldDescription (string) --
The calculated field description.
Expression (string) -- [REQUIRED]
The calculated field expression.
CalculatedFieldSynonyms (list) --
The other names or aliases for the calculated field.
(string) --
IsIncludedInTopic (boolean) --
A boolean value that indicates if a calculated field is included in the topic.
DisableIndexing (boolean) --
A Boolean value that indicates if a calculated field is visible in the autocomplete.
ColumnDataRole (string) --
The column data role for a calculated field. Valid values for this structure are DIMENSION and MEASURE.
TimeGranularity (string) --
The level of time precision that is used to aggregate DateTime values.
DefaultFormatting (dict) --
The default formatting definition.
DisplayFormat (string) --
The display format. Valid values for this structure are AUTO, PERCENT, CURRENCY, NUMBER, DATE, and STRING.
DisplayFormatOptions (dict) --
The additional options for display formatting.
UseBlankCellFormat (boolean) --
A Boolean value that indicates whether to use blank cell format.
BlankCellFormat (string) --
Determines the blank cell format.
DateFormat (string) --
Determines the DateTime format.
DecimalSeparator (string) --
Determines the decimal separator.
GroupingSeparator (string) --
Determines the grouping separator.
UseGrouping (boolean) --
A Boolean value that indicates whether to use grouping.
FractionDigits (integer) --
Determines the number of fraction digits.
Prefix (string) --
The prefix value for a display format.
Suffix (string) --
The suffix value for a display format.
UnitScaler (string) --
The unit scaler. Valid values for this structure are: NONE, AUTO, THOUSANDS, MILLIONS, BILLIONS, and TRILLIONS.
NegativeFormat (dict) --
The negative format.
Prefix (string) --
The prefix for a negative format.
Suffix (string) --
The suffix for a negative format.
CurrencySymbol (string) --
The currency symbol, such as USD.
Aggregation (string) --
The default aggregation. Valid values for this structure are SUM, MAX, MIN, COUNT, DISTINCT_COUNT, and AVERAGE.
ComparativeOrder (dict) --
The order in which data is displayed for the calculated field when it's used in a comparative context.
UseOrdering (string) --
The ordering type for a column. Valid values for this structure are GREATER_IS_BETTER, LESSER_IS_BETTER and SPECIFIED.
SpecifedOrder (list) --
The list of columns to be used in the ordering.
(string) --
TreatUndefinedSpecifiedValues (string) --
The treat of undefined specified values. Valid values for this structure are LEAST and MOST.
SemanticType (dict) --
The semantic type.
TypeName (string) --
The semantic type name.
SubTypeName (string) --
The semantic type sub type name.
TypeParameters (dict) --
The semantic type parameters.
(string) --
(string) --
TruthyCellValue (string) --
The semantic type truthy cell value.
TruthyCellValueSynonyms (list) --
The other names or aliases for the true cell value.
(string) --
FalseyCellValue (string) --
The semantic type falsey cell value.
FalseyCellValueSynonyms (list) --
The other names or aliases for the false cell value.
(string) --
AllowedAggregations (list) --
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.
(string) --
NotAllowedAggregations (list) --
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.
(string) --
NeverAggregateInFilter (boolean) --
A Boolean value that indicates whether to never aggregate calculated field in filters.
CellValueSynonyms (list) --
The other names or aliases for the calculated field cell value.
(dict) --
A structure that represents the cell value synonym.
CellValue (string) --
The cell value.
Synonyms (list) --
Other names or aliases for the cell value.
(string) --
NonAdditive (boolean) --
The non additive for the table style target.
NamedEntities (list) --
The list of named entities definitions.
(dict) --
A structure that represents a named entity.
EntityName (string) -- [REQUIRED]
The name of the named entity.
EntityDescription (string) --
The description of the named entity.
EntitySynonyms (list) --
The other names or aliases for the named entity.
(string) --
SemanticEntityType (dict) --
The type of named entity that a topic represents.
TypeName (string) --
The semantic entity type name.
SubTypeName (string) --
The semantic entity sub type name.
TypeParameters (dict) --
The semantic entity type parameters.
(string) --
(string) --
Definition (list) --
The definition of a named entity.
(dict) --
A structure that represents a named entity.
FieldName (string) --
The name of the entity.
PropertyName (string) --
The property name to be used for the named entity.
PropertyRole (string) --
The property role. Valid values for this structure are PRIMARY and ID.
PropertyUsage (string) --
The property usage. Valid values for this structure are INHERIT, DIMENSION, and MEASURE.
Metric (dict) --
The definition of a metric.
Aggregation (string) --
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 (dict) --
The additional parameters for an aggregation function.
(string) --
(string) --
RankOrder (integer) --
The rank order of the named entity definition.
PresentationOrder (integer) --
The presentation order of the named entity definition.
IsHidden (boolean) --
A Boolean value that indicates whether the named entity definition is hidden.
Sort (list) --
The sort configuration of the named entity.
(dict) --
A structure that represents a sort for a named entity.
FieldName (string) -- [REQUIRED]
The name of the field that is used for the sort.
Direction (string) -- [REQUIRED]
The direction of the sort. Valid values are ASCENDING and DESCENDING.
RankOrder (integer) --
The rank order of the named entity.
PresentationOrder (integer) --
The presentation order of the named entity.
ConfigOptions (dict) --
Configuration options for a Topic.
QBusinessInsightsEnabled (boolean) --
Enables Amazon Q Business Insights for a Topic.
list
Contains a map of the key-value pairs for the resource tag or tags that are assigned to the dataset.
(dict) --
The key or keys of the key-value pairs for the resource tag or tags assigned to the resource.
Key (string) -- [REQUIRED]
Tag key.
Value (string) -- [REQUIRED]
Tag value.
list
The Folder ARN of the folder that you want the topic to reside in.
(string) --
dict
Custom instructions for the topic.
CustomInstructionsString (string) -- [REQUIRED]
A text field for providing additional guidance or context for response generation.
dict
Response Syntax
{
'Arn': 'string',
'TopicId': 'string',
'RefreshArn': 'string',
'RequestId': 'string',
'Status': 123
}
Response Structure
(dict) --
Arn (string) --
The Amazon Resource Name (ARN) of the topic.
TopicId (string) --
The ID for the topic that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
RefreshArn (string) --
The Amazon Resource Name (ARN) of the topic refresh.
RequestId (string) --
The Amazon Web Services request ID for this operation.
Status (integer) --
The HTTP status of the request.
{'Analysis': {'Sheets': {'Images': {'Actions': {'ActionOperations': {'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}}}},
'TopicArns': ['string']}}
Provides a summary of the metadata for an analysis.
See also: AWS API Documentation
Request Syntax
client.describe_analysis(
AwsAccountId='string',
AnalysisId='string'
)
string
[REQUIRED]
The ID of the Amazon Web Services account that contains the analysis. You must be using the Amazon Web Services account that the analysis is in.
string
[REQUIRED]
The ID of the analysis that you're describing. The ID is part of the URL of the analysis.
dict
Response Syntax
{
'Analysis': {
'AnalysisId': 'string',
'Arn': 'string',
'Name': 'string',
'Status': 'CREATION_IN_PROGRESS'|'CREATION_SUCCESSFUL'|'CREATION_FAILED'|'UPDATE_IN_PROGRESS'|'UPDATE_SUCCESSFUL'|'UPDATE_FAILED'|'DELETED',
'Errors': [
{
'Type': 'ACCESS_DENIED'|'SOURCE_NOT_FOUND'|'DATA_SET_NOT_FOUND'|'INTERNAL_FAILURE'|'PARAMETER_VALUE_INCOMPATIBLE'|'PARAMETER_TYPE_INVALID'|'PARAMETER_NOT_FOUND'|'COLUMN_TYPE_MISMATCH'|'COLUMN_GEOGRAPHIC_ROLE_MISMATCH'|'COLUMN_REPLACEMENT_MISSING',
'Message': 'string',
'ViolatedEntities': [
{
'Path': 'string'
},
]
},
],
'DataSetArns': [
'string',
],
'TopicArns': [
'string',
],
'ThemeArn': 'string',
'CreatedTime': datetime(2015, 1, 1),
'LastUpdatedTime': datetime(2015, 1, 1),
'Sheets': [
{
'SheetId': 'string',
'Name': 'string',
'Images': [
{
'SheetImageId': 'string',
'Source': {
'SheetImageStaticFileSource': {
'StaticFileId': 'string'
}
},
'Scaling': {
'ScalingType': 'SCALE_TO_WIDTH'|'SCALE_TO_HEIGHT'|'SCALE_TO_CONTAINER'|'SCALE_NONE'
},
'Tooltip': {
'TooltipText': {
'PlainText': 'string'
},
'Visibility': 'HIDDEN'|'VISIBLE'
},
'ImageContentAltText': 'string',
'Interactions': {
'ImageMenuOption': {
'AvailabilityStatus': 'ENABLED'|'DISABLED'
}
},
'Actions': [
{
'CustomActionId': 'string',
'Name': 'string',
'Status': 'ENABLED'|'DISABLED',
'Trigger': 'CLICK'|'MENU',
'ActionOperations': [
{
'NavigationOperation': {
'LocalNavigationConfiguration': {
'TargetSheetId': 'string'
}
},
'URLOperation': {
'URLTemplate': 'string',
'URLTarget': 'NEW_TAB'|'NEW_WINDOW'|'SAME_TAB'
},
'SetParametersOperation': {
'ParameterValueConfigurations': [
{
'DestinationParameterName': 'string',
'Value': {
'CustomValuesConfiguration': {
'IncludeNullValue': True|False,
'CustomValues': {
'StringValues': [
'string',
],
'IntegerValues': [
123,
],
'DecimalValues': [
123.0,
],
'DateTimeValues': [
datetime(2015, 1, 1),
]
}
},
'SelectAllValueOptions': 'ALL_VALUES',
'SourceParameterName': 'string',
'SourceField': 'string',
'SourceColumn': {
'DataSetIdentifier': 'string',
'TopicIdentifier': 'string',
'ColumnName': 'string'
}
}
},
]
}
},
]
},
]
},
]
},
]
},
'Status': 123,
'RequestId': 'string'
}
Response Structure
(dict) --
Analysis (dict) --
A metadata structure that contains summary information for the analysis that you're describing.
AnalysisId (string) --
The ID of the analysis.
Arn (string) --
The Amazon Resource Name (ARN) of the analysis.
Name (string) --
The descriptive name of the analysis.
Status (string) --
Status associated with the analysis.
Errors (list) --
Errors associated with the analysis.
(dict) --
Analysis error.
Type (string) --
The type of the analysis error.
Message (string) --
The message associated with the analysis error.
ViolatedEntities (list) --
Lists the violated entities that caused the analysis error
(dict) --
An object, structure, or sub-structure of an analysis, template, or dashboard.
Path (string) --
The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
DataSetArns (list) --
The ARNs of the datasets of the analysis.
(string) --
TopicArns (list) --
The ARNs of the topics associated with the analysis.
(string) --
ThemeArn (string) --
The ARN of the theme of the analysis.
CreatedTime (datetime) --
The time that the analysis was created.
LastUpdatedTime (datetime) --
The time that the analysis was last updated.
Sheets (list) --
A list of the associated sheets with the unique identifier and name of each sheet.
(dict) --
A sheet, which is an object that contains a set of visuals that are viewed together on one page in Quick Sight. Every analysis and dashboard contains at least one sheet. Each sheet contains at least one visualization widget, for example a chart, pivot table, or narrative insight. Sheets can be associated with other components, such as controls, filters, and so on.
SheetId (string) --
The unique identifier associated with a sheet.
Name (string) --
The name of a sheet. This name is displayed on the sheet's tab in the Quick Sight console.
Images (list) --
A list of images on a sheet.
(dict) --
An image that is located on a sheet.
SheetImageId (string) --
The ID of the sheet image.
Source (dict) --
The source of the image.
SheetImageStaticFileSource (dict) --
The source of the static file that contains the image.
StaticFileId (string) --
The ID of the static file that contains the image.
Scaling (dict) --
Determines how the image is scaled.
ScalingType (string) --
The scaling option to use when fitting the image inside the container.
Valid values are defined as follows:
SCALE_TO_WIDTH: The image takes up the entire width of the container. The image aspect ratio is preserved.
SCALE_TO_HEIGHT: The image takes up the entire height of the container. The image aspect ratio is preserved.
SCALE_TO_CONTAINER: The image takes up the entire width and height of the container. The image aspect ratio is not preserved.
SCALE_NONE: The image is displayed in its original size and is not scaled to the container.
Tooltip (dict) --
The tooltip to be shown when hovering over the image.
TooltipText (dict) --
The text that appears in the tooltip.
PlainText (string) --
The plain text format.
Visibility (string) --
The visibility of the tooltip.
ImageContentAltText (string) --
The alt text for the image.
Interactions (dict) --
The general image interactions setup for an image.
ImageMenuOption (dict) --
The menu options for the image.
AvailabilityStatus (string) --
The availability status of the image menu. If the value of this property is set to ENABLED, dashboard readers can interact with the image menu.
Actions (list) --
A list of custom actions that are configured for an image.
(dict) --
A custom action defined on an image.
CustomActionId (string) --
The ID of the custom action.
Name (string) --
The name of the custom action.
Status (string) --
The status of the custom action.
Trigger (string) --
The trigger of the VisualCustomAction.
Valid values are defined as follows:
CLICK: Initiates a custom action by a left pointer click on a data point.
MENU: Initiates a custom action by right pointer click from the menu.
ActionOperations (list) --
A list of ImageCustomActionOperations.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
(dict) --
The operation that is defined by the custom action.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
NavigationOperation (dict) --
The navigation operation that navigates between different sheets in the same analysis.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
LocalNavigationConfiguration (dict) --
The configuration that chooses the navigation target.
TargetSheetId (string) --
The sheet that is targeted for navigation in the same analysis.
URLOperation (dict) --
The URL operation that opens a link to another webpage.
URLTemplate (string) --
THe URL link of the CustomActionURLOperation.
URLTarget (string) --
The target of the CustomActionURLOperation.
Valid values are defined as follows:
NEW_TAB: Opens the target URL in a new browser tab.
NEW_WINDOW: Opens the target URL in a new browser window.
SAME_TAB: Opens the target URL in the same browser tab.
SetParametersOperation (dict) --
The set parameter operation that sets parameters in custom action.
ParameterValueConfigurations (list) --
The parameter that determines the value configuration.
(dict) --
The configuration of adding parameters in action.
DestinationParameterName (string) --
The destination parameter name of the SetParameterValueConfiguration.
Value (dict) --
The configuration of destination parameter values.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
CustomValuesConfiguration (dict) --
The configuration of custom values for destination parameter in DestinationParameterValueConfiguration.
IncludeNullValue (boolean) --
Includes the null value in custom action parameter values.
CustomValues (dict) --
The customized parameter values.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
StringValues (list) --
A list of string-type parameter values.
(string) --
IntegerValues (list) --
A list of integer-type parameter values.
(integer) --
DecimalValues (list) --
A list of decimal-type parameter values.
(float) --
DateTimeValues (list) --
A list of datetime-type parameter values.
(datetime) --
SelectAllValueOptions (string) --
The configuration that selects all options.
SourceParameterName (string) --
The source parameter name of the destination parameter.
SourceField (string) --
The source field ID of the destination parameter.
SourceColumn (dict) --
A column of a data set.
DataSetIdentifier (string) --
The data set that the column belongs to.
TopicIdentifier (string) --
The topic that the column belongs to.
ColumnName (string) --
The name of the column.
Status (integer) --
The HTTP status of the request.
RequestId (string) --
The Amazon Web Services request ID for this operation.
{'Definition': {'CalculatedFields': {'TopicIdentifier': 'string'},
'ColumnConfigurations': {'Column': {'TopicIdentifier': 'string'}},
'FilterGroups': {'Filters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'NestedFilter': {'Column': {'TopicIdentifier': 'string'},
'InnerFilter': {'CategoryInnerFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}}}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'NumericRangeFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'RelativeDatesFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TimeEqualityFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TopBottomFilter': {'AggregationSortConfigurations': {'Column': {'TopicIdentifier': 'string'}},
'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}}}},
'Options': {'VisualMessages': {'NoDataMessage': {'Description': 'string',
'DescriptionVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Enabled': 'boolean',
'LinkText': 'string',
'LinkUrl': 'string',
'LinkVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Title': 'string',
'TitleVisibility': 'HIDDEN '
'| '
'VISIBLE'}}},
'ParameterDeclarations': {'DateTimeParameterDeclaration': {'DefaultValues': {'DynamicValue': {'DefaultValueColumn': {'TopicIdentifier': 'string'},
'GroupNameColumn': {'TopicIdentifier': 'string'},
'UserNameColumn': {'TopicIdentifier': 'string'}}}},
'DecimalParameterDeclaration': {'DefaultValues': {'DynamicValue': {'DefaultValueColumn': {'TopicIdentifier': 'string'},
'GroupNameColumn': {'TopicIdentifier': 'string'},
'UserNameColumn': {'TopicIdentifier': 'string'}}}},
'IntegerParameterDeclaration': {'DefaultValues': {'DynamicValue': {'DefaultValueColumn': {'TopicIdentifier': 'string'},
'GroupNameColumn': {'TopicIdentifier': 'string'},
'UserNameColumn': {'TopicIdentifier': 'string'}}}},
'StringParameterDeclaration': {'DefaultValues': {'DynamicValue': {'DefaultValueColumn': {'TopicIdentifier': 'string'},
'GroupNameColumn': {'TopicIdentifier': 'string'},
'UserNameColumn': {'TopicIdentifier': 'string'}}}}},
'Sheets': {'FilterControls': {'CrossSheet': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}}},
'Dropdown': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}},
'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'List': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}},
'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}},
'Images': {'Actions': {'ActionOperations': {'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}}},
'Layouts': {'Configuration': {'SectionBasedLayout': {'BodySections': {'RepeatConfiguration': {'DimensionConfigurations': {'DynamicCategoryDimensionConfiguration': {'Column': {'TopicIdentifier': 'string'},
'SortByMetrics': {'SortBy': {'TopicIdentifier': 'string'}}},
'DynamicNumericDimensionConfiguration': {'Column': {'TopicIdentifier': 'string'},
'SortByMetrics': {'SortBy': {'TopicIdentifier': 'string'}}}}}}}}},
'ParameterControls': {'Dropdown': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}},
'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}},
'SelectableValues': {'LinkToDataSetColumn': {'TopicIdentifier': 'string'}}},
'List': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}},
'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}},
'SelectableValues': {'LinkToDataSetColumn': {'TopicIdentifier': 'string'}}}},
'Visuals': {'BarChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'BarChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'BoxPlotVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'BoxPlotAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ComboChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'ComboChartAggregatedFieldWells': {'BarValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'LineValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'CustomContentVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'EmptyVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'FilledMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'FilledMapAggregatedFieldWells': {'Geospatial': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'FunnelChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'FunnelChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'GaugeChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'TargetValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TooltipOptions': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'GeospatialMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'GeospatialMapAggregatedFieldWells': {'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Geospatial': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'HeatMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ColumnLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'HeatMapAggregatedFieldWells': {'Columns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Rows': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'RowLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'HeatMapColumnSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'HeatMapRowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'HistogramVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'HistogramAggregatedFieldWells': {'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}}},
'InsightVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'InsightConfiguration': {'Computations': {'Forecast': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'GrowthRate': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'MaximumMinimum': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'MetricComparison': {'FromValue': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'TargetValue': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}},
'PeriodOverPeriod': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'PeriodToDate': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TopBottomMovers': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TopBottomRanked': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TotalAggregation': {'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'UniqueValues': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'KPIVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'TargetValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'TrendGroups': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'TrendGroupSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'LayerMapVisual': {'ChartConfiguration': {'MapLayers': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'JoinDefinition': {'ColorField': {'ColorDimensionsFields': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'ColorValuesFields': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'DatasetKeyField': {'Column': {'TopicIdentifier': 'string'}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TopicIdentifier': 'string'},
'LineChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'LineChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'PieChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'PieChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'PivotTableVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'DashboardCustomizationVisualOptions': {'FieldsConfiguration': {'AdditionalFields': {'TopicIdentifier': 'string'}}},
'FieldWells': {'PivotTableAggregatedFieldWells': {'Columns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Rows': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'FieldSortOptions': {'SortBy': {'Column': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'PluginVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'Dimensions': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Measures': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Unaggregated': {'Column': {'TopicIdentifier': 'string'}}},
'SortConfiguration': {'PluginVisualTableQuerySort': {'RowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}}}},
'RadarChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'RadarChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Color': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'SankeyDiagramVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'SankeyDiagramAggregatedFieldWells': {'Destination': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Source': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Weight': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'WeightSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}}},
'ScatterPlotVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'ScatterPlotCategoricallyAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Label': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'XAxis': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'YAxis': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'ScatterPlotUnaggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Label': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'XAxis': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'YAxis': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'YAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'TableVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'DashboardCustomizationVisualOptions': {'FieldsConfiguration': {'AdditionalFields': {'TopicIdentifier': 'string'}}},
'FieldWells': {'TableAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TableUnaggregatedFieldWells': {'Values': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'RowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'TableInlineVisualizations': {'Sparklines': {'XAxisField': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TreeMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'TreeMapAggregatedFieldWells': {'Colors': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Groups': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Sizes': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'GroupLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SizeLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'TreeMapSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'WaterfallVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'WaterfallChartAggregatedFieldWells': {'Breakdowns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Categories': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'WordCloudVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'WordCloudAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}}}},
'TooltipSheets': {'Images': {'Actions': {'ActionOperations': {'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}}},
'Layouts': {'Configuration': {'SectionBasedLayout': {'BodySections': {'RepeatConfiguration': {'DimensionConfigurations': {'DynamicCategoryDimensionConfiguration': {'Column': {'TopicIdentifier': 'string'},
'SortByMetrics': {'SortBy': {'TopicIdentifier': 'string'}}},
'DynamicNumericDimensionConfiguration': {'Column': {'TopicIdentifier': 'string'},
'SortByMetrics': {'SortBy': {'TopicIdentifier': 'string'}}}}}}}}},
'Visuals': {'BarChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'BarChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'BoxPlotVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'BoxPlotAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ComboChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'ComboChartAggregatedFieldWells': {'BarValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'LineValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'CustomContentVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'EmptyVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'FilledMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'FilledMapAggregatedFieldWells': {'Geospatial': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'FunnelChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'FunnelChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'GaugeChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'TargetValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TooltipOptions': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'GeospatialMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'GeospatialMapAggregatedFieldWells': {'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Geospatial': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'HeatMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ColumnLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'HeatMapAggregatedFieldWells': {'Columns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Rows': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'RowLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'HeatMapColumnSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'HeatMapRowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'HistogramVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'HistogramAggregatedFieldWells': {'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}}},
'InsightVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'InsightConfiguration': {'Computations': {'Forecast': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'GrowthRate': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'MaximumMinimum': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'MetricComparison': {'FromValue': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'TargetValue': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}},
'PeriodOverPeriod': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'PeriodToDate': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TopBottomMovers': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TopBottomRanked': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TotalAggregation': {'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'UniqueValues': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'KPIVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'TargetValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'TrendGroups': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'TrendGroupSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'LayerMapVisual': {'ChartConfiguration': {'MapLayers': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'JoinDefinition': {'ColorField': {'ColorDimensionsFields': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'ColorValuesFields': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'DatasetKeyField': {'Column': {'TopicIdentifier': 'string'}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TopicIdentifier': 'string'},
'LineChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'LineChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'PieChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'PieChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'PivotTableVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'DashboardCustomizationVisualOptions': {'FieldsConfiguration': {'AdditionalFields': {'TopicIdentifier': 'string'}}},
'FieldWells': {'PivotTableAggregatedFieldWells': {'Columns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Rows': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'FieldSortOptions': {'SortBy': {'Column': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'PluginVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'Dimensions': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Measures': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Unaggregated': {'Column': {'TopicIdentifier': 'string'}}},
'SortConfiguration': {'PluginVisualTableQuerySort': {'RowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}}}},
'RadarChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'RadarChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Color': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'SankeyDiagramVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'SankeyDiagramAggregatedFieldWells': {'Destination': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Source': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Weight': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'WeightSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}}},
'ScatterPlotVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'ScatterPlotCategoricallyAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Label': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'XAxis': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'YAxis': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'ScatterPlotUnaggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Label': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'XAxis': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'YAxis': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'YAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'TableVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'DashboardCustomizationVisualOptions': {'FieldsConfiguration': {'AdditionalFields': {'TopicIdentifier': 'string'}}},
'FieldWells': {'TableAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TableUnaggregatedFieldWells': {'Values': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'RowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'TableInlineVisualizations': {'Sparklines': {'XAxisField': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TreeMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'TreeMapAggregatedFieldWells': {'Colors': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Groups': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Sizes': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'GroupLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SizeLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'TreeMapSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'WaterfallVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'WaterfallChartAggregatedFieldWells': {'Breakdowns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Categories': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'WordCloudVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'WordCloudAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}}}},
'TopicIdentifierDeclarations': [{'Identifier': 'string',
'TopicArn': 'string'}]}}
Provides a detailed description of the definition of an analysis.
See also: AWS API Documentation
Request Syntax
client.describe_analysis_definition(
AwsAccountId='string',
AnalysisId='string'
)
string
[REQUIRED]
The ID of the Amazon Web Services account that contains the analysis. You must be using the Amazon Web Services account that the analysis is in.
string
[REQUIRED]
The ID of the analysis that you're describing. The ID is part of the URL of the analysis.
dict
Response Syntax
# This section is too large to render. # Please see the AWS API Documentation linked below.
Response Structure
# This section is too large to render. # Please see the AWS API Documentation linked below.
{'CustomPermissions': {'Capabilities': {'BedrockManagedKnowledgeBase': 'DENY | '
'ALLOW',
'BoxKnowledgeBase': 'DENY | ALLOW',
'ConfluenceKnowledgeBase': 'DENY | '
'ALLOW',
'CreateAndUpdateBedrockManagedKnowledgeBase': 'DENY '
'| '
'ALLOW',
'CreateAndUpdateBoxKnowledgeBase': 'DENY '
'| '
'ALLOW',
'CreateAndUpdateConfluenceKnowledgeBase': 'DENY '
'| '
'ALLOW',
'CreateAndUpdateGoogleDriveKnowledgeBase': 'DENY '
'| '
'ALLOW',
'CreateAndUpdateIDCKnowledgeBase': 'DENY '
'| '
'ALLOW',
'CreateAndUpdateKnowledgeBases': 'DENY '
'| '
'ALLOW',
'CreateAndUpdateOneDriveKnowledgeBase': 'DENY '
'| '
'ALLOW',
'CreateAndUpdateQBusinessKnowledgeBase': 'DENY '
'| '
'ALLOW',
'CreateAndUpdateS3KnowledgeBase': 'DENY '
'| '
'ALLOW',
'CreateAndUpdateSharePointKnowledgeBase': 'DENY '
'| '
'ALLOW',
'CreateAndUpdateWebCrawlerKnowledgeBase': 'DENY '
'| '
'ALLOW',
'GoogleDriveKnowledgeBase': 'DENY | '
'ALLOW',
'IDCKnowledgeBase': 'DENY | ALLOW',
'OneDriveKnowledgeBase': 'DENY | ALLOW',
'QBusinessKnowledgeBase': 'DENY | '
'ALLOW',
'S3KnowledgeBase': 'DENY | ALLOW',
'ShareBedrockManagedKnowledgeBase': 'DENY '
'| '
'ALLOW',
'ShareBoxKnowledgeBase': 'DENY | ALLOW',
'ShareConfluenceKnowledgeBase': 'DENY '
'| '
'ALLOW',
'ShareGoogleDriveKnowledgeBase': 'DENY '
'| '
'ALLOW',
'ShareIDCKnowledgeBase': 'DENY | ALLOW',
'ShareKnowledgeBases': 'DENY | ALLOW',
'ShareOneDriveKnowledgeBase': 'DENY | '
'ALLOW',
'SharePointKnowledgeBase': 'DENY | '
'ALLOW',
'ShareQBusinessKnowledgeBase': 'DENY | '
'ALLOW',
'ShareS3KnowledgeBase': 'DENY | ALLOW',
'ShareSharePointKnowledgeBase': 'DENY '
'| '
'ALLOW',
'ShareWebCrawlerKnowledgeBase': 'DENY '
'| '
'ALLOW',
'UseBedrockManagedKnowledgeBase': 'DENY '
'| '
'ALLOW',
'UseBoxKnowledgeBase': 'DENY | ALLOW',
'UseConfluenceKnowledgeBase': 'DENY | '
'ALLOW',
'UseGoogleDriveKnowledgeBase': 'DENY | '
'ALLOW',
'UseIDCKnowledgeBase': 'DENY | ALLOW',
'UseOneDriveKnowledgeBase': 'DENY | '
'ALLOW',
'UseQBusinessKnowledgeBase': 'DENY | '
'ALLOW',
'UseS3KnowledgeBase': 'DENY | ALLOW',
'UseSharePointKnowledgeBase': 'DENY | '
'ALLOW',
'UseWebCrawlerKnowledgeBase': 'DENY | '
'ALLOW',
'WebCrawlerKnowledgeBase': 'DENY | '
'ALLOW'}}}
Describes a custom permissions profile.
See also: AWS API Documentation
Request Syntax
client.describe_custom_permissions(
AwsAccountId='string',
CustomPermissionsName='string'
)
string
[REQUIRED]
The ID of the Amazon Web Services account that contains the custom permissions profile that you want described.
string
[REQUIRED]
The name of the custom permissions profile to describe.
dict
Response Syntax
{
'Status': 123,
'CustomPermissions': {
'Arn': 'string',
'CustomPermissionsName': 'string',
'Capabilities': {
'ExportToCsv': 'DENY'|'ALLOW',
'ExportToExcel': 'DENY'|'ALLOW',
'ExportToPdf': 'DENY'|'ALLOW',
'PrintReports': 'DENY'|'ALLOW',
'CreateAndUpdateThemes': 'DENY'|'ALLOW',
'AddOrRunAnomalyDetectionForAnalyses': 'DENY'|'ALLOW',
'ShareAnalyses': 'DENY'|'ALLOW',
'CreateAndUpdateDatasets': 'DENY'|'ALLOW',
'ShareDatasets': 'DENY'|'ALLOW',
'SubscribeDashboardEmailReports': 'DENY'|'ALLOW',
'CreateAndUpdateDashboardEmailReports': 'DENY'|'ALLOW',
'ShareDashboards': 'DENY'|'ALLOW',
'CreateAndUpdateThresholdAlerts': 'DENY'|'ALLOW',
'RenameSharedFolders': 'DENY'|'ALLOW',
'CreateSharedFolders': 'DENY'|'ALLOW',
'CreateAndUpdateDataSources': 'DENY'|'ALLOW',
'ShareDataSources': 'DENY'|'ALLOW',
'ViewAccountSPICECapacity': 'DENY'|'ALLOW',
'CreateSPICEDataset': 'DENY'|'ALLOW',
'ExportToPdfInScheduledReports': 'DENY'|'ALLOW',
'ExportToCsvInScheduledReports': 'DENY'|'ALLOW',
'ExportToExcelInScheduledReports': 'DENY'|'ALLOW',
'IncludeContentInScheduledReportsEmail': 'DENY'|'ALLOW',
'Dashboard': 'DENY'|'ALLOW',
'Analysis': 'DENY'|'ALLOW',
'Automate': 'DENY'|'ALLOW',
'Flow': 'DENY'|'ALLOW',
'Apps': 'DENY'|'ALLOW',
'CreateAndUpdateApps': 'DENY'|'ALLOW',
'ShareApps': 'DENY'|'ALLOW',
'InvokeAppsAIInference': 'DENY'|'ALLOW',
'AccessAppsNativeDataStore': 'DENY'|'ALLOW',
'PublishWithoutApproval': 'DENY'|'ALLOW',
'UseBedrockModels': 'DENY'|'ALLOW',
'PerformFlowUiTask': 'DENY'|'ALLOW',
'ApproveFlowShareRequests': 'DENY'|'ALLOW',
'UseAgentWebSearch': 'DENY'|'ALLOW',
'KnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateKnowledgeBases': 'DENY'|'ALLOW',
'ShareKnowledgeBases': 'DENY'|'ALLOW',
'SharePointKnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateSharePointKnowledgeBase': 'DENY'|'ALLOW',
'ShareSharePointKnowledgeBase': 'DENY'|'ALLOW',
'UseSharePointKnowledgeBase': 'DENY'|'ALLOW',
'GoogleDriveKnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateGoogleDriveKnowledgeBase': 'DENY'|'ALLOW',
'ShareGoogleDriveKnowledgeBase': 'DENY'|'ALLOW',
'UseGoogleDriveKnowledgeBase': 'DENY'|'ALLOW',
'WebCrawlerKnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateWebCrawlerKnowledgeBase': 'DENY'|'ALLOW',
'ShareWebCrawlerKnowledgeBase': 'DENY'|'ALLOW',
'UseWebCrawlerKnowledgeBase': 'DENY'|'ALLOW',
'S3KnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateS3KnowledgeBase': 'DENY'|'ALLOW',
'ShareS3KnowledgeBase': 'DENY'|'ALLOW',
'UseS3KnowledgeBase': 'DENY'|'ALLOW',
'ConfluenceKnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateConfluenceKnowledgeBase': 'DENY'|'ALLOW',
'ShareConfluenceKnowledgeBase': 'DENY'|'ALLOW',
'UseConfluenceKnowledgeBase': 'DENY'|'ALLOW',
'OneDriveKnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateOneDriveKnowledgeBase': 'DENY'|'ALLOW',
'ShareOneDriveKnowledgeBase': 'DENY'|'ALLOW',
'UseOneDriveKnowledgeBase': 'DENY'|'ALLOW',
'QBusinessKnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateQBusinessKnowledgeBase': 'DENY'|'ALLOW',
'ShareQBusinessKnowledgeBase': 'DENY'|'ALLOW',
'UseQBusinessKnowledgeBase': 'DENY'|'ALLOW',
'BedrockManagedKnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateBedrockManagedKnowledgeBase': 'DENY'|'ALLOW',
'ShareBedrockManagedKnowledgeBase': 'DENY'|'ALLOW',
'UseBedrockManagedKnowledgeBase': 'DENY'|'ALLOW',
'BoxKnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateBoxKnowledgeBase': 'DENY'|'ALLOW',
'ShareBoxKnowledgeBase': 'DENY'|'ALLOW',
'UseBoxKnowledgeBase': 'DENY'|'ALLOW',
'IDCKnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateIDCKnowledgeBase': 'DENY'|'ALLOW',
'ShareIDCKnowledgeBase': 'DENY'|'ALLOW',
'UseIDCKnowledgeBase': 'DENY'|'ALLOW',
'Action': 'DENY'|'ALLOW',
'GenericHTTPAction': 'DENY'|'ALLOW',
'CreateAndUpdateGenericHTTPAction': 'DENY'|'ALLOW',
'ShareGenericHTTPAction': 'DENY'|'ALLOW',
'UseGenericHTTPAction': 'DENY'|'ALLOW',
'AsanaAction': 'DENY'|'ALLOW',
'CreateAndUpdateAsanaAction': 'DENY'|'ALLOW',
'ShareAsanaAction': 'DENY'|'ALLOW',
'UseAsanaAction': 'DENY'|'ALLOW',
'SlackAction': 'DENY'|'ALLOW',
'CreateAndUpdateSlackAction': 'DENY'|'ALLOW',
'ShareSlackAction': 'DENY'|'ALLOW',
'UseSlackAction': 'DENY'|'ALLOW',
'ServiceNowAction': 'DENY'|'ALLOW',
'CreateAndUpdateServiceNowAction': 'DENY'|'ALLOW',
'ShareServiceNowAction': 'DENY'|'ALLOW',
'UseServiceNowAction': 'DENY'|'ALLOW',
'SalesforceAction': 'DENY'|'ALLOW',
'CreateAndUpdateSalesforceAction': 'DENY'|'ALLOW',
'ShareSalesforceAction': 'DENY'|'ALLOW',
'UseSalesforceAction': 'DENY'|'ALLOW',
'MSExchangeAction': 'DENY'|'ALLOW',
'CreateAndUpdateMSExchangeAction': 'DENY'|'ALLOW',
'ShareMSExchangeAction': 'DENY'|'ALLOW',
'UseMSExchangeAction': 'DENY'|'ALLOW',
'PagerDutyAction': 'DENY'|'ALLOW',
'CreateAndUpdatePagerDutyAction': 'DENY'|'ALLOW',
'SharePagerDutyAction': 'DENY'|'ALLOW',
'UsePagerDutyAction': 'DENY'|'ALLOW',
'JiraAction': 'DENY'|'ALLOW',
'CreateAndUpdateJiraAction': 'DENY'|'ALLOW',
'ShareJiraAction': 'DENY'|'ALLOW',
'UseJiraAction': 'DENY'|'ALLOW',
'ConfluenceAction': 'DENY'|'ALLOW',
'CreateAndUpdateConfluenceAction': 'DENY'|'ALLOW',
'ShareConfluenceAction': 'DENY'|'ALLOW',
'UseConfluenceAction': 'DENY'|'ALLOW',
'OneDriveAction': 'DENY'|'ALLOW',
'CreateAndUpdateOneDriveAction': 'DENY'|'ALLOW',
'ShareOneDriveAction': 'DENY'|'ALLOW',
'UseOneDriveAction': 'DENY'|'ALLOW',
'SharePointAction': 'DENY'|'ALLOW',
'CreateAndUpdateSharePointAction': 'DENY'|'ALLOW',
'ShareSharePointAction': 'DENY'|'ALLOW',
'UseSharePointAction': 'DENY'|'ALLOW',
'MSTeamsAction': 'DENY'|'ALLOW',
'CreateAndUpdateMSTeamsAction': 'DENY'|'ALLOW',
'ShareMSTeamsAction': 'DENY'|'ALLOW',
'UseMSTeamsAction': 'DENY'|'ALLOW',
'GoogleCalendarAction': 'DENY'|'ALLOW',
'CreateAndUpdateGoogleCalendarAction': 'DENY'|'ALLOW',
'ShareGoogleCalendarAction': 'DENY'|'ALLOW',
'UseGoogleCalendarAction': 'DENY'|'ALLOW',
'ZendeskAction': 'DENY'|'ALLOW',
'CreateAndUpdateZendeskAction': 'DENY'|'ALLOW',
'ShareZendeskAction': 'DENY'|'ALLOW',
'UseZendeskAction': 'DENY'|'ALLOW',
'SmartsheetAction': 'DENY'|'ALLOW',
'CreateAndUpdateSmartsheetAction': 'DENY'|'ALLOW',
'ShareSmartsheetAction': 'DENY'|'ALLOW',
'UseSmartsheetAction': 'DENY'|'ALLOW',
'SAPBusinessPartnerAction': 'DENY'|'ALLOW',
'CreateAndUpdateSAPBusinessPartnerAction': 'DENY'|'ALLOW',
'ShareSAPBusinessPartnerAction': 'DENY'|'ALLOW',
'UseSAPBusinessPartnerAction': 'DENY'|'ALLOW',
'SAPProductMasterDataAction': 'DENY'|'ALLOW',
'CreateAndUpdateSAPProductMasterDataAction': 'DENY'|'ALLOW',
'ShareSAPProductMasterDataAction': 'DENY'|'ALLOW',
'UseSAPProductMasterDataAction': 'DENY'|'ALLOW',
'SAPPhysicalInventoryAction': 'DENY'|'ALLOW',
'CreateAndUpdateSAPPhysicalInventoryAction': 'DENY'|'ALLOW',
'ShareSAPPhysicalInventoryAction': 'DENY'|'ALLOW',
'UseSAPPhysicalInventoryAction': 'DENY'|'ALLOW',
'SAPBillOfMaterialAction': 'DENY'|'ALLOW',
'CreateAndUpdateSAPBillOfMaterialAction': 'DENY'|'ALLOW',
'ShareSAPBillOfMaterialAction': 'DENY'|'ALLOW',
'UseSAPBillOfMaterialAction': 'DENY'|'ALLOW',
'SAPMaterialStockAction': 'DENY'|'ALLOW',
'CreateAndUpdateSAPMaterialStockAction': 'DENY'|'ALLOW',
'ShareSAPMaterialStockAction': 'DENY'|'ALLOW',
'UseSAPMaterialStockAction': 'DENY'|'ALLOW',
'FactSetAction': 'DENY'|'ALLOW',
'CreateAndUpdateFactSetAction': 'DENY'|'ALLOW',
'ShareFactSetAction': 'DENY'|'ALLOW',
'UseFactSetAction': 'DENY'|'ALLOW',
'AmazonSThreeAction': 'DENY'|'ALLOW',
'CreateAndUpdateAmazonSThreeAction': 'DENY'|'ALLOW',
'ShareAmazonSThreeAction': 'DENY'|'ALLOW',
'UseAmazonSThreeAction': 'DENY'|'ALLOW',
'TextractAction': 'DENY'|'ALLOW',
'CreateAndUpdateTextractAction': 'DENY'|'ALLOW',
'ShareTextractAction': 'DENY'|'ALLOW',
'UseTextractAction': 'DENY'|'ALLOW',
'ComprehendAction': 'DENY'|'ALLOW',
'CreateAndUpdateComprehendAction': 'DENY'|'ALLOW',
'ShareComprehendAction': 'DENY'|'ALLOW',
'UseComprehendAction': 'DENY'|'ALLOW',
'ComprehendMedicalAction': 'DENY'|'ALLOW',
'CreateAndUpdateComprehendMedicalAction': 'DENY'|'ALLOW',
'ShareComprehendMedicalAction': 'DENY'|'ALLOW',
'UseComprehendMedicalAction': 'DENY'|'ALLOW',
'AmazonBedrockARSAction': 'DENY'|'ALLOW',
'CreateAndUpdateAmazonBedrockARSAction': 'DENY'|'ALLOW',
'ShareAmazonBedrockARSAction': 'DENY'|'ALLOW',
'UseAmazonBedrockARSAction': 'DENY'|'ALLOW',
'AmazonBedrockFSAction': 'DENY'|'ALLOW',
'CreateAndUpdateAmazonBedrockFSAction': 'DENY'|'ALLOW',
'ShareAmazonBedrockFSAction': 'DENY'|'ALLOW',
'UseAmazonBedrockFSAction': 'DENY'|'ALLOW',
'AmazonBedrockKRSAction': 'DENY'|'ALLOW',
'CreateAndUpdateAmazonBedrockKRSAction': 'DENY'|'ALLOW',
'ShareAmazonBedrockKRSAction': 'DENY'|'ALLOW',
'UseAmazonBedrockKRSAction': 'DENY'|'ALLOW',
'MCPAction': 'DENY'|'ALLOW',
'CreateAndUpdateMCPAction': 'DENY'|'ALLOW',
'ShareMCPAction': 'DENY'|'ALLOW',
'UseMCPAction': 'DENY'|'ALLOW',
'OpenAPIAction': 'DENY'|'ALLOW',
'CreateAndUpdateOpenAPIAction': 'DENY'|'ALLOW',
'ShareOpenAPIAction': 'DENY'|'ALLOW',
'UseOpenAPIAction': 'DENY'|'ALLOW',
'SandPGMIAction': 'DENY'|'ALLOW',
'CreateAndUpdateSandPGMIAction': 'DENY'|'ALLOW',
'ShareSandPGMIAction': 'DENY'|'ALLOW',
'UseSandPGMIAction': 'DENY'|'ALLOW',
'SandPGlobalEnergyAction': 'DENY'|'ALLOW',
'CreateAndUpdateSandPGlobalEnergyAction': 'DENY'|'ALLOW',
'ShareSandPGlobalEnergyAction': 'DENY'|'ALLOW',
'UseSandPGlobalEnergyAction': 'DENY'|'ALLOW',
'BambooHRAction': 'DENY'|'ALLOW',
'CreateAndUpdateBambooHRAction': 'DENY'|'ALLOW',
'ShareBambooHRAction': 'DENY'|'ALLOW',
'UseBambooHRAction': 'DENY'|'ALLOW',
'BoxAgentAction': 'DENY'|'ALLOW',
'CreateAndUpdateBoxAgentAction': 'DENY'|'ALLOW',
'ShareBoxAgentAction': 'DENY'|'ALLOW',
'UseBoxAgentAction': 'DENY'|'ALLOW',
'CanvaAgentAction': 'DENY'|'ALLOW',
'CreateAndUpdateCanvaAgentAction': 'DENY'|'ALLOW',
'ShareCanvaAgentAction': 'DENY'|'ALLOW',
'UseCanvaAgentAction': 'DENY'|'ALLOW',
'GithubAction': 'DENY'|'ALLOW',
'CreateAndUpdateGithubAction': 'DENY'|'ALLOW',
'ShareGithubAction': 'DENY'|'ALLOW',
'UseGithubAction': 'DENY'|'ALLOW',
'NotionAction': 'DENY'|'ALLOW',
'CreateAndUpdateNotionAction': 'DENY'|'ALLOW',
'ShareNotionAction': 'DENY'|'ALLOW',
'UseNotionAction': 'DENY'|'ALLOW',
'LinearAction': 'DENY'|'ALLOW',
'CreateAndUpdateLinearAction': 'DENY'|'ALLOW',
'ShareLinearAction': 'DENY'|'ALLOW',
'UseLinearAction': 'DENY'|'ALLOW',
'HuggingFaceAction': 'DENY'|'ALLOW',
'CreateAndUpdateHuggingFaceAction': 'DENY'|'ALLOW',
'ShareHuggingFaceAction': 'DENY'|'ALLOW',
'UseHuggingFaceAction': 'DENY'|'ALLOW',
'MondayAction': 'DENY'|'ALLOW',
'CreateAndUpdateMondayAction': 'DENY'|'ALLOW',
'ShareMondayAction': 'DENY'|'ALLOW',
'UseMondayAction': 'DENY'|'ALLOW',
'HubspotAction': 'DENY'|'ALLOW',
'CreateAndUpdateHubspotAction': 'DENY'|'ALLOW',
'ShareHubspotAction': 'DENY'|'ALLOW',
'UseHubspotAction': 'DENY'|'ALLOW',
'IntercomAction': 'DENY'|'ALLOW',
'CreateAndUpdateIntercomAction': 'DENY'|'ALLOW',
'ShareIntercomAction': 'DENY'|'ALLOW',
'UseIntercomAction': 'DENY'|'ALLOW',
'NewRelicAction': 'DENY'|'ALLOW',
'CreateAndUpdateNewRelicAction': 'DENY'|'ALLOW',
'ShareNewRelicAction': 'DENY'|'ALLOW',
'UseNewRelicAction': 'DENY'|'ALLOW',
'Topic': 'DENY'|'ALLOW',
'EditVisualWithQ': 'DENY'|'ALLOW',
'BuildCalculatedFieldWithQ': 'DENY'|'ALLOW',
'CreateDashboardExecutiveSummaryWithQ': 'DENY'|'ALLOW',
'Space': 'DENY'|'ALLOW',
'CreateSpaces': 'DENY'|'ALLOW',
'ShareSpaces': 'DENY'|'ALLOW',
'ChatAgent': 'DENY'|'ALLOW',
'CreateChatAgents': 'DENY'|'ALLOW',
'ShareChatAgents': 'DENY'|'ALLOW',
'Research': 'DENY'|'ALLOW',
'SelfUpgradeUserRole': 'DENY'|'ALLOW',
'Extension': 'DENY'|'ALLOW',
'UseBrowserExtension': 'DENY'|'ALLOW',
'UseWordAddInExtension': 'DENY'|'ALLOW',
'UseOutlookAddInExtension': 'DENY'|'ALLOW',
'UseExcelAddInExtension': 'DENY'|'ALLOW',
'UsePowerpointAddInExtension': 'DENY'|'ALLOW',
'ManageSharedFolders': 'DENY'|'ALLOW',
'GenerateAnalyses': 'DENY'|'ALLOW',
'Story': 'DENY'|'ALLOW',
'Scenario': 'DENY'|'ALLOW',
'Trigger': 'DENY'|'ALLOW',
'ScheduleTrigger': 'DENY'|'ALLOW',
'InboundEmailTrigger': 'DENY'|'ALLOW',
'QuickEventTrigger': 'DENY'|'ALLOW'
},
'Governance': {
'DefaultCategoryEffects': {
'string': 'DENY_BY_DEFAULT'
}
}
},
'RequestId': 'string'
}
Response Structure
(dict) --
Status (integer) --
The HTTP status of the request.
CustomPermissions (dict) --
The custom permissions profile.
Arn (string) --
The Amazon Resource Name (ARN) of the custom permissions profile.
CustomPermissionsName (string) --
The name of the custom permissions profile.
Capabilities (dict) --
A set of actions in the custom permissions profile.
ExportToCsv (string) --
The ability to export to CSV files from the UI.
ExportToExcel (string) --
The ability to export to Excel files from the UI.
ExportToPdf (string) --
The ability to export to PDF files from the UI.
PrintReports (string) --
The ability to print reports.
CreateAndUpdateThemes (string) --
The ability to export to Create and Update themes.
AddOrRunAnomalyDetectionForAnalyses (string) --
The ability to add or run anomaly detection.
ShareAnalyses (string) --
The ability to share analyses.
CreateAndUpdateDatasets (string) --
The ability to create and update datasets.
ShareDatasets (string) --
The ability to share datasets.
SubscribeDashboardEmailReports (string) --
The ability to subscribe to email reports.
CreateAndUpdateDashboardEmailReports (string) --
The ability to create and update email reports.
ShareDashboards (string) --
The ability to share dashboards.
CreateAndUpdateThresholdAlerts (string) --
The ability to create and update threshold alerts.
RenameSharedFolders (string) --
The ability to rename shared folders.
CreateSharedFolders (string) --
The ability to create shared folders.
CreateAndUpdateDataSources (string) --
The ability to create and update data sources.
ShareDataSources (string) --
The ability to share data sources.
ViewAccountSPICECapacity (string) --
The ability to view account SPICE capacity.
CreateSPICEDataset (string) --
The ability to create a SPICE dataset.
ExportToPdfInScheduledReports (string) --
The ability to export to PDF files in scheduled email reports.
ExportToCsvInScheduledReports (string) --
The ability to export to CSV files in scheduled email reports.
ExportToExcelInScheduledReports (string) --
The ability to export to Excel files in scheduled email reports.
IncludeContentInScheduledReportsEmail (string) --
The ability to include content in scheduled email reports.
Dashboard (string) --
The ability to perform dashboard-related actions.
Analysis (string) --
The ability to perform analysis-related actions.
Automate (string) --
The ability to perform automate-related actions.
Flow (string) --
The ability to perform flow-related actions.
Apps (string) --
The ability to perform apps-related actions.
CreateAndUpdateApps (string) --
The ability to create or update apps.
ShareApps (string) --
The ability to share apps with other users.
InvokeAppsAIInference (string) --
The ability to add and invoke AI inference in new and existing apps.
AccessAppsNativeDataStore (string) --
The ability to access the native data store for new and existing apps.
PublishWithoutApproval (string) --
The ability to enable approvals for flow share.
UseBedrockModels (string) --
The ability to use Bedrock models for general knowledge step in flows.
PerformFlowUiTask (string) --
The ability to use UI Agent step to perform tasks on public websites.
ApproveFlowShareRequests (string) --
The ability to review and approve sharing requests of Flows.
UseAgentWebSearch (string) --
The ability to use internet to enhance results in Chat Agents, Flows, and Quick Research. Web search queries will be processed securely in an Amazon Web Services region us-east-1.
KnowledgeBase (string) --
The ability to use knowledge bases to specify content from external applications.
CreateAndUpdateKnowledgeBases (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareKnowledgeBases (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
SharePointKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateSharePointKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareSharePointKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseSharePointKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
GoogleDriveKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateGoogleDriveKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareGoogleDriveKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseGoogleDriveKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
WebCrawlerKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateWebCrawlerKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareWebCrawlerKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseWebCrawlerKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
S3KnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateS3KnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareS3KnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseS3KnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ConfluenceKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateConfluenceKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareConfluenceKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseConfluenceKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
OneDriveKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateOneDriveKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareOneDriveKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseOneDriveKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
QBusinessKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateQBusinessKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareQBusinessKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseQBusinessKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
BedrockManagedKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateBedrockManagedKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareBedrockManagedKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseBedrockManagedKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
BoxKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateBoxKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareBoxKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseBoxKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
IDCKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateIDCKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareIDCKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseIDCKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
Action (string) --
The ability to perform actions in external services through Action connectors. Actions allow users to interact with third-party systems.
GenericHTTPAction (string) --
The ability to perform actions using REST API connection connectors.
CreateAndUpdateGenericHTTPAction (string) --
The ability to create and update REST API connection actions.
ShareGenericHTTPAction (string) --
The ability to share REST API connection actions.
UseGenericHTTPAction (string) --
The ability to use REST API connection actions.
AsanaAction (string) --
The ability to perform actions using Asana connectors.
CreateAndUpdateAsanaAction (string) --
The ability to create and update Asana actions.
ShareAsanaAction (string) --
The ability to share Asana actions.
UseAsanaAction (string) --
The ability to use Asana actions.
SlackAction (string) --
The ability to perform actions using Slack connectors.
CreateAndUpdateSlackAction (string) --
The ability to create and update Slack actions.
ShareSlackAction (string) --
The ability to share Slack actions.
UseSlackAction (string) --
The ability to use Slack actions.
ServiceNowAction (string) --
The ability to perform actions using ServiceNow connectors.
CreateAndUpdateServiceNowAction (string) --
The ability to create and update ServiceNow actions.
ShareServiceNowAction (string) --
The ability to share ServiceNow actions.
UseServiceNowAction (string) --
The ability to use ServiceNow actions.
SalesforceAction (string) --
The ability to perform actions using Salesforce connectors.
CreateAndUpdateSalesforceAction (string) --
The ability to create and update Salesforce actions.
ShareSalesforceAction (string) --
The ability to share Salesforce actions.
UseSalesforceAction (string) --
The ability to use Salesforce actions.
MSExchangeAction (string) --
The ability to perform actions using Microsoft Outlook connectors.
CreateAndUpdateMSExchangeAction (string) --
The ability to create and update Microsoft Outlook actions.
ShareMSExchangeAction (string) --
The ability to share Microsoft Outlook actions.
UseMSExchangeAction (string) --
The ability to use Microsoft Outlook actions.
PagerDutyAction (string) --
The ability to perform actions using PagerDuty Advance connectors.
CreateAndUpdatePagerDutyAction (string) --
The ability to create and update PagerDuty Advance actions.
SharePagerDutyAction (string) --
The ability to share PagerDuty Advance actions.
UsePagerDutyAction (string) --
The ability to use PagerDuty Advance actions.
JiraAction (string) --
The ability to perform actions using Jira connectors.
CreateAndUpdateJiraAction (string) --
The ability to create and update Jira actions.
ShareJiraAction (string) --
The ability to share Jira actions.
UseJiraAction (string) --
The ability to use Jira actions.
ConfluenceAction (string) --
The ability to perform actions using Atlassian Confluence Cloud connectors.
CreateAndUpdateConfluenceAction (string) --
The ability to create and update Atlassian Confluence Cloud actions.
ShareConfluenceAction (string) --
The ability to share Atlassian Confluence Cloud actions.
UseConfluenceAction (string) --
The ability to use Atlassian Confluence Cloud actions.
OneDriveAction (string) --
The ability to perform actions using Microsoft OneDrive connectors.
CreateAndUpdateOneDriveAction (string) --
The ability to create and update Microsoft OneDrive actions.
ShareOneDriveAction (string) --
The ability to share Microsoft OneDrive actions.
UseOneDriveAction (string) --
The ability to use Microsoft OneDrive actions.
SharePointAction (string) --
The ability to perform actions using Microsoft SharePoint Online connectors.
CreateAndUpdateSharePointAction (string) --
The ability to create and update Microsoft SharePoint Online actions.
ShareSharePointAction (string) --
The ability to share Microsoft SharePoint Online actions.
UseSharePointAction (string) --
The ability to use Microsoft SharePoint Online actions.
MSTeamsAction (string) --
The ability to perform actions using Microsoft Teams connectors.
CreateAndUpdateMSTeamsAction (string) --
The ability to create and update Microsoft Teams actions.
ShareMSTeamsAction (string) --
The ability to share Microsoft Teams actions.
UseMSTeamsAction (string) --
The ability to use Microsoft Teams actions.
GoogleCalendarAction (string) --
The ability to perform actions using Google Calendar connectors.
CreateAndUpdateGoogleCalendarAction (string) --
The ability to create and update Google Calendar actions.
ShareGoogleCalendarAction (string) --
The ability to share Google Calendar actions.
UseGoogleCalendarAction (string) --
The ability to use Google Calendar actions.
ZendeskAction (string) --
The ability to perform actions using Zendesk connectors.
CreateAndUpdateZendeskAction (string) --
The ability to create and update Zendesk actions.
ShareZendeskAction (string) --
The ability to share Zendesk actions.
UseZendeskAction (string) --
The ability to use Zendesk actions.
SmartsheetAction (string) --
The ability to perform actions using Smartsheet connectors.
CreateAndUpdateSmartsheetAction (string) --
The ability to create and update Smartsheet actions.
ShareSmartsheetAction (string) --
The ability to share Smartsheet actions.
UseSmartsheetAction (string) --
The ability to use Smartsheet actions.
SAPBusinessPartnerAction (string) --
The ability to perform actions using SAP Business Partner connectors.
CreateAndUpdateSAPBusinessPartnerAction (string) --
The ability to create and update SAP Business Partner actions.
ShareSAPBusinessPartnerAction (string) --
The ability to share SAP Business Partner actions.
UseSAPBusinessPartnerAction (string) --
The ability to use SAP Business Partner actions.
SAPProductMasterDataAction (string) --
The ability to perform actions using SAP Product Master connectors.
CreateAndUpdateSAPProductMasterDataAction (string) --
The ability to create and update SAP Product Master actions.
ShareSAPProductMasterDataAction (string) --
The ability to share SAP Product Master actions.
UseSAPProductMasterDataAction (string) --
The ability to use SAP Product Master actions.
SAPPhysicalInventoryAction (string) --
The ability to perform actions using SAP Physical Inventory connectors.
CreateAndUpdateSAPPhysicalInventoryAction (string) --
The ability to create and update SAP Physical Inventory actions.
ShareSAPPhysicalInventoryAction (string) --
The ability to share SAP Physical Inventory actions.
UseSAPPhysicalInventoryAction (string) --
The ability to use SAP Physical Inventory actions.
SAPBillOfMaterialAction (string) --
The ability to perform actions using SAP Bill of Materials connectors.
CreateAndUpdateSAPBillOfMaterialAction (string) --
The ability to create and update SAP Bill of Materials actions.
ShareSAPBillOfMaterialAction (string) --
The ability to share SAP Bill of Materials actions.
UseSAPBillOfMaterialAction (string) --
The ability to use SAP Bill of Materials actions.
SAPMaterialStockAction (string) --
The ability to perform actions using SAP Material Stock connectors.
CreateAndUpdateSAPMaterialStockAction (string) --
The ability to create and update SAP Material Stock actions.
ShareSAPMaterialStockAction (string) --
The ability to share SAP Material Stock actions.
UseSAPMaterialStockAction (string) --
The ability to use SAP Material Stock actions.
FactSetAction (string) --
The ability to perform actions using FactSet connectors.
CreateAndUpdateFactSetAction (string) --
The ability to create and update FactSet actions.
ShareFactSetAction (string) --
The ability to share FactSet actions.
UseFactSetAction (string) --
The ability to use FactSet actions.
AmazonSThreeAction (string) --
The ability to perform actions using Amazon S3 connectors.
CreateAndUpdateAmazonSThreeAction (string) --
The ability to create and update Amazon S3 actions.
ShareAmazonSThreeAction (string) --
The ability to share Amazon S3 actions.
UseAmazonSThreeAction (string) --
The ability to use Amazon S3 actions.
TextractAction (string) --
The ability to perform actions using Textract connectors.
CreateAndUpdateTextractAction (string) --
The ability to create and update Textract actions.
ShareTextractAction (string) --
The ability to share Textract actions.
UseTextractAction (string) --
The ability to use Textract actions.
ComprehendAction (string) --
The ability to perform actions using Comprehend connectors.
CreateAndUpdateComprehendAction (string) --
The ability to create and update Comprehend actions.
ShareComprehendAction (string) --
The ability to share Comprehend actions.
UseComprehendAction (string) --
The ability to use Comprehend actions.
ComprehendMedicalAction (string) --
The ability to perform actions using Comprehend Medical connectors.
CreateAndUpdateComprehendMedicalAction (string) --
The ability to create and update Comprehend Medical actions.
ShareComprehendMedicalAction (string) --
The ability to share Comprehend Medical actions.
UseComprehendMedicalAction (string) --
The ability to use Comprehend Medical actions.
AmazonBedrockARSAction (string) --
The ability to perform actions using Bedrock Agent connectors.
CreateAndUpdateAmazonBedrockARSAction (string) --
The ability to create and update Bedrock Agent actions.
ShareAmazonBedrockARSAction (string) --
The ability to share Bedrock Agent actions.
UseAmazonBedrockARSAction (string) --
The ability to use Bedrock Agent actions.
AmazonBedrockFSAction (string) --
The ability to perform actions using Bedrock Runtime connectors.
CreateAndUpdateAmazonBedrockFSAction (string) --
The ability to create and update Bedrock Runtime actions.
ShareAmazonBedrockFSAction (string) --
The ability to share Bedrock Runtime actions.
UseAmazonBedrockFSAction (string) --
The ability to use Bedrock Runtime actions.
AmazonBedrockKRSAction (string) --
The ability to perform actions using Bedrock Data Automation Runtime connectors.
CreateAndUpdateAmazonBedrockKRSAction (string) --
The ability to create and update Bedrock Data Automation Runtime actions.
ShareAmazonBedrockKRSAction (string) --
The ability to share Bedrock Data Automation Runtime actions.
UseAmazonBedrockKRSAction (string) --
The ability to use Bedrock Data Automation Runtime actions.
MCPAction (string) --
The ability to perform actions using Model Context Protocol connectors.
CreateAndUpdateMCPAction (string) --
The ability to create and update Model Context Protocol actions.
ShareMCPAction (string) --
The ability to share Model Context Protocol actions.
UseMCPAction (string) --
The ability to use Model Context Protocol actions.
OpenAPIAction (string) --
The ability to perform actions using OpenAPI Specification connectors.
CreateAndUpdateOpenAPIAction (string) --
The ability to create and update OpenAPI Specification actions.
ShareOpenAPIAction (string) --
The ability to share OpenAPI Specification actions.
UseOpenAPIAction (string) --
The ability to use OpenAPI Specification actions.
SandPGMIAction (string) --
The ability to perform actions using S&P Global Market Intelligence connectors.
CreateAndUpdateSandPGMIAction (string) --
The ability to create and update S&P Global Market Intelligence actions.
ShareSandPGMIAction (string) --
The ability to share S&P Global Market Intelligence actions.
UseSandPGMIAction (string) --
The ability to use S&P Global Market Intelligence actions.
SandPGlobalEnergyAction (string) --
The ability to perform actions using S&P Global Energy connectors.
CreateAndUpdateSandPGlobalEnergyAction (string) --
The ability to create and update S&P Global Energy actions.
ShareSandPGlobalEnergyAction (string) --
The ability to share S&P Global Energy actions.
UseSandPGlobalEnergyAction (string) --
The ability to use S&P Global Energy actions.
BambooHRAction (string) --
The ability to perform actions using BambooHR connectors.
CreateAndUpdateBambooHRAction (string) --
The ability to create and update BambooHR actions.
ShareBambooHRAction (string) --
The ability to share BambooHR actions.
UseBambooHRAction (string) --
The ability to use BambooHR actions.
BoxAgentAction (string) --
The ability to perform actions using Box Agent connectors.
CreateAndUpdateBoxAgentAction (string) --
The ability to create and update Box Agent actions.
ShareBoxAgentAction (string) --
The ability to share Box Agent actions.
UseBoxAgentAction (string) --
The ability to use Box Agent actions.
CanvaAgentAction (string) --
The ability to perform actions using Canva Agent connectors.
CreateAndUpdateCanvaAgentAction (string) --
The ability to create and update Canva Agent actions.
ShareCanvaAgentAction (string) --
The ability to share Canva Agent actions.
UseCanvaAgentAction (string) --
The ability to use Canva Agent actions.
GithubAction (string) --
The ability to perform actions using GitHub connectors.
CreateAndUpdateGithubAction (string) --
The ability to create and update GitHub actions.
ShareGithubAction (string) --
The ability to share GitHub actions.
UseGithubAction (string) --
The ability to use GitHub actions.
NotionAction (string) --
The ability to perform actions using Notion connectors.
CreateAndUpdateNotionAction (string) --
The ability to create and update Notion actions.
ShareNotionAction (string) --
The ability to share Notion actions.
UseNotionAction (string) --
The ability to use Notion actions.
LinearAction (string) --
The ability to perform actions using Linear connectors.
CreateAndUpdateLinearAction (string) --
The ability to create and update Linear actions.
ShareLinearAction (string) --
The ability to share Linear actions.
UseLinearAction (string) --
The ability to use Linear actions.
HuggingFaceAction (string) --
The ability to perform actions using HuggingFace connectors.
CreateAndUpdateHuggingFaceAction (string) --
The ability to create and update HuggingFace actions.
ShareHuggingFaceAction (string) --
The ability to share HuggingFace actions.
UseHuggingFaceAction (string) --
The ability to use HuggingFace actions.
MondayAction (string) --
The ability to perform actions using Monday connectors.
CreateAndUpdateMondayAction (string) --
The ability to create and update Monday actions.
ShareMondayAction (string) --
The ability to share Monday actions.
UseMondayAction (string) --
The ability to use Monday actions.
HubspotAction (string) --
The ability to perform actions using Hubspot connectors.
CreateAndUpdateHubspotAction (string) --
The ability to create and update Hubspot actions.
ShareHubspotAction (string) --
The ability to share Hubspot actions.
UseHubspotAction (string) --
The ability to use Hubspot actions.
IntercomAction (string) --
The ability to perform actions using Intercom connectors.
CreateAndUpdateIntercomAction (string) --
The ability to create and update Intercom actions.
ShareIntercomAction (string) --
The ability to share Intercom actions.
UseIntercomAction (string) --
The ability to use Intercom actions.
NewRelicAction (string) --
The ability to perform actions using New Relic connectors.
CreateAndUpdateNewRelicAction (string) --
The ability to create and update New Relic actions.
ShareNewRelicAction (string) --
The ability to share New Relic actions.
UseNewRelicAction (string) --
The ability to use New Relic actions.
Topic (string) --
The ability to perform Topic-related actions.
EditVisualWithQ (string) --
The ability to Edit Visual with AI
BuildCalculatedFieldWithQ (string) --
The ability to Build Calculation with AI
CreateDashboardExecutiveSummaryWithQ (string) --
The ability to Create Executive Summary
Space (string) --
The ability to perform space-related actions.
CreateSpaces (string) --
The ability to create spaces.
ShareSpaces (string) --
The ability to share spaces with other users and groups.
ChatAgent (string) --
The ability to perform chat-related actions.
CreateChatAgents (string) --
The ability to create chat agents.
ShareChatAgents (string) --
The ability to share chat agents with other users and groups.
Research (string) --
The ability to perform research-related actions.
SelfUpgradeUserRole (string) --
The ability to enable users to upgrade their user role.
Extension (string) --
The ability to perform Extension-related actions.
UseBrowserExtension (string) --
The ability to use Amazon Quick through the browser extension for Chrome, Firefox, and Edge.
UseWordAddInExtension (string) --
The ability to use Amazon Quick through the Microsoft Word add-in.
UseOutlookAddInExtension (string) --
The ability to use Amazon Quick through the Microsoft Outlook add-in.
UseExcelAddInExtension (string) --
The ability to use Amazon Quick through the Microsoft Excel add-in.
UsePowerpointAddInExtension (string) --
The ability to use Amazon Quick through the Microsoft PowerPoint add-in.
ManageSharedFolders (string) --
The ability to create, update, delete and view shared folders (both restricted and unrestricted), ability to add any asset to shared folders, and ability to share the folders.
Note: This does not prevent inheriting access to assets that others share with them through folder membership.
GenerateAnalyses (string) --
The ability to generate analysis using AI
Story (string) --
The ability to perform Story-related actions.
Scenario (string) --
The ability to perform Scenario-related actions.
Trigger (string) --
The ability to manage trigger-related settings for flows and automations.
ScheduleTrigger (string) --
The ability to create, view, edit, delete, and run schedule triggers for flows and automations.
InboundEmailTrigger (string) --
The ability to create, view, edit, delete, and run inbound email triggers for flows and automations.
QuickEventTrigger (string) --
The ability to create, view, edit, delete, and run Quick event triggers for flows and automations.
Governance (dict) --
The governance configuration for the custom permissions profile. When you enable governance for a category, Amazon Quick denies access to any current or new capability in that category unless you explicitly set that capability to ALLOW in Capabilities.
DefaultCategoryEffects (dict) --
A map of DefaultCategoryEffects.
(string) --
The name of a governance category. A governance category groups related capabilities so that you can apply a default effect to all capabilities in the category at once. Valid values:
AI – Capabilities related to Amazon Quick AI features.
(string) --
The default effect that Amazon Quick applies to capabilities in a governed category when you do not explicitly list those capabilities in Capabilities. Valid values:
DENY_BY_DEFAULT – Amazon Quick denies any capability access in the given category that the profile does not explicitly set to ALLOW.
RequestId (string) --
The Amazon Web Services request ID for this operation.
{'Dashboard': {'Version': {'Sheets': {'Images': {'Actions': {'ActionOperations': {'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}}}},
'TopicArns': ['string']}}}
Provides a summary for a dashboard.
See also: AWS API Documentation
Request Syntax
client.describe_dashboard(
AwsAccountId='string',
DashboardId='string',
VersionNumber=123,
AliasName='string'
)
string
[REQUIRED]
The ID of the Amazon Web Services account that contains the dashboard that you're describing.
string
[REQUIRED]
The ID for the dashboard.
integer
The version number for the dashboard. If a version number isn't passed, the latest published dashboard version is described.
string
The alias name.
dict
Response Syntax
{
'Dashboard': {
'DashboardId': 'string',
'Arn': 'string',
'Name': 'string',
'Version': {
'CreatedTime': datetime(2015, 1, 1),
'Errors': [
{
'Type': 'ACCESS_DENIED'|'SOURCE_NOT_FOUND'|'DATA_SET_NOT_FOUND'|'INTERNAL_FAILURE'|'PARAMETER_VALUE_INCOMPATIBLE'|'PARAMETER_TYPE_INVALID'|'PARAMETER_NOT_FOUND'|'COLUMN_TYPE_MISMATCH'|'COLUMN_GEOGRAPHIC_ROLE_MISMATCH'|'COLUMN_REPLACEMENT_MISSING',
'Message': 'string',
'ViolatedEntities': [
{
'Path': 'string'
},
]
},
],
'VersionNumber': 123,
'Status': 'CREATION_IN_PROGRESS'|'CREATION_SUCCESSFUL'|'CREATION_FAILED'|'UPDATE_IN_PROGRESS'|'UPDATE_SUCCESSFUL'|'UPDATE_FAILED'|'DELETED',
'Arn': 'string',
'SourceEntityArn': 'string',
'DataSetArns': [
'string',
],
'TopicArns': [
'string',
],
'Description': 'string',
'ThemeArn': 'string',
'Sheets': [
{
'SheetId': 'string',
'Name': 'string',
'Images': [
{
'SheetImageId': 'string',
'Source': {
'SheetImageStaticFileSource': {
'StaticFileId': 'string'
}
},
'Scaling': {
'ScalingType': 'SCALE_TO_WIDTH'|'SCALE_TO_HEIGHT'|'SCALE_TO_CONTAINER'|'SCALE_NONE'
},
'Tooltip': {
'TooltipText': {
'PlainText': 'string'
},
'Visibility': 'HIDDEN'|'VISIBLE'
},
'ImageContentAltText': 'string',
'Interactions': {
'ImageMenuOption': {
'AvailabilityStatus': 'ENABLED'|'DISABLED'
}
},
'Actions': [
{
'CustomActionId': 'string',
'Name': 'string',
'Status': 'ENABLED'|'DISABLED',
'Trigger': 'CLICK'|'MENU',
'ActionOperations': [
{
'NavigationOperation': {
'LocalNavigationConfiguration': {
'TargetSheetId': 'string'
}
},
'URLOperation': {
'URLTemplate': 'string',
'URLTarget': 'NEW_TAB'|'NEW_WINDOW'|'SAME_TAB'
},
'SetParametersOperation': {
'ParameterValueConfigurations': [
{
'DestinationParameterName': 'string',
'Value': {
'CustomValuesConfiguration': {
'IncludeNullValue': True|False,
'CustomValues': {
'StringValues': [
'string',
],
'IntegerValues': [
123,
],
'DecimalValues': [
123.0,
],
'DateTimeValues': [
datetime(2015, 1, 1),
]
}
},
'SelectAllValueOptions': 'ALL_VALUES',
'SourceParameterName': 'string',
'SourceField': 'string',
'SourceColumn': {
'DataSetIdentifier': 'string',
'TopicIdentifier': 'string',
'ColumnName': 'string'
}
}
},
]
}
},
]
},
]
},
]
},
]
},
'CreatedTime': datetime(2015, 1, 1),
'LastPublishedTime': datetime(2015, 1, 1),
'LastUpdatedTime': datetime(2015, 1, 1),
'LinkEntities': [
'string',
]
},
'Status': 123,
'RequestId': 'string'
}
Response Structure
(dict) --
Dashboard (dict) --
Information about the dashboard.
DashboardId (string) --
Dashboard ID.
Arn (string) --
The Amazon Resource Name (ARN) of the resource.
Name (string) --
A display name for the dashboard.
Version (dict) --
Version.
CreatedTime (datetime) --
The time that this dashboard version was created.
Errors (list) --
Errors associated with this dashboard version.
(dict) --
Dashboard error.
Type (string) --
Type.
Message (string) --
Message.
ViolatedEntities (list) --
Lists the violated entities that caused the dashboard error.
(dict) --
An object, structure, or sub-structure of an analysis, template, or dashboard.
Path (string) --
The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
VersionNumber (integer) --
Version number for this version of the dashboard.
Status (string) --
The HTTP status of the request.
Arn (string) --
The Amazon Resource Name (ARN) of the resource.
SourceEntityArn (string) --
Source entity ARN.
DataSetArns (list) --
The Amazon Resource Names (ARNs) for the datasets that are associated with this version of the dashboard.
(string) --
TopicArns (list) --
The Amazon Resource Names (ARNs) for the topics that are associated with this version of the dashboard.
(string) --
Description (string) --
Description.
ThemeArn (string) --
The ARN of the theme associated with a version of the dashboard.
Sheets (list) --
A list of the associated sheets with the unique identifier and name of each sheet.
(dict) --
A sheet, which is an object that contains a set of visuals that are viewed together on one page in Quick Sight. Every analysis and dashboard contains at least one sheet. Each sheet contains at least one visualization widget, for example a chart, pivot table, or narrative insight. Sheets can be associated with other components, such as controls, filters, and so on.
SheetId (string) --
The unique identifier associated with a sheet.
Name (string) --
The name of a sheet. This name is displayed on the sheet's tab in the Quick Sight console.
Images (list) --
A list of images on a sheet.
(dict) --
An image that is located on a sheet.
SheetImageId (string) --
The ID of the sheet image.
Source (dict) --
The source of the image.
SheetImageStaticFileSource (dict) --
The source of the static file that contains the image.
StaticFileId (string) --
The ID of the static file that contains the image.
Scaling (dict) --
Determines how the image is scaled.
ScalingType (string) --
The scaling option to use when fitting the image inside the container.
Valid values are defined as follows:
SCALE_TO_WIDTH: The image takes up the entire width of the container. The image aspect ratio is preserved.
SCALE_TO_HEIGHT: The image takes up the entire height of the container. The image aspect ratio is preserved.
SCALE_TO_CONTAINER: The image takes up the entire width and height of the container. The image aspect ratio is not preserved.
SCALE_NONE: The image is displayed in its original size and is not scaled to the container.
Tooltip (dict) --
The tooltip to be shown when hovering over the image.
TooltipText (dict) --
The text that appears in the tooltip.
PlainText (string) --
The plain text format.
Visibility (string) --
The visibility of the tooltip.
ImageContentAltText (string) --
The alt text for the image.
Interactions (dict) --
The general image interactions setup for an image.
ImageMenuOption (dict) --
The menu options for the image.
AvailabilityStatus (string) --
The availability status of the image menu. If the value of this property is set to ENABLED, dashboard readers can interact with the image menu.
Actions (list) --
A list of custom actions that are configured for an image.
(dict) --
A custom action defined on an image.
CustomActionId (string) --
The ID of the custom action.
Name (string) --
The name of the custom action.
Status (string) --
The status of the custom action.
Trigger (string) --
The trigger of the VisualCustomAction.
Valid values are defined as follows:
CLICK: Initiates a custom action by a left pointer click on a data point.
MENU: Initiates a custom action by right pointer click from the menu.
ActionOperations (list) --
A list of ImageCustomActionOperations.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
(dict) --
The operation that is defined by the custom action.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
NavigationOperation (dict) --
The navigation operation that navigates between different sheets in the same analysis.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
LocalNavigationConfiguration (dict) --
The configuration that chooses the navigation target.
TargetSheetId (string) --
The sheet that is targeted for navigation in the same analysis.
URLOperation (dict) --
The URL operation that opens a link to another webpage.
URLTemplate (string) --
THe URL link of the CustomActionURLOperation.
URLTarget (string) --
The target of the CustomActionURLOperation.
Valid values are defined as follows:
NEW_TAB: Opens the target URL in a new browser tab.
NEW_WINDOW: Opens the target URL in a new browser window.
SAME_TAB: Opens the target URL in the same browser tab.
SetParametersOperation (dict) --
The set parameter operation that sets parameters in custom action.
ParameterValueConfigurations (list) --
The parameter that determines the value configuration.
(dict) --
The configuration of adding parameters in action.
DestinationParameterName (string) --
The destination parameter name of the SetParameterValueConfiguration.
Value (dict) --
The configuration of destination parameter values.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
CustomValuesConfiguration (dict) --
The configuration of custom values for destination parameter in DestinationParameterValueConfiguration.
IncludeNullValue (boolean) --
Includes the null value in custom action parameter values.
CustomValues (dict) --
The customized parameter values.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
StringValues (list) --
A list of string-type parameter values.
(string) --
IntegerValues (list) --
A list of integer-type parameter values.
(integer) --
DecimalValues (list) --
A list of decimal-type parameter values.
(float) --
DateTimeValues (list) --
A list of datetime-type parameter values.
(datetime) --
SelectAllValueOptions (string) --
The configuration that selects all options.
SourceParameterName (string) --
The source parameter name of the destination parameter.
SourceField (string) --
The source field ID of the destination parameter.
SourceColumn (dict) --
A column of a data set.
DataSetIdentifier (string) --
The data set that the column belongs to.
TopicIdentifier (string) --
The topic that the column belongs to.
ColumnName (string) --
The name of the column.
CreatedTime (datetime) --
The time that this dashboard was created.
LastPublishedTime (datetime) --
The last time that this dashboard was published.
LastUpdatedTime (datetime) --
The last time that this dashboard was updated.
LinkEntities (list) --
A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
(string) --
Status (integer) --
The HTTP status of this request.
RequestId (string) --
The Amazon Web Services request ID for this operation.
{'Definition': {'CalculatedFields': {'TopicIdentifier': 'string'},
'ColumnConfigurations': {'Column': {'TopicIdentifier': 'string'}},
'FilterGroups': {'Filters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'NestedFilter': {'Column': {'TopicIdentifier': 'string'},
'InnerFilter': {'CategoryInnerFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}}}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'NumericRangeFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'RelativeDatesFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TimeEqualityFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TopBottomFilter': {'AggregationSortConfigurations': {'Column': {'TopicIdentifier': 'string'}},
'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}}}},
'Options': {'VisualMessages': {'NoDataMessage': {'Description': 'string',
'DescriptionVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Enabled': 'boolean',
'LinkText': 'string',
'LinkUrl': 'string',
'LinkVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Title': 'string',
'TitleVisibility': 'HIDDEN '
'| '
'VISIBLE'}}},
'ParameterDeclarations': {'DateTimeParameterDeclaration': {'DefaultValues': {'DynamicValue': {'DefaultValueColumn': {'TopicIdentifier': 'string'},
'GroupNameColumn': {'TopicIdentifier': 'string'},
'UserNameColumn': {'TopicIdentifier': 'string'}}}},
'DecimalParameterDeclaration': {'DefaultValues': {'DynamicValue': {'DefaultValueColumn': {'TopicIdentifier': 'string'},
'GroupNameColumn': {'TopicIdentifier': 'string'},
'UserNameColumn': {'TopicIdentifier': 'string'}}}},
'IntegerParameterDeclaration': {'DefaultValues': {'DynamicValue': {'DefaultValueColumn': {'TopicIdentifier': 'string'},
'GroupNameColumn': {'TopicIdentifier': 'string'},
'UserNameColumn': {'TopicIdentifier': 'string'}}}},
'StringParameterDeclaration': {'DefaultValues': {'DynamicValue': {'DefaultValueColumn': {'TopicIdentifier': 'string'},
'GroupNameColumn': {'TopicIdentifier': 'string'},
'UserNameColumn': {'TopicIdentifier': 'string'}}}}},
'Sheets': {'FilterControls': {'CrossSheet': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}}},
'Dropdown': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}},
'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'List': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}},
'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}},
'Images': {'Actions': {'ActionOperations': {'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}}},
'Layouts': {'Configuration': {'SectionBasedLayout': {'BodySections': {'RepeatConfiguration': {'DimensionConfigurations': {'DynamicCategoryDimensionConfiguration': {'Column': {'TopicIdentifier': 'string'},
'SortByMetrics': {'SortBy': {'TopicIdentifier': 'string'}}},
'DynamicNumericDimensionConfiguration': {'Column': {'TopicIdentifier': 'string'},
'SortByMetrics': {'SortBy': {'TopicIdentifier': 'string'}}}}}}}}},
'ParameterControls': {'Dropdown': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}},
'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}},
'SelectableValues': {'LinkToDataSetColumn': {'TopicIdentifier': 'string'}}},
'List': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}},
'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}},
'SelectableValues': {'LinkToDataSetColumn': {'TopicIdentifier': 'string'}}}},
'Visuals': {'BarChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'BarChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'BoxPlotVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'BoxPlotAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ComboChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'ComboChartAggregatedFieldWells': {'BarValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'LineValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'CustomContentVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'EmptyVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'FilledMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'FilledMapAggregatedFieldWells': {'Geospatial': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'FunnelChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'FunnelChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'GaugeChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'TargetValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TooltipOptions': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'GeospatialMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'GeospatialMapAggregatedFieldWells': {'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Geospatial': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'HeatMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ColumnLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'HeatMapAggregatedFieldWells': {'Columns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Rows': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'RowLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'HeatMapColumnSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'HeatMapRowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'HistogramVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'HistogramAggregatedFieldWells': {'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}}},
'InsightVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'InsightConfiguration': {'Computations': {'Forecast': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'GrowthRate': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'MaximumMinimum': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'MetricComparison': {'FromValue': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'TargetValue': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}},
'PeriodOverPeriod': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'PeriodToDate': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TopBottomMovers': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TopBottomRanked': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TotalAggregation': {'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'UniqueValues': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'KPIVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'TargetValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'TrendGroups': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'TrendGroupSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'LayerMapVisual': {'ChartConfiguration': {'MapLayers': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'JoinDefinition': {'ColorField': {'ColorDimensionsFields': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'ColorValuesFields': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'DatasetKeyField': {'Column': {'TopicIdentifier': 'string'}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TopicIdentifier': 'string'},
'LineChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'LineChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'PieChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'PieChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'PivotTableVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'DashboardCustomizationVisualOptions': {'FieldsConfiguration': {'AdditionalFields': {'TopicIdentifier': 'string'}}},
'FieldWells': {'PivotTableAggregatedFieldWells': {'Columns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Rows': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'FieldSortOptions': {'SortBy': {'Column': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'PluginVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'Dimensions': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Measures': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Unaggregated': {'Column': {'TopicIdentifier': 'string'}}},
'SortConfiguration': {'PluginVisualTableQuerySort': {'RowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}}}},
'RadarChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'RadarChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Color': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'SankeyDiagramVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'SankeyDiagramAggregatedFieldWells': {'Destination': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Source': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Weight': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'WeightSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}}},
'ScatterPlotVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'ScatterPlotCategoricallyAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Label': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'XAxis': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'YAxis': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'ScatterPlotUnaggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Label': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'XAxis': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'YAxis': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'YAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'TableVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'DashboardCustomizationVisualOptions': {'FieldsConfiguration': {'AdditionalFields': {'TopicIdentifier': 'string'}}},
'FieldWells': {'TableAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TableUnaggregatedFieldWells': {'Values': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'RowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'TableInlineVisualizations': {'Sparklines': {'XAxisField': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TreeMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'TreeMapAggregatedFieldWells': {'Colors': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Groups': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Sizes': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'GroupLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SizeLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'TreeMapSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'WaterfallVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'WaterfallChartAggregatedFieldWells': {'Breakdowns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Categories': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'WordCloudVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'WordCloudAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}}}},
'TooltipSheets': {'Images': {'Actions': {'ActionOperations': {'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}}},
'Layouts': {'Configuration': {'SectionBasedLayout': {'BodySections': {'RepeatConfiguration': {'DimensionConfigurations': {'DynamicCategoryDimensionConfiguration': {'Column': {'TopicIdentifier': 'string'},
'SortByMetrics': {'SortBy': {'TopicIdentifier': 'string'}}},
'DynamicNumericDimensionConfiguration': {'Column': {'TopicIdentifier': 'string'},
'SortByMetrics': {'SortBy': {'TopicIdentifier': 'string'}}}}}}}}},
'Visuals': {'BarChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'BarChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'BoxPlotVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'BoxPlotAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ComboChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'ComboChartAggregatedFieldWells': {'BarValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'LineValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'CustomContentVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'EmptyVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'FilledMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'FilledMapAggregatedFieldWells': {'Geospatial': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'FunnelChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'FunnelChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'GaugeChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'TargetValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TooltipOptions': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'GeospatialMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'GeospatialMapAggregatedFieldWells': {'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Geospatial': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'HeatMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ColumnLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'HeatMapAggregatedFieldWells': {'Columns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Rows': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'RowLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'HeatMapColumnSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'HeatMapRowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'HistogramVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'HistogramAggregatedFieldWells': {'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}}},
'InsightVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'InsightConfiguration': {'Computations': {'Forecast': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'GrowthRate': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'MaximumMinimum': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'MetricComparison': {'FromValue': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'TargetValue': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}},
'PeriodOverPeriod': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'PeriodToDate': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TopBottomMovers': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TopBottomRanked': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TotalAggregation': {'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'UniqueValues': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'KPIVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'TargetValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'TrendGroups': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'TrendGroupSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'LayerMapVisual': {'ChartConfiguration': {'MapLayers': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'JoinDefinition': {'ColorField': {'ColorDimensionsFields': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'ColorValuesFields': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'DatasetKeyField': {'Column': {'TopicIdentifier': 'string'}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TopicIdentifier': 'string'},
'LineChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'LineChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'PieChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'PieChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'PivotTableVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'DashboardCustomizationVisualOptions': {'FieldsConfiguration': {'AdditionalFields': {'TopicIdentifier': 'string'}}},
'FieldWells': {'PivotTableAggregatedFieldWells': {'Columns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Rows': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'FieldSortOptions': {'SortBy': {'Column': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'PluginVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'Dimensions': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Measures': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Unaggregated': {'Column': {'TopicIdentifier': 'string'}}},
'SortConfiguration': {'PluginVisualTableQuerySort': {'RowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}}}},
'RadarChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'RadarChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Color': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'SankeyDiagramVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'SankeyDiagramAggregatedFieldWells': {'Destination': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Source': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Weight': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'WeightSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}}},
'ScatterPlotVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'ScatterPlotCategoricallyAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Label': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'XAxis': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'YAxis': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'ScatterPlotUnaggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Label': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'XAxis': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'YAxis': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'YAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'TableVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'DashboardCustomizationVisualOptions': {'FieldsConfiguration': {'AdditionalFields': {'TopicIdentifier': 'string'}}},
'FieldWells': {'TableAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TableUnaggregatedFieldWells': {'Values': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'RowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'TableInlineVisualizations': {'Sparklines': {'XAxisField': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TreeMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'TreeMapAggregatedFieldWells': {'Colors': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Groups': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Sizes': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'GroupLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SizeLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'TreeMapSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'WaterfallVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'WaterfallChartAggregatedFieldWells': {'Breakdowns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Categories': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'WordCloudVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'WordCloudAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}}}},
'TopicIdentifierDeclarations': [{'Identifier': 'string',
'TopicArn': 'string'}]}}
Provides a detailed description of the definition of a dashboard.
See also: AWS API Documentation
Request Syntax
client.describe_dashboard_definition(
AwsAccountId='string',
DashboardId='string',
VersionNumber=123,
AliasName='string'
)
string
[REQUIRED]
The ID of the Amazon Web Services account that contains the dashboard that you're describing.
string
[REQUIRED]
The ID for the dashboard.
integer
The version number for the dashboard. If a version number isn't passed, the latest published dashboard version is described.
string
The alias name.
dict
Response Syntax
# This section is too large to render. # Please see the AWS API Documentation linked below.
Response Structure
# This section is too large to render. # Please see the AWS API Documentation linked below.
{'Template': {'Version': {'Sheets': {'Images': {'Actions': {'ActionOperations': {'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}}}},
'TopicConfigurations': [{'ColumnGroupSchemaList': [{'ColumnGroupColumnSchemaList': [{'Name': 'string'}],
'Name': 'string'}],
'DataSetSchema': {'ColumnSchemaList': [{'DataType': 'string',
'GeographicRole': 'string',
'Name': 'string'}]},
'Placeholder': 'string'}]}}}
Describes a template's metadata.
See also: AWS API Documentation
Request Syntax
client.describe_template(
AwsAccountId='string',
TemplateId='string',
VersionNumber=123,
AliasName='string'
)
string
[REQUIRED]
The ID of the Amazon Web Services account that contains the template that you're describing.
string
[REQUIRED]
The ID for the template.
integer
(Optional) The number for the version to describe. If a VersionNumber parameter value isn't provided, the latest version of the template is described.
string
The alias of the template that you want to describe. If you name a specific alias, you describe the version that the alias points to. You can specify the latest version of the template by providing the keyword $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn't apply to templates.
dict
Response Syntax
{
'Template': {
'Arn': 'string',
'Name': 'string',
'Version': {
'CreatedTime': datetime(2015, 1, 1),
'Errors': [
{
'Type': 'SOURCE_NOT_FOUND'|'DATA_SET_NOT_FOUND'|'INTERNAL_FAILURE'|'ACCESS_DENIED',
'Message': 'string',
'ViolatedEntities': [
{
'Path': 'string'
},
]
},
],
'VersionNumber': 123,
'Status': 'CREATION_IN_PROGRESS'|'CREATION_SUCCESSFUL'|'CREATION_FAILED'|'UPDATE_IN_PROGRESS'|'UPDATE_SUCCESSFUL'|'UPDATE_FAILED'|'DELETED',
'DataSetConfigurations': [
{
'Placeholder': 'string',
'DataSetSchema': {
'ColumnSchemaList': [
{
'Name': 'string',
'DataType': 'string',
'GeographicRole': 'string'
},
]
},
'ColumnGroupSchemaList': [
{
'Name': 'string',
'ColumnGroupColumnSchemaList': [
{
'Name': 'string'
},
]
},
]
},
],
'TopicConfigurations': [
{
'Placeholder': 'string',
'DataSetSchema': {
'ColumnSchemaList': [
{
'Name': 'string',
'DataType': 'string',
'GeographicRole': 'string'
},
]
},
'ColumnGroupSchemaList': [
{
'Name': 'string',
'ColumnGroupColumnSchemaList': [
{
'Name': 'string'
},
]
},
]
},
],
'Description': 'string',
'SourceEntityArn': 'string',
'ThemeArn': 'string',
'Sheets': [
{
'SheetId': 'string',
'Name': 'string',
'Images': [
{
'SheetImageId': 'string',
'Source': {
'SheetImageStaticFileSource': {
'StaticFileId': 'string'
}
},
'Scaling': {
'ScalingType': 'SCALE_TO_WIDTH'|'SCALE_TO_HEIGHT'|'SCALE_TO_CONTAINER'|'SCALE_NONE'
},
'Tooltip': {
'TooltipText': {
'PlainText': 'string'
},
'Visibility': 'HIDDEN'|'VISIBLE'
},
'ImageContentAltText': 'string',
'Interactions': {
'ImageMenuOption': {
'AvailabilityStatus': 'ENABLED'|'DISABLED'
}
},
'Actions': [
{
'CustomActionId': 'string',
'Name': 'string',
'Status': 'ENABLED'|'DISABLED',
'Trigger': 'CLICK'|'MENU',
'ActionOperations': [
{
'NavigationOperation': {
'LocalNavigationConfiguration': {
'TargetSheetId': 'string'
}
},
'URLOperation': {
'URLTemplate': 'string',
'URLTarget': 'NEW_TAB'|'NEW_WINDOW'|'SAME_TAB'
},
'SetParametersOperation': {
'ParameterValueConfigurations': [
{
'DestinationParameterName': 'string',
'Value': {
'CustomValuesConfiguration': {
'IncludeNullValue': True|False,
'CustomValues': {
'StringValues': [
'string',
],
'IntegerValues': [
123,
],
'DecimalValues': [
123.0,
],
'DateTimeValues': [
datetime(2015, 1, 1),
]
}
},
'SelectAllValueOptions': 'ALL_VALUES',
'SourceParameterName': 'string',
'SourceField': 'string',
'SourceColumn': {
'DataSetIdentifier': 'string',
'TopicIdentifier': 'string',
'ColumnName': 'string'
}
}
},
]
}
},
]
},
]
},
]
},
]
},
'TemplateId': 'string',
'LastUpdatedTime': datetime(2015, 1, 1),
'CreatedTime': datetime(2015, 1, 1)
},
'Status': 123,
'RequestId': 'string'
}
Response Structure
(dict) --
Template (dict) --
The template structure for the object you want to describe.
Arn (string) --
The Amazon Resource Name (ARN) of the template.
Name (string) --
The display name of the template.
Version (dict) --
A structure describing the versions of the template.
CreatedTime (datetime) --
The time that this template version was created.
Errors (list) --
Errors associated with this template version.
(dict) --
List of errors that occurred when the template version creation failed.
Type (string) --
Type of error.
Message (string) --
Description of the error type.
ViolatedEntities (list) --
An error path that shows which entities caused the template error.
(dict) --
An object, structure, or sub-structure of an analysis, template, or dashboard.
Path (string) --
The hierarchical path of the entity within the analysis, template, or dashboard definition tree.
VersionNumber (integer) --
The version number of the template version.
Status (string) --
The status that is associated with the template.
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
DataSetConfigurations (list) --
Schema of the dataset identified by the placeholder. Any dashboard created from this template should be bound to new datasets matching the same schema described through this API operation.
(dict) --
Dataset configuration.
Placeholder (string) --
Placeholder.
DataSetSchema (dict) --
Dataset schema.
ColumnSchemaList (list) --
A structure containing the list of column schemas.
(dict) --
The column schema.
Name (string) --
The name of the column schema.
DataType (string) --
The data type of the column schema.
GeographicRole (string) --
The geographic role of the column schema.
ColumnGroupSchemaList (list) --
A structure containing the list of column group schemas.
(dict) --
The column group schema.
Name (string) --
The name of the column group schema.
ColumnGroupColumnSchemaList (list) --
A structure containing the list of schemas for column group columns.
(dict) --
A structure describing the name, data type, and geographic role of the columns.
Name (string) --
The name of the column group's column schema.
TopicConfigurations (list) --
Schema of the topic identified by the placeholder. Any dashboard created from this template should be bound to new topics matching the same schema described through this API operation.
(dict) --
The configuration of a topic.
Placeholder (string) --
The placeholder for the topic configuration.
DataSetSchema (dict) --
Topic schema.
ColumnSchemaList (list) --
A structure containing the list of column schemas.
(dict) --
The column schema.
Name (string) --
The name of the column schema.
DataType (string) --
The data type of the column schema.
GeographicRole (string) --
The geographic role of the column schema.
ColumnGroupSchemaList (list) --
The list of column group schemas in the topic configuration.
(dict) --
The column group schema.
Name (string) --
The name of the column group schema.
ColumnGroupColumnSchemaList (list) --
A structure containing the list of schemas for column group columns.
(dict) --
A structure describing the name, data type, and geographic role of the columns.
Name (string) --
The name of the column group's column schema.
Description (string) --
The description of the template.
SourceEntityArn (string) --
The Amazon Resource Name (ARN) of an analysis or template that was used to create this template.
ThemeArn (string) --
The ARN of the theme associated with this version of the template.
Sheets (list) --
A list of the associated sheets with the unique identifier and name of each sheet.
(dict) --
A sheet, which is an object that contains a set of visuals that are viewed together on one page in Quick Sight. Every analysis and dashboard contains at least one sheet. Each sheet contains at least one visualization widget, for example a chart, pivot table, or narrative insight. Sheets can be associated with other components, such as controls, filters, and so on.
SheetId (string) --
The unique identifier associated with a sheet.
Name (string) --
The name of a sheet. This name is displayed on the sheet's tab in the Quick Sight console.
Images (list) --
A list of images on a sheet.
(dict) --
An image that is located on a sheet.
SheetImageId (string) --
The ID of the sheet image.
Source (dict) --
The source of the image.
SheetImageStaticFileSource (dict) --
The source of the static file that contains the image.
StaticFileId (string) --
The ID of the static file that contains the image.
Scaling (dict) --
Determines how the image is scaled.
ScalingType (string) --
The scaling option to use when fitting the image inside the container.
Valid values are defined as follows:
SCALE_TO_WIDTH: The image takes up the entire width of the container. The image aspect ratio is preserved.
SCALE_TO_HEIGHT: The image takes up the entire height of the container. The image aspect ratio is preserved.
SCALE_TO_CONTAINER: The image takes up the entire width and height of the container. The image aspect ratio is not preserved.
SCALE_NONE: The image is displayed in its original size and is not scaled to the container.
Tooltip (dict) --
The tooltip to be shown when hovering over the image.
TooltipText (dict) --
The text that appears in the tooltip.
PlainText (string) --
The plain text format.
Visibility (string) --
The visibility of the tooltip.
ImageContentAltText (string) --
The alt text for the image.
Interactions (dict) --
The general image interactions setup for an image.
ImageMenuOption (dict) --
The menu options for the image.
AvailabilityStatus (string) --
The availability status of the image menu. If the value of this property is set to ENABLED, dashboard readers can interact with the image menu.
Actions (list) --
A list of custom actions that are configured for an image.
(dict) --
A custom action defined on an image.
CustomActionId (string) --
The ID of the custom action.
Name (string) --
The name of the custom action.
Status (string) --
The status of the custom action.
Trigger (string) --
The trigger of the VisualCustomAction.
Valid values are defined as follows:
CLICK: Initiates a custom action by a left pointer click on a data point.
MENU: Initiates a custom action by right pointer click from the menu.
ActionOperations (list) --
A list of ImageCustomActionOperations.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
(dict) --
The operation that is defined by the custom action.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
NavigationOperation (dict) --
The navigation operation that navigates between different sheets in the same analysis.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
LocalNavigationConfiguration (dict) --
The configuration that chooses the navigation target.
TargetSheetId (string) --
The sheet that is targeted for navigation in the same analysis.
URLOperation (dict) --
The URL operation that opens a link to another webpage.
URLTemplate (string) --
THe URL link of the CustomActionURLOperation.
URLTarget (string) --
The target of the CustomActionURLOperation.
Valid values are defined as follows:
NEW_TAB: Opens the target URL in a new browser tab.
NEW_WINDOW: Opens the target URL in a new browser window.
SAME_TAB: Opens the target URL in the same browser tab.
SetParametersOperation (dict) --
The set parameter operation that sets parameters in custom action.
ParameterValueConfigurations (list) --
The parameter that determines the value configuration.
(dict) --
The configuration of adding parameters in action.
DestinationParameterName (string) --
The destination parameter name of the SetParameterValueConfiguration.
Value (dict) --
The configuration of destination parameter values.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
CustomValuesConfiguration (dict) --
The configuration of custom values for destination parameter in DestinationParameterValueConfiguration.
IncludeNullValue (boolean) --
Includes the null value in custom action parameter values.
CustomValues (dict) --
The customized parameter values.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
StringValues (list) --
A list of string-type parameter values.
(string) --
IntegerValues (list) --
A list of integer-type parameter values.
(integer) --
DecimalValues (list) --
A list of decimal-type parameter values.
(float) --
DateTimeValues (list) --
A list of datetime-type parameter values.
(datetime) --
SelectAllValueOptions (string) --
The configuration that selects all options.
SourceParameterName (string) --
The source parameter name of the destination parameter.
SourceField (string) --
The source field ID of the destination parameter.
SourceColumn (dict) --
A column of a data set.
DataSetIdentifier (string) --
The data set that the column belongs to.
TopicIdentifier (string) --
The topic that the column belongs to.
ColumnName (string) --
The name of the column.
TemplateId (string) --
The ID for the template. This is unique per Amazon Web Services Region for each Amazon Web Services account.
LastUpdatedTime (datetime) --
Time when this was last updated.
CreatedTime (datetime) --
Time when this was created.
Status (integer) --
The HTTP status of the request.
RequestId (string) --
The Amazon Web Services request ID for this operation.
{'Definition': {'CalculatedFields': {'TopicIdentifier': 'string'},
'ColumnConfigurations': {'Column': {'TopicIdentifier': 'string'}},
'FilterGroups': {'Filters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'NestedFilter': {'Column': {'TopicIdentifier': 'string'},
'InnerFilter': {'CategoryInnerFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}}}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'NumericRangeFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'RelativeDatesFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TimeEqualityFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TopBottomFilter': {'AggregationSortConfigurations': {'Column': {'TopicIdentifier': 'string'}},
'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}}}},
'Options': {'VisualMessages': {'NoDataMessage': {'Description': 'string',
'DescriptionVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Enabled': 'boolean',
'LinkText': 'string',
'LinkUrl': 'string',
'LinkVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Title': 'string',
'TitleVisibility': 'HIDDEN '
'| '
'VISIBLE'}}},
'ParameterDeclarations': {'DateTimeParameterDeclaration': {'DefaultValues': {'DynamicValue': {'DefaultValueColumn': {'TopicIdentifier': 'string'},
'GroupNameColumn': {'TopicIdentifier': 'string'},
'UserNameColumn': {'TopicIdentifier': 'string'}}}},
'DecimalParameterDeclaration': {'DefaultValues': {'DynamicValue': {'DefaultValueColumn': {'TopicIdentifier': 'string'},
'GroupNameColumn': {'TopicIdentifier': 'string'},
'UserNameColumn': {'TopicIdentifier': 'string'}}}},
'IntegerParameterDeclaration': {'DefaultValues': {'DynamicValue': {'DefaultValueColumn': {'TopicIdentifier': 'string'},
'GroupNameColumn': {'TopicIdentifier': 'string'},
'UserNameColumn': {'TopicIdentifier': 'string'}}}},
'StringParameterDeclaration': {'DefaultValues': {'DynamicValue': {'DefaultValueColumn': {'TopicIdentifier': 'string'},
'GroupNameColumn': {'TopicIdentifier': 'string'},
'UserNameColumn': {'TopicIdentifier': 'string'}}}}},
'Sheets': {'FilterControls': {'CrossSheet': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}}},
'Dropdown': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}},
'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'List': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}},
'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}},
'Images': {'Actions': {'ActionOperations': {'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}}},
'Layouts': {'Configuration': {'SectionBasedLayout': {'BodySections': {'RepeatConfiguration': {'DimensionConfigurations': {'DynamicCategoryDimensionConfiguration': {'Column': {'TopicIdentifier': 'string'},
'SortByMetrics': {'SortBy': {'TopicIdentifier': 'string'}}},
'DynamicNumericDimensionConfiguration': {'Column': {'TopicIdentifier': 'string'},
'SortByMetrics': {'SortBy': {'TopicIdentifier': 'string'}}}}}}}}},
'ParameterControls': {'Dropdown': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}},
'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}},
'SelectableValues': {'LinkToDataSetColumn': {'TopicIdentifier': 'string'}}},
'List': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}},
'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}},
'SelectableValues': {'LinkToDataSetColumn': {'TopicIdentifier': 'string'}}}},
'Visuals': {'BarChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'BarChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'BoxPlotVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'BoxPlotAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ComboChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'ComboChartAggregatedFieldWells': {'BarValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'LineValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'CustomContentVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'EmptyVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'FilledMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'FilledMapAggregatedFieldWells': {'Geospatial': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'FunnelChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'FunnelChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'GaugeChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'TargetValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TooltipOptions': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'GeospatialMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'GeospatialMapAggregatedFieldWells': {'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Geospatial': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'HeatMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ColumnLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'HeatMapAggregatedFieldWells': {'Columns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Rows': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'RowLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'HeatMapColumnSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'HeatMapRowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'HistogramVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'HistogramAggregatedFieldWells': {'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}}},
'InsightVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'InsightConfiguration': {'Computations': {'Forecast': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'GrowthRate': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'MaximumMinimum': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'MetricComparison': {'FromValue': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'TargetValue': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}},
'PeriodOverPeriod': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'PeriodToDate': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TopBottomMovers': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TopBottomRanked': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TotalAggregation': {'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'UniqueValues': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'KPIVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'TargetValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'TrendGroups': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'TrendGroupSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'LayerMapVisual': {'ChartConfiguration': {'MapLayers': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'JoinDefinition': {'ColorField': {'ColorDimensionsFields': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'ColorValuesFields': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'DatasetKeyField': {'Column': {'TopicIdentifier': 'string'}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TopicIdentifier': 'string'},
'LineChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'LineChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'PieChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'PieChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'PivotTableVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'DashboardCustomizationVisualOptions': {'FieldsConfiguration': {'AdditionalFields': {'TopicIdentifier': 'string'}}},
'FieldWells': {'PivotTableAggregatedFieldWells': {'Columns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Rows': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'FieldSortOptions': {'SortBy': {'Column': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'PluginVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'Dimensions': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Measures': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Unaggregated': {'Column': {'TopicIdentifier': 'string'}}},
'SortConfiguration': {'PluginVisualTableQuerySort': {'RowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}}}},
'RadarChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'RadarChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Color': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'SankeyDiagramVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'SankeyDiagramAggregatedFieldWells': {'Destination': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Source': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Weight': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'WeightSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}}},
'ScatterPlotVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'ScatterPlotCategoricallyAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Label': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'XAxis': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'YAxis': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'ScatterPlotUnaggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Label': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'XAxis': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'YAxis': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'YAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'TableVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'DashboardCustomizationVisualOptions': {'FieldsConfiguration': {'AdditionalFields': {'TopicIdentifier': 'string'}}},
'FieldWells': {'TableAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TableUnaggregatedFieldWells': {'Values': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'RowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'TableInlineVisualizations': {'Sparklines': {'XAxisField': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TreeMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'TreeMapAggregatedFieldWells': {'Colors': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Groups': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Sizes': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'GroupLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SizeLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'TreeMapSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'WaterfallVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'WaterfallChartAggregatedFieldWells': {'Breakdowns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Categories': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'WordCloudVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'WordCloudAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}}}},
'TooltipSheets': {'Images': {'Actions': {'ActionOperations': {'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}}},
'Layouts': {'Configuration': {'SectionBasedLayout': {'BodySections': {'RepeatConfiguration': {'DimensionConfigurations': {'DynamicCategoryDimensionConfiguration': {'Column': {'TopicIdentifier': 'string'},
'SortByMetrics': {'SortBy': {'TopicIdentifier': 'string'}}},
'DynamicNumericDimensionConfiguration': {'Column': {'TopicIdentifier': 'string'},
'SortByMetrics': {'SortBy': {'TopicIdentifier': 'string'}}}}}}}}},
'Visuals': {'BarChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'BarChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'BoxPlotVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'BoxPlotAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ComboChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'ComboChartAggregatedFieldWells': {'BarValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'LineValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'CustomContentVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'EmptyVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'FilledMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'FilledMapAggregatedFieldWells': {'Geospatial': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'FunnelChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'FunnelChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'GaugeChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'TargetValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TooltipOptions': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'GeospatialMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'GeospatialMapAggregatedFieldWells': {'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Geospatial': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'HeatMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ColumnLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'HeatMapAggregatedFieldWells': {'Columns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Rows': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'RowLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'HeatMapColumnSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'HeatMapRowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'HistogramVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'HistogramAggregatedFieldWells': {'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}}},
'InsightVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'InsightConfiguration': {'Computations': {'Forecast': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'GrowthRate': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'MaximumMinimum': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'MetricComparison': {'FromValue': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'TargetValue': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}},
'PeriodOverPeriod': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'PeriodToDate': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TopBottomMovers': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TopBottomRanked': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TotalAggregation': {'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'UniqueValues': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'KPIVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'TargetValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'TrendGroups': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'TrendGroupSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'LayerMapVisual': {'ChartConfiguration': {'MapLayers': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'JoinDefinition': {'ColorField': {'ColorDimensionsFields': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'ColorValuesFields': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'DatasetKeyField': {'Column': {'TopicIdentifier': 'string'}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TopicIdentifier': 'string'},
'LineChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'LineChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'PieChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'PieChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'PivotTableVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'DashboardCustomizationVisualOptions': {'FieldsConfiguration': {'AdditionalFields': {'TopicIdentifier': 'string'}}},
'FieldWells': {'PivotTableAggregatedFieldWells': {'Columns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Rows': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'FieldSortOptions': {'SortBy': {'Column': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'PluginVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'Dimensions': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Measures': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Unaggregated': {'Column': {'TopicIdentifier': 'string'}}},
'SortConfiguration': {'PluginVisualTableQuerySort': {'RowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}}}},
'RadarChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'RadarChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Color': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'SankeyDiagramVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'SankeyDiagramAggregatedFieldWells': {'Destination': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Source': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Weight': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'WeightSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}}},
'ScatterPlotVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'ScatterPlotCategoricallyAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Label': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'XAxis': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'YAxis': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'ScatterPlotUnaggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Label': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'XAxis': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'YAxis': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'YAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'TableVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'DashboardCustomizationVisualOptions': {'FieldsConfiguration': {'AdditionalFields': {'TopicIdentifier': 'string'}}},
'FieldWells': {'TableAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TableUnaggregatedFieldWells': {'Values': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'RowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'TableInlineVisualizations': {'Sparklines': {'XAxisField': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TreeMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'TreeMapAggregatedFieldWells': {'Colors': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Groups': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Sizes': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'GroupLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SizeLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'TreeMapSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'WaterfallVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'WaterfallChartAggregatedFieldWells': {'Breakdowns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Categories': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'WordCloudVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'WordCloudAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}}}},
'TopicConfigurations': [{'ColumnGroupSchemaList': [{'ColumnGroupColumnSchemaList': [{'Name': 'string'}],
'Name': 'string'}],
'DataSetSchema': {'ColumnSchemaList': [{'DataType': 'string',
'GeographicRole': 'string',
'Name': 'string'}]},
'Placeholder': 'string'}]}}
Provides a detailed description of the definition of a template.
See also: AWS API Documentation
Request Syntax
client.describe_template_definition(
AwsAccountId='string',
TemplateId='string',
VersionNumber=123,
AliasName='string'
)
string
[REQUIRED]
The ID of the Amazon Web Services account that contains the template. You must be using the Amazon Web Services account that the template is in.
string
[REQUIRED]
The ID of the template that you're describing.
integer
The version number of the template.
string
The alias of the template that you want to describe. If you name a specific alias, you describe the version that the alias points to. You can specify the latest version of the template by providing the keyword $LATEST in the AliasName parameter. The keyword $PUBLISHED doesn't apply to templates.
dict
Response Syntax
# This section is too large to render. # Please see the AWS API Documentation linked below.
Response Structure
# This section is too large to render. # Please see the AWS API Documentation linked below.
{'Topic': {'DataSets': {'Filters': {'CategoryFilter': {'NullFilter': 'ALL_VALUES '
'| '
'NON_NULLS_ONLY '
'| '
'NULLS_ONLY'},
'DateRangeFilter': {'NullFilter': 'ALL_VALUES '
'| '
'NON_NULLS_ONLY '
'| '
'NULLS_ONLY'},
'FilterClass': {'DASHBOARD_DEFAULT_FILTER'},
'NumericEqualityFilter': {'Inverse': 'boolean',
'NullFilter': 'ALL_VALUES '
'| '
'NON_NULLS_ONLY '
'| '
'NULLS_ONLY'},
'NumericRangeFilter': {'Inverse': 'boolean',
'NullFilter': 'ALL_VALUES '
'| '
'NON_NULLS_ONLY '
'| '
'NULLS_ONLY'},
'RelativeDateFilter': {'NullFilter': 'ALL_VALUES '
'| '
'NON_NULLS_ONLY '
'| '
'NULLS_ONLY'}},
'NamedEntities': {'Definition': {'IsHidden': 'boolean',
'PresentationOrder': 'integer',
'RankOrder': 'integer'},
'PresentationOrder': 'integer',
'RankOrder': 'integer',
'Sort': [{'Direction': 'ASCENDING | '
'DESCENDING',
'FieldName': 'string'}]}}}}
Describes a topic.
See also: AWS API Documentation
Request Syntax
client.describe_topic(
AwsAccountId='string',
TopicId='string'
)
string
[REQUIRED]
The Amazon Web Services account ID.
string
[REQUIRED]
The ID of the topic that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
dict
Response Syntax
{
'Arn': 'string',
'TopicId': 'string',
'Topic': {
'Name': 'string',
'Description': 'string',
'UserExperienceVersion': 'LEGACY'|'NEW_READER_EXPERIENCE',
'DataSets': [
{
'DatasetArn': 'string',
'DatasetName': 'string',
'DatasetDescription': 'string',
'DataAggregation': {
'DatasetRowDateGranularity': 'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK'|'MONTH'|'QUARTER'|'YEAR',
'DefaultDateColumnName': 'string'
},
'Filters': [
{
'FilterDescription': 'string',
'FilterClass': 'ENFORCED_VALUE_FILTER'|'CONDITIONAL_VALUE_FILTER'|'NAMED_VALUE_FILTER'|'DASHBOARD_DEFAULT_FILTER',
'FilterName': 'string',
'FilterSynonyms': [
'string',
],
'OperandFieldName': 'string',
'FilterType': 'CATEGORY_FILTER'|'NUMERIC_EQUALITY_FILTER'|'NUMERIC_RANGE_FILTER'|'DATE_RANGE_FILTER'|'RELATIVE_DATE_FILTER'|'NULL_FILTER',
'CategoryFilter': {
'CategoryFilterFunction': 'EXACT'|'CONTAINS',
'CategoryFilterType': 'CUSTOM_FILTER'|'CUSTOM_FILTER_LIST'|'FILTER_LIST',
'Constant': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'SingularConstant': 'string',
'CollectiveConstant': {
'ValueList': [
'string',
]
}
},
'Inverse': True|False,
'NullFilter': 'ALL_VALUES'|'NON_NULLS_ONLY'|'NULLS_ONLY'
},
'NumericEqualityFilter': {
'Constant': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'SingularConstant': 'string'
},
'Aggregation': 'NO_AGGREGATION'|'SUM'|'AVERAGE'|'COUNT'|'DISTINCT_COUNT'|'MAX'|'MEDIAN'|'MIN'|'STDEV'|'STDEVP'|'VAR'|'VARP',
'Inverse': True|False,
'NullFilter': 'ALL_VALUES'|'NON_NULLS_ONLY'|'NULLS_ONLY'
},
'NumericRangeFilter': {
'Inclusive': True|False,
'Constant': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'RangeConstant': {
'Minimum': 'string',
'Maximum': 'string'
}
},
'Aggregation': 'NO_AGGREGATION'|'SUM'|'AVERAGE'|'COUNT'|'DISTINCT_COUNT'|'MAX'|'MEDIAN'|'MIN'|'STDEV'|'STDEVP'|'VAR'|'VARP',
'Inverse': True|False,
'NullFilter': 'ALL_VALUES'|'NON_NULLS_ONLY'|'NULLS_ONLY'
},
'DateRangeFilter': {
'Inclusive': True|False,
'Constant': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'RangeConstant': {
'Minimum': 'string',
'Maximum': 'string'
}
},
'NullFilter': 'ALL_VALUES'|'NON_NULLS_ONLY'|'NULLS_ONLY'
},
'RelativeDateFilter': {
'TimeGranularity': 'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK'|'MONTH'|'QUARTER'|'YEAR',
'RelativeDateFilterFunction': 'PREVIOUS'|'THIS'|'LAST'|'NEXT'|'NOW',
'Constant': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'SingularConstant': 'string'
},
'NullFilter': 'ALL_VALUES'|'NON_NULLS_ONLY'|'NULLS_ONLY'
},
'NullFilter': {
'NullFilterType': 'ALL_VALUES'|'NON_NULLS_ONLY'|'NULLS_ONLY',
'Constant': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'SingularConstant': 'string'
},
'Inverse': True|False
}
},
],
'Columns': [
{
'ColumnName': 'string',
'ColumnFriendlyName': 'string',
'ColumnDescription': 'string',
'ColumnSynonyms': [
'string',
],
'ColumnDataRole': 'DIMENSION'|'MEASURE',
'Aggregation': 'SUM'|'MAX'|'MIN'|'COUNT'|'DISTINCT_COUNT'|'AVERAGE'|'MEDIAN'|'STDEV'|'STDEVP'|'VAR'|'VARP',
'IsIncludedInTopic': True|False,
'DisableIndexing': True|False,
'ComparativeOrder': {
'UseOrdering': 'GREATER_IS_BETTER'|'LESSER_IS_BETTER'|'SPECIFIED',
'SpecifedOrder': [
'string',
],
'TreatUndefinedSpecifiedValues': 'LEAST'|'MOST'
},
'SemanticType': {
'TypeName': 'string',
'SubTypeName': 'string',
'TypeParameters': {
'string': 'string'
},
'TruthyCellValue': 'string',
'TruthyCellValueSynonyms': [
'string',
],
'FalseyCellValue': 'string',
'FalseyCellValueSynonyms': [
'string',
]
},
'TimeGranularity': 'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK'|'MONTH'|'QUARTER'|'YEAR',
'AllowedAggregations': [
'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX'|'MEDIAN'|'SUM'|'AVERAGE'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE',
],
'NotAllowedAggregations': [
'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX'|'MEDIAN'|'SUM'|'AVERAGE'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE',
],
'DefaultFormatting': {
'DisplayFormat': 'AUTO'|'PERCENT'|'CURRENCY'|'NUMBER'|'DATE'|'STRING',
'DisplayFormatOptions': {
'UseBlankCellFormat': True|False,
'BlankCellFormat': 'string',
'DateFormat': 'string',
'DecimalSeparator': 'COMMA'|'DOT',
'GroupingSeparator': 'string',
'UseGrouping': True|False,
'FractionDigits': 123,
'Prefix': 'string',
'Suffix': 'string',
'UnitScaler': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS'|'LAKHS'|'CRORES',
'NegativeFormat': {
'Prefix': 'string',
'Suffix': 'string'
},
'CurrencySymbol': 'string'
}
},
'NeverAggregateInFilter': True|False,
'CellValueSynonyms': [
{
'CellValue': 'string',
'Synonyms': [
'string',
]
},
],
'NonAdditive': True|False
},
],
'CalculatedFields': [
{
'CalculatedFieldName': 'string',
'CalculatedFieldDescription': 'string',
'Expression': 'string',
'CalculatedFieldSynonyms': [
'string',
],
'IsIncludedInTopic': True|False,
'DisableIndexing': True|False,
'ColumnDataRole': 'DIMENSION'|'MEASURE',
'TimeGranularity': 'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK'|'MONTH'|'QUARTER'|'YEAR',
'DefaultFormatting': {
'DisplayFormat': 'AUTO'|'PERCENT'|'CURRENCY'|'NUMBER'|'DATE'|'STRING',
'DisplayFormatOptions': {
'UseBlankCellFormat': True|False,
'BlankCellFormat': 'string',
'DateFormat': 'string',
'DecimalSeparator': 'COMMA'|'DOT',
'GroupingSeparator': 'string',
'UseGrouping': True|False,
'FractionDigits': 123,
'Prefix': 'string',
'Suffix': 'string',
'UnitScaler': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS'|'LAKHS'|'CRORES',
'NegativeFormat': {
'Prefix': 'string',
'Suffix': 'string'
},
'CurrencySymbol': 'string'
}
},
'Aggregation': 'SUM'|'MAX'|'MIN'|'COUNT'|'DISTINCT_COUNT'|'AVERAGE'|'MEDIAN'|'STDEV'|'STDEVP'|'VAR'|'VARP',
'ComparativeOrder': {
'UseOrdering': 'GREATER_IS_BETTER'|'LESSER_IS_BETTER'|'SPECIFIED',
'SpecifedOrder': [
'string',
],
'TreatUndefinedSpecifiedValues': 'LEAST'|'MOST'
},
'SemanticType': {
'TypeName': 'string',
'SubTypeName': 'string',
'TypeParameters': {
'string': 'string'
},
'TruthyCellValue': 'string',
'TruthyCellValueSynonyms': [
'string',
],
'FalseyCellValue': 'string',
'FalseyCellValueSynonyms': [
'string',
]
},
'AllowedAggregations': [
'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX'|'MEDIAN'|'SUM'|'AVERAGE'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE',
],
'NotAllowedAggregations': [
'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX'|'MEDIAN'|'SUM'|'AVERAGE'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE',
],
'NeverAggregateInFilter': True|False,
'CellValueSynonyms': [
{
'CellValue': 'string',
'Synonyms': [
'string',
]
},
],
'NonAdditive': True|False
},
],
'NamedEntities': [
{
'EntityName': 'string',
'EntityDescription': 'string',
'EntitySynonyms': [
'string',
],
'SemanticEntityType': {
'TypeName': 'string',
'SubTypeName': 'string',
'TypeParameters': {
'string': 'string'
}
},
'Definition': [
{
'FieldName': 'string',
'PropertyName': 'string',
'PropertyRole': 'PRIMARY'|'ID',
'PropertyUsage': 'INHERIT'|'DIMENSION'|'MEASURE',
'Metric': {
'Aggregation': 'SUM'|'MIN'|'MAX'|'COUNT'|'AVERAGE'|'DISTINCT_COUNT'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE'|'MEDIAN'|'CUSTOM',
'AggregationFunctionParameters': {
'string': 'string'
}
},
'RankOrder': 123,
'PresentationOrder': 123,
'IsHidden': True|False
},
],
'Sort': [
{
'FieldName': 'string',
'Direction': 'ASCENDING'|'DESCENDING'
},
],
'RankOrder': 123,
'PresentationOrder': 123
},
]
},
],
'ConfigOptions': {
'QBusinessInsightsEnabled': True|False
}
},
'RequestId': 'string',
'Status': 123,
'CustomInstructions': {
'CustomInstructionsString': 'string'
}
}
Response Structure
(dict) --
Arn (string) --
The Amazon Resource Name (ARN) of the topic.
TopicId (string) --
The ID of the topic that you want to describe. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
Topic (dict) --
The definition of a topic.
Name (string) --
The name of the topic.
Description (string) --
The description of the topic.
UserExperienceVersion (string) --
The user experience version of a topic.
DataSets (list) --
The data sets that the topic is associated with.
(dict) --
A structure that represents a dataset.
DatasetArn (string) --
The Amazon Resource Name (ARN) of the dataset.
DatasetName (string) --
The name of the dataset.
DatasetDescription (string) --
The description of the dataset.
DataAggregation (dict) --
The definition of a data aggregation.
DatasetRowDateGranularity (string) --
The level of time precision that is used to aggregate DateTime values.
DefaultDateColumnName (string) --
The column name for the default date.
Filters (list) --
The list of filter definitions.
(dict) --
A structure that represents a filter used to select items for a topic.
FilterDescription (string) --
A description of the filter used to select items for a topic.
FilterClass (string) --
The class of the filter. Valid values for this structure are ENFORCED_VALUE_FILTER, CONDITIONAL_VALUE_FILTER, and NAMED_VALUE_FILTER.
FilterName (string) --
The name of the filter.
FilterSynonyms (list) --
The other names or aliases for the filter.
(string) --
OperandFieldName (string) --
The name of the field that the filter operates on.
FilterType (string) --
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.
CategoryFilter (dict) --
The category filter that is associated with this filter.
CategoryFilterFunction (string) --
The category filter function. Valid values for this structure are EXACT and CONTAINS.
CategoryFilterType (string) --
The category filter type. This element is used to specify whether a filter is a simple category filter or an inverse category filter.
Constant (dict) --
The constant used in a category filter.
ConstantType (string) --
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 (dict) --
A collective constant used in a category filter. This element is used to specify a list of values for the constant.
ValueList (list) --
A list of values for the collective constant.
(string) --
Inverse (boolean) --
A Boolean value that indicates if the filter is inverse.
NullFilter (string) --
The null filter that is applied to the category filter.
NumericEqualityFilter (dict) --
The numeric equality filter.
Constant (dict) --
The constant used in a numeric equality filter.
ConstantType (string) --
The type of the singular filter constant. Valid values for this structure are SINGULAR.
SingularConstant (string) --
The value of the singular filter constant.
Aggregation (string) --
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.
Inverse (boolean) --
A Boolean value that indicates if the filter is inverse.
NullFilter (string) --
The null filter that is applied to the numeric equality filter.
NumericRangeFilter (dict) --
The 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.
Constant (dict) --
The constant used in a numeric range filter.
ConstantType (string) --
The data type of the constant value that is used in a range filter. Valid values for this structure are RANGE.
RangeConstant (dict) --
The value of the constant that is used to specify the endpoints of a range filter.
Minimum (string) --
The minimum value for a range constant.
Maximum (string) --
The maximum value for a range constant.
Aggregation (string) --
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.
Inverse (boolean) --
A Boolean value that indicates if the filter is inverse.
NullFilter (string) --
The null filter that is applied to the numeric range filter.
DateRangeFilter (dict) --
The 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 (dict) --
The constant used in a date range filter.
ConstantType (string) --
The data type of the constant value that is used in a range filter. Valid values for this structure are RANGE.
RangeConstant (dict) --
The value of the constant that is used to specify the endpoints of a range filter.
Minimum (string) --
The minimum value for a range constant.
Maximum (string) --
The maximum value for a range constant.
NullFilter (string) --
The null filter that is applied to the date range filter.
RelativeDateFilter (dict) --
The relative date filter.
TimeGranularity (string) --
The level of time precision that is used to aggregate DateTime values.
RelativeDateFilterFunction (string) --
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.
Constant (dict) --
The constant used in a relative date filter.
ConstantType (string) --
The type of the singular filter constant. Valid values for this structure are SINGULAR.
SingularConstant (string) --
The value of the singular filter constant.
NullFilter (string) --
The null filter that is applied to the relative date filter.
NullFilter (dict) --
The null filter.
NullFilterType (string) --
The type of the null filter. Valid values for this type are NULLS_ONLY, NON_NULLS_ONLY, and ALL_VALUES.
Constant (dict) --
A structure that represents a singular filter constant, used in filters to specify a single value to match against.
ConstantType (string) --
The type of the singular filter constant. Valid values for this structure are SINGULAR.
SingularConstant (string) --
The value of the singular filter constant.
Inverse (boolean) --
A Boolean value that indicates if the filter is inverse.
Columns (list) --
The list of column definitions.
(dict) --
Represents a column in a dataset.
ColumnName (string) --
The name of the column.
ColumnFriendlyName (string) --
A user-friendly name for the column.
ColumnDescription (string) --
A description of the column and its contents.
ColumnSynonyms (list) --
The other names or aliases for the column.
(string) --
ColumnDataRole (string) --
The role of the column in the data. Valid values are DIMENSION and MEASURE.
Aggregation (string) --
The type of aggregation that is performed on the column data when it's queried.
IsIncludedInTopic (boolean) --
A Boolean value that indicates whether the column is included in the query results.
DisableIndexing (boolean) --
A Boolean value that indicates whether the column shows in the autocomplete functionality.
ComparativeOrder (dict) --
The order in which data is displayed for the column when it's used in a comparative context.
UseOrdering (string) --
The ordering type for a column. Valid values for this structure are GREATER_IS_BETTER, LESSER_IS_BETTER and SPECIFIED.
SpecifedOrder (list) --
The list of columns to be used in the ordering.
(string) --
TreatUndefinedSpecifiedValues (string) --
The treat of undefined specified values. Valid values for this structure are LEAST and MOST.
SemanticType (dict) --
The semantic type of data contained in the column.
TypeName (string) --
The semantic type name.
SubTypeName (string) --
The semantic type sub type name.
TypeParameters (dict) --
The semantic type parameters.
(string) --
(string) --
TruthyCellValue (string) --
The semantic type truthy cell value.
TruthyCellValueSynonyms (list) --
The other names or aliases for the true cell value.
(string) --
FalseyCellValue (string) --
The semantic type falsey cell value.
FalseyCellValueSynonyms (list) --
The other names or aliases for the false cell value.
(string) --
TimeGranularity (string) --
The level of time precision that is used to aggregate DateTime values.
AllowedAggregations (list) --
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.
(string) --
NotAllowedAggregations (list) --
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.
(string) --
DefaultFormatting (dict) --
The default formatting used for values in the column.
DisplayFormat (string) --
The display format. Valid values for this structure are AUTO, PERCENT, CURRENCY, NUMBER, DATE, and STRING.
DisplayFormatOptions (dict) --
The additional options for display formatting.
UseBlankCellFormat (boolean) --
A Boolean value that indicates whether to use blank cell format.
BlankCellFormat (string) --
Determines the blank cell format.
DateFormat (string) --
Determines the DateTime format.
DecimalSeparator (string) --
Determines the decimal separator.
GroupingSeparator (string) --
Determines the grouping separator.
UseGrouping (boolean) --
A Boolean value that indicates whether to use grouping.
FractionDigits (integer) --
Determines the number of fraction digits.
Prefix (string) --
The prefix value for a display format.
Suffix (string) --
The suffix value for a display format.
UnitScaler (string) --
The unit scaler. Valid values for this structure are: NONE, AUTO, THOUSANDS, MILLIONS, BILLIONS, and TRILLIONS.
NegativeFormat (dict) --
The negative format.
Prefix (string) --
The prefix for a negative format.
Suffix (string) --
The suffix for a negative format.
CurrencySymbol (string) --
The currency symbol, such as USD.
NeverAggregateInFilter (boolean) --
A Boolean value that indicates whether to aggregate the column data when it's used in a filter context.
CellValueSynonyms (list) --
The other names or aliases for the column cell value.
(dict) --
A structure that represents the cell value synonym.
CellValue (string) --
The cell value.
Synonyms (list) --
Other names or aliases for the cell value.
(string) --
NonAdditive (boolean) --
The non additive value for the column.
CalculatedFields (list) --
The list of calculated field definitions.
(dict) --
A structure that represents a calculated field.
CalculatedFieldName (string) --
The calculated field name.
CalculatedFieldDescription (string) --
The calculated field description.
Expression (string) --
The calculated field expression.
CalculatedFieldSynonyms (list) --
The other names or aliases for the calculated field.
(string) --
IsIncludedInTopic (boolean) --
A boolean value that indicates if a calculated field is included in the topic.
DisableIndexing (boolean) --
A Boolean value that indicates if a calculated field is visible in the autocomplete.
ColumnDataRole (string) --
The column data role for a calculated field. Valid values for this structure are DIMENSION and MEASURE.
TimeGranularity (string) --
The level of time precision that is used to aggregate DateTime values.
DefaultFormatting (dict) --
The default formatting definition.
DisplayFormat (string) --
The display format. Valid values for this structure are AUTO, PERCENT, CURRENCY, NUMBER, DATE, and STRING.
DisplayFormatOptions (dict) --
The additional options for display formatting.
UseBlankCellFormat (boolean) --
A Boolean value that indicates whether to use blank cell format.
BlankCellFormat (string) --
Determines the blank cell format.
DateFormat (string) --
Determines the DateTime format.
DecimalSeparator (string) --
Determines the decimal separator.
GroupingSeparator (string) --
Determines the grouping separator.
UseGrouping (boolean) --
A Boolean value that indicates whether to use grouping.
FractionDigits (integer) --
Determines the number of fraction digits.
Prefix (string) --
The prefix value for a display format.
Suffix (string) --
The suffix value for a display format.
UnitScaler (string) --
The unit scaler. Valid values for this structure are: NONE, AUTO, THOUSANDS, MILLIONS, BILLIONS, and TRILLIONS.
NegativeFormat (dict) --
The negative format.
Prefix (string) --
The prefix for a negative format.
Suffix (string) --
The suffix for a negative format.
CurrencySymbol (string) --
The currency symbol, such as USD.
Aggregation (string) --
The default aggregation. Valid values for this structure are SUM, MAX, MIN, COUNT, DISTINCT_COUNT, and AVERAGE.
ComparativeOrder (dict) --
The order in which data is displayed for the calculated field when it's used in a comparative context.
UseOrdering (string) --
The ordering type for a column. Valid values for this structure are GREATER_IS_BETTER, LESSER_IS_BETTER and SPECIFIED.
SpecifedOrder (list) --
The list of columns to be used in the ordering.
(string) --
TreatUndefinedSpecifiedValues (string) --
The treat of undefined specified values. Valid values for this structure are LEAST and MOST.
SemanticType (dict) --
The semantic type.
TypeName (string) --
The semantic type name.
SubTypeName (string) --
The semantic type sub type name.
TypeParameters (dict) --
The semantic type parameters.
(string) --
(string) --
TruthyCellValue (string) --
The semantic type truthy cell value.
TruthyCellValueSynonyms (list) --
The other names or aliases for the true cell value.
(string) --
FalseyCellValue (string) --
The semantic type falsey cell value.
FalseyCellValueSynonyms (list) --
The other names or aliases for the false cell value.
(string) --
AllowedAggregations (list) --
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.
(string) --
NotAllowedAggregations (list) --
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.
(string) --
NeverAggregateInFilter (boolean) --
A Boolean value that indicates whether to never aggregate calculated field in filters.
CellValueSynonyms (list) --
The other names or aliases for the calculated field cell value.
(dict) --
A structure that represents the cell value synonym.
CellValue (string) --
The cell value.
Synonyms (list) --
Other names or aliases for the cell value.
(string) --
NonAdditive (boolean) --
The non additive for the table style target.
NamedEntities (list) --
The list of named entities definitions.
(dict) --
A structure that represents a named entity.
EntityName (string) --
The name of the named entity.
EntityDescription (string) --
The description of the named entity.
EntitySynonyms (list) --
The other names or aliases for the named entity.
(string) --
SemanticEntityType (dict) --
The type of named entity that a topic represents.
TypeName (string) --
The semantic entity type name.
SubTypeName (string) --
The semantic entity sub type name.
TypeParameters (dict) --
The semantic entity type parameters.
(string) --
(string) --
Definition (list) --
The definition of a named entity.
(dict) --
A structure that represents a named entity.
FieldName (string) --
The name of the entity.
PropertyName (string) --
The property name to be used for the named entity.
PropertyRole (string) --
The property role. Valid values for this structure are PRIMARY and ID.
PropertyUsage (string) --
The property usage. Valid values for this structure are INHERIT, DIMENSION, and MEASURE.
Metric (dict) --
The definition of a metric.
Aggregation (string) --
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 (dict) --
The additional parameters for an aggregation function.
(string) --
(string) --
RankOrder (integer) --
The rank order of the named entity definition.
PresentationOrder (integer) --
The presentation order of the named entity definition.
IsHidden (boolean) --
A Boolean value that indicates whether the named entity definition is hidden.
Sort (list) --
The sort configuration of the named entity.
(dict) --
A structure that represents a sort for a named entity.
FieldName (string) --
The name of the field that is used for the sort.
Direction (string) --
The direction of the sort. Valid values are ASCENDING and DESCENDING.
RankOrder (integer) --
The rank order of the named entity.
PresentationOrder (integer) --
The presentation order of the named entity.
ConfigOptions (dict) --
Configuration options for a Topic.
QBusinessInsightsEnabled (boolean) --
Enables Amazon Q Business Insights for a Topic.
RequestId (string) --
The Amazon Web Services request ID for this operation.
Status (integer) --
The HTTP status of the request.
CustomInstructions (dict) --
Custom instructions for the topic.
CustomInstructionsString (string) --
A text field for providing additional guidance or context for response generation.
{'CustomPermissionsList': {'Capabilities': {'BedrockManagedKnowledgeBase': 'DENY '
'| '
'ALLOW',
'BoxKnowledgeBase': 'DENY | ALLOW',
'ConfluenceKnowledgeBase': 'DENY | '
'ALLOW',
'CreateAndUpdateBedrockManagedKnowledgeBase': 'DENY '
'| '
'ALLOW',
'CreateAndUpdateBoxKnowledgeBase': 'DENY '
'| '
'ALLOW',
'CreateAndUpdateConfluenceKnowledgeBase': 'DENY '
'| '
'ALLOW',
'CreateAndUpdateGoogleDriveKnowledgeBase': 'DENY '
'| '
'ALLOW',
'CreateAndUpdateIDCKnowledgeBase': 'DENY '
'| '
'ALLOW',
'CreateAndUpdateKnowledgeBases': 'DENY '
'| '
'ALLOW',
'CreateAndUpdateOneDriveKnowledgeBase': 'DENY '
'| '
'ALLOW',
'CreateAndUpdateQBusinessKnowledgeBase': 'DENY '
'| '
'ALLOW',
'CreateAndUpdateS3KnowledgeBase': 'DENY '
'| '
'ALLOW',
'CreateAndUpdateSharePointKnowledgeBase': 'DENY '
'| '
'ALLOW',
'CreateAndUpdateWebCrawlerKnowledgeBase': 'DENY '
'| '
'ALLOW',
'GoogleDriveKnowledgeBase': 'DENY '
'| '
'ALLOW',
'IDCKnowledgeBase': 'DENY | ALLOW',
'OneDriveKnowledgeBase': 'DENY | '
'ALLOW',
'QBusinessKnowledgeBase': 'DENY | '
'ALLOW',
'S3KnowledgeBase': 'DENY | ALLOW',
'ShareBedrockManagedKnowledgeBase': 'DENY '
'| '
'ALLOW',
'ShareBoxKnowledgeBase': 'DENY | '
'ALLOW',
'ShareConfluenceKnowledgeBase': 'DENY '
'| '
'ALLOW',
'ShareGoogleDriveKnowledgeBase': 'DENY '
'| '
'ALLOW',
'ShareIDCKnowledgeBase': 'DENY | '
'ALLOW',
'ShareKnowledgeBases': 'DENY | '
'ALLOW',
'ShareOneDriveKnowledgeBase': 'DENY '
'| '
'ALLOW',
'SharePointKnowledgeBase': 'DENY | '
'ALLOW',
'ShareQBusinessKnowledgeBase': 'DENY '
'| '
'ALLOW',
'ShareS3KnowledgeBase': 'DENY | '
'ALLOW',
'ShareSharePointKnowledgeBase': 'DENY '
'| '
'ALLOW',
'ShareWebCrawlerKnowledgeBase': 'DENY '
'| '
'ALLOW',
'UseBedrockManagedKnowledgeBase': 'DENY '
'| '
'ALLOW',
'UseBoxKnowledgeBase': 'DENY | '
'ALLOW',
'UseConfluenceKnowledgeBase': 'DENY '
'| '
'ALLOW',
'UseGoogleDriveKnowledgeBase': 'DENY '
'| '
'ALLOW',
'UseIDCKnowledgeBase': 'DENY | '
'ALLOW',
'UseOneDriveKnowledgeBase': 'DENY '
'| '
'ALLOW',
'UseQBusinessKnowledgeBase': 'DENY '
'| '
'ALLOW',
'UseS3KnowledgeBase': 'DENY | '
'ALLOW',
'UseSharePointKnowledgeBase': 'DENY '
'| '
'ALLOW',
'UseWebCrawlerKnowledgeBase': 'DENY '
'| '
'ALLOW',
'WebCrawlerKnowledgeBase': 'DENY | '
'ALLOW'}}}
Returns a list of all the custom permissions profiles.
See also: AWS API Documentation
Request Syntax
client.list_custom_permissions(
AwsAccountId='string',
MaxResults=123,
NextToken='string'
)
string
[REQUIRED]
The ID of the Amazon Web Services account that contains the custom permissions profiles that you want to list.
integer
The maximum number of results to return.
string
The token for the next set of results, or null if there are no more results.
dict
Response Syntax
{
'Status': 123,
'CustomPermissionsList': [
{
'Arn': 'string',
'CustomPermissionsName': 'string',
'Capabilities': {
'ExportToCsv': 'DENY'|'ALLOW',
'ExportToExcel': 'DENY'|'ALLOW',
'ExportToPdf': 'DENY'|'ALLOW',
'PrintReports': 'DENY'|'ALLOW',
'CreateAndUpdateThemes': 'DENY'|'ALLOW',
'AddOrRunAnomalyDetectionForAnalyses': 'DENY'|'ALLOW',
'ShareAnalyses': 'DENY'|'ALLOW',
'CreateAndUpdateDatasets': 'DENY'|'ALLOW',
'ShareDatasets': 'DENY'|'ALLOW',
'SubscribeDashboardEmailReports': 'DENY'|'ALLOW',
'CreateAndUpdateDashboardEmailReports': 'DENY'|'ALLOW',
'ShareDashboards': 'DENY'|'ALLOW',
'CreateAndUpdateThresholdAlerts': 'DENY'|'ALLOW',
'RenameSharedFolders': 'DENY'|'ALLOW',
'CreateSharedFolders': 'DENY'|'ALLOW',
'CreateAndUpdateDataSources': 'DENY'|'ALLOW',
'ShareDataSources': 'DENY'|'ALLOW',
'ViewAccountSPICECapacity': 'DENY'|'ALLOW',
'CreateSPICEDataset': 'DENY'|'ALLOW',
'ExportToPdfInScheduledReports': 'DENY'|'ALLOW',
'ExportToCsvInScheduledReports': 'DENY'|'ALLOW',
'ExportToExcelInScheduledReports': 'DENY'|'ALLOW',
'IncludeContentInScheduledReportsEmail': 'DENY'|'ALLOW',
'Dashboard': 'DENY'|'ALLOW',
'Analysis': 'DENY'|'ALLOW',
'Automate': 'DENY'|'ALLOW',
'Flow': 'DENY'|'ALLOW',
'Apps': 'DENY'|'ALLOW',
'CreateAndUpdateApps': 'DENY'|'ALLOW',
'ShareApps': 'DENY'|'ALLOW',
'InvokeAppsAIInference': 'DENY'|'ALLOW',
'AccessAppsNativeDataStore': 'DENY'|'ALLOW',
'PublishWithoutApproval': 'DENY'|'ALLOW',
'UseBedrockModels': 'DENY'|'ALLOW',
'PerformFlowUiTask': 'DENY'|'ALLOW',
'ApproveFlowShareRequests': 'DENY'|'ALLOW',
'UseAgentWebSearch': 'DENY'|'ALLOW',
'KnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateKnowledgeBases': 'DENY'|'ALLOW',
'ShareKnowledgeBases': 'DENY'|'ALLOW',
'SharePointKnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateSharePointKnowledgeBase': 'DENY'|'ALLOW',
'ShareSharePointKnowledgeBase': 'DENY'|'ALLOW',
'UseSharePointKnowledgeBase': 'DENY'|'ALLOW',
'GoogleDriveKnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateGoogleDriveKnowledgeBase': 'DENY'|'ALLOW',
'ShareGoogleDriveKnowledgeBase': 'DENY'|'ALLOW',
'UseGoogleDriveKnowledgeBase': 'DENY'|'ALLOW',
'WebCrawlerKnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateWebCrawlerKnowledgeBase': 'DENY'|'ALLOW',
'ShareWebCrawlerKnowledgeBase': 'DENY'|'ALLOW',
'UseWebCrawlerKnowledgeBase': 'DENY'|'ALLOW',
'S3KnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateS3KnowledgeBase': 'DENY'|'ALLOW',
'ShareS3KnowledgeBase': 'DENY'|'ALLOW',
'UseS3KnowledgeBase': 'DENY'|'ALLOW',
'ConfluenceKnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateConfluenceKnowledgeBase': 'DENY'|'ALLOW',
'ShareConfluenceKnowledgeBase': 'DENY'|'ALLOW',
'UseConfluenceKnowledgeBase': 'DENY'|'ALLOW',
'OneDriveKnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateOneDriveKnowledgeBase': 'DENY'|'ALLOW',
'ShareOneDriveKnowledgeBase': 'DENY'|'ALLOW',
'UseOneDriveKnowledgeBase': 'DENY'|'ALLOW',
'QBusinessKnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateQBusinessKnowledgeBase': 'DENY'|'ALLOW',
'ShareQBusinessKnowledgeBase': 'DENY'|'ALLOW',
'UseQBusinessKnowledgeBase': 'DENY'|'ALLOW',
'BedrockManagedKnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateBedrockManagedKnowledgeBase': 'DENY'|'ALLOW',
'ShareBedrockManagedKnowledgeBase': 'DENY'|'ALLOW',
'UseBedrockManagedKnowledgeBase': 'DENY'|'ALLOW',
'BoxKnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateBoxKnowledgeBase': 'DENY'|'ALLOW',
'ShareBoxKnowledgeBase': 'DENY'|'ALLOW',
'UseBoxKnowledgeBase': 'DENY'|'ALLOW',
'IDCKnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateIDCKnowledgeBase': 'DENY'|'ALLOW',
'ShareIDCKnowledgeBase': 'DENY'|'ALLOW',
'UseIDCKnowledgeBase': 'DENY'|'ALLOW',
'Action': 'DENY'|'ALLOW',
'GenericHTTPAction': 'DENY'|'ALLOW',
'CreateAndUpdateGenericHTTPAction': 'DENY'|'ALLOW',
'ShareGenericHTTPAction': 'DENY'|'ALLOW',
'UseGenericHTTPAction': 'DENY'|'ALLOW',
'AsanaAction': 'DENY'|'ALLOW',
'CreateAndUpdateAsanaAction': 'DENY'|'ALLOW',
'ShareAsanaAction': 'DENY'|'ALLOW',
'UseAsanaAction': 'DENY'|'ALLOW',
'SlackAction': 'DENY'|'ALLOW',
'CreateAndUpdateSlackAction': 'DENY'|'ALLOW',
'ShareSlackAction': 'DENY'|'ALLOW',
'UseSlackAction': 'DENY'|'ALLOW',
'ServiceNowAction': 'DENY'|'ALLOW',
'CreateAndUpdateServiceNowAction': 'DENY'|'ALLOW',
'ShareServiceNowAction': 'DENY'|'ALLOW',
'UseServiceNowAction': 'DENY'|'ALLOW',
'SalesforceAction': 'DENY'|'ALLOW',
'CreateAndUpdateSalesforceAction': 'DENY'|'ALLOW',
'ShareSalesforceAction': 'DENY'|'ALLOW',
'UseSalesforceAction': 'DENY'|'ALLOW',
'MSExchangeAction': 'DENY'|'ALLOW',
'CreateAndUpdateMSExchangeAction': 'DENY'|'ALLOW',
'ShareMSExchangeAction': 'DENY'|'ALLOW',
'UseMSExchangeAction': 'DENY'|'ALLOW',
'PagerDutyAction': 'DENY'|'ALLOW',
'CreateAndUpdatePagerDutyAction': 'DENY'|'ALLOW',
'SharePagerDutyAction': 'DENY'|'ALLOW',
'UsePagerDutyAction': 'DENY'|'ALLOW',
'JiraAction': 'DENY'|'ALLOW',
'CreateAndUpdateJiraAction': 'DENY'|'ALLOW',
'ShareJiraAction': 'DENY'|'ALLOW',
'UseJiraAction': 'DENY'|'ALLOW',
'ConfluenceAction': 'DENY'|'ALLOW',
'CreateAndUpdateConfluenceAction': 'DENY'|'ALLOW',
'ShareConfluenceAction': 'DENY'|'ALLOW',
'UseConfluenceAction': 'DENY'|'ALLOW',
'OneDriveAction': 'DENY'|'ALLOW',
'CreateAndUpdateOneDriveAction': 'DENY'|'ALLOW',
'ShareOneDriveAction': 'DENY'|'ALLOW',
'UseOneDriveAction': 'DENY'|'ALLOW',
'SharePointAction': 'DENY'|'ALLOW',
'CreateAndUpdateSharePointAction': 'DENY'|'ALLOW',
'ShareSharePointAction': 'DENY'|'ALLOW',
'UseSharePointAction': 'DENY'|'ALLOW',
'MSTeamsAction': 'DENY'|'ALLOW',
'CreateAndUpdateMSTeamsAction': 'DENY'|'ALLOW',
'ShareMSTeamsAction': 'DENY'|'ALLOW',
'UseMSTeamsAction': 'DENY'|'ALLOW',
'GoogleCalendarAction': 'DENY'|'ALLOW',
'CreateAndUpdateGoogleCalendarAction': 'DENY'|'ALLOW',
'ShareGoogleCalendarAction': 'DENY'|'ALLOW',
'UseGoogleCalendarAction': 'DENY'|'ALLOW',
'ZendeskAction': 'DENY'|'ALLOW',
'CreateAndUpdateZendeskAction': 'DENY'|'ALLOW',
'ShareZendeskAction': 'DENY'|'ALLOW',
'UseZendeskAction': 'DENY'|'ALLOW',
'SmartsheetAction': 'DENY'|'ALLOW',
'CreateAndUpdateSmartsheetAction': 'DENY'|'ALLOW',
'ShareSmartsheetAction': 'DENY'|'ALLOW',
'UseSmartsheetAction': 'DENY'|'ALLOW',
'SAPBusinessPartnerAction': 'DENY'|'ALLOW',
'CreateAndUpdateSAPBusinessPartnerAction': 'DENY'|'ALLOW',
'ShareSAPBusinessPartnerAction': 'DENY'|'ALLOW',
'UseSAPBusinessPartnerAction': 'DENY'|'ALLOW',
'SAPProductMasterDataAction': 'DENY'|'ALLOW',
'CreateAndUpdateSAPProductMasterDataAction': 'DENY'|'ALLOW',
'ShareSAPProductMasterDataAction': 'DENY'|'ALLOW',
'UseSAPProductMasterDataAction': 'DENY'|'ALLOW',
'SAPPhysicalInventoryAction': 'DENY'|'ALLOW',
'CreateAndUpdateSAPPhysicalInventoryAction': 'DENY'|'ALLOW',
'ShareSAPPhysicalInventoryAction': 'DENY'|'ALLOW',
'UseSAPPhysicalInventoryAction': 'DENY'|'ALLOW',
'SAPBillOfMaterialAction': 'DENY'|'ALLOW',
'CreateAndUpdateSAPBillOfMaterialAction': 'DENY'|'ALLOW',
'ShareSAPBillOfMaterialAction': 'DENY'|'ALLOW',
'UseSAPBillOfMaterialAction': 'DENY'|'ALLOW',
'SAPMaterialStockAction': 'DENY'|'ALLOW',
'CreateAndUpdateSAPMaterialStockAction': 'DENY'|'ALLOW',
'ShareSAPMaterialStockAction': 'DENY'|'ALLOW',
'UseSAPMaterialStockAction': 'DENY'|'ALLOW',
'FactSetAction': 'DENY'|'ALLOW',
'CreateAndUpdateFactSetAction': 'DENY'|'ALLOW',
'ShareFactSetAction': 'DENY'|'ALLOW',
'UseFactSetAction': 'DENY'|'ALLOW',
'AmazonSThreeAction': 'DENY'|'ALLOW',
'CreateAndUpdateAmazonSThreeAction': 'DENY'|'ALLOW',
'ShareAmazonSThreeAction': 'DENY'|'ALLOW',
'UseAmazonSThreeAction': 'DENY'|'ALLOW',
'TextractAction': 'DENY'|'ALLOW',
'CreateAndUpdateTextractAction': 'DENY'|'ALLOW',
'ShareTextractAction': 'DENY'|'ALLOW',
'UseTextractAction': 'DENY'|'ALLOW',
'ComprehendAction': 'DENY'|'ALLOW',
'CreateAndUpdateComprehendAction': 'DENY'|'ALLOW',
'ShareComprehendAction': 'DENY'|'ALLOW',
'UseComprehendAction': 'DENY'|'ALLOW',
'ComprehendMedicalAction': 'DENY'|'ALLOW',
'CreateAndUpdateComprehendMedicalAction': 'DENY'|'ALLOW',
'ShareComprehendMedicalAction': 'DENY'|'ALLOW',
'UseComprehendMedicalAction': 'DENY'|'ALLOW',
'AmazonBedrockARSAction': 'DENY'|'ALLOW',
'CreateAndUpdateAmazonBedrockARSAction': 'DENY'|'ALLOW',
'ShareAmazonBedrockARSAction': 'DENY'|'ALLOW',
'UseAmazonBedrockARSAction': 'DENY'|'ALLOW',
'AmazonBedrockFSAction': 'DENY'|'ALLOW',
'CreateAndUpdateAmazonBedrockFSAction': 'DENY'|'ALLOW',
'ShareAmazonBedrockFSAction': 'DENY'|'ALLOW',
'UseAmazonBedrockFSAction': 'DENY'|'ALLOW',
'AmazonBedrockKRSAction': 'DENY'|'ALLOW',
'CreateAndUpdateAmazonBedrockKRSAction': 'DENY'|'ALLOW',
'ShareAmazonBedrockKRSAction': 'DENY'|'ALLOW',
'UseAmazonBedrockKRSAction': 'DENY'|'ALLOW',
'MCPAction': 'DENY'|'ALLOW',
'CreateAndUpdateMCPAction': 'DENY'|'ALLOW',
'ShareMCPAction': 'DENY'|'ALLOW',
'UseMCPAction': 'DENY'|'ALLOW',
'OpenAPIAction': 'DENY'|'ALLOW',
'CreateAndUpdateOpenAPIAction': 'DENY'|'ALLOW',
'ShareOpenAPIAction': 'DENY'|'ALLOW',
'UseOpenAPIAction': 'DENY'|'ALLOW',
'SandPGMIAction': 'DENY'|'ALLOW',
'CreateAndUpdateSandPGMIAction': 'DENY'|'ALLOW',
'ShareSandPGMIAction': 'DENY'|'ALLOW',
'UseSandPGMIAction': 'DENY'|'ALLOW',
'SandPGlobalEnergyAction': 'DENY'|'ALLOW',
'CreateAndUpdateSandPGlobalEnergyAction': 'DENY'|'ALLOW',
'ShareSandPGlobalEnergyAction': 'DENY'|'ALLOW',
'UseSandPGlobalEnergyAction': 'DENY'|'ALLOW',
'BambooHRAction': 'DENY'|'ALLOW',
'CreateAndUpdateBambooHRAction': 'DENY'|'ALLOW',
'ShareBambooHRAction': 'DENY'|'ALLOW',
'UseBambooHRAction': 'DENY'|'ALLOW',
'BoxAgentAction': 'DENY'|'ALLOW',
'CreateAndUpdateBoxAgentAction': 'DENY'|'ALLOW',
'ShareBoxAgentAction': 'DENY'|'ALLOW',
'UseBoxAgentAction': 'DENY'|'ALLOW',
'CanvaAgentAction': 'DENY'|'ALLOW',
'CreateAndUpdateCanvaAgentAction': 'DENY'|'ALLOW',
'ShareCanvaAgentAction': 'DENY'|'ALLOW',
'UseCanvaAgentAction': 'DENY'|'ALLOW',
'GithubAction': 'DENY'|'ALLOW',
'CreateAndUpdateGithubAction': 'DENY'|'ALLOW',
'ShareGithubAction': 'DENY'|'ALLOW',
'UseGithubAction': 'DENY'|'ALLOW',
'NotionAction': 'DENY'|'ALLOW',
'CreateAndUpdateNotionAction': 'DENY'|'ALLOW',
'ShareNotionAction': 'DENY'|'ALLOW',
'UseNotionAction': 'DENY'|'ALLOW',
'LinearAction': 'DENY'|'ALLOW',
'CreateAndUpdateLinearAction': 'DENY'|'ALLOW',
'ShareLinearAction': 'DENY'|'ALLOW',
'UseLinearAction': 'DENY'|'ALLOW',
'HuggingFaceAction': 'DENY'|'ALLOW',
'CreateAndUpdateHuggingFaceAction': 'DENY'|'ALLOW',
'ShareHuggingFaceAction': 'DENY'|'ALLOW',
'UseHuggingFaceAction': 'DENY'|'ALLOW',
'MondayAction': 'DENY'|'ALLOW',
'CreateAndUpdateMondayAction': 'DENY'|'ALLOW',
'ShareMondayAction': 'DENY'|'ALLOW',
'UseMondayAction': 'DENY'|'ALLOW',
'HubspotAction': 'DENY'|'ALLOW',
'CreateAndUpdateHubspotAction': 'DENY'|'ALLOW',
'ShareHubspotAction': 'DENY'|'ALLOW',
'UseHubspotAction': 'DENY'|'ALLOW',
'IntercomAction': 'DENY'|'ALLOW',
'CreateAndUpdateIntercomAction': 'DENY'|'ALLOW',
'ShareIntercomAction': 'DENY'|'ALLOW',
'UseIntercomAction': 'DENY'|'ALLOW',
'NewRelicAction': 'DENY'|'ALLOW',
'CreateAndUpdateNewRelicAction': 'DENY'|'ALLOW',
'ShareNewRelicAction': 'DENY'|'ALLOW',
'UseNewRelicAction': 'DENY'|'ALLOW',
'Topic': 'DENY'|'ALLOW',
'EditVisualWithQ': 'DENY'|'ALLOW',
'BuildCalculatedFieldWithQ': 'DENY'|'ALLOW',
'CreateDashboardExecutiveSummaryWithQ': 'DENY'|'ALLOW',
'Space': 'DENY'|'ALLOW',
'CreateSpaces': 'DENY'|'ALLOW',
'ShareSpaces': 'DENY'|'ALLOW',
'ChatAgent': 'DENY'|'ALLOW',
'CreateChatAgents': 'DENY'|'ALLOW',
'ShareChatAgents': 'DENY'|'ALLOW',
'Research': 'DENY'|'ALLOW',
'SelfUpgradeUserRole': 'DENY'|'ALLOW',
'Extension': 'DENY'|'ALLOW',
'UseBrowserExtension': 'DENY'|'ALLOW',
'UseWordAddInExtension': 'DENY'|'ALLOW',
'UseOutlookAddInExtension': 'DENY'|'ALLOW',
'UseExcelAddInExtension': 'DENY'|'ALLOW',
'UsePowerpointAddInExtension': 'DENY'|'ALLOW',
'ManageSharedFolders': 'DENY'|'ALLOW',
'GenerateAnalyses': 'DENY'|'ALLOW',
'Story': 'DENY'|'ALLOW',
'Scenario': 'DENY'|'ALLOW',
'Trigger': 'DENY'|'ALLOW',
'ScheduleTrigger': 'DENY'|'ALLOW',
'InboundEmailTrigger': 'DENY'|'ALLOW',
'QuickEventTrigger': 'DENY'|'ALLOW'
},
'Governance': {
'DefaultCategoryEffects': {
'string': 'DENY_BY_DEFAULT'
}
}
},
],
'NextToken': 'string',
'RequestId': 'string'
}
Response Structure
(dict) --
Status (integer) --
The HTTP status of the request.
CustomPermissionsList (list) --
A list of custom permissions profiles.
(dict) --
The custom permissions profile.
Arn (string) --
The Amazon Resource Name (ARN) of the custom permissions profile.
CustomPermissionsName (string) --
The name of the custom permissions profile.
Capabilities (dict) --
A set of actions in the custom permissions profile.
ExportToCsv (string) --
The ability to export to CSV files from the UI.
ExportToExcel (string) --
The ability to export to Excel files from the UI.
ExportToPdf (string) --
The ability to export to PDF files from the UI.
PrintReports (string) --
The ability to print reports.
CreateAndUpdateThemes (string) --
The ability to export to Create and Update themes.
AddOrRunAnomalyDetectionForAnalyses (string) --
The ability to add or run anomaly detection.
ShareAnalyses (string) --
The ability to share analyses.
CreateAndUpdateDatasets (string) --
The ability to create and update datasets.
ShareDatasets (string) --
The ability to share datasets.
SubscribeDashboardEmailReports (string) --
The ability to subscribe to email reports.
CreateAndUpdateDashboardEmailReports (string) --
The ability to create and update email reports.
ShareDashboards (string) --
The ability to share dashboards.
CreateAndUpdateThresholdAlerts (string) --
The ability to create and update threshold alerts.
RenameSharedFolders (string) --
The ability to rename shared folders.
CreateSharedFolders (string) --
The ability to create shared folders.
CreateAndUpdateDataSources (string) --
The ability to create and update data sources.
ShareDataSources (string) --
The ability to share data sources.
ViewAccountSPICECapacity (string) --
The ability to view account SPICE capacity.
CreateSPICEDataset (string) --
The ability to create a SPICE dataset.
ExportToPdfInScheduledReports (string) --
The ability to export to PDF files in scheduled email reports.
ExportToCsvInScheduledReports (string) --
The ability to export to CSV files in scheduled email reports.
ExportToExcelInScheduledReports (string) --
The ability to export to Excel files in scheduled email reports.
IncludeContentInScheduledReportsEmail (string) --
The ability to include content in scheduled email reports.
Dashboard (string) --
The ability to perform dashboard-related actions.
Analysis (string) --
The ability to perform analysis-related actions.
Automate (string) --
The ability to perform automate-related actions.
Flow (string) --
The ability to perform flow-related actions.
Apps (string) --
The ability to perform apps-related actions.
CreateAndUpdateApps (string) --
The ability to create or update apps.
ShareApps (string) --
The ability to share apps with other users.
InvokeAppsAIInference (string) --
The ability to add and invoke AI inference in new and existing apps.
AccessAppsNativeDataStore (string) --
The ability to access the native data store for new and existing apps.
PublishWithoutApproval (string) --
The ability to enable approvals for flow share.
UseBedrockModels (string) --
The ability to use Bedrock models for general knowledge step in flows.
PerformFlowUiTask (string) --
The ability to use UI Agent step to perform tasks on public websites.
ApproveFlowShareRequests (string) --
The ability to review and approve sharing requests of Flows.
UseAgentWebSearch (string) --
The ability to use internet to enhance results in Chat Agents, Flows, and Quick Research. Web search queries will be processed securely in an Amazon Web Services region us-east-1.
KnowledgeBase (string) --
The ability to use knowledge bases to specify content from external applications.
CreateAndUpdateKnowledgeBases (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareKnowledgeBases (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
SharePointKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateSharePointKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareSharePointKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseSharePointKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
GoogleDriveKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateGoogleDriveKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareGoogleDriveKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseGoogleDriveKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
WebCrawlerKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateWebCrawlerKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareWebCrawlerKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseWebCrawlerKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
S3KnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateS3KnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareS3KnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseS3KnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ConfluenceKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateConfluenceKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareConfluenceKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseConfluenceKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
OneDriveKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateOneDriveKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareOneDriveKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseOneDriveKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
QBusinessKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateQBusinessKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareQBusinessKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseQBusinessKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
BedrockManagedKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateBedrockManagedKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareBedrockManagedKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseBedrockManagedKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
BoxKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateBoxKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareBoxKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseBoxKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
IDCKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateIDCKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareIDCKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseIDCKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
Action (string) --
The ability to perform actions in external services through Action connectors. Actions allow users to interact with third-party systems.
GenericHTTPAction (string) --
The ability to perform actions using REST API connection connectors.
CreateAndUpdateGenericHTTPAction (string) --
The ability to create and update REST API connection actions.
ShareGenericHTTPAction (string) --
The ability to share REST API connection actions.
UseGenericHTTPAction (string) --
The ability to use REST API connection actions.
AsanaAction (string) --
The ability to perform actions using Asana connectors.
CreateAndUpdateAsanaAction (string) --
The ability to create and update Asana actions.
ShareAsanaAction (string) --
The ability to share Asana actions.
UseAsanaAction (string) --
The ability to use Asana actions.
SlackAction (string) --
The ability to perform actions using Slack connectors.
CreateAndUpdateSlackAction (string) --
The ability to create and update Slack actions.
ShareSlackAction (string) --
The ability to share Slack actions.
UseSlackAction (string) --
The ability to use Slack actions.
ServiceNowAction (string) --
The ability to perform actions using ServiceNow connectors.
CreateAndUpdateServiceNowAction (string) --
The ability to create and update ServiceNow actions.
ShareServiceNowAction (string) --
The ability to share ServiceNow actions.
UseServiceNowAction (string) --
The ability to use ServiceNow actions.
SalesforceAction (string) --
The ability to perform actions using Salesforce connectors.
CreateAndUpdateSalesforceAction (string) --
The ability to create and update Salesforce actions.
ShareSalesforceAction (string) --
The ability to share Salesforce actions.
UseSalesforceAction (string) --
The ability to use Salesforce actions.
MSExchangeAction (string) --
The ability to perform actions using Microsoft Outlook connectors.
CreateAndUpdateMSExchangeAction (string) --
The ability to create and update Microsoft Outlook actions.
ShareMSExchangeAction (string) --
The ability to share Microsoft Outlook actions.
UseMSExchangeAction (string) --
The ability to use Microsoft Outlook actions.
PagerDutyAction (string) --
The ability to perform actions using PagerDuty Advance connectors.
CreateAndUpdatePagerDutyAction (string) --
The ability to create and update PagerDuty Advance actions.
SharePagerDutyAction (string) --
The ability to share PagerDuty Advance actions.
UsePagerDutyAction (string) --
The ability to use PagerDuty Advance actions.
JiraAction (string) --
The ability to perform actions using Jira connectors.
CreateAndUpdateJiraAction (string) --
The ability to create and update Jira actions.
ShareJiraAction (string) --
The ability to share Jira actions.
UseJiraAction (string) --
The ability to use Jira actions.
ConfluenceAction (string) --
The ability to perform actions using Atlassian Confluence Cloud connectors.
CreateAndUpdateConfluenceAction (string) --
The ability to create and update Atlassian Confluence Cloud actions.
ShareConfluenceAction (string) --
The ability to share Atlassian Confluence Cloud actions.
UseConfluenceAction (string) --
The ability to use Atlassian Confluence Cloud actions.
OneDriveAction (string) --
The ability to perform actions using Microsoft OneDrive connectors.
CreateAndUpdateOneDriveAction (string) --
The ability to create and update Microsoft OneDrive actions.
ShareOneDriveAction (string) --
The ability to share Microsoft OneDrive actions.
UseOneDriveAction (string) --
The ability to use Microsoft OneDrive actions.
SharePointAction (string) --
The ability to perform actions using Microsoft SharePoint Online connectors.
CreateAndUpdateSharePointAction (string) --
The ability to create and update Microsoft SharePoint Online actions.
ShareSharePointAction (string) --
The ability to share Microsoft SharePoint Online actions.
UseSharePointAction (string) --
The ability to use Microsoft SharePoint Online actions.
MSTeamsAction (string) --
The ability to perform actions using Microsoft Teams connectors.
CreateAndUpdateMSTeamsAction (string) --
The ability to create and update Microsoft Teams actions.
ShareMSTeamsAction (string) --
The ability to share Microsoft Teams actions.
UseMSTeamsAction (string) --
The ability to use Microsoft Teams actions.
GoogleCalendarAction (string) --
The ability to perform actions using Google Calendar connectors.
CreateAndUpdateGoogleCalendarAction (string) --
The ability to create and update Google Calendar actions.
ShareGoogleCalendarAction (string) --
The ability to share Google Calendar actions.
UseGoogleCalendarAction (string) --
The ability to use Google Calendar actions.
ZendeskAction (string) --
The ability to perform actions using Zendesk connectors.
CreateAndUpdateZendeskAction (string) --
The ability to create and update Zendesk actions.
ShareZendeskAction (string) --
The ability to share Zendesk actions.
UseZendeskAction (string) --
The ability to use Zendesk actions.
SmartsheetAction (string) --
The ability to perform actions using Smartsheet connectors.
CreateAndUpdateSmartsheetAction (string) --
The ability to create and update Smartsheet actions.
ShareSmartsheetAction (string) --
The ability to share Smartsheet actions.
UseSmartsheetAction (string) --
The ability to use Smartsheet actions.
SAPBusinessPartnerAction (string) --
The ability to perform actions using SAP Business Partner connectors.
CreateAndUpdateSAPBusinessPartnerAction (string) --
The ability to create and update SAP Business Partner actions.
ShareSAPBusinessPartnerAction (string) --
The ability to share SAP Business Partner actions.
UseSAPBusinessPartnerAction (string) --
The ability to use SAP Business Partner actions.
SAPProductMasterDataAction (string) --
The ability to perform actions using SAP Product Master connectors.
CreateAndUpdateSAPProductMasterDataAction (string) --
The ability to create and update SAP Product Master actions.
ShareSAPProductMasterDataAction (string) --
The ability to share SAP Product Master actions.
UseSAPProductMasterDataAction (string) --
The ability to use SAP Product Master actions.
SAPPhysicalInventoryAction (string) --
The ability to perform actions using SAP Physical Inventory connectors.
CreateAndUpdateSAPPhysicalInventoryAction (string) --
The ability to create and update SAP Physical Inventory actions.
ShareSAPPhysicalInventoryAction (string) --
The ability to share SAP Physical Inventory actions.
UseSAPPhysicalInventoryAction (string) --
The ability to use SAP Physical Inventory actions.
SAPBillOfMaterialAction (string) --
The ability to perform actions using SAP Bill of Materials connectors.
CreateAndUpdateSAPBillOfMaterialAction (string) --
The ability to create and update SAP Bill of Materials actions.
ShareSAPBillOfMaterialAction (string) --
The ability to share SAP Bill of Materials actions.
UseSAPBillOfMaterialAction (string) --
The ability to use SAP Bill of Materials actions.
SAPMaterialStockAction (string) --
The ability to perform actions using SAP Material Stock connectors.
CreateAndUpdateSAPMaterialStockAction (string) --
The ability to create and update SAP Material Stock actions.
ShareSAPMaterialStockAction (string) --
The ability to share SAP Material Stock actions.
UseSAPMaterialStockAction (string) --
The ability to use SAP Material Stock actions.
FactSetAction (string) --
The ability to perform actions using FactSet connectors.
CreateAndUpdateFactSetAction (string) --
The ability to create and update FactSet actions.
ShareFactSetAction (string) --
The ability to share FactSet actions.
UseFactSetAction (string) --
The ability to use FactSet actions.
AmazonSThreeAction (string) --
The ability to perform actions using Amazon S3 connectors.
CreateAndUpdateAmazonSThreeAction (string) --
The ability to create and update Amazon S3 actions.
ShareAmazonSThreeAction (string) --
The ability to share Amazon S3 actions.
UseAmazonSThreeAction (string) --
The ability to use Amazon S3 actions.
TextractAction (string) --
The ability to perform actions using Textract connectors.
CreateAndUpdateTextractAction (string) --
The ability to create and update Textract actions.
ShareTextractAction (string) --
The ability to share Textract actions.
UseTextractAction (string) --
The ability to use Textract actions.
ComprehendAction (string) --
The ability to perform actions using Comprehend connectors.
CreateAndUpdateComprehendAction (string) --
The ability to create and update Comprehend actions.
ShareComprehendAction (string) --
The ability to share Comprehend actions.
UseComprehendAction (string) --
The ability to use Comprehend actions.
ComprehendMedicalAction (string) --
The ability to perform actions using Comprehend Medical connectors.
CreateAndUpdateComprehendMedicalAction (string) --
The ability to create and update Comprehend Medical actions.
ShareComprehendMedicalAction (string) --
The ability to share Comprehend Medical actions.
UseComprehendMedicalAction (string) --
The ability to use Comprehend Medical actions.
AmazonBedrockARSAction (string) --
The ability to perform actions using Bedrock Agent connectors.
CreateAndUpdateAmazonBedrockARSAction (string) --
The ability to create and update Bedrock Agent actions.
ShareAmazonBedrockARSAction (string) --
The ability to share Bedrock Agent actions.
UseAmazonBedrockARSAction (string) --
The ability to use Bedrock Agent actions.
AmazonBedrockFSAction (string) --
The ability to perform actions using Bedrock Runtime connectors.
CreateAndUpdateAmazonBedrockFSAction (string) --
The ability to create and update Bedrock Runtime actions.
ShareAmazonBedrockFSAction (string) --
The ability to share Bedrock Runtime actions.
UseAmazonBedrockFSAction (string) --
The ability to use Bedrock Runtime actions.
AmazonBedrockKRSAction (string) --
The ability to perform actions using Bedrock Data Automation Runtime connectors.
CreateAndUpdateAmazonBedrockKRSAction (string) --
The ability to create and update Bedrock Data Automation Runtime actions.
ShareAmazonBedrockKRSAction (string) --
The ability to share Bedrock Data Automation Runtime actions.
UseAmazonBedrockKRSAction (string) --
The ability to use Bedrock Data Automation Runtime actions.
MCPAction (string) --
The ability to perform actions using Model Context Protocol connectors.
CreateAndUpdateMCPAction (string) --
The ability to create and update Model Context Protocol actions.
ShareMCPAction (string) --
The ability to share Model Context Protocol actions.
UseMCPAction (string) --
The ability to use Model Context Protocol actions.
OpenAPIAction (string) --
The ability to perform actions using OpenAPI Specification connectors.
CreateAndUpdateOpenAPIAction (string) --
The ability to create and update OpenAPI Specification actions.
ShareOpenAPIAction (string) --
The ability to share OpenAPI Specification actions.
UseOpenAPIAction (string) --
The ability to use OpenAPI Specification actions.
SandPGMIAction (string) --
The ability to perform actions using S&P Global Market Intelligence connectors.
CreateAndUpdateSandPGMIAction (string) --
The ability to create and update S&P Global Market Intelligence actions.
ShareSandPGMIAction (string) --
The ability to share S&P Global Market Intelligence actions.
UseSandPGMIAction (string) --
The ability to use S&P Global Market Intelligence actions.
SandPGlobalEnergyAction (string) --
The ability to perform actions using S&P Global Energy connectors.
CreateAndUpdateSandPGlobalEnergyAction (string) --
The ability to create and update S&P Global Energy actions.
ShareSandPGlobalEnergyAction (string) --
The ability to share S&P Global Energy actions.
UseSandPGlobalEnergyAction (string) --
The ability to use S&P Global Energy actions.
BambooHRAction (string) --
The ability to perform actions using BambooHR connectors.
CreateAndUpdateBambooHRAction (string) --
The ability to create and update BambooHR actions.
ShareBambooHRAction (string) --
The ability to share BambooHR actions.
UseBambooHRAction (string) --
The ability to use BambooHR actions.
BoxAgentAction (string) --
The ability to perform actions using Box Agent connectors.
CreateAndUpdateBoxAgentAction (string) --
The ability to create and update Box Agent actions.
ShareBoxAgentAction (string) --
The ability to share Box Agent actions.
UseBoxAgentAction (string) --
The ability to use Box Agent actions.
CanvaAgentAction (string) --
The ability to perform actions using Canva Agent connectors.
CreateAndUpdateCanvaAgentAction (string) --
The ability to create and update Canva Agent actions.
ShareCanvaAgentAction (string) --
The ability to share Canva Agent actions.
UseCanvaAgentAction (string) --
The ability to use Canva Agent actions.
GithubAction (string) --
The ability to perform actions using GitHub connectors.
CreateAndUpdateGithubAction (string) --
The ability to create and update GitHub actions.
ShareGithubAction (string) --
The ability to share GitHub actions.
UseGithubAction (string) --
The ability to use GitHub actions.
NotionAction (string) --
The ability to perform actions using Notion connectors.
CreateAndUpdateNotionAction (string) --
The ability to create and update Notion actions.
ShareNotionAction (string) --
The ability to share Notion actions.
UseNotionAction (string) --
The ability to use Notion actions.
LinearAction (string) --
The ability to perform actions using Linear connectors.
CreateAndUpdateLinearAction (string) --
The ability to create and update Linear actions.
ShareLinearAction (string) --
The ability to share Linear actions.
UseLinearAction (string) --
The ability to use Linear actions.
HuggingFaceAction (string) --
The ability to perform actions using HuggingFace connectors.
CreateAndUpdateHuggingFaceAction (string) --
The ability to create and update HuggingFace actions.
ShareHuggingFaceAction (string) --
The ability to share HuggingFace actions.
UseHuggingFaceAction (string) --
The ability to use HuggingFace actions.
MondayAction (string) --
The ability to perform actions using Monday connectors.
CreateAndUpdateMondayAction (string) --
The ability to create and update Monday actions.
ShareMondayAction (string) --
The ability to share Monday actions.
UseMondayAction (string) --
The ability to use Monday actions.
HubspotAction (string) --
The ability to perform actions using Hubspot connectors.
CreateAndUpdateHubspotAction (string) --
The ability to create and update Hubspot actions.
ShareHubspotAction (string) --
The ability to share Hubspot actions.
UseHubspotAction (string) --
The ability to use Hubspot actions.
IntercomAction (string) --
The ability to perform actions using Intercom connectors.
CreateAndUpdateIntercomAction (string) --
The ability to create and update Intercom actions.
ShareIntercomAction (string) --
The ability to share Intercom actions.
UseIntercomAction (string) --
The ability to use Intercom actions.
NewRelicAction (string) --
The ability to perform actions using New Relic connectors.
CreateAndUpdateNewRelicAction (string) --
The ability to create and update New Relic actions.
ShareNewRelicAction (string) --
The ability to share New Relic actions.
UseNewRelicAction (string) --
The ability to use New Relic actions.
Topic (string) --
The ability to perform Topic-related actions.
EditVisualWithQ (string) --
The ability to Edit Visual with AI
BuildCalculatedFieldWithQ (string) --
The ability to Build Calculation with AI
CreateDashboardExecutiveSummaryWithQ (string) --
The ability to Create Executive Summary
Space (string) --
The ability to perform space-related actions.
CreateSpaces (string) --
The ability to create spaces.
ShareSpaces (string) --
The ability to share spaces with other users and groups.
ChatAgent (string) --
The ability to perform chat-related actions.
CreateChatAgents (string) --
The ability to create chat agents.
ShareChatAgents (string) --
The ability to share chat agents with other users and groups.
Research (string) --
The ability to perform research-related actions.
SelfUpgradeUserRole (string) --
The ability to enable users to upgrade their user role.
Extension (string) --
The ability to perform Extension-related actions.
UseBrowserExtension (string) --
The ability to use Amazon Quick through the browser extension for Chrome, Firefox, and Edge.
UseWordAddInExtension (string) --
The ability to use Amazon Quick through the Microsoft Word add-in.
UseOutlookAddInExtension (string) --
The ability to use Amazon Quick through the Microsoft Outlook add-in.
UseExcelAddInExtension (string) --
The ability to use Amazon Quick through the Microsoft Excel add-in.
UsePowerpointAddInExtension (string) --
The ability to use Amazon Quick through the Microsoft PowerPoint add-in.
ManageSharedFolders (string) --
The ability to create, update, delete and view shared folders (both restricted and unrestricted), ability to add any asset to shared folders, and ability to share the folders.
Note: This does not prevent inheriting access to assets that others share with them through folder membership.
GenerateAnalyses (string) --
The ability to generate analysis using AI
Story (string) --
The ability to perform Story-related actions.
Scenario (string) --
The ability to perform Scenario-related actions.
Trigger (string) --
The ability to manage trigger-related settings for flows and automations.
ScheduleTrigger (string) --
The ability to create, view, edit, delete, and run schedule triggers for flows and automations.
InboundEmailTrigger (string) --
The ability to create, view, edit, delete, and run inbound email triggers for flows and automations.
QuickEventTrigger (string) --
The ability to create, view, edit, delete, and run Quick event triggers for flows and automations.
Governance (dict) --
The governance configuration for the custom permissions profile. When you enable governance for a category, Amazon Quick denies access to any current or new capability in that category unless you explicitly set that capability to ALLOW in Capabilities.
DefaultCategoryEffects (dict) --
A map of DefaultCategoryEffects.
(string) --
The name of a governance category. A governance category groups related capabilities so that you can apply a default effect to all capabilities in the category at once. Valid values:
AI – Capabilities related to Amazon Quick AI features.
(string) --
The default effect that Amazon Quick applies to capabilities in a governed category when you do not explicitly list those capabilities in Capabilities. Valid values:
DENY_BY_DEFAULT – Amazon Quick denies any capability access in the given category that the profile does not explicitly set to ALLOW.
NextToken (string) --
The token for the next set of results, or null if there are no more results.
RequestId (string) --
The Amazon Web Services request ID for this operation.
{'Answers': {'Mir': {'ContributionAnalysis': {'TimeRanges': {'EndRange': {'FilterClass': {'DASHBOARD_DEFAULT_FILTER'}},
'StartRange': {'FilterClass': {'DASHBOARD_DEFAULT_FILTER'}}}},
'Filters': {'FilterClass': {'DASHBOARD_DEFAULT_FILTER'}}},
'PrimaryVisual': {'Ir': {'ContributionAnalysis': {'TimeRanges': {'EndRange': {'FilterClass': {'DASHBOARD_DEFAULT_FILTER'}},
'StartRange': {'FilterClass': {'DASHBOARD_DEFAULT_FILTER'}}}},
'Filters': {'FilterClass': {'DASHBOARD_DEFAULT_FILTER'}}}}}}
Lists all reviewed answers for a Q Topic.
See also: AWS API Documentation
Request Syntax
client.list_topic_reviewed_answers(
AwsAccountId='string',
TopicId='string'
)
string
[REQUIRED]
The ID of the Amazon Web Services account that containd the reviewed answers that you want listed.
string
[REQUIRED]
The ID for the topic that contains the reviewed answer that you want to list. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
dict
Response Syntax
{
'TopicId': 'string',
'TopicArn': 'string',
'Answers': [
{
'Arn': 'string',
'AnswerId': 'string',
'DatasetArn': 'string',
'Question': 'string',
'Mir': {
'Metrics': [
{
'MetricId': {
'Identity': 'string'
},
'Function': {
'Aggregation': 'SUM'|'MIN'|'MAX'|'COUNT'|'AVERAGE'|'DISTINCT_COUNT'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE'|'MEDIAN'|'PTD_SUM'|'PTD_MIN'|'PTD_MAX'|'PTD_COUNT'|'PTD_DISTINCT_COUNT'|'PTD_AVERAGE'|'COLUMN'|'CUSTOM',
'AggregationFunctionParameters': {
'string': 'string'
},
'Period': 'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK'|'MONTH'|'QUARTER'|'YEAR',
'PeriodField': 'string'
},
'Operands': [
{
'Identity': 'string'
},
],
'ComparisonMethod': {
'Type': 'DIFF'|'PERC_DIFF'|'DIFF_AS_PERC'|'POP_CURRENT_DIFF_AS_PERC'|'POP_CURRENT_DIFF'|'POP_OVERTIME_DIFF_AS_PERC'|'POP_OVERTIME_DIFF'|'PERCENT_OF_TOTAL'|'RUNNING_SUM'|'MOVING_AVERAGE',
'Period': 'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK'|'MONTH'|'QUARTER'|'YEAR',
'WindowSize': 123
},
'Expression': 'string',
'CalculatedFieldReferences': [
{
'Identity': 'string'
},
],
'DisplayFormat': 'AUTO'|'PERCENT'|'CURRENCY'|'NUMBER'|'DATE'|'STRING',
'DisplayFormatOptions': {
'UseBlankCellFormat': True|False,
'BlankCellFormat': 'string',
'DateFormat': 'string',
'DecimalSeparator': 'COMMA'|'DOT',
'GroupingSeparator': 'string',
'UseGrouping': True|False,
'FractionDigits': 123,
'Prefix': 'string',
'Suffix': 'string',
'UnitScaler': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS'|'LAKHS'|'CRORES',
'NegativeFormat': {
'Prefix': 'string',
'Suffix': 'string'
},
'CurrencySymbol': 'string'
},
'NamedEntity': {
'NamedEntityName': 'string'
}
},
],
'GroupByList': [
{
'FieldName': {
'Identity': 'string'
},
'TimeGranularity': 'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK'|'MONTH'|'QUARTER'|'YEAR',
'Sort': {
'Operand': {
'Identity': 'string'
},
'SortDirection': 'ASCENDING'|'DESCENDING'
},
'DisplayFormat': 'AUTO'|'PERCENT'|'CURRENCY'|'NUMBER'|'DATE'|'STRING',
'DisplayFormatOptions': {
'UseBlankCellFormat': True|False,
'BlankCellFormat': 'string',
'DateFormat': 'string',
'DecimalSeparator': 'COMMA'|'DOT',
'GroupingSeparator': 'string',
'UseGrouping': True|False,
'FractionDigits': 123,
'Prefix': 'string',
'Suffix': 'string',
'UnitScaler': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS'|'LAKHS'|'CRORES',
'NegativeFormat': {
'Prefix': 'string',
'Suffix': 'string'
},
'CurrencySymbol': 'string'
},
'NamedEntity': {
'NamedEntityName': 'string'
}
},
],
'Filters': [
[
{
'FilterType': 'CATEGORY_FILTER'|'NUMERIC_EQUALITY_FILTER'|'NUMERIC_RANGE_FILTER'|'DATE_RANGE_FILTER'|'RELATIVE_DATE_FILTER'|'TOP_BOTTOM_FILTER'|'EQUALS'|'RANK_LIMIT_FILTER'|'ACCEPT_ALL_FILTER',
'FilterClass': 'ENFORCED_VALUE_FILTER'|'CONDITIONAL_VALUE_FILTER'|'NAMED_VALUE_FILTER'|'DASHBOARD_DEFAULT_FILTER',
'OperandField': {
'Identity': 'string'
},
'Function': 'CONTAINS'|'EXACT'|'STARTS_WITH'|'ENDS_WITH'|'CONTAINS_STRING'|'PREVIOUS'|'THIS'|'LAST'|'NEXT'|'NOW',
'Constant': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'Inverse': True|False,
'NullFilter': 'ALL_VALUES'|'NON_NULLS_ONLY'|'NULLS_ONLY',
'Aggregation': 'SUM'|'MIN'|'MAX'|'COUNT'|'AVERAGE'|'DISTINCT_COUNT'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE'|'MEDIAN'|'PTD_SUM'|'PTD_MIN'|'PTD_MAX'|'PTD_COUNT'|'PTD_DISTINCT_COUNT'|'PTD_AVERAGE'|'COLUMN'|'CUSTOM',
'AggregationFunctionParameters': {
'string': 'string'
},
'AggregationPartitionBy': [
{
'FieldName': 'string',
'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND'
},
],
'Range': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'Inclusive': True|False,
'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND',
'LastNextOffset': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'AggMetrics': [
{
'MetricOperand': {
'Identity': 'string'
},
'Function': 'SUM'|'MIN'|'MAX'|'COUNT'|'AVERAGE'|'DISTINCT_COUNT'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE'|'MEDIAN'|'PTD_SUM'|'PTD_MIN'|'PTD_MAX'|'PTD_COUNT'|'PTD_DISTINCT_COUNT'|'PTD_AVERAGE'|'COLUMN'|'CUSTOM',
'SortDirection': 'ASCENDING'|'DESCENDING'
},
],
'TopBottomLimit': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'SortDirection': 'ASCENDING'|'DESCENDING',
'Anchor': {
'AnchorType': 'TODAY',
'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND',
'Offset': 123
}
},
],
],
'Sort': {
'Operand': {
'Identity': 'string'
},
'SortDirection': 'ASCENDING'|'DESCENDING'
},
'ContributionAnalysis': {
'Factors': [
{
'FieldName': 'string'
},
],
'TimeRanges': {
'StartRange': {
'FilterType': 'CATEGORY_FILTER'|'NUMERIC_EQUALITY_FILTER'|'NUMERIC_RANGE_FILTER'|'DATE_RANGE_FILTER'|'RELATIVE_DATE_FILTER'|'TOP_BOTTOM_FILTER'|'EQUALS'|'RANK_LIMIT_FILTER'|'ACCEPT_ALL_FILTER',
'FilterClass': 'ENFORCED_VALUE_FILTER'|'CONDITIONAL_VALUE_FILTER'|'NAMED_VALUE_FILTER'|'DASHBOARD_DEFAULT_FILTER',
'OperandField': {
'Identity': 'string'
},
'Function': 'CONTAINS'|'EXACT'|'STARTS_WITH'|'ENDS_WITH'|'CONTAINS_STRING'|'PREVIOUS'|'THIS'|'LAST'|'NEXT'|'NOW',
'Constant': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'Inverse': True|False,
'NullFilter': 'ALL_VALUES'|'NON_NULLS_ONLY'|'NULLS_ONLY',
'Aggregation': 'SUM'|'MIN'|'MAX'|'COUNT'|'AVERAGE'|'DISTINCT_COUNT'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE'|'MEDIAN'|'PTD_SUM'|'PTD_MIN'|'PTD_MAX'|'PTD_COUNT'|'PTD_DISTINCT_COUNT'|'PTD_AVERAGE'|'COLUMN'|'CUSTOM',
'AggregationFunctionParameters': {
'string': 'string'
},
'AggregationPartitionBy': [
{
'FieldName': 'string',
'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND'
},
],
'Range': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'Inclusive': True|False,
'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND',
'LastNextOffset': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'AggMetrics': [
{
'MetricOperand': {
'Identity': 'string'
},
'Function': 'SUM'|'MIN'|'MAX'|'COUNT'|'AVERAGE'|'DISTINCT_COUNT'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE'|'MEDIAN'|'PTD_SUM'|'PTD_MIN'|'PTD_MAX'|'PTD_COUNT'|'PTD_DISTINCT_COUNT'|'PTD_AVERAGE'|'COLUMN'|'CUSTOM',
'SortDirection': 'ASCENDING'|'DESCENDING'
},
],
'TopBottomLimit': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'SortDirection': 'ASCENDING'|'DESCENDING',
'Anchor': {
'AnchorType': 'TODAY',
'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND',
'Offset': 123
}
},
'EndRange': {
'FilterType': 'CATEGORY_FILTER'|'NUMERIC_EQUALITY_FILTER'|'NUMERIC_RANGE_FILTER'|'DATE_RANGE_FILTER'|'RELATIVE_DATE_FILTER'|'TOP_BOTTOM_FILTER'|'EQUALS'|'RANK_LIMIT_FILTER'|'ACCEPT_ALL_FILTER',
'FilterClass': 'ENFORCED_VALUE_FILTER'|'CONDITIONAL_VALUE_FILTER'|'NAMED_VALUE_FILTER'|'DASHBOARD_DEFAULT_FILTER',
'OperandField': {
'Identity': 'string'
},
'Function': 'CONTAINS'|'EXACT'|'STARTS_WITH'|'ENDS_WITH'|'CONTAINS_STRING'|'PREVIOUS'|'THIS'|'LAST'|'NEXT'|'NOW',
'Constant': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'Inverse': True|False,
'NullFilter': 'ALL_VALUES'|'NON_NULLS_ONLY'|'NULLS_ONLY',
'Aggregation': 'SUM'|'MIN'|'MAX'|'COUNT'|'AVERAGE'|'DISTINCT_COUNT'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE'|'MEDIAN'|'PTD_SUM'|'PTD_MIN'|'PTD_MAX'|'PTD_COUNT'|'PTD_DISTINCT_COUNT'|'PTD_AVERAGE'|'COLUMN'|'CUSTOM',
'AggregationFunctionParameters': {
'string': 'string'
},
'AggregationPartitionBy': [
{
'FieldName': 'string',
'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND'
},
],
'Range': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'Inclusive': True|False,
'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND',
'LastNextOffset': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'AggMetrics': [
{
'MetricOperand': {
'Identity': 'string'
},
'Function': 'SUM'|'MIN'|'MAX'|'COUNT'|'AVERAGE'|'DISTINCT_COUNT'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE'|'MEDIAN'|'PTD_SUM'|'PTD_MIN'|'PTD_MAX'|'PTD_COUNT'|'PTD_DISTINCT_COUNT'|'PTD_AVERAGE'|'COLUMN'|'CUSTOM',
'SortDirection': 'ASCENDING'|'DESCENDING'
},
],
'TopBottomLimit': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'SortDirection': 'ASCENDING'|'DESCENDING',
'Anchor': {
'AnchorType': 'TODAY',
'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND',
'Offset': 123
}
}
},
'Direction': 'INCREASE'|'DECREASE'|'NEUTRAL',
'SortType': 'ABSOLUTE_DIFFERENCE'|'CONTRIBUTION_PERCENTAGE'|'DEVIATION_FROM_EXPECTED'|'PERCENTAGE_DIFFERENCE'
},
'Visual': {
'type': 'string'
}
},
'PrimaryVisual': {
'VisualId': 'string',
'Role': 'PRIMARY'|'COMPLIMENTARY'|'MULTI_INTENT'|'FALLBACK'|'FRAGMENT',
'Ir': {
'Metrics': [
{
'MetricId': {
'Identity': 'string'
},
'Function': {
'Aggregation': 'SUM'|'MIN'|'MAX'|'COUNT'|'AVERAGE'|'DISTINCT_COUNT'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE'|'MEDIAN'|'PTD_SUM'|'PTD_MIN'|'PTD_MAX'|'PTD_COUNT'|'PTD_DISTINCT_COUNT'|'PTD_AVERAGE'|'COLUMN'|'CUSTOM',
'AggregationFunctionParameters': {
'string': 'string'
},
'Period': 'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK'|'MONTH'|'QUARTER'|'YEAR',
'PeriodField': 'string'
},
'Operands': [
{
'Identity': 'string'
},
],
'ComparisonMethod': {
'Type': 'DIFF'|'PERC_DIFF'|'DIFF_AS_PERC'|'POP_CURRENT_DIFF_AS_PERC'|'POP_CURRENT_DIFF'|'POP_OVERTIME_DIFF_AS_PERC'|'POP_OVERTIME_DIFF'|'PERCENT_OF_TOTAL'|'RUNNING_SUM'|'MOVING_AVERAGE',
'Period': 'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK'|'MONTH'|'QUARTER'|'YEAR',
'WindowSize': 123
},
'Expression': 'string',
'CalculatedFieldReferences': [
{
'Identity': 'string'
},
],
'DisplayFormat': 'AUTO'|'PERCENT'|'CURRENCY'|'NUMBER'|'DATE'|'STRING',
'DisplayFormatOptions': {
'UseBlankCellFormat': True|False,
'BlankCellFormat': 'string',
'DateFormat': 'string',
'DecimalSeparator': 'COMMA'|'DOT',
'GroupingSeparator': 'string',
'UseGrouping': True|False,
'FractionDigits': 123,
'Prefix': 'string',
'Suffix': 'string',
'UnitScaler': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS'|'LAKHS'|'CRORES',
'NegativeFormat': {
'Prefix': 'string',
'Suffix': 'string'
},
'CurrencySymbol': 'string'
},
'NamedEntity': {
'NamedEntityName': 'string'
}
},
],
'GroupByList': [
{
'FieldName': {
'Identity': 'string'
},
'TimeGranularity': 'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK'|'MONTH'|'QUARTER'|'YEAR',
'Sort': {
'Operand': {
'Identity': 'string'
},
'SortDirection': 'ASCENDING'|'DESCENDING'
},
'DisplayFormat': 'AUTO'|'PERCENT'|'CURRENCY'|'NUMBER'|'DATE'|'STRING',
'DisplayFormatOptions': {
'UseBlankCellFormat': True|False,
'BlankCellFormat': 'string',
'DateFormat': 'string',
'DecimalSeparator': 'COMMA'|'DOT',
'GroupingSeparator': 'string',
'UseGrouping': True|False,
'FractionDigits': 123,
'Prefix': 'string',
'Suffix': 'string',
'UnitScaler': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS'|'LAKHS'|'CRORES',
'NegativeFormat': {
'Prefix': 'string',
'Suffix': 'string'
},
'CurrencySymbol': 'string'
},
'NamedEntity': {
'NamedEntityName': 'string'
}
},
],
'Filters': [
[
{
'FilterType': 'CATEGORY_FILTER'|'NUMERIC_EQUALITY_FILTER'|'NUMERIC_RANGE_FILTER'|'DATE_RANGE_FILTER'|'RELATIVE_DATE_FILTER'|'TOP_BOTTOM_FILTER'|'EQUALS'|'RANK_LIMIT_FILTER'|'ACCEPT_ALL_FILTER',
'FilterClass': 'ENFORCED_VALUE_FILTER'|'CONDITIONAL_VALUE_FILTER'|'NAMED_VALUE_FILTER'|'DASHBOARD_DEFAULT_FILTER',
'OperandField': {
'Identity': 'string'
},
'Function': 'CONTAINS'|'EXACT'|'STARTS_WITH'|'ENDS_WITH'|'CONTAINS_STRING'|'PREVIOUS'|'THIS'|'LAST'|'NEXT'|'NOW',
'Constant': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'Inverse': True|False,
'NullFilter': 'ALL_VALUES'|'NON_NULLS_ONLY'|'NULLS_ONLY',
'Aggregation': 'SUM'|'MIN'|'MAX'|'COUNT'|'AVERAGE'|'DISTINCT_COUNT'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE'|'MEDIAN'|'PTD_SUM'|'PTD_MIN'|'PTD_MAX'|'PTD_COUNT'|'PTD_DISTINCT_COUNT'|'PTD_AVERAGE'|'COLUMN'|'CUSTOM',
'AggregationFunctionParameters': {
'string': 'string'
},
'AggregationPartitionBy': [
{
'FieldName': 'string',
'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND'
},
],
'Range': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'Inclusive': True|False,
'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND',
'LastNextOffset': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'AggMetrics': [
{
'MetricOperand': {
'Identity': 'string'
},
'Function': 'SUM'|'MIN'|'MAX'|'COUNT'|'AVERAGE'|'DISTINCT_COUNT'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE'|'MEDIAN'|'PTD_SUM'|'PTD_MIN'|'PTD_MAX'|'PTD_COUNT'|'PTD_DISTINCT_COUNT'|'PTD_AVERAGE'|'COLUMN'|'CUSTOM',
'SortDirection': 'ASCENDING'|'DESCENDING'
},
],
'TopBottomLimit': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'SortDirection': 'ASCENDING'|'DESCENDING',
'Anchor': {
'AnchorType': 'TODAY',
'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND',
'Offset': 123
}
},
],
],
'Sort': {
'Operand': {
'Identity': 'string'
},
'SortDirection': 'ASCENDING'|'DESCENDING'
},
'ContributionAnalysis': {
'Factors': [
{
'FieldName': 'string'
},
],
'TimeRanges': {
'StartRange': {
'FilterType': 'CATEGORY_FILTER'|'NUMERIC_EQUALITY_FILTER'|'NUMERIC_RANGE_FILTER'|'DATE_RANGE_FILTER'|'RELATIVE_DATE_FILTER'|'TOP_BOTTOM_FILTER'|'EQUALS'|'RANK_LIMIT_FILTER'|'ACCEPT_ALL_FILTER',
'FilterClass': 'ENFORCED_VALUE_FILTER'|'CONDITIONAL_VALUE_FILTER'|'NAMED_VALUE_FILTER'|'DASHBOARD_DEFAULT_FILTER',
'OperandField': {
'Identity': 'string'
},
'Function': 'CONTAINS'|'EXACT'|'STARTS_WITH'|'ENDS_WITH'|'CONTAINS_STRING'|'PREVIOUS'|'THIS'|'LAST'|'NEXT'|'NOW',
'Constant': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'Inverse': True|False,
'NullFilter': 'ALL_VALUES'|'NON_NULLS_ONLY'|'NULLS_ONLY',
'Aggregation': 'SUM'|'MIN'|'MAX'|'COUNT'|'AVERAGE'|'DISTINCT_COUNT'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE'|'MEDIAN'|'PTD_SUM'|'PTD_MIN'|'PTD_MAX'|'PTD_COUNT'|'PTD_DISTINCT_COUNT'|'PTD_AVERAGE'|'COLUMN'|'CUSTOM',
'AggregationFunctionParameters': {
'string': 'string'
},
'AggregationPartitionBy': [
{
'FieldName': 'string',
'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND'
},
],
'Range': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'Inclusive': True|False,
'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND',
'LastNextOffset': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'AggMetrics': [
{
'MetricOperand': {
'Identity': 'string'
},
'Function': 'SUM'|'MIN'|'MAX'|'COUNT'|'AVERAGE'|'DISTINCT_COUNT'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE'|'MEDIAN'|'PTD_SUM'|'PTD_MIN'|'PTD_MAX'|'PTD_COUNT'|'PTD_DISTINCT_COUNT'|'PTD_AVERAGE'|'COLUMN'|'CUSTOM',
'SortDirection': 'ASCENDING'|'DESCENDING'
},
],
'TopBottomLimit': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'SortDirection': 'ASCENDING'|'DESCENDING',
'Anchor': {
'AnchorType': 'TODAY',
'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND',
'Offset': 123
}
},
'EndRange': {
'FilterType': 'CATEGORY_FILTER'|'NUMERIC_EQUALITY_FILTER'|'NUMERIC_RANGE_FILTER'|'DATE_RANGE_FILTER'|'RELATIVE_DATE_FILTER'|'TOP_BOTTOM_FILTER'|'EQUALS'|'RANK_LIMIT_FILTER'|'ACCEPT_ALL_FILTER',
'FilterClass': 'ENFORCED_VALUE_FILTER'|'CONDITIONAL_VALUE_FILTER'|'NAMED_VALUE_FILTER'|'DASHBOARD_DEFAULT_FILTER',
'OperandField': {
'Identity': 'string'
},
'Function': 'CONTAINS'|'EXACT'|'STARTS_WITH'|'ENDS_WITH'|'CONTAINS_STRING'|'PREVIOUS'|'THIS'|'LAST'|'NEXT'|'NOW',
'Constant': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'Inverse': True|False,
'NullFilter': 'ALL_VALUES'|'NON_NULLS_ONLY'|'NULLS_ONLY',
'Aggregation': 'SUM'|'MIN'|'MAX'|'COUNT'|'AVERAGE'|'DISTINCT_COUNT'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE'|'MEDIAN'|'PTD_SUM'|'PTD_MIN'|'PTD_MAX'|'PTD_COUNT'|'PTD_DISTINCT_COUNT'|'PTD_AVERAGE'|'COLUMN'|'CUSTOM',
'AggregationFunctionParameters': {
'string': 'string'
},
'AggregationPartitionBy': [
{
'FieldName': 'string',
'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND'
},
],
'Range': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'Inclusive': True|False,
'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND',
'LastNextOffset': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'AggMetrics': [
{
'MetricOperand': {
'Identity': 'string'
},
'Function': 'SUM'|'MIN'|'MAX'|'COUNT'|'AVERAGE'|'DISTINCT_COUNT'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE'|'MEDIAN'|'PTD_SUM'|'PTD_MIN'|'PTD_MAX'|'PTD_COUNT'|'PTD_DISTINCT_COUNT'|'PTD_AVERAGE'|'COLUMN'|'CUSTOM',
'SortDirection': 'ASCENDING'|'DESCENDING'
},
],
'TopBottomLimit': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string',
'Minimum': 'string',
'Maximum': 'string',
'ValueList': [
{
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'Value': 'string'
},
]
},
'SortDirection': 'ASCENDING'|'DESCENDING',
'Anchor': {
'AnchorType': 'TODAY',
'TimeGranularity': 'YEAR'|'QUARTER'|'MONTH'|'WEEK'|'DAY'|'HOUR'|'MINUTE'|'SECOND'|'MILLISECOND',
'Offset': 123
}
}
},
'Direction': 'INCREASE'|'DECREASE'|'NEUTRAL',
'SortType': 'ABSOLUTE_DIFFERENCE'|'CONTRIBUTION_PERCENTAGE'|'DEVIATION_FROM_EXPECTED'|'PERCENTAGE_DIFFERENCE'
},
'Visual': {
'type': 'string'
}
},
'SupportingVisuals': [
{'... recursive ...'},
]
},
'Template': {
'TemplateType': 'string',
'Slots': [
{
'SlotId': 'string',
'VisualId': 'string'
},
]
}
},
],
'Status': 123,
'RequestId': 'string'
}
Response Structure
(dict) --
TopicId (string) --
The ID for the topic that contains the reviewed answer that you want to list. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
TopicArn (string) --
The Amazon Resource Name (ARN) of the topic.
Answers (list) --
The definition of all Answers in the topic.
(dict) --
The deinition for a TopicReviewedAnswer.
Arn (string) --
The Amazon Resource Name (ARN) of the reviewed answer.
AnswerId (string) --
The answer ID of the reviewed answer.
DatasetArn (string) --
The Dataset ARN for the TopicReviewedAnswer.
Question (string) --
The question for the TopicReviewedAnswer.
Mir (dict) --
The mir for the TopicReviewedAnswer.
Metrics (list) --
The metrics for the TopicIR.
(dict) --
The definition for a TopicIRMetric.
MetricId (dict) --
The metric ID for the TopicIRMetric.
Identity (string) --
The identity of the identifier.
Function (dict) --
The function for the TopicIRMetric.
Aggregation (string) --
The aggregation of an Agg function.
AggregationFunctionParameters (dict) --
The aggregation parameters for an Agg function.
(string) --
(string) --
Period (string) --
The period of an Agg function.
PeriodField (string) --
The period field for an Agg function.
Operands (list) --
The operands for the TopicIRMetric.
(dict) --
The definition for the identifier.
Identity (string) --
The identity of the identifier.
ComparisonMethod (dict) --
The comparison method for the TopicIRMetric.
Type (string) --
The type for the TopicIRComparisonMethod.
Period (string) --
The period for the TopicIRComparisonMethod.
WindowSize (integer) --
The window size for the TopicIRComparisonMethod.
Expression (string) --
The expression for the TopicIRMetric.
CalculatedFieldReferences (list) --
The calculated field references for the TopicIRMetric.
(dict) --
The definition for the identifier.
Identity (string) --
The identity of the identifier.
DisplayFormat (string) --
The display format for the TopicIRMetric.
DisplayFormatOptions (dict) --
A structure that represents additional options for display formatting.
UseBlankCellFormat (boolean) --
A Boolean value that indicates whether to use blank cell format.
BlankCellFormat (string) --
Determines the blank cell format.
DateFormat (string) --
Determines the DateTime format.
DecimalSeparator (string) --
Determines the decimal separator.
GroupingSeparator (string) --
Determines the grouping separator.
UseGrouping (boolean) --
A Boolean value that indicates whether to use grouping.
FractionDigits (integer) --
Determines the number of fraction digits.
Prefix (string) --
The prefix value for a display format.
Suffix (string) --
The suffix value for a display format.
UnitScaler (string) --
The unit scaler. Valid values for this structure are: NONE, AUTO, THOUSANDS, MILLIONS, BILLIONS, and TRILLIONS.
NegativeFormat (dict) --
The negative format.
Prefix (string) --
The prefix for a negative format.
Suffix (string) --
The suffix for a negative format.
CurrencySymbol (string) --
The currency symbol, such as USD.
NamedEntity (dict) --
The named entity for the TopicIRMetric.
NamedEntityName (string) --
The NamedEntityName for the NamedEntityRef.
GroupByList (list) --
The GroupBy list for the TopicIR.
(dict) --
The definition for a TopicIRGroupBy.
FieldName (dict) --
The field name for the TopicIRGroupBy.
Identity (string) --
The identity of the identifier.
TimeGranularity (string) --
The time granularity for the TopicIRGroupBy.
Sort (dict) --
The sort for the TopicIRGroupBy.
Operand (dict) --
The operand for a TopicSortClause.
Identity (string) --
The identity of the identifier.
SortDirection (string) --
The sort direction for the TopicSortClause.
DisplayFormat (string) --
The display format for the TopicIRGroupBy.
DisplayFormatOptions (dict) --
A structure that represents additional options for display formatting.
UseBlankCellFormat (boolean) --
A Boolean value that indicates whether to use blank cell format.
BlankCellFormat (string) --
Determines the blank cell format.
DateFormat (string) --
Determines the DateTime format.
DecimalSeparator (string) --
Determines the decimal separator.
GroupingSeparator (string) --
Determines the grouping separator.
UseGrouping (boolean) --
A Boolean value that indicates whether to use grouping.
FractionDigits (integer) --
Determines the number of fraction digits.
Prefix (string) --
The prefix value for a display format.
Suffix (string) --
The suffix value for a display format.
UnitScaler (string) --
The unit scaler. Valid values for this structure are: NONE, AUTO, THOUSANDS, MILLIONS, BILLIONS, and TRILLIONS.
NegativeFormat (dict) --
The negative format.
Prefix (string) --
The prefix for a negative format.
Suffix (string) --
The suffix for a negative format.
CurrencySymbol (string) --
The currency symbol, such as USD.
NamedEntity (dict) --
The named entity for the TopicIRGroupBy.
NamedEntityName (string) --
The NamedEntityName for the NamedEntityRef.
Filters (list) --
The filters for the TopicIR.
(list) --
(dict) --
The definition for a TopicIRFilterOption.
FilterType (string) --
The filter type for the TopicIRFilterOption.
FilterClass (string) --
The filter class for the TopicIRFilterOption.
OperandField (dict) --
The operand field for the TopicIRFilterOption.
Identity (string) --
The identity of the identifier.
Function (string) --
The function for the TopicIRFilterOption.
Constant (dict) --
The constant for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
Inverse (boolean) --
The inverse for the TopicIRFilterOption.
NullFilter (string) --
The null filter for the TopicIRFilterOption.
Aggregation (string) --
The aggregation for the TopicIRFilterOption.
AggregationFunctionParameters (dict) --
The aggregation function parameters for the TopicIRFilterOption.
(string) --
(string) --
AggregationPartitionBy (list) --
The AggregationPartitionBy for the TopicIRFilterOption.
(dict) --
The definition of an AggregationPartitionBy.
FieldName (string) --
The field Name for an AggregationPartitionBy.
TimeGranularity (string) --
The TimeGranularity for an AggregationPartitionBy.
Range (dict) --
The range for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
Inclusive (boolean) --
The inclusive for the TopicIRFilterOption.
TimeGranularity (string) --
The time granularity for the TopicIRFilterOption.
LastNextOffset (dict) --
The last next offset for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
AggMetrics (list) --
The agg metrics for the TopicIRFilterOption.
(dict) --
The definition for the FilterAggMetrics.
MetricOperand (dict) --
The metric operand of the FilterAggMetrics.
Identity (string) --
The identity of the identifier.
Function (string) --
The function for the FilterAggMetrics.
SortDirection (string) --
The sort direction for FilterAggMetrics.
TopBottomLimit (dict) --
The TopBottomLimit for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
SortDirection (string) --
The sort direction for the TopicIRFilterOption.
Anchor (dict) --
The anchor for the TopicIRFilterOption.
AnchorType (string) --
The AnchorType for the Anchor.
TimeGranularity (string) --
The TimeGranularity of the Anchor.
Offset (integer) --
The offset of the Anchor.
Sort (dict) --
The sort for the TopicIR.
Operand (dict) --
The operand for a TopicSortClause.
Identity (string) --
The identity of the identifier.
SortDirection (string) --
The sort direction for the TopicSortClause.
ContributionAnalysis (dict) --
The contribution analysis for the TopicIR.
Factors (list) --
The factors for a TopicIRContributionAnalysis.
(dict) --
The definition for the ContributionAnalysisFactor.
FieldName (string) --
The field name of the ContributionAnalysisFactor.
TimeRanges (dict) --
The time ranges for the TopicIRContributionAnalysis.
StartRange (dict) --
The start range for the ContributionAnalysisTimeRanges.
FilterType (string) --
The filter type for the TopicIRFilterOption.
FilterClass (string) --
The filter class for the TopicIRFilterOption.
OperandField (dict) --
The operand field for the TopicIRFilterOption.
Identity (string) --
The identity of the identifier.
Function (string) --
The function for the TopicIRFilterOption.
Constant (dict) --
The constant for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
Inverse (boolean) --
The inverse for the TopicIRFilterOption.
NullFilter (string) --
The null filter for the TopicIRFilterOption.
Aggregation (string) --
The aggregation for the TopicIRFilterOption.
AggregationFunctionParameters (dict) --
The aggregation function parameters for the TopicIRFilterOption.
(string) --
(string) --
AggregationPartitionBy (list) --
The AggregationPartitionBy for the TopicIRFilterOption.
(dict) --
The definition of an AggregationPartitionBy.
FieldName (string) --
The field Name for an AggregationPartitionBy.
TimeGranularity (string) --
The TimeGranularity for an AggregationPartitionBy.
Range (dict) --
The range for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
Inclusive (boolean) --
The inclusive for the TopicIRFilterOption.
TimeGranularity (string) --
The time granularity for the TopicIRFilterOption.
LastNextOffset (dict) --
The last next offset for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
AggMetrics (list) --
The agg metrics for the TopicIRFilterOption.
(dict) --
The definition for the FilterAggMetrics.
MetricOperand (dict) --
The metric operand of the FilterAggMetrics.
Identity (string) --
The identity of the identifier.
Function (string) --
The function for the FilterAggMetrics.
SortDirection (string) --
The sort direction for FilterAggMetrics.
TopBottomLimit (dict) --
The TopBottomLimit for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
SortDirection (string) --
The sort direction for the TopicIRFilterOption.
Anchor (dict) --
The anchor for the TopicIRFilterOption.
AnchorType (string) --
The AnchorType for the Anchor.
TimeGranularity (string) --
The TimeGranularity of the Anchor.
Offset (integer) --
The offset of the Anchor.
EndRange (dict) --
The end range for the ContributionAnalysisTimeRanges.
FilterType (string) --
The filter type for the TopicIRFilterOption.
FilterClass (string) --
The filter class for the TopicIRFilterOption.
OperandField (dict) --
The operand field for the TopicIRFilterOption.
Identity (string) --
The identity of the identifier.
Function (string) --
The function for the TopicIRFilterOption.
Constant (dict) --
The constant for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
Inverse (boolean) --
The inverse for the TopicIRFilterOption.
NullFilter (string) --
The null filter for the TopicIRFilterOption.
Aggregation (string) --
The aggregation for the TopicIRFilterOption.
AggregationFunctionParameters (dict) --
The aggregation function parameters for the TopicIRFilterOption.
(string) --
(string) --
AggregationPartitionBy (list) --
The AggregationPartitionBy for the TopicIRFilterOption.
(dict) --
The definition of an AggregationPartitionBy.
FieldName (string) --
The field Name for an AggregationPartitionBy.
TimeGranularity (string) --
The TimeGranularity for an AggregationPartitionBy.
Range (dict) --
The range for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
Inclusive (boolean) --
The inclusive for the TopicIRFilterOption.
TimeGranularity (string) --
The time granularity for the TopicIRFilterOption.
LastNextOffset (dict) --
The last next offset for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
AggMetrics (list) --
The agg metrics for the TopicIRFilterOption.
(dict) --
The definition for the FilterAggMetrics.
MetricOperand (dict) --
The metric operand of the FilterAggMetrics.
Identity (string) --
The identity of the identifier.
Function (string) --
The function for the FilterAggMetrics.
SortDirection (string) --
The sort direction for FilterAggMetrics.
TopBottomLimit (dict) --
The TopBottomLimit for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
SortDirection (string) --
The sort direction for the TopicIRFilterOption.
Anchor (dict) --
The anchor for the TopicIRFilterOption.
AnchorType (string) --
The AnchorType for the Anchor.
TimeGranularity (string) --
The TimeGranularity of the Anchor.
Offset (integer) --
The offset of the Anchor.
Direction (string) --
The direction for the TopicIRContributionAnalysis.
SortType (string) --
The sort type for the TopicIRContributionAnalysis.
Visual (dict) --
The visual for the TopicIR.
type (string) --
The type for a VisualOptions.
PrimaryVisual (dict) --
The primary visual for the TopicReviewedAnswer.
VisualId (string) --
The visual ID for the TopicVisual.
Role (string) --
The role for the TopicVisual.
Ir (dict) --
The ir for the TopicVisual.
Metrics (list) --
The metrics for the TopicIR.
(dict) --
The definition for a TopicIRMetric.
MetricId (dict) --
The metric ID for the TopicIRMetric.
Identity (string) --
The identity of the identifier.
Function (dict) --
The function for the TopicIRMetric.
Aggregation (string) --
The aggregation of an Agg function.
AggregationFunctionParameters (dict) --
The aggregation parameters for an Agg function.
(string) --
(string) --
Period (string) --
The period of an Agg function.
PeriodField (string) --
The period field for an Agg function.
Operands (list) --
The operands for the TopicIRMetric.
(dict) --
The definition for the identifier.
Identity (string) --
The identity of the identifier.
ComparisonMethod (dict) --
The comparison method for the TopicIRMetric.
Type (string) --
The type for the TopicIRComparisonMethod.
Period (string) --
The period for the TopicIRComparisonMethod.
WindowSize (integer) --
The window size for the TopicIRComparisonMethod.
Expression (string) --
The expression for the TopicIRMetric.
CalculatedFieldReferences (list) --
The calculated field references for the TopicIRMetric.
(dict) --
The definition for the identifier.
Identity (string) --
The identity of the identifier.
DisplayFormat (string) --
The display format for the TopicIRMetric.
DisplayFormatOptions (dict) --
A structure that represents additional options for display formatting.
UseBlankCellFormat (boolean) --
A Boolean value that indicates whether to use blank cell format.
BlankCellFormat (string) --
Determines the blank cell format.
DateFormat (string) --
Determines the DateTime format.
DecimalSeparator (string) --
Determines the decimal separator.
GroupingSeparator (string) --
Determines the grouping separator.
UseGrouping (boolean) --
A Boolean value that indicates whether to use grouping.
FractionDigits (integer) --
Determines the number of fraction digits.
Prefix (string) --
The prefix value for a display format.
Suffix (string) --
The suffix value for a display format.
UnitScaler (string) --
The unit scaler. Valid values for this structure are: NONE, AUTO, THOUSANDS, MILLIONS, BILLIONS, and TRILLIONS.
NegativeFormat (dict) --
The negative format.
Prefix (string) --
The prefix for a negative format.
Suffix (string) --
The suffix for a negative format.
CurrencySymbol (string) --
The currency symbol, such as USD.
NamedEntity (dict) --
The named entity for the TopicIRMetric.
NamedEntityName (string) --
The NamedEntityName for the NamedEntityRef.
GroupByList (list) --
The GroupBy list for the TopicIR.
(dict) --
The definition for a TopicIRGroupBy.
FieldName (dict) --
The field name for the TopicIRGroupBy.
Identity (string) --
The identity of the identifier.
TimeGranularity (string) --
The time granularity for the TopicIRGroupBy.
Sort (dict) --
The sort for the TopicIRGroupBy.
Operand (dict) --
The operand for a TopicSortClause.
Identity (string) --
The identity of the identifier.
SortDirection (string) --
The sort direction for the TopicSortClause.
DisplayFormat (string) --
The display format for the TopicIRGroupBy.
DisplayFormatOptions (dict) --
A structure that represents additional options for display formatting.
UseBlankCellFormat (boolean) --
A Boolean value that indicates whether to use blank cell format.
BlankCellFormat (string) --
Determines the blank cell format.
DateFormat (string) --
Determines the DateTime format.
DecimalSeparator (string) --
Determines the decimal separator.
GroupingSeparator (string) --
Determines the grouping separator.
UseGrouping (boolean) --
A Boolean value that indicates whether to use grouping.
FractionDigits (integer) --
Determines the number of fraction digits.
Prefix (string) --
The prefix value for a display format.
Suffix (string) --
The suffix value for a display format.
UnitScaler (string) --
The unit scaler. Valid values for this structure are: NONE, AUTO, THOUSANDS, MILLIONS, BILLIONS, and TRILLIONS.
NegativeFormat (dict) --
The negative format.
Prefix (string) --
The prefix for a negative format.
Suffix (string) --
The suffix for a negative format.
CurrencySymbol (string) --
The currency symbol, such as USD.
NamedEntity (dict) --
The named entity for the TopicIRGroupBy.
NamedEntityName (string) --
The NamedEntityName for the NamedEntityRef.
Filters (list) --
The filters for the TopicIR.
(list) --
(dict) --
The definition for a TopicIRFilterOption.
FilterType (string) --
The filter type for the TopicIRFilterOption.
FilterClass (string) --
The filter class for the TopicIRFilterOption.
OperandField (dict) --
The operand field for the TopicIRFilterOption.
Identity (string) --
The identity of the identifier.
Function (string) --
The function for the TopicIRFilterOption.
Constant (dict) --
The constant for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
Inverse (boolean) --
The inverse for the TopicIRFilterOption.
NullFilter (string) --
The null filter for the TopicIRFilterOption.
Aggregation (string) --
The aggregation for the TopicIRFilterOption.
AggregationFunctionParameters (dict) --
The aggregation function parameters for the TopicIRFilterOption.
(string) --
(string) --
AggregationPartitionBy (list) --
The AggregationPartitionBy for the TopicIRFilterOption.
(dict) --
The definition of an AggregationPartitionBy.
FieldName (string) --
The field Name for an AggregationPartitionBy.
TimeGranularity (string) --
The TimeGranularity for an AggregationPartitionBy.
Range (dict) --
The range for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
Inclusive (boolean) --
The inclusive for the TopicIRFilterOption.
TimeGranularity (string) --
The time granularity for the TopicIRFilterOption.
LastNextOffset (dict) --
The last next offset for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
AggMetrics (list) --
The agg metrics for the TopicIRFilterOption.
(dict) --
The definition for the FilterAggMetrics.
MetricOperand (dict) --
The metric operand of the FilterAggMetrics.
Identity (string) --
The identity of the identifier.
Function (string) --
The function for the FilterAggMetrics.
SortDirection (string) --
The sort direction for FilterAggMetrics.
TopBottomLimit (dict) --
The TopBottomLimit for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
SortDirection (string) --
The sort direction for the TopicIRFilterOption.
Anchor (dict) --
The anchor for the TopicIRFilterOption.
AnchorType (string) --
The AnchorType for the Anchor.
TimeGranularity (string) --
The TimeGranularity of the Anchor.
Offset (integer) --
The offset of the Anchor.
Sort (dict) --
The sort for the TopicIR.
Operand (dict) --
The operand for a TopicSortClause.
Identity (string) --
The identity of the identifier.
SortDirection (string) --
The sort direction for the TopicSortClause.
ContributionAnalysis (dict) --
The contribution analysis for the TopicIR.
Factors (list) --
The factors for a TopicIRContributionAnalysis.
(dict) --
The definition for the ContributionAnalysisFactor.
FieldName (string) --
The field name of the ContributionAnalysisFactor.
TimeRanges (dict) --
The time ranges for the TopicIRContributionAnalysis.
StartRange (dict) --
The start range for the ContributionAnalysisTimeRanges.
FilterType (string) --
The filter type for the TopicIRFilterOption.
FilterClass (string) --
The filter class for the TopicIRFilterOption.
OperandField (dict) --
The operand field for the TopicIRFilterOption.
Identity (string) --
The identity of the identifier.
Function (string) --
The function for the TopicIRFilterOption.
Constant (dict) --
The constant for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
Inverse (boolean) --
The inverse for the TopicIRFilterOption.
NullFilter (string) --
The null filter for the TopicIRFilterOption.
Aggregation (string) --
The aggregation for the TopicIRFilterOption.
AggregationFunctionParameters (dict) --
The aggregation function parameters for the TopicIRFilterOption.
(string) --
(string) --
AggregationPartitionBy (list) --
The AggregationPartitionBy for the TopicIRFilterOption.
(dict) --
The definition of an AggregationPartitionBy.
FieldName (string) --
The field Name for an AggregationPartitionBy.
TimeGranularity (string) --
The TimeGranularity for an AggregationPartitionBy.
Range (dict) --
The range for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
Inclusive (boolean) --
The inclusive for the TopicIRFilterOption.
TimeGranularity (string) --
The time granularity for the TopicIRFilterOption.
LastNextOffset (dict) --
The last next offset for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
AggMetrics (list) --
The agg metrics for the TopicIRFilterOption.
(dict) --
The definition for the FilterAggMetrics.
MetricOperand (dict) --
The metric operand of the FilterAggMetrics.
Identity (string) --
The identity of the identifier.
Function (string) --
The function for the FilterAggMetrics.
SortDirection (string) --
The sort direction for FilterAggMetrics.
TopBottomLimit (dict) --
The TopBottomLimit for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
SortDirection (string) --
The sort direction for the TopicIRFilterOption.
Anchor (dict) --
The anchor for the TopicIRFilterOption.
AnchorType (string) --
The AnchorType for the Anchor.
TimeGranularity (string) --
The TimeGranularity of the Anchor.
Offset (integer) --
The offset of the Anchor.
EndRange (dict) --
The end range for the ContributionAnalysisTimeRanges.
FilterType (string) --
The filter type for the TopicIRFilterOption.
FilterClass (string) --
The filter class for the TopicIRFilterOption.
OperandField (dict) --
The operand field for the TopicIRFilterOption.
Identity (string) --
The identity of the identifier.
Function (string) --
The function for the TopicIRFilterOption.
Constant (dict) --
The constant for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
Inverse (boolean) --
The inverse for the TopicIRFilterOption.
NullFilter (string) --
The null filter for the TopicIRFilterOption.
Aggregation (string) --
The aggregation for the TopicIRFilterOption.
AggregationFunctionParameters (dict) --
The aggregation function parameters for the TopicIRFilterOption.
(string) --
(string) --
AggregationPartitionBy (list) --
The AggregationPartitionBy for the TopicIRFilterOption.
(dict) --
The definition of an AggregationPartitionBy.
FieldName (string) --
The field Name for an AggregationPartitionBy.
TimeGranularity (string) --
The TimeGranularity for an AggregationPartitionBy.
Range (dict) --
The range for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
Inclusive (boolean) --
The inclusive for the TopicIRFilterOption.
TimeGranularity (string) --
The time granularity for the TopicIRFilterOption.
LastNextOffset (dict) --
The last next offset for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
AggMetrics (list) --
The agg metrics for the TopicIRFilterOption.
(dict) --
The definition for the FilterAggMetrics.
MetricOperand (dict) --
The metric operand of the FilterAggMetrics.
Identity (string) --
The identity of the identifier.
Function (string) --
The function for the FilterAggMetrics.
SortDirection (string) --
The sort direction for FilterAggMetrics.
TopBottomLimit (dict) --
The TopBottomLimit for the TopicIRFilterOption.
ConstantType (string) --
The constant type of a TopicConstantValue.
Value (string) --
The value of the TopicConstantValue.
Minimum (string) --
The minimum for the TopicConstantValue.
Maximum (string) --
The maximum for the TopicConstantValue.
ValueList (list) --
The value list of the TopicConstantValue.
(dict) --
The definition for a CollectiveConstantEntry.
ConstantType (string) --
The ConstantType of a CollectiveConstantEntry.
Value (string) --
The value of a CollectiveConstantEntry.
SortDirection (string) --
The sort direction for the TopicIRFilterOption.
Anchor (dict) --
The anchor for the TopicIRFilterOption.
AnchorType (string) --
The AnchorType for the Anchor.
TimeGranularity (string) --
The TimeGranularity of the Anchor.
Offset (integer) --
The offset of the Anchor.
Direction (string) --
The direction for the TopicIRContributionAnalysis.
SortType (string) --
The sort type for the TopicIRContributionAnalysis.
Visual (dict) --
The visual for the TopicIR.
type (string) --
The type for a VisualOptions.
SupportingVisuals (list) --
The supporting visuals for the TopicVisual.
(dict) --
The definition for a TopicVisual.
Template (dict) --
The template for the TopicReviewedAnswer.
TemplateType (string) --
The template type for the TopicTemplate.
Slots (list) --
The slots for the TopicTemplate.
(dict) --
The definition for the slot.
SlotId (string) --
The slot ID of the slot.
VisualId (string) --
The visual ID for the slot.
Status (integer) --
The HTTP status of the request.
RequestId (string) --
The Amazon Web Services request ID for this operation.
{'Definition': {'CalculatedFields': {'TopicIdentifier': 'string'},
'ColumnConfigurations': {'Column': {'TopicIdentifier': 'string'}},
'FilterGroups': {'Filters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'NestedFilter': {'Column': {'TopicIdentifier': 'string'},
'InnerFilter': {'CategoryInnerFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}}}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'NumericRangeFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'RelativeDatesFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TimeEqualityFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TopBottomFilter': {'AggregationSortConfigurations': {'Column': {'TopicIdentifier': 'string'}},
'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}}}},
'Options': {'VisualMessages': {'NoDataMessage': {'Description': 'string',
'DescriptionVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Enabled': 'boolean',
'LinkText': 'string',
'LinkUrl': 'string',
'LinkVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Title': 'string',
'TitleVisibility': 'HIDDEN '
'| '
'VISIBLE'}}},
'ParameterDeclarations': {'DateTimeParameterDeclaration': {'DefaultValues': {'DynamicValue': {'DefaultValueColumn': {'TopicIdentifier': 'string'},
'GroupNameColumn': {'TopicIdentifier': 'string'},
'UserNameColumn': {'TopicIdentifier': 'string'}}}},
'DecimalParameterDeclaration': {'DefaultValues': {'DynamicValue': {'DefaultValueColumn': {'TopicIdentifier': 'string'},
'GroupNameColumn': {'TopicIdentifier': 'string'},
'UserNameColumn': {'TopicIdentifier': 'string'}}}},
'IntegerParameterDeclaration': {'DefaultValues': {'DynamicValue': {'DefaultValueColumn': {'TopicIdentifier': 'string'},
'GroupNameColumn': {'TopicIdentifier': 'string'},
'UserNameColumn': {'TopicIdentifier': 'string'}}}},
'StringParameterDeclaration': {'DefaultValues': {'DynamicValue': {'DefaultValueColumn': {'TopicIdentifier': 'string'},
'GroupNameColumn': {'TopicIdentifier': 'string'},
'UserNameColumn': {'TopicIdentifier': 'string'}}}}},
'Sheets': {'FilterControls': {'CrossSheet': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}}},
'Dropdown': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}},
'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'List': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}},
'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}},
'Images': {'Actions': {'ActionOperations': {'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}}},
'Layouts': {'Configuration': {'SectionBasedLayout': {'BodySections': {'RepeatConfiguration': {'DimensionConfigurations': {'DynamicCategoryDimensionConfiguration': {'Column': {'TopicIdentifier': 'string'},
'SortByMetrics': {'SortBy': {'TopicIdentifier': 'string'}}},
'DynamicNumericDimensionConfiguration': {'Column': {'TopicIdentifier': 'string'},
'SortByMetrics': {'SortBy': {'TopicIdentifier': 'string'}}}}}}}}},
'ParameterControls': {'Dropdown': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}},
'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}},
'SelectableValues': {'LinkToDataSetColumn': {'TopicIdentifier': 'string'}}},
'List': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}},
'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}},
'SelectableValues': {'LinkToDataSetColumn': {'TopicIdentifier': 'string'}}}},
'Visuals': {'BarChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'BarChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'BoxPlotVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'BoxPlotAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ComboChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'ComboChartAggregatedFieldWells': {'BarValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'LineValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'CustomContentVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'EmptyVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'FilledMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'FilledMapAggregatedFieldWells': {'Geospatial': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'FunnelChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'FunnelChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'GaugeChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'TargetValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TooltipOptions': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'GeospatialMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'GeospatialMapAggregatedFieldWells': {'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Geospatial': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'HeatMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ColumnLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'HeatMapAggregatedFieldWells': {'Columns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Rows': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'RowLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'HeatMapColumnSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'HeatMapRowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'HistogramVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'HistogramAggregatedFieldWells': {'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}}},
'InsightVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'InsightConfiguration': {'Computations': {'Forecast': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'GrowthRate': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'MaximumMinimum': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'MetricComparison': {'FromValue': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'TargetValue': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}},
'PeriodOverPeriod': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'PeriodToDate': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TopBottomMovers': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TopBottomRanked': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TotalAggregation': {'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'UniqueValues': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'KPIVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'TargetValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'TrendGroups': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'TrendGroupSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'LayerMapVisual': {'ChartConfiguration': {'MapLayers': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'JoinDefinition': {'ColorField': {'ColorDimensionsFields': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'ColorValuesFields': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'DatasetKeyField': {'Column': {'TopicIdentifier': 'string'}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TopicIdentifier': 'string'},
'LineChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'LineChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'PieChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'PieChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'PivotTableVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'DashboardCustomizationVisualOptions': {'FieldsConfiguration': {'AdditionalFields': {'TopicIdentifier': 'string'}}},
'FieldWells': {'PivotTableAggregatedFieldWells': {'Columns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Rows': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'FieldSortOptions': {'SortBy': {'Column': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'PluginVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'Dimensions': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Measures': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Unaggregated': {'Column': {'TopicIdentifier': 'string'}}},
'SortConfiguration': {'PluginVisualTableQuerySort': {'RowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}}}},
'RadarChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'RadarChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Color': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'SankeyDiagramVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'SankeyDiagramAggregatedFieldWells': {'Destination': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Source': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Weight': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'WeightSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}}},
'ScatterPlotVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'ScatterPlotCategoricallyAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Label': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'XAxis': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'YAxis': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'ScatterPlotUnaggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Label': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'XAxis': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'YAxis': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'YAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'TableVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'DashboardCustomizationVisualOptions': {'FieldsConfiguration': {'AdditionalFields': {'TopicIdentifier': 'string'}}},
'FieldWells': {'TableAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TableUnaggregatedFieldWells': {'Values': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'RowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'TableInlineVisualizations': {'Sparklines': {'XAxisField': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TreeMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'TreeMapAggregatedFieldWells': {'Colors': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Groups': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Sizes': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'GroupLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SizeLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'TreeMapSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'WaterfallVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'WaterfallChartAggregatedFieldWells': {'Breakdowns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Categories': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'WordCloudVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'WordCloudAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}}}},
'TooltipSheets': {'Images': {'Actions': {'ActionOperations': {'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}}},
'Layouts': {'Configuration': {'SectionBasedLayout': {'BodySections': {'RepeatConfiguration': {'DimensionConfigurations': {'DynamicCategoryDimensionConfiguration': {'Column': {'TopicIdentifier': 'string'},
'SortByMetrics': {'SortBy': {'TopicIdentifier': 'string'}}},
'DynamicNumericDimensionConfiguration': {'Column': {'TopicIdentifier': 'string'},
'SortByMetrics': {'SortBy': {'TopicIdentifier': 'string'}}}}}}}}},
'Visuals': {'BarChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'BarChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'BoxPlotVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'BoxPlotAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ComboChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'ComboChartAggregatedFieldWells': {'BarValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'LineValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'CustomContentVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'EmptyVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'FilledMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'FilledMapAggregatedFieldWells': {'Geospatial': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'FunnelChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'FunnelChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'GaugeChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'TargetValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TooltipOptions': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'GeospatialMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'GeospatialMapAggregatedFieldWells': {'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Geospatial': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'HeatMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ColumnLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'HeatMapAggregatedFieldWells': {'Columns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Rows': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'RowLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'HeatMapColumnSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'HeatMapRowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'HistogramVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'HistogramAggregatedFieldWells': {'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}}},
'InsightVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'InsightConfiguration': {'Computations': {'Forecast': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'GrowthRate': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'MaximumMinimum': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'MetricComparison': {'FromValue': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'TargetValue': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}},
'PeriodOverPeriod': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'PeriodToDate': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TopBottomMovers': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TopBottomRanked': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TotalAggregation': {'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'UniqueValues': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'KPIVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'TargetValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'TrendGroups': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'TrendGroupSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'LayerMapVisual': {'ChartConfiguration': {'MapLayers': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'JoinDefinition': {'ColorField': {'ColorDimensionsFields': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'ColorValuesFields': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'DatasetKeyField': {'Column': {'TopicIdentifier': 'string'}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TopicIdentifier': 'string'},
'LineChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'LineChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'PieChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'PieChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'PivotTableVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'DashboardCustomizationVisualOptions': {'FieldsConfiguration': {'AdditionalFields': {'TopicIdentifier': 'string'}}},
'FieldWells': {'PivotTableAggregatedFieldWells': {'Columns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Rows': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'FieldSortOptions': {'SortBy': {'Column': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'PluginVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'Dimensions': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Measures': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Unaggregated': {'Column': {'TopicIdentifier': 'string'}}},
'SortConfiguration': {'PluginVisualTableQuerySort': {'RowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}}}},
'RadarChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'RadarChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Color': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'SankeyDiagramVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'SankeyDiagramAggregatedFieldWells': {'Destination': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Source': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Weight': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'WeightSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}}},
'ScatterPlotVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'ScatterPlotCategoricallyAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Label': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'XAxis': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'YAxis': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'ScatterPlotUnaggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Label': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'XAxis': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'YAxis': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'YAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'TableVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'DashboardCustomizationVisualOptions': {'FieldsConfiguration': {'AdditionalFields': {'TopicIdentifier': 'string'}}},
'FieldWells': {'TableAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TableUnaggregatedFieldWells': {'Values': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'RowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'TableInlineVisualizations': {'Sparklines': {'XAxisField': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TreeMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'TreeMapAggregatedFieldWells': {'Colors': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Groups': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Sizes': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'GroupLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SizeLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'TreeMapSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'WaterfallVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'WaterfallChartAggregatedFieldWells': {'Breakdowns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Categories': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'WordCloudVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'WordCloudAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}}}},
'TopicIdentifierDeclarations': [{'Identifier': 'string',
'TopicArn': 'string'}]},
'SourceEntity': {'SourceTemplate': {'TopicReferences': [{'TopicArn': 'string',
'TopicPlaceholder': 'string'}]}}}
Updates an analysis in Amazon Quick Sight
See also: AWS API Documentation
Request Syntax
# This section is too large to render. # Please see the AWS API Documentation linked below.Parameters
# This section is too large to render. # Please see the AWS API Documentation linked below.
dict
Response Syntax
{
'Arn': 'string',
'AnalysisId': 'string',
'UpdateStatus': 'CREATION_IN_PROGRESS'|'CREATION_SUCCESSFUL'|'CREATION_FAILED'|'UPDATE_IN_PROGRESS'|'UPDATE_SUCCESSFUL'|'UPDATE_FAILED'|'DELETED',
'Status': 123,
'RequestId': 'string'
}
Response Structure
(dict) --
Arn (string) --
The ARN of the analysis that you're updating.
AnalysisId (string) --
The ID of the analysis.
UpdateStatus (string) --
The update status of the last update that was made to the analysis.
Status (integer) --
The HTTP status of the request.
RequestId (string) --
The Amazon Web Services request ID for this operation.
{'Capabilities': {'BedrockManagedKnowledgeBase': 'DENY | ALLOW',
'BoxKnowledgeBase': 'DENY | ALLOW',
'ConfluenceKnowledgeBase': 'DENY | ALLOW',
'CreateAndUpdateBedrockManagedKnowledgeBase': 'DENY | ALLOW',
'CreateAndUpdateBoxKnowledgeBase': 'DENY | ALLOW',
'CreateAndUpdateConfluenceKnowledgeBase': 'DENY | ALLOW',
'CreateAndUpdateGoogleDriveKnowledgeBase': 'DENY | ALLOW',
'CreateAndUpdateIDCKnowledgeBase': 'DENY | ALLOW',
'CreateAndUpdateKnowledgeBases': 'DENY | ALLOW',
'CreateAndUpdateOneDriveKnowledgeBase': 'DENY | ALLOW',
'CreateAndUpdateQBusinessKnowledgeBase': 'DENY | ALLOW',
'CreateAndUpdateS3KnowledgeBase': 'DENY | ALLOW',
'CreateAndUpdateSharePointKnowledgeBase': 'DENY | ALLOW',
'CreateAndUpdateWebCrawlerKnowledgeBase': 'DENY | ALLOW',
'GoogleDriveKnowledgeBase': 'DENY | ALLOW',
'IDCKnowledgeBase': 'DENY | ALLOW',
'OneDriveKnowledgeBase': 'DENY | ALLOW',
'QBusinessKnowledgeBase': 'DENY | ALLOW',
'S3KnowledgeBase': 'DENY | ALLOW',
'ShareBedrockManagedKnowledgeBase': 'DENY | ALLOW',
'ShareBoxKnowledgeBase': 'DENY | ALLOW',
'ShareConfluenceKnowledgeBase': 'DENY | ALLOW',
'ShareGoogleDriveKnowledgeBase': 'DENY | ALLOW',
'ShareIDCKnowledgeBase': 'DENY | ALLOW',
'ShareKnowledgeBases': 'DENY | ALLOW',
'ShareOneDriveKnowledgeBase': 'DENY | ALLOW',
'SharePointKnowledgeBase': 'DENY | ALLOW',
'ShareQBusinessKnowledgeBase': 'DENY | ALLOW',
'ShareS3KnowledgeBase': 'DENY | ALLOW',
'ShareSharePointKnowledgeBase': 'DENY | ALLOW',
'ShareWebCrawlerKnowledgeBase': 'DENY | ALLOW',
'UseBedrockManagedKnowledgeBase': 'DENY | ALLOW',
'UseBoxKnowledgeBase': 'DENY | ALLOW',
'UseConfluenceKnowledgeBase': 'DENY | ALLOW',
'UseGoogleDriveKnowledgeBase': 'DENY | ALLOW',
'UseIDCKnowledgeBase': 'DENY | ALLOW',
'UseOneDriveKnowledgeBase': 'DENY | ALLOW',
'UseQBusinessKnowledgeBase': 'DENY | ALLOW',
'UseS3KnowledgeBase': 'DENY | ALLOW',
'UseSharePointKnowledgeBase': 'DENY | ALLOW',
'UseWebCrawlerKnowledgeBase': 'DENY | ALLOW',
'WebCrawlerKnowledgeBase': 'DENY | ALLOW'}}
Updates a custom permissions profile.
See also: AWS API Documentation
Request Syntax
client.update_custom_permissions(
AwsAccountId='string',
CustomPermissionsName='string',
Capabilities={
'ExportToCsv': 'DENY'|'ALLOW',
'ExportToExcel': 'DENY'|'ALLOW',
'ExportToPdf': 'DENY'|'ALLOW',
'PrintReports': 'DENY'|'ALLOW',
'CreateAndUpdateThemes': 'DENY'|'ALLOW',
'AddOrRunAnomalyDetectionForAnalyses': 'DENY'|'ALLOW',
'ShareAnalyses': 'DENY'|'ALLOW',
'CreateAndUpdateDatasets': 'DENY'|'ALLOW',
'ShareDatasets': 'DENY'|'ALLOW',
'SubscribeDashboardEmailReports': 'DENY'|'ALLOW',
'CreateAndUpdateDashboardEmailReports': 'DENY'|'ALLOW',
'ShareDashboards': 'DENY'|'ALLOW',
'CreateAndUpdateThresholdAlerts': 'DENY'|'ALLOW',
'RenameSharedFolders': 'DENY'|'ALLOW',
'CreateSharedFolders': 'DENY'|'ALLOW',
'CreateAndUpdateDataSources': 'DENY'|'ALLOW',
'ShareDataSources': 'DENY'|'ALLOW',
'ViewAccountSPICECapacity': 'DENY'|'ALLOW',
'CreateSPICEDataset': 'DENY'|'ALLOW',
'ExportToPdfInScheduledReports': 'DENY'|'ALLOW',
'ExportToCsvInScheduledReports': 'DENY'|'ALLOW',
'ExportToExcelInScheduledReports': 'DENY'|'ALLOW',
'IncludeContentInScheduledReportsEmail': 'DENY'|'ALLOW',
'Dashboard': 'DENY'|'ALLOW',
'Analysis': 'DENY'|'ALLOW',
'Automate': 'DENY'|'ALLOW',
'Flow': 'DENY'|'ALLOW',
'Apps': 'DENY'|'ALLOW',
'CreateAndUpdateApps': 'DENY'|'ALLOW',
'ShareApps': 'DENY'|'ALLOW',
'InvokeAppsAIInference': 'DENY'|'ALLOW',
'AccessAppsNativeDataStore': 'DENY'|'ALLOW',
'PublishWithoutApproval': 'DENY'|'ALLOW',
'UseBedrockModels': 'DENY'|'ALLOW',
'PerformFlowUiTask': 'DENY'|'ALLOW',
'ApproveFlowShareRequests': 'DENY'|'ALLOW',
'UseAgentWebSearch': 'DENY'|'ALLOW',
'KnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateKnowledgeBases': 'DENY'|'ALLOW',
'ShareKnowledgeBases': 'DENY'|'ALLOW',
'SharePointKnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateSharePointKnowledgeBase': 'DENY'|'ALLOW',
'ShareSharePointKnowledgeBase': 'DENY'|'ALLOW',
'UseSharePointKnowledgeBase': 'DENY'|'ALLOW',
'GoogleDriveKnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateGoogleDriveKnowledgeBase': 'DENY'|'ALLOW',
'ShareGoogleDriveKnowledgeBase': 'DENY'|'ALLOW',
'UseGoogleDriveKnowledgeBase': 'DENY'|'ALLOW',
'WebCrawlerKnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateWebCrawlerKnowledgeBase': 'DENY'|'ALLOW',
'ShareWebCrawlerKnowledgeBase': 'DENY'|'ALLOW',
'UseWebCrawlerKnowledgeBase': 'DENY'|'ALLOW',
'S3KnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateS3KnowledgeBase': 'DENY'|'ALLOW',
'ShareS3KnowledgeBase': 'DENY'|'ALLOW',
'UseS3KnowledgeBase': 'DENY'|'ALLOW',
'ConfluenceKnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateConfluenceKnowledgeBase': 'DENY'|'ALLOW',
'ShareConfluenceKnowledgeBase': 'DENY'|'ALLOW',
'UseConfluenceKnowledgeBase': 'DENY'|'ALLOW',
'OneDriveKnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateOneDriveKnowledgeBase': 'DENY'|'ALLOW',
'ShareOneDriveKnowledgeBase': 'DENY'|'ALLOW',
'UseOneDriveKnowledgeBase': 'DENY'|'ALLOW',
'QBusinessKnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateQBusinessKnowledgeBase': 'DENY'|'ALLOW',
'ShareQBusinessKnowledgeBase': 'DENY'|'ALLOW',
'UseQBusinessKnowledgeBase': 'DENY'|'ALLOW',
'BedrockManagedKnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateBedrockManagedKnowledgeBase': 'DENY'|'ALLOW',
'ShareBedrockManagedKnowledgeBase': 'DENY'|'ALLOW',
'UseBedrockManagedKnowledgeBase': 'DENY'|'ALLOW',
'BoxKnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateBoxKnowledgeBase': 'DENY'|'ALLOW',
'ShareBoxKnowledgeBase': 'DENY'|'ALLOW',
'UseBoxKnowledgeBase': 'DENY'|'ALLOW',
'IDCKnowledgeBase': 'DENY'|'ALLOW',
'CreateAndUpdateIDCKnowledgeBase': 'DENY'|'ALLOW',
'ShareIDCKnowledgeBase': 'DENY'|'ALLOW',
'UseIDCKnowledgeBase': 'DENY'|'ALLOW',
'Action': 'DENY'|'ALLOW',
'GenericHTTPAction': 'DENY'|'ALLOW',
'CreateAndUpdateGenericHTTPAction': 'DENY'|'ALLOW',
'ShareGenericHTTPAction': 'DENY'|'ALLOW',
'UseGenericHTTPAction': 'DENY'|'ALLOW',
'AsanaAction': 'DENY'|'ALLOW',
'CreateAndUpdateAsanaAction': 'DENY'|'ALLOW',
'ShareAsanaAction': 'DENY'|'ALLOW',
'UseAsanaAction': 'DENY'|'ALLOW',
'SlackAction': 'DENY'|'ALLOW',
'CreateAndUpdateSlackAction': 'DENY'|'ALLOW',
'ShareSlackAction': 'DENY'|'ALLOW',
'UseSlackAction': 'DENY'|'ALLOW',
'ServiceNowAction': 'DENY'|'ALLOW',
'CreateAndUpdateServiceNowAction': 'DENY'|'ALLOW',
'ShareServiceNowAction': 'DENY'|'ALLOW',
'UseServiceNowAction': 'DENY'|'ALLOW',
'SalesforceAction': 'DENY'|'ALLOW',
'CreateAndUpdateSalesforceAction': 'DENY'|'ALLOW',
'ShareSalesforceAction': 'DENY'|'ALLOW',
'UseSalesforceAction': 'DENY'|'ALLOW',
'MSExchangeAction': 'DENY'|'ALLOW',
'CreateAndUpdateMSExchangeAction': 'DENY'|'ALLOW',
'ShareMSExchangeAction': 'DENY'|'ALLOW',
'UseMSExchangeAction': 'DENY'|'ALLOW',
'PagerDutyAction': 'DENY'|'ALLOW',
'CreateAndUpdatePagerDutyAction': 'DENY'|'ALLOW',
'SharePagerDutyAction': 'DENY'|'ALLOW',
'UsePagerDutyAction': 'DENY'|'ALLOW',
'JiraAction': 'DENY'|'ALLOW',
'CreateAndUpdateJiraAction': 'DENY'|'ALLOW',
'ShareJiraAction': 'DENY'|'ALLOW',
'UseJiraAction': 'DENY'|'ALLOW',
'ConfluenceAction': 'DENY'|'ALLOW',
'CreateAndUpdateConfluenceAction': 'DENY'|'ALLOW',
'ShareConfluenceAction': 'DENY'|'ALLOW',
'UseConfluenceAction': 'DENY'|'ALLOW',
'OneDriveAction': 'DENY'|'ALLOW',
'CreateAndUpdateOneDriveAction': 'DENY'|'ALLOW',
'ShareOneDriveAction': 'DENY'|'ALLOW',
'UseOneDriveAction': 'DENY'|'ALLOW',
'SharePointAction': 'DENY'|'ALLOW',
'CreateAndUpdateSharePointAction': 'DENY'|'ALLOW',
'ShareSharePointAction': 'DENY'|'ALLOW',
'UseSharePointAction': 'DENY'|'ALLOW',
'MSTeamsAction': 'DENY'|'ALLOW',
'CreateAndUpdateMSTeamsAction': 'DENY'|'ALLOW',
'ShareMSTeamsAction': 'DENY'|'ALLOW',
'UseMSTeamsAction': 'DENY'|'ALLOW',
'GoogleCalendarAction': 'DENY'|'ALLOW',
'CreateAndUpdateGoogleCalendarAction': 'DENY'|'ALLOW',
'ShareGoogleCalendarAction': 'DENY'|'ALLOW',
'UseGoogleCalendarAction': 'DENY'|'ALLOW',
'ZendeskAction': 'DENY'|'ALLOW',
'CreateAndUpdateZendeskAction': 'DENY'|'ALLOW',
'ShareZendeskAction': 'DENY'|'ALLOW',
'UseZendeskAction': 'DENY'|'ALLOW',
'SmartsheetAction': 'DENY'|'ALLOW',
'CreateAndUpdateSmartsheetAction': 'DENY'|'ALLOW',
'ShareSmartsheetAction': 'DENY'|'ALLOW',
'UseSmartsheetAction': 'DENY'|'ALLOW',
'SAPBusinessPartnerAction': 'DENY'|'ALLOW',
'CreateAndUpdateSAPBusinessPartnerAction': 'DENY'|'ALLOW',
'ShareSAPBusinessPartnerAction': 'DENY'|'ALLOW',
'UseSAPBusinessPartnerAction': 'DENY'|'ALLOW',
'SAPProductMasterDataAction': 'DENY'|'ALLOW',
'CreateAndUpdateSAPProductMasterDataAction': 'DENY'|'ALLOW',
'ShareSAPProductMasterDataAction': 'DENY'|'ALLOW',
'UseSAPProductMasterDataAction': 'DENY'|'ALLOW',
'SAPPhysicalInventoryAction': 'DENY'|'ALLOW',
'CreateAndUpdateSAPPhysicalInventoryAction': 'DENY'|'ALLOW',
'ShareSAPPhysicalInventoryAction': 'DENY'|'ALLOW',
'UseSAPPhysicalInventoryAction': 'DENY'|'ALLOW',
'SAPBillOfMaterialAction': 'DENY'|'ALLOW',
'CreateAndUpdateSAPBillOfMaterialAction': 'DENY'|'ALLOW',
'ShareSAPBillOfMaterialAction': 'DENY'|'ALLOW',
'UseSAPBillOfMaterialAction': 'DENY'|'ALLOW',
'SAPMaterialStockAction': 'DENY'|'ALLOW',
'CreateAndUpdateSAPMaterialStockAction': 'DENY'|'ALLOW',
'ShareSAPMaterialStockAction': 'DENY'|'ALLOW',
'UseSAPMaterialStockAction': 'DENY'|'ALLOW',
'FactSetAction': 'DENY'|'ALLOW',
'CreateAndUpdateFactSetAction': 'DENY'|'ALLOW',
'ShareFactSetAction': 'DENY'|'ALLOW',
'UseFactSetAction': 'DENY'|'ALLOW',
'AmazonSThreeAction': 'DENY'|'ALLOW',
'CreateAndUpdateAmazonSThreeAction': 'DENY'|'ALLOW',
'ShareAmazonSThreeAction': 'DENY'|'ALLOW',
'UseAmazonSThreeAction': 'DENY'|'ALLOW',
'TextractAction': 'DENY'|'ALLOW',
'CreateAndUpdateTextractAction': 'DENY'|'ALLOW',
'ShareTextractAction': 'DENY'|'ALLOW',
'UseTextractAction': 'DENY'|'ALLOW',
'ComprehendAction': 'DENY'|'ALLOW',
'CreateAndUpdateComprehendAction': 'DENY'|'ALLOW',
'ShareComprehendAction': 'DENY'|'ALLOW',
'UseComprehendAction': 'DENY'|'ALLOW',
'ComprehendMedicalAction': 'DENY'|'ALLOW',
'CreateAndUpdateComprehendMedicalAction': 'DENY'|'ALLOW',
'ShareComprehendMedicalAction': 'DENY'|'ALLOW',
'UseComprehendMedicalAction': 'DENY'|'ALLOW',
'AmazonBedrockARSAction': 'DENY'|'ALLOW',
'CreateAndUpdateAmazonBedrockARSAction': 'DENY'|'ALLOW',
'ShareAmazonBedrockARSAction': 'DENY'|'ALLOW',
'UseAmazonBedrockARSAction': 'DENY'|'ALLOW',
'AmazonBedrockFSAction': 'DENY'|'ALLOW',
'CreateAndUpdateAmazonBedrockFSAction': 'DENY'|'ALLOW',
'ShareAmazonBedrockFSAction': 'DENY'|'ALLOW',
'UseAmazonBedrockFSAction': 'DENY'|'ALLOW',
'AmazonBedrockKRSAction': 'DENY'|'ALLOW',
'CreateAndUpdateAmazonBedrockKRSAction': 'DENY'|'ALLOW',
'ShareAmazonBedrockKRSAction': 'DENY'|'ALLOW',
'UseAmazonBedrockKRSAction': 'DENY'|'ALLOW',
'MCPAction': 'DENY'|'ALLOW',
'CreateAndUpdateMCPAction': 'DENY'|'ALLOW',
'ShareMCPAction': 'DENY'|'ALLOW',
'UseMCPAction': 'DENY'|'ALLOW',
'OpenAPIAction': 'DENY'|'ALLOW',
'CreateAndUpdateOpenAPIAction': 'DENY'|'ALLOW',
'ShareOpenAPIAction': 'DENY'|'ALLOW',
'UseOpenAPIAction': 'DENY'|'ALLOW',
'SandPGMIAction': 'DENY'|'ALLOW',
'CreateAndUpdateSandPGMIAction': 'DENY'|'ALLOW',
'ShareSandPGMIAction': 'DENY'|'ALLOW',
'UseSandPGMIAction': 'DENY'|'ALLOW',
'SandPGlobalEnergyAction': 'DENY'|'ALLOW',
'CreateAndUpdateSandPGlobalEnergyAction': 'DENY'|'ALLOW',
'ShareSandPGlobalEnergyAction': 'DENY'|'ALLOW',
'UseSandPGlobalEnergyAction': 'DENY'|'ALLOW',
'BambooHRAction': 'DENY'|'ALLOW',
'CreateAndUpdateBambooHRAction': 'DENY'|'ALLOW',
'ShareBambooHRAction': 'DENY'|'ALLOW',
'UseBambooHRAction': 'DENY'|'ALLOW',
'BoxAgentAction': 'DENY'|'ALLOW',
'CreateAndUpdateBoxAgentAction': 'DENY'|'ALLOW',
'ShareBoxAgentAction': 'DENY'|'ALLOW',
'UseBoxAgentAction': 'DENY'|'ALLOW',
'CanvaAgentAction': 'DENY'|'ALLOW',
'CreateAndUpdateCanvaAgentAction': 'DENY'|'ALLOW',
'ShareCanvaAgentAction': 'DENY'|'ALLOW',
'UseCanvaAgentAction': 'DENY'|'ALLOW',
'GithubAction': 'DENY'|'ALLOW',
'CreateAndUpdateGithubAction': 'DENY'|'ALLOW',
'ShareGithubAction': 'DENY'|'ALLOW',
'UseGithubAction': 'DENY'|'ALLOW',
'NotionAction': 'DENY'|'ALLOW',
'CreateAndUpdateNotionAction': 'DENY'|'ALLOW',
'ShareNotionAction': 'DENY'|'ALLOW',
'UseNotionAction': 'DENY'|'ALLOW',
'LinearAction': 'DENY'|'ALLOW',
'CreateAndUpdateLinearAction': 'DENY'|'ALLOW',
'ShareLinearAction': 'DENY'|'ALLOW',
'UseLinearAction': 'DENY'|'ALLOW',
'HuggingFaceAction': 'DENY'|'ALLOW',
'CreateAndUpdateHuggingFaceAction': 'DENY'|'ALLOW',
'ShareHuggingFaceAction': 'DENY'|'ALLOW',
'UseHuggingFaceAction': 'DENY'|'ALLOW',
'MondayAction': 'DENY'|'ALLOW',
'CreateAndUpdateMondayAction': 'DENY'|'ALLOW',
'ShareMondayAction': 'DENY'|'ALLOW',
'UseMondayAction': 'DENY'|'ALLOW',
'HubspotAction': 'DENY'|'ALLOW',
'CreateAndUpdateHubspotAction': 'DENY'|'ALLOW',
'ShareHubspotAction': 'DENY'|'ALLOW',
'UseHubspotAction': 'DENY'|'ALLOW',
'IntercomAction': 'DENY'|'ALLOW',
'CreateAndUpdateIntercomAction': 'DENY'|'ALLOW',
'ShareIntercomAction': 'DENY'|'ALLOW',
'UseIntercomAction': 'DENY'|'ALLOW',
'NewRelicAction': 'DENY'|'ALLOW',
'CreateAndUpdateNewRelicAction': 'DENY'|'ALLOW',
'ShareNewRelicAction': 'DENY'|'ALLOW',
'UseNewRelicAction': 'DENY'|'ALLOW',
'Topic': 'DENY'|'ALLOW',
'EditVisualWithQ': 'DENY'|'ALLOW',
'BuildCalculatedFieldWithQ': 'DENY'|'ALLOW',
'CreateDashboardExecutiveSummaryWithQ': 'DENY'|'ALLOW',
'Space': 'DENY'|'ALLOW',
'CreateSpaces': 'DENY'|'ALLOW',
'ShareSpaces': 'DENY'|'ALLOW',
'ChatAgent': 'DENY'|'ALLOW',
'CreateChatAgents': 'DENY'|'ALLOW',
'ShareChatAgents': 'DENY'|'ALLOW',
'Research': 'DENY'|'ALLOW',
'SelfUpgradeUserRole': 'DENY'|'ALLOW',
'Extension': 'DENY'|'ALLOW',
'UseBrowserExtension': 'DENY'|'ALLOW',
'UseWordAddInExtension': 'DENY'|'ALLOW',
'UseOutlookAddInExtension': 'DENY'|'ALLOW',
'UseExcelAddInExtension': 'DENY'|'ALLOW',
'UsePowerpointAddInExtension': 'DENY'|'ALLOW',
'ManageSharedFolders': 'DENY'|'ALLOW',
'GenerateAnalyses': 'DENY'|'ALLOW',
'Story': 'DENY'|'ALLOW',
'Scenario': 'DENY'|'ALLOW',
'Trigger': 'DENY'|'ALLOW',
'ScheduleTrigger': 'DENY'|'ALLOW',
'InboundEmailTrigger': 'DENY'|'ALLOW',
'QuickEventTrigger': 'DENY'|'ALLOW'
},
Governance={
'DefaultCategoryEffects': {
'string': 'DENY_BY_DEFAULT'
}
}
)
string
[REQUIRED]
The ID of the Amazon Web Services account that contains the custom permissions profile that you want to update.
string
[REQUIRED]
The name of the custom permissions profile that you want to update.
dict
A set of actions to include in the custom permissions profile.
ExportToCsv (string) --
The ability to export to CSV files from the UI.
ExportToExcel (string) --
The ability to export to Excel files from the UI.
ExportToPdf (string) --
The ability to export to PDF files from the UI.
PrintReports (string) --
The ability to print reports.
CreateAndUpdateThemes (string) --
The ability to export to Create and Update themes.
AddOrRunAnomalyDetectionForAnalyses (string) --
The ability to add or run anomaly detection.
ShareAnalyses (string) --
The ability to share analyses.
CreateAndUpdateDatasets (string) --
The ability to create and update datasets.
ShareDatasets (string) --
The ability to share datasets.
SubscribeDashboardEmailReports (string) --
The ability to subscribe to email reports.
CreateAndUpdateDashboardEmailReports (string) --
The ability to create and update email reports.
ShareDashboards (string) --
The ability to share dashboards.
CreateAndUpdateThresholdAlerts (string) --
The ability to create and update threshold alerts.
RenameSharedFolders (string) --
The ability to rename shared folders.
CreateSharedFolders (string) --
The ability to create shared folders.
CreateAndUpdateDataSources (string) --
The ability to create and update data sources.
ShareDataSources (string) --
The ability to share data sources.
ViewAccountSPICECapacity (string) --
The ability to view account SPICE capacity.
CreateSPICEDataset (string) --
The ability to create a SPICE dataset.
ExportToPdfInScheduledReports (string) --
The ability to export to PDF files in scheduled email reports.
ExportToCsvInScheduledReports (string) --
The ability to export to CSV files in scheduled email reports.
ExportToExcelInScheduledReports (string) --
The ability to export to Excel files in scheduled email reports.
IncludeContentInScheduledReportsEmail (string) --
The ability to include content in scheduled email reports.
Dashboard (string) --
The ability to perform dashboard-related actions.
Analysis (string) --
The ability to perform analysis-related actions.
Automate (string) --
The ability to perform automate-related actions.
Flow (string) --
The ability to perform flow-related actions.
Apps (string) --
The ability to perform apps-related actions.
CreateAndUpdateApps (string) --
The ability to create or update apps.
ShareApps (string) --
The ability to share apps with other users.
InvokeAppsAIInference (string) --
The ability to add and invoke AI inference in new and existing apps.
AccessAppsNativeDataStore (string) --
The ability to access the native data store for new and existing apps.
PublishWithoutApproval (string) --
The ability to enable approvals for flow share.
UseBedrockModels (string) --
The ability to use Bedrock models for general knowledge step in flows.
PerformFlowUiTask (string) --
The ability to use UI Agent step to perform tasks on public websites.
ApproveFlowShareRequests (string) --
The ability to review and approve sharing requests of Flows.
UseAgentWebSearch (string) --
The ability to use internet to enhance results in Chat Agents, Flows, and Quick Research. Web search queries will be processed securely in an Amazon Web Services region us-east-1.
KnowledgeBase (string) --
The ability to use knowledge bases to specify content from external applications.
CreateAndUpdateKnowledgeBases (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareKnowledgeBases (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
SharePointKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateSharePointKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareSharePointKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseSharePointKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
GoogleDriveKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateGoogleDriveKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareGoogleDriveKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseGoogleDriveKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
WebCrawlerKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateWebCrawlerKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareWebCrawlerKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseWebCrawlerKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
S3KnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateS3KnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareS3KnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseS3KnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ConfluenceKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateConfluenceKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareConfluenceKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseConfluenceKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
OneDriveKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateOneDriveKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareOneDriveKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseOneDriveKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
QBusinessKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateQBusinessKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareQBusinessKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseQBusinessKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
BedrockManagedKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateBedrockManagedKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareBedrockManagedKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseBedrockManagedKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
BoxKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateBoxKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareBoxKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseBoxKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
IDCKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
CreateAndUpdateIDCKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
ShareIDCKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
UseIDCKnowledgeBase (string) --
The permission state of a capability in a custom permissions profile. Valid values:
DENY – Amazon Quick denies this capability for users assigned to the profile.
ALLOW – Amazon Quick grants this capability to users assigned to the profile. This value is only relevant when governance is enabled for the capability's category. Without governance, the default effect is always ALLOW. In a governed category, this value overrides the category-level deny-by-default behavior for that capability only.
Action (string) --
The ability to perform actions in external services through Action connectors. Actions allow users to interact with third-party systems.
GenericHTTPAction (string) --
The ability to perform actions using REST API connection connectors.
CreateAndUpdateGenericHTTPAction (string) --
The ability to create and update REST API connection actions.
ShareGenericHTTPAction (string) --
The ability to share REST API connection actions.
UseGenericHTTPAction (string) --
The ability to use REST API connection actions.
AsanaAction (string) --
The ability to perform actions using Asana connectors.
CreateAndUpdateAsanaAction (string) --
The ability to create and update Asana actions.
ShareAsanaAction (string) --
The ability to share Asana actions.
UseAsanaAction (string) --
The ability to use Asana actions.
SlackAction (string) --
The ability to perform actions using Slack connectors.
CreateAndUpdateSlackAction (string) --
The ability to create and update Slack actions.
ShareSlackAction (string) --
The ability to share Slack actions.
UseSlackAction (string) --
The ability to use Slack actions.
ServiceNowAction (string) --
The ability to perform actions using ServiceNow connectors.
CreateAndUpdateServiceNowAction (string) --
The ability to create and update ServiceNow actions.
ShareServiceNowAction (string) --
The ability to share ServiceNow actions.
UseServiceNowAction (string) --
The ability to use ServiceNow actions.
SalesforceAction (string) --
The ability to perform actions using Salesforce connectors.
CreateAndUpdateSalesforceAction (string) --
The ability to create and update Salesforce actions.
ShareSalesforceAction (string) --
The ability to share Salesforce actions.
UseSalesforceAction (string) --
The ability to use Salesforce actions.
MSExchangeAction (string) --
The ability to perform actions using Microsoft Outlook connectors.
CreateAndUpdateMSExchangeAction (string) --
The ability to create and update Microsoft Outlook actions.
ShareMSExchangeAction (string) --
The ability to share Microsoft Outlook actions.
UseMSExchangeAction (string) --
The ability to use Microsoft Outlook actions.
PagerDutyAction (string) --
The ability to perform actions using PagerDuty Advance connectors.
CreateAndUpdatePagerDutyAction (string) --
The ability to create and update PagerDuty Advance actions.
SharePagerDutyAction (string) --
The ability to share PagerDuty Advance actions.
UsePagerDutyAction (string) --
The ability to use PagerDuty Advance actions.
JiraAction (string) --
The ability to perform actions using Jira connectors.
CreateAndUpdateJiraAction (string) --
The ability to create and update Jira actions.
ShareJiraAction (string) --
The ability to share Jira actions.
UseJiraAction (string) --
The ability to use Jira actions.
ConfluenceAction (string) --
The ability to perform actions using Atlassian Confluence Cloud connectors.
CreateAndUpdateConfluenceAction (string) --
The ability to create and update Atlassian Confluence Cloud actions.
ShareConfluenceAction (string) --
The ability to share Atlassian Confluence Cloud actions.
UseConfluenceAction (string) --
The ability to use Atlassian Confluence Cloud actions.
OneDriveAction (string) --
The ability to perform actions using Microsoft OneDrive connectors.
CreateAndUpdateOneDriveAction (string) --
The ability to create and update Microsoft OneDrive actions.
ShareOneDriveAction (string) --
The ability to share Microsoft OneDrive actions.
UseOneDriveAction (string) --
The ability to use Microsoft OneDrive actions.
SharePointAction (string) --
The ability to perform actions using Microsoft SharePoint Online connectors.
CreateAndUpdateSharePointAction (string) --
The ability to create and update Microsoft SharePoint Online actions.
ShareSharePointAction (string) --
The ability to share Microsoft SharePoint Online actions.
UseSharePointAction (string) --
The ability to use Microsoft SharePoint Online actions.
MSTeamsAction (string) --
The ability to perform actions using Microsoft Teams connectors.
CreateAndUpdateMSTeamsAction (string) --
The ability to create and update Microsoft Teams actions.
ShareMSTeamsAction (string) --
The ability to share Microsoft Teams actions.
UseMSTeamsAction (string) --
The ability to use Microsoft Teams actions.
GoogleCalendarAction (string) --
The ability to perform actions using Google Calendar connectors.
CreateAndUpdateGoogleCalendarAction (string) --
The ability to create and update Google Calendar actions.
ShareGoogleCalendarAction (string) --
The ability to share Google Calendar actions.
UseGoogleCalendarAction (string) --
The ability to use Google Calendar actions.
ZendeskAction (string) --
The ability to perform actions using Zendesk connectors.
CreateAndUpdateZendeskAction (string) --
The ability to create and update Zendesk actions.
ShareZendeskAction (string) --
The ability to share Zendesk actions.
UseZendeskAction (string) --
The ability to use Zendesk actions.
SmartsheetAction (string) --
The ability to perform actions using Smartsheet connectors.
CreateAndUpdateSmartsheetAction (string) --
The ability to create and update Smartsheet actions.
ShareSmartsheetAction (string) --
The ability to share Smartsheet actions.
UseSmartsheetAction (string) --
The ability to use Smartsheet actions.
SAPBusinessPartnerAction (string) --
The ability to perform actions using SAP Business Partner connectors.
CreateAndUpdateSAPBusinessPartnerAction (string) --
The ability to create and update SAP Business Partner actions.
ShareSAPBusinessPartnerAction (string) --
The ability to share SAP Business Partner actions.
UseSAPBusinessPartnerAction (string) --
The ability to use SAP Business Partner actions.
SAPProductMasterDataAction (string) --
The ability to perform actions using SAP Product Master connectors.
CreateAndUpdateSAPProductMasterDataAction (string) --
The ability to create and update SAP Product Master actions.
ShareSAPProductMasterDataAction (string) --
The ability to share SAP Product Master actions.
UseSAPProductMasterDataAction (string) --
The ability to use SAP Product Master actions.
SAPPhysicalInventoryAction (string) --
The ability to perform actions using SAP Physical Inventory connectors.
CreateAndUpdateSAPPhysicalInventoryAction (string) --
The ability to create and update SAP Physical Inventory actions.
ShareSAPPhysicalInventoryAction (string) --
The ability to share SAP Physical Inventory actions.
UseSAPPhysicalInventoryAction (string) --
The ability to use SAP Physical Inventory actions.
SAPBillOfMaterialAction (string) --
The ability to perform actions using SAP Bill of Materials connectors.
CreateAndUpdateSAPBillOfMaterialAction (string) --
The ability to create and update SAP Bill of Materials actions.
ShareSAPBillOfMaterialAction (string) --
The ability to share SAP Bill of Materials actions.
UseSAPBillOfMaterialAction (string) --
The ability to use SAP Bill of Materials actions.
SAPMaterialStockAction (string) --
The ability to perform actions using SAP Material Stock connectors.
CreateAndUpdateSAPMaterialStockAction (string) --
The ability to create and update SAP Material Stock actions.
ShareSAPMaterialStockAction (string) --
The ability to share SAP Material Stock actions.
UseSAPMaterialStockAction (string) --
The ability to use SAP Material Stock actions.
FactSetAction (string) --
The ability to perform actions using FactSet connectors.
CreateAndUpdateFactSetAction (string) --
The ability to create and update FactSet actions.
ShareFactSetAction (string) --
The ability to share FactSet actions.
UseFactSetAction (string) --
The ability to use FactSet actions.
AmazonSThreeAction (string) --
The ability to perform actions using Amazon S3 connectors.
CreateAndUpdateAmazonSThreeAction (string) --
The ability to create and update Amazon S3 actions.
ShareAmazonSThreeAction (string) --
The ability to share Amazon S3 actions.
UseAmazonSThreeAction (string) --
The ability to use Amazon S3 actions.
TextractAction (string) --
The ability to perform actions using Textract connectors.
CreateAndUpdateTextractAction (string) --
The ability to create and update Textract actions.
ShareTextractAction (string) --
The ability to share Textract actions.
UseTextractAction (string) --
The ability to use Textract actions.
ComprehendAction (string) --
The ability to perform actions using Comprehend connectors.
CreateAndUpdateComprehendAction (string) --
The ability to create and update Comprehend actions.
ShareComprehendAction (string) --
The ability to share Comprehend actions.
UseComprehendAction (string) --
The ability to use Comprehend actions.
ComprehendMedicalAction (string) --
The ability to perform actions using Comprehend Medical connectors.
CreateAndUpdateComprehendMedicalAction (string) --
The ability to create and update Comprehend Medical actions.
ShareComprehendMedicalAction (string) --
The ability to share Comprehend Medical actions.
UseComprehendMedicalAction (string) --
The ability to use Comprehend Medical actions.
AmazonBedrockARSAction (string) --
The ability to perform actions using Bedrock Agent connectors.
CreateAndUpdateAmazonBedrockARSAction (string) --
The ability to create and update Bedrock Agent actions.
ShareAmazonBedrockARSAction (string) --
The ability to share Bedrock Agent actions.
UseAmazonBedrockARSAction (string) --
The ability to use Bedrock Agent actions.
AmazonBedrockFSAction (string) --
The ability to perform actions using Bedrock Runtime connectors.
CreateAndUpdateAmazonBedrockFSAction (string) --
The ability to create and update Bedrock Runtime actions.
ShareAmazonBedrockFSAction (string) --
The ability to share Bedrock Runtime actions.
UseAmazonBedrockFSAction (string) --
The ability to use Bedrock Runtime actions.
AmazonBedrockKRSAction (string) --
The ability to perform actions using Bedrock Data Automation Runtime connectors.
CreateAndUpdateAmazonBedrockKRSAction (string) --
The ability to create and update Bedrock Data Automation Runtime actions.
ShareAmazonBedrockKRSAction (string) --
The ability to share Bedrock Data Automation Runtime actions.
UseAmazonBedrockKRSAction (string) --
The ability to use Bedrock Data Automation Runtime actions.
MCPAction (string) --
The ability to perform actions using Model Context Protocol connectors.
CreateAndUpdateMCPAction (string) --
The ability to create and update Model Context Protocol actions.
ShareMCPAction (string) --
The ability to share Model Context Protocol actions.
UseMCPAction (string) --
The ability to use Model Context Protocol actions.
OpenAPIAction (string) --
The ability to perform actions using OpenAPI Specification connectors.
CreateAndUpdateOpenAPIAction (string) --
The ability to create and update OpenAPI Specification actions.
ShareOpenAPIAction (string) --
The ability to share OpenAPI Specification actions.
UseOpenAPIAction (string) --
The ability to use OpenAPI Specification actions.
SandPGMIAction (string) --
The ability to perform actions using S&P Global Market Intelligence connectors.
CreateAndUpdateSandPGMIAction (string) --
The ability to create and update S&P Global Market Intelligence actions.
ShareSandPGMIAction (string) --
The ability to share S&P Global Market Intelligence actions.
UseSandPGMIAction (string) --
The ability to use S&P Global Market Intelligence actions.
SandPGlobalEnergyAction (string) --
The ability to perform actions using S&P Global Energy connectors.
CreateAndUpdateSandPGlobalEnergyAction (string) --
The ability to create and update S&P Global Energy actions.
ShareSandPGlobalEnergyAction (string) --
The ability to share S&P Global Energy actions.
UseSandPGlobalEnergyAction (string) --
The ability to use S&P Global Energy actions.
BambooHRAction (string) --
The ability to perform actions using BambooHR connectors.
CreateAndUpdateBambooHRAction (string) --
The ability to create and update BambooHR actions.
ShareBambooHRAction (string) --
The ability to share BambooHR actions.
UseBambooHRAction (string) --
The ability to use BambooHR actions.
BoxAgentAction (string) --
The ability to perform actions using Box Agent connectors.
CreateAndUpdateBoxAgentAction (string) --
The ability to create and update Box Agent actions.
ShareBoxAgentAction (string) --
The ability to share Box Agent actions.
UseBoxAgentAction (string) --
The ability to use Box Agent actions.
CanvaAgentAction (string) --
The ability to perform actions using Canva Agent connectors.
CreateAndUpdateCanvaAgentAction (string) --
The ability to create and update Canva Agent actions.
ShareCanvaAgentAction (string) --
The ability to share Canva Agent actions.
UseCanvaAgentAction (string) --
The ability to use Canva Agent actions.
GithubAction (string) --
The ability to perform actions using GitHub connectors.
CreateAndUpdateGithubAction (string) --
The ability to create and update GitHub actions.
ShareGithubAction (string) --
The ability to share GitHub actions.
UseGithubAction (string) --
The ability to use GitHub actions.
NotionAction (string) --
The ability to perform actions using Notion connectors.
CreateAndUpdateNotionAction (string) --
The ability to create and update Notion actions.
ShareNotionAction (string) --
The ability to share Notion actions.
UseNotionAction (string) --
The ability to use Notion actions.
LinearAction (string) --
The ability to perform actions using Linear connectors.
CreateAndUpdateLinearAction (string) --
The ability to create and update Linear actions.
ShareLinearAction (string) --
The ability to share Linear actions.
UseLinearAction (string) --
The ability to use Linear actions.
HuggingFaceAction (string) --
The ability to perform actions using HuggingFace connectors.
CreateAndUpdateHuggingFaceAction (string) --
The ability to create and update HuggingFace actions.
ShareHuggingFaceAction (string) --
The ability to share HuggingFace actions.
UseHuggingFaceAction (string) --
The ability to use HuggingFace actions.
MondayAction (string) --
The ability to perform actions using Monday connectors.
CreateAndUpdateMondayAction (string) --
The ability to create and update Monday actions.
ShareMondayAction (string) --
The ability to share Monday actions.
UseMondayAction (string) --
The ability to use Monday actions.
HubspotAction (string) --
The ability to perform actions using Hubspot connectors.
CreateAndUpdateHubspotAction (string) --
The ability to create and update Hubspot actions.
ShareHubspotAction (string) --
The ability to share Hubspot actions.
UseHubspotAction (string) --
The ability to use Hubspot actions.
IntercomAction (string) --
The ability to perform actions using Intercom connectors.
CreateAndUpdateIntercomAction (string) --
The ability to create and update Intercom actions.
ShareIntercomAction (string) --
The ability to share Intercom actions.
UseIntercomAction (string) --
The ability to use Intercom actions.
NewRelicAction (string) --
The ability to perform actions using New Relic connectors.
CreateAndUpdateNewRelicAction (string) --
The ability to create and update New Relic actions.
ShareNewRelicAction (string) --
The ability to share New Relic actions.
UseNewRelicAction (string) --
The ability to use New Relic actions.
Topic (string) --
The ability to perform Topic-related actions.
EditVisualWithQ (string) --
The ability to Edit Visual with AI
BuildCalculatedFieldWithQ (string) --
The ability to Build Calculation with AI
CreateDashboardExecutiveSummaryWithQ (string) --
The ability to Create Executive Summary
Space (string) --
The ability to perform space-related actions.
CreateSpaces (string) --
The ability to create spaces.
ShareSpaces (string) --
The ability to share spaces with other users and groups.
ChatAgent (string) --
The ability to perform chat-related actions.
CreateChatAgents (string) --
The ability to create chat agents.
ShareChatAgents (string) --
The ability to share chat agents with other users and groups.
Research (string) --
The ability to perform research-related actions.
SelfUpgradeUserRole (string) --
The ability to enable users to upgrade their user role.
Extension (string) --
The ability to perform Extension-related actions.
UseBrowserExtension (string) --
The ability to use Amazon Quick through the browser extension for Chrome, Firefox, and Edge.
UseWordAddInExtension (string) --
The ability to use Amazon Quick through the Microsoft Word add-in.
UseOutlookAddInExtension (string) --
The ability to use Amazon Quick through the Microsoft Outlook add-in.
UseExcelAddInExtension (string) --
The ability to use Amazon Quick through the Microsoft Excel add-in.
UsePowerpointAddInExtension (string) --
The ability to use Amazon Quick through the Microsoft PowerPoint add-in.
ManageSharedFolders (string) --
The ability to create, update, delete and view shared folders (both restricted and unrestricted), ability to add any asset to shared folders, and ability to share the folders.
Note: This does not prevent inheriting access to assets that others share with them through folder membership.
GenerateAnalyses (string) --
The ability to generate analysis using AI
Story (string) --
The ability to perform Story-related actions.
Scenario (string) --
The ability to perform Scenario-related actions.
Trigger (string) --
The ability to manage trigger-related settings for flows and automations.
ScheduleTrigger (string) --
The ability to create, view, edit, delete, and run schedule triggers for flows and automations.
InboundEmailTrigger (string) --
The ability to create, view, edit, delete, and run inbound email triggers for flows and automations.
QuickEventTrigger (string) --
The ability to create, view, edit, delete, and run Quick event triggers for flows and automations.
dict
The governance configuration for the custom permissions profile. The UpdateCustomPermissions operation replaces all existing Capabilities and Governance values. If you omit this parameter, Amazon Quick removes governance from the profile and the existing custom permission behavior applies.
DefaultCategoryEffects (dict) --
A map of DefaultCategoryEffects.
(string) --
The name of a governance category. A governance category groups related capabilities so that you can apply a default effect to all capabilities in the category at once. Valid values:
AI – Capabilities related to Amazon Quick AI features.
(string) --
The default effect that Amazon Quick applies to capabilities in a governed category when you do not explicitly list those capabilities in Capabilities. Valid values:
DENY_BY_DEFAULT – Amazon Quick denies any capability access in the given category that the profile does not explicitly set to ALLOW.
dict
Response Syntax
{
'Status': 123,
'Arn': 'string',
'RequestId': 'string'
}
Response Structure
(dict) --
Status (integer) --
The HTTP status of the request.
Arn (string) --
The Amazon Resource Name (ARN) of the custom permissions profile.
RequestId (string) --
The Amazon Web Services request ID for this operation.
{'Definition': {'CalculatedFields': {'TopicIdentifier': 'string'},
'ColumnConfigurations': {'Column': {'TopicIdentifier': 'string'}},
'FilterGroups': {'Filters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'NestedFilter': {'Column': {'TopicIdentifier': 'string'},
'InnerFilter': {'CategoryInnerFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}}}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'NumericRangeFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'RelativeDatesFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TimeEqualityFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TopBottomFilter': {'AggregationSortConfigurations': {'Column': {'TopicIdentifier': 'string'}},
'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}}}},
'Options': {'VisualMessages': {'NoDataMessage': {'Description': 'string',
'DescriptionVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Enabled': 'boolean',
'LinkText': 'string',
'LinkUrl': 'string',
'LinkVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Title': 'string',
'TitleVisibility': 'HIDDEN '
'| '
'VISIBLE'}}},
'ParameterDeclarations': {'DateTimeParameterDeclaration': {'DefaultValues': {'DynamicValue': {'DefaultValueColumn': {'TopicIdentifier': 'string'},
'GroupNameColumn': {'TopicIdentifier': 'string'},
'UserNameColumn': {'TopicIdentifier': 'string'}}}},
'DecimalParameterDeclaration': {'DefaultValues': {'DynamicValue': {'DefaultValueColumn': {'TopicIdentifier': 'string'},
'GroupNameColumn': {'TopicIdentifier': 'string'},
'UserNameColumn': {'TopicIdentifier': 'string'}}}},
'IntegerParameterDeclaration': {'DefaultValues': {'DynamicValue': {'DefaultValueColumn': {'TopicIdentifier': 'string'},
'GroupNameColumn': {'TopicIdentifier': 'string'},
'UserNameColumn': {'TopicIdentifier': 'string'}}}},
'StringParameterDeclaration': {'DefaultValues': {'DynamicValue': {'DefaultValueColumn': {'TopicIdentifier': 'string'},
'GroupNameColumn': {'TopicIdentifier': 'string'},
'UserNameColumn': {'TopicIdentifier': 'string'}}}}},
'Sheets': {'FilterControls': {'CrossSheet': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}}},
'Dropdown': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}},
'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'List': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}},
'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}},
'Images': {'Actions': {'ActionOperations': {'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}}},
'Layouts': {'Configuration': {'SectionBasedLayout': {'BodySections': {'RepeatConfiguration': {'DimensionConfigurations': {'DynamicCategoryDimensionConfiguration': {'Column': {'TopicIdentifier': 'string'},
'SortByMetrics': {'SortBy': {'TopicIdentifier': 'string'}}},
'DynamicNumericDimensionConfiguration': {'Column': {'TopicIdentifier': 'string'},
'SortByMetrics': {'SortBy': {'TopicIdentifier': 'string'}}}}}}}}},
'ParameterControls': {'Dropdown': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}},
'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}},
'SelectableValues': {'LinkToDataSetColumn': {'TopicIdentifier': 'string'}}},
'List': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}},
'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}},
'SelectableValues': {'LinkToDataSetColumn': {'TopicIdentifier': 'string'}}}},
'Visuals': {'BarChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'BarChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'BoxPlotVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'BoxPlotAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ComboChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'ComboChartAggregatedFieldWells': {'BarValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'LineValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'CustomContentVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'EmptyVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'FilledMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'FilledMapAggregatedFieldWells': {'Geospatial': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'FunnelChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'FunnelChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'GaugeChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'TargetValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TooltipOptions': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'GeospatialMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'GeospatialMapAggregatedFieldWells': {'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Geospatial': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'HeatMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ColumnLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'HeatMapAggregatedFieldWells': {'Columns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Rows': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'RowLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'HeatMapColumnSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'HeatMapRowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'HistogramVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'HistogramAggregatedFieldWells': {'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}}},
'InsightVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'InsightConfiguration': {'Computations': {'Forecast': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'GrowthRate': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'MaximumMinimum': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'MetricComparison': {'FromValue': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'TargetValue': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}},
'PeriodOverPeriod': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'PeriodToDate': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TopBottomMovers': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TopBottomRanked': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TotalAggregation': {'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'UniqueValues': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'KPIVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'TargetValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'TrendGroups': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'TrendGroupSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'LayerMapVisual': {'ChartConfiguration': {'MapLayers': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'JoinDefinition': {'ColorField': {'ColorDimensionsFields': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'ColorValuesFields': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'DatasetKeyField': {'Column': {'TopicIdentifier': 'string'}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TopicIdentifier': 'string'},
'LineChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'LineChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'PieChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'PieChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'PivotTableVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'DashboardCustomizationVisualOptions': {'FieldsConfiguration': {'AdditionalFields': {'TopicIdentifier': 'string'}}},
'FieldWells': {'PivotTableAggregatedFieldWells': {'Columns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Rows': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'FieldSortOptions': {'SortBy': {'Column': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'PluginVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'Dimensions': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Measures': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Unaggregated': {'Column': {'TopicIdentifier': 'string'}}},
'SortConfiguration': {'PluginVisualTableQuerySort': {'RowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}}}},
'RadarChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'RadarChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Color': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'SankeyDiagramVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'SankeyDiagramAggregatedFieldWells': {'Destination': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Source': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Weight': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'WeightSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}}},
'ScatterPlotVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'ScatterPlotCategoricallyAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Label': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'XAxis': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'YAxis': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'ScatterPlotUnaggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Label': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'XAxis': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'YAxis': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'YAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'TableVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'DashboardCustomizationVisualOptions': {'FieldsConfiguration': {'AdditionalFields': {'TopicIdentifier': 'string'}}},
'FieldWells': {'TableAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TableUnaggregatedFieldWells': {'Values': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'RowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'TableInlineVisualizations': {'Sparklines': {'XAxisField': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TreeMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'TreeMapAggregatedFieldWells': {'Colors': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Groups': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Sizes': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'GroupLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SizeLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'TreeMapSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'WaterfallVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'WaterfallChartAggregatedFieldWells': {'Breakdowns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Categories': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'WordCloudVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'WordCloudAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}}}},
'TooltipSheets': {'Images': {'Actions': {'ActionOperations': {'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}}},
'Layouts': {'Configuration': {'SectionBasedLayout': {'BodySections': {'RepeatConfiguration': {'DimensionConfigurations': {'DynamicCategoryDimensionConfiguration': {'Column': {'TopicIdentifier': 'string'},
'SortByMetrics': {'SortBy': {'TopicIdentifier': 'string'}}},
'DynamicNumericDimensionConfiguration': {'Column': {'TopicIdentifier': 'string'},
'SortByMetrics': {'SortBy': {'TopicIdentifier': 'string'}}}}}}}}},
'Visuals': {'BarChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'BarChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'BoxPlotVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'BoxPlotAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ComboChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'ComboChartAggregatedFieldWells': {'BarValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'LineValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'CustomContentVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'EmptyVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'FilledMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'FilledMapAggregatedFieldWells': {'Geospatial': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'FunnelChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'FunnelChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'GaugeChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'TargetValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TooltipOptions': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'GeospatialMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'GeospatialMapAggregatedFieldWells': {'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Geospatial': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'HeatMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ColumnLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'HeatMapAggregatedFieldWells': {'Columns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Rows': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'RowLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'HeatMapColumnSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'HeatMapRowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'HistogramVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'HistogramAggregatedFieldWells': {'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}}},
'InsightVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'InsightConfiguration': {'Computations': {'Forecast': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'GrowthRate': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'MaximumMinimum': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'MetricComparison': {'FromValue': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'TargetValue': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}},
'PeriodOverPeriod': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'PeriodToDate': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TopBottomMovers': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TopBottomRanked': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TotalAggregation': {'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'UniqueValues': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'KPIVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'TargetValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'TrendGroups': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'TrendGroupSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'LayerMapVisual': {'ChartConfiguration': {'MapLayers': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'JoinDefinition': {'ColorField': {'ColorDimensionsFields': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'ColorValuesFields': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'DatasetKeyField': {'Column': {'TopicIdentifier': 'string'}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TopicIdentifier': 'string'},
'LineChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'LineChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'PieChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'PieChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'PivotTableVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'DashboardCustomizationVisualOptions': {'FieldsConfiguration': {'AdditionalFields': {'TopicIdentifier': 'string'}}},
'FieldWells': {'PivotTableAggregatedFieldWells': {'Columns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Rows': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'FieldSortOptions': {'SortBy': {'Column': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'PluginVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'Dimensions': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Measures': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Unaggregated': {'Column': {'TopicIdentifier': 'string'}}},
'SortConfiguration': {'PluginVisualTableQuerySort': {'RowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}}}},
'RadarChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'RadarChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Color': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'SankeyDiagramVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'SankeyDiagramAggregatedFieldWells': {'Destination': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Source': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Weight': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'WeightSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}}},
'ScatterPlotVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'ScatterPlotCategoricallyAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Label': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'XAxis': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'YAxis': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'ScatterPlotUnaggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Label': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'XAxis': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'YAxis': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'YAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'TableVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'DashboardCustomizationVisualOptions': {'FieldsConfiguration': {'AdditionalFields': {'TopicIdentifier': 'string'}}},
'FieldWells': {'TableAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TableUnaggregatedFieldWells': {'Values': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'RowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'TableInlineVisualizations': {'Sparklines': {'XAxisField': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TreeMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'TreeMapAggregatedFieldWells': {'Colors': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Groups': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Sizes': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'GroupLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SizeLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'TreeMapSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'WaterfallVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'WaterfallChartAggregatedFieldWells': {'Breakdowns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Categories': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'WordCloudVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'WordCloudAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}}}},
'TopicIdentifierDeclarations': [{'Identifier': 'string',
'TopicArn': 'string'}]},
'SourceEntity': {'SourceTemplate': {'TopicReferences': [{'TopicArn': 'string',
'TopicPlaceholder': 'string'}]}}}
Updates a dashboard in an Amazon Web Services account.
See also: AWS API Documentation
Request Syntax
# This section is too large to render. # Please see the AWS API Documentation linked below.Parameters
# This section is too large to render. # Please see the AWS API Documentation linked below.
dict
Response Syntax
{
'Arn': 'string',
'VersionArn': 'string',
'DashboardId': 'string',
'CreationStatus': 'CREATION_IN_PROGRESS'|'CREATION_SUCCESSFUL'|'CREATION_FAILED'|'UPDATE_IN_PROGRESS'|'UPDATE_SUCCESSFUL'|'UPDATE_FAILED'|'DELETED',
'Status': 123,
'RequestId': 'string'
}
Response Structure
(dict) --
Arn (string) --
The Amazon Resource Name (ARN) of the resource.
VersionArn (string) --
The ARN of the dashboard, including the version number.
DashboardId (string) --
The ID for the dashboard.
CreationStatus (string) --
The creation status of the request.
Status (integer) --
The HTTP status of the request.
RequestId (string) --
The Amazon Web Services request ID for this operation.
{'Definition': {'CalculatedFields': {'TopicIdentifier': 'string'},
'ColumnConfigurations': {'Column': {'TopicIdentifier': 'string'}},
'FilterGroups': {'Filters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'NestedFilter': {'Column': {'TopicIdentifier': 'string'},
'InnerFilter': {'CategoryInnerFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}}}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'NumericRangeFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'RelativeDatesFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TimeEqualityFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TopBottomFilter': {'AggregationSortConfigurations': {'Column': {'TopicIdentifier': 'string'}},
'Column': {'TopicIdentifier': 'string'},
'DefaultFilterControlConfiguration': {'ControlOptions': {'DefaultDropdownOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'DefaultListOptions': {'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}}}}}},
'Options': {'VisualMessages': {'NoDataMessage': {'Description': 'string',
'DescriptionVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Enabled': 'boolean',
'LinkText': 'string',
'LinkUrl': 'string',
'LinkVisibility': 'HIDDEN '
'| '
'VISIBLE',
'Title': 'string',
'TitleVisibility': 'HIDDEN '
'| '
'VISIBLE'}}},
'ParameterDeclarations': {'DateTimeParameterDeclaration': {'DefaultValues': {'DynamicValue': {'DefaultValueColumn': {'TopicIdentifier': 'string'},
'GroupNameColumn': {'TopicIdentifier': 'string'},
'UserNameColumn': {'TopicIdentifier': 'string'}}}},
'DecimalParameterDeclaration': {'DefaultValues': {'DynamicValue': {'DefaultValueColumn': {'TopicIdentifier': 'string'},
'GroupNameColumn': {'TopicIdentifier': 'string'},
'UserNameColumn': {'TopicIdentifier': 'string'}}}},
'IntegerParameterDeclaration': {'DefaultValues': {'DynamicValue': {'DefaultValueColumn': {'TopicIdentifier': 'string'},
'GroupNameColumn': {'TopicIdentifier': 'string'},
'UserNameColumn': {'TopicIdentifier': 'string'}}}},
'StringParameterDeclaration': {'DefaultValues': {'DynamicValue': {'DefaultValueColumn': {'TopicIdentifier': 'string'},
'GroupNameColumn': {'TopicIdentifier': 'string'},
'UserNameColumn': {'TopicIdentifier': 'string'}}}}},
'Sheets': {'FilterControls': {'CrossSheet': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}}},
'Dropdown': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}},
'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}},
'List': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}},
'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}}}},
'Images': {'Actions': {'ActionOperations': {'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}}},
'Layouts': {'Configuration': {'SectionBasedLayout': {'BodySections': {'RepeatConfiguration': {'DimensionConfigurations': {'DynamicCategoryDimensionConfiguration': {'Column': {'TopicIdentifier': 'string'},
'SortByMetrics': {'SortBy': {'TopicIdentifier': 'string'}}},
'DynamicNumericDimensionConfiguration': {'Column': {'TopicIdentifier': 'string'},
'SortByMetrics': {'SortBy': {'TopicIdentifier': 'string'}}}}}}}}},
'ParameterControls': {'Dropdown': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}},
'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}},
'SelectableValues': {'LinkToDataSetColumn': {'TopicIdentifier': 'string'}}},
'List': {'CascadingControlConfiguration': {'SourceControls': {'ColumnToMatch': {'TopicIdentifier': 'string'}}},
'ControlSortConfigurations': {'ControlColumnSort': {'Column': {'TopicIdentifier': 'string'}}},
'SelectableValues': {'LinkToDataSetColumn': {'TopicIdentifier': 'string'}}}},
'Visuals': {'BarChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'BarChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'BoxPlotVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'BoxPlotAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ComboChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'ComboChartAggregatedFieldWells': {'BarValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'LineValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'CustomContentVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'EmptyVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'FilledMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'FilledMapAggregatedFieldWells': {'Geospatial': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'FunnelChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'FunnelChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'GaugeChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'TargetValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TooltipOptions': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'GeospatialMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'GeospatialMapAggregatedFieldWells': {'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Geospatial': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'HeatMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ColumnLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'HeatMapAggregatedFieldWells': {'Columns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Rows': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'RowLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'HeatMapColumnSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'HeatMapRowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'HistogramVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'HistogramAggregatedFieldWells': {'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}}},
'InsightVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'InsightConfiguration': {'Computations': {'Forecast': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'GrowthRate': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'MaximumMinimum': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'MetricComparison': {'FromValue': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'TargetValue': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}},
'PeriodOverPeriod': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'PeriodToDate': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TopBottomMovers': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TopBottomRanked': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TotalAggregation': {'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'UniqueValues': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'KPIVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'TargetValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'TrendGroups': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'TrendGroupSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'LayerMapVisual': {'ChartConfiguration': {'MapLayers': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'JoinDefinition': {'ColorField': {'ColorDimensionsFields': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'ColorValuesFields': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'DatasetKeyField': {'Column': {'TopicIdentifier': 'string'}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TopicIdentifier': 'string'},
'LineChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'LineChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'PieChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'PieChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'PivotTableVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'DashboardCustomizationVisualOptions': {'FieldsConfiguration': {'AdditionalFields': {'TopicIdentifier': 'string'}}},
'FieldWells': {'PivotTableAggregatedFieldWells': {'Columns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Rows': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'FieldSortOptions': {'SortBy': {'Column': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'PluginVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'Dimensions': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Measures': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Unaggregated': {'Column': {'TopicIdentifier': 'string'}}},
'SortConfiguration': {'PluginVisualTableQuerySort': {'RowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}}}},
'RadarChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'RadarChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Color': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'SankeyDiagramVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'SankeyDiagramAggregatedFieldWells': {'Destination': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Source': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Weight': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'WeightSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}}},
'ScatterPlotVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'ScatterPlotCategoricallyAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Label': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'XAxis': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'YAxis': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'ScatterPlotUnaggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Label': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'XAxis': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'YAxis': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'YAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'TableVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'DashboardCustomizationVisualOptions': {'FieldsConfiguration': {'AdditionalFields': {'TopicIdentifier': 'string'}}},
'FieldWells': {'TableAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TableUnaggregatedFieldWells': {'Values': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'RowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'TableInlineVisualizations': {'Sparklines': {'XAxisField': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TreeMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'TreeMapAggregatedFieldWells': {'Colors': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Groups': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Sizes': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'GroupLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SizeLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'TreeMapSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'WaterfallVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'WaterfallChartAggregatedFieldWells': {'Breakdowns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Categories': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'WordCloudVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'WordCloudAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}}}},
'TooltipSheets': {'Images': {'Actions': {'ActionOperations': {'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}}},
'Layouts': {'Configuration': {'SectionBasedLayout': {'BodySections': {'RepeatConfiguration': {'DimensionConfigurations': {'DynamicCategoryDimensionConfiguration': {'Column': {'TopicIdentifier': 'string'},
'SortByMetrics': {'SortBy': {'TopicIdentifier': 'string'}}},
'DynamicNumericDimensionConfiguration': {'Column': {'TopicIdentifier': 'string'},
'SortByMetrics': {'SortBy': {'TopicIdentifier': 'string'}}}}}}}}},
'Visuals': {'BarChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'BarChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'BoxPlotVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'BoxPlotAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ComboChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'ComboChartAggregatedFieldWells': {'BarValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'LineValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'CustomContentVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'EmptyVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'FilledMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'FilledMapAggregatedFieldWells': {'Geospatial': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'FunnelChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'FunnelChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'GaugeChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'TargetValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TooltipOptions': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'GeospatialMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'GeospatialMapAggregatedFieldWells': {'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Geospatial': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'HeatMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ColumnLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'HeatMapAggregatedFieldWells': {'Columns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Rows': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'RowLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'HeatMapColumnSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'HeatMapRowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'HistogramVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'HistogramAggregatedFieldWells': {'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}}},
'InsightVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'InsightConfiguration': {'Computations': {'Forecast': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'GrowthRate': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'MaximumMinimum': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'MetricComparison': {'FromValue': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'TargetValue': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}},
'PeriodOverPeriod': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'PeriodToDate': {'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TopBottomMovers': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Time': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TopBottomRanked': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TotalAggregation': {'Value': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'UniqueValues': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}}},
'TopicIdentifier': 'string'},
'KPIVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'TargetValues': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'TrendGroups': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'TrendGroupSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'LayerMapVisual': {'ChartConfiguration': {'MapLayers': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'JoinDefinition': {'ColorField': {'ColorDimensionsFields': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'ColorValuesFields': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'DatasetKeyField': {'Column': {'TopicIdentifier': 'string'}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TopicIdentifier': 'string'},
'LineChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'LineChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Colors': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ReferenceLines': {'DataConfiguration': {'DynamicConfiguration': {'Column': {'TopicIdentifier': 'string'}}}},
'SecondaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'PieChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ContributionAnalysisDefaults': {'ContributorDimensions': {'TopicIdentifier': 'string'}},
'FieldWells': {'PieChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'SmallMultiples': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'SmallMultiplesSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'ValueLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'PivotTableVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'DashboardCustomizationVisualOptions': {'FieldsConfiguration': {'AdditionalFields': {'TopicIdentifier': 'string'}}},
'FieldWells': {'PivotTableAggregatedFieldWells': {'Columns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Rows': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'FieldSortOptions': {'SortBy': {'Column': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'PluginVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'Dimensions': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Measures': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Unaggregated': {'Column': {'TopicIdentifier': 'string'}}},
'SortConfiguration': {'PluginVisualTableQuerySort': {'RowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}}}},
'RadarChartVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'RadarChartAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Color': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}},
'ColorSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'SankeyDiagramVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'SankeyDiagramAggregatedFieldWells': {'Destination': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Source': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Weight': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'WeightSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}}},
'ScatterPlotVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'FieldWells': {'ScatterPlotCategoricallyAggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Label': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'XAxis': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'YAxis': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'ScatterPlotUnaggregatedFieldWells': {'Category': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Label': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'XAxis': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'YAxis': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}},
'XAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'YAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'TableVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'DashboardCustomizationVisualOptions': {'FieldsConfiguration': {'AdditionalFields': {'TopicIdentifier': 'string'}}},
'FieldWells': {'TableAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}},
'TableUnaggregatedFieldWells': {'Values': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'RowSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'TableInlineVisualizations': {'Sparklines': {'XAxisField': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}}},
'TreeMapVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'ColorLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'TreeMapAggregatedFieldWells': {'Colors': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}},
'Groups': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Sizes': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'GroupLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SizeLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'TreeMapSort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}},
'Tooltip': {'FieldBasedTooltip': {'TooltipFields': {'ColumnTooltipItem': {'Column': {'TopicIdentifier': 'string'}}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'WaterfallVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'WaterfallChartAggregatedFieldWells': {'Breakdowns': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Categories': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Values': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'PrimaryYAxisLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}},
'WordCloudVisual': {'Actions': {'ActionOperations': {'FilterOperation': {'SelectedFieldsConfiguration': {'SelectedColumns': {'TopicIdentifier': 'string'}}},
'SetParametersOperation': {'ParameterValueConfigurations': {'Value': {'SourceColumn': {'TopicIdentifier': 'string'}}}}}},
'ChartConfiguration': {'CategoryLabelOptions': {'AxisLabelOptions': {'ApplyTo': {'Column': {'TopicIdentifier': 'string'}}}},
'FieldWells': {'WordCloudAggregatedFieldWells': {'GroupBy': {'CategoricalDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'DateDimensionField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalDimensionField': {'Column': {'TopicIdentifier': 'string'}}},
'Size': {'CategoricalMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'DateMeasureField': {'Column': {'TopicIdentifier': 'string'}},
'NumericalMeasureField': {'Column': {'TopicIdentifier': 'string'}}}}},
'SortConfiguration': {'CategorySort': {'ColumnSort': {'SortBy': {'TopicIdentifier': 'string'}}}}},
'ColumnHierarchies': {'DateTimeHierarchy': {'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'ExplicitHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}},
'PredefinedHierarchy': {'Columns': {'TopicIdentifier': 'string'},
'DrillDownFilters': {'CategoryFilter': {'Column': {'TopicIdentifier': 'string'}},
'NumericEqualityFilter': {'Column': {'TopicIdentifier': 'string'}},
'TimeRangeFilter': {'Column': {'TopicIdentifier': 'string'}}}}}}}},
'TopicConfigurations': [{'ColumnGroupSchemaList': [{'ColumnGroupColumnSchemaList': [{'Name': 'string'}],
'Name': 'string'}],
'DataSetSchema': {'ColumnSchemaList': [{'DataType': 'string',
'GeographicRole': 'string',
'Name': 'string'}]},
'Placeholder': 'string'}]},
'SourceEntity': {'SourceAnalysis': {'TopicReferences': [{'TopicArn': 'string',
'TopicPlaceholder': 'string'}]}}}
Updates a template from an existing Amazon Quick Sight analysis or another template.
See also: AWS API Documentation
Request Syntax
# This section is too large to render. # Please see the AWS API Documentation linked below.Parameters
# This section is too large to render. # Please see the AWS API Documentation linked below.
dict
Response Syntax
{
'TemplateId': 'string',
'Arn': 'string',
'VersionArn': 'string',
'CreationStatus': 'CREATION_IN_PROGRESS'|'CREATION_SUCCESSFUL'|'CREATION_FAILED'|'UPDATE_IN_PROGRESS'|'UPDATE_SUCCESSFUL'|'UPDATE_FAILED'|'DELETED',
'Status': 123,
'RequestId': 'string'
}
Response Structure
(dict) --
TemplateId (string) --
The ID for the template.
Arn (string) --
The Amazon Resource Name (ARN) for the template.
VersionArn (string) --
The ARN for the template, including the version information of the first version.
CreationStatus (string) --
The creation status of the template.
Status (integer) --
The HTTP status of the request.
RequestId (string) --
The Amazon Web Services request ID for this operation.
{'Topic': {'DataSets': {'Filters': {'CategoryFilter': {'NullFilter': 'ALL_VALUES '
'| '
'NON_NULLS_ONLY '
'| '
'NULLS_ONLY'},
'DateRangeFilter': {'NullFilter': 'ALL_VALUES '
'| '
'NON_NULLS_ONLY '
'| '
'NULLS_ONLY'},
'FilterClass': {'DASHBOARD_DEFAULT_FILTER'},
'NumericEqualityFilter': {'Inverse': 'boolean',
'NullFilter': 'ALL_VALUES '
'| '
'NON_NULLS_ONLY '
'| '
'NULLS_ONLY'},
'NumericRangeFilter': {'Inverse': 'boolean',
'NullFilter': 'ALL_VALUES '
'| '
'NON_NULLS_ONLY '
'| '
'NULLS_ONLY'},
'RelativeDateFilter': {'NullFilter': 'ALL_VALUES '
'| '
'NON_NULLS_ONLY '
'| '
'NULLS_ONLY'}},
'NamedEntities': {'Definition': {'IsHidden': 'boolean',
'PresentationOrder': 'integer',
'RankOrder': 'integer'},
'PresentationOrder': 'integer',
'RankOrder': 'integer',
'Sort': [{'Direction': 'ASCENDING | '
'DESCENDING',
'FieldName': 'string'}]}}}}
Updates a topic.
See also: AWS API Documentation
Request Syntax
client.update_topic(
AwsAccountId='string',
TopicId='string',
Topic={
'Name': 'string',
'Description': 'string',
'UserExperienceVersion': 'LEGACY'|'NEW_READER_EXPERIENCE',
'DataSets': [
{
'DatasetArn': 'string',
'DatasetName': 'string',
'DatasetDescription': 'string',
'DataAggregation': {
'DatasetRowDateGranularity': 'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK'|'MONTH'|'QUARTER'|'YEAR',
'DefaultDateColumnName': 'string'
},
'Filters': [
{
'FilterDescription': 'string',
'FilterClass': 'ENFORCED_VALUE_FILTER'|'CONDITIONAL_VALUE_FILTER'|'NAMED_VALUE_FILTER'|'DASHBOARD_DEFAULT_FILTER',
'FilterName': 'string',
'FilterSynonyms': [
'string',
],
'OperandFieldName': 'string',
'FilterType': 'CATEGORY_FILTER'|'NUMERIC_EQUALITY_FILTER'|'NUMERIC_RANGE_FILTER'|'DATE_RANGE_FILTER'|'RELATIVE_DATE_FILTER'|'NULL_FILTER',
'CategoryFilter': {
'CategoryFilterFunction': 'EXACT'|'CONTAINS',
'CategoryFilterType': 'CUSTOM_FILTER'|'CUSTOM_FILTER_LIST'|'FILTER_LIST',
'Constant': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'SingularConstant': 'string',
'CollectiveConstant': {
'ValueList': [
'string',
]
}
},
'Inverse': True|False,
'NullFilter': 'ALL_VALUES'|'NON_NULLS_ONLY'|'NULLS_ONLY'
},
'NumericEqualityFilter': {
'Constant': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'SingularConstant': 'string'
},
'Aggregation': 'NO_AGGREGATION'|'SUM'|'AVERAGE'|'COUNT'|'DISTINCT_COUNT'|'MAX'|'MEDIAN'|'MIN'|'STDEV'|'STDEVP'|'VAR'|'VARP',
'Inverse': True|False,
'NullFilter': 'ALL_VALUES'|'NON_NULLS_ONLY'|'NULLS_ONLY'
},
'NumericRangeFilter': {
'Inclusive': True|False,
'Constant': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'RangeConstant': {
'Minimum': 'string',
'Maximum': 'string'
}
},
'Aggregation': 'NO_AGGREGATION'|'SUM'|'AVERAGE'|'COUNT'|'DISTINCT_COUNT'|'MAX'|'MEDIAN'|'MIN'|'STDEV'|'STDEVP'|'VAR'|'VARP',
'Inverse': True|False,
'NullFilter': 'ALL_VALUES'|'NON_NULLS_ONLY'|'NULLS_ONLY'
},
'DateRangeFilter': {
'Inclusive': True|False,
'Constant': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'RangeConstant': {
'Minimum': 'string',
'Maximum': 'string'
}
},
'NullFilter': 'ALL_VALUES'|'NON_NULLS_ONLY'|'NULLS_ONLY'
},
'RelativeDateFilter': {
'TimeGranularity': 'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK'|'MONTH'|'QUARTER'|'YEAR',
'RelativeDateFilterFunction': 'PREVIOUS'|'THIS'|'LAST'|'NEXT'|'NOW',
'Constant': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'SingularConstant': 'string'
},
'NullFilter': 'ALL_VALUES'|'NON_NULLS_ONLY'|'NULLS_ONLY'
},
'NullFilter': {
'NullFilterType': 'ALL_VALUES'|'NON_NULLS_ONLY'|'NULLS_ONLY',
'Constant': {
'ConstantType': 'SINGULAR'|'RANGE'|'COLLECTIVE',
'SingularConstant': 'string'
},
'Inverse': True|False
}
},
],
'Columns': [
{
'ColumnName': 'string',
'ColumnFriendlyName': 'string',
'ColumnDescription': 'string',
'ColumnSynonyms': [
'string',
],
'ColumnDataRole': 'DIMENSION'|'MEASURE',
'Aggregation': 'SUM'|'MAX'|'MIN'|'COUNT'|'DISTINCT_COUNT'|'AVERAGE'|'MEDIAN'|'STDEV'|'STDEVP'|'VAR'|'VARP',
'IsIncludedInTopic': True|False,
'DisableIndexing': True|False,
'ComparativeOrder': {
'UseOrdering': 'GREATER_IS_BETTER'|'LESSER_IS_BETTER'|'SPECIFIED',
'SpecifedOrder': [
'string',
],
'TreatUndefinedSpecifiedValues': 'LEAST'|'MOST'
},
'SemanticType': {
'TypeName': 'string',
'SubTypeName': 'string',
'TypeParameters': {
'string': 'string'
},
'TruthyCellValue': 'string',
'TruthyCellValueSynonyms': [
'string',
],
'FalseyCellValue': 'string',
'FalseyCellValueSynonyms': [
'string',
]
},
'TimeGranularity': 'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK'|'MONTH'|'QUARTER'|'YEAR',
'AllowedAggregations': [
'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX'|'MEDIAN'|'SUM'|'AVERAGE'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE',
],
'NotAllowedAggregations': [
'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX'|'MEDIAN'|'SUM'|'AVERAGE'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE',
],
'DefaultFormatting': {
'DisplayFormat': 'AUTO'|'PERCENT'|'CURRENCY'|'NUMBER'|'DATE'|'STRING',
'DisplayFormatOptions': {
'UseBlankCellFormat': True|False,
'BlankCellFormat': 'string',
'DateFormat': 'string',
'DecimalSeparator': 'COMMA'|'DOT',
'GroupingSeparator': 'string',
'UseGrouping': True|False,
'FractionDigits': 123,
'Prefix': 'string',
'Suffix': 'string',
'UnitScaler': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS'|'LAKHS'|'CRORES',
'NegativeFormat': {
'Prefix': 'string',
'Suffix': 'string'
},
'CurrencySymbol': 'string'
}
},
'NeverAggregateInFilter': True|False,
'CellValueSynonyms': [
{
'CellValue': 'string',
'Synonyms': [
'string',
]
},
],
'NonAdditive': True|False
},
],
'CalculatedFields': [
{
'CalculatedFieldName': 'string',
'CalculatedFieldDescription': 'string',
'Expression': 'string',
'CalculatedFieldSynonyms': [
'string',
],
'IsIncludedInTopic': True|False,
'DisableIndexing': True|False,
'ColumnDataRole': 'DIMENSION'|'MEASURE',
'TimeGranularity': 'SECOND'|'MINUTE'|'HOUR'|'DAY'|'WEEK'|'MONTH'|'QUARTER'|'YEAR',
'DefaultFormatting': {
'DisplayFormat': 'AUTO'|'PERCENT'|'CURRENCY'|'NUMBER'|'DATE'|'STRING',
'DisplayFormatOptions': {
'UseBlankCellFormat': True|False,
'BlankCellFormat': 'string',
'DateFormat': 'string',
'DecimalSeparator': 'COMMA'|'DOT',
'GroupingSeparator': 'string',
'UseGrouping': True|False,
'FractionDigits': 123,
'Prefix': 'string',
'Suffix': 'string',
'UnitScaler': 'NONE'|'AUTO'|'THOUSANDS'|'MILLIONS'|'BILLIONS'|'TRILLIONS'|'LAKHS'|'CRORES',
'NegativeFormat': {
'Prefix': 'string',
'Suffix': 'string'
},
'CurrencySymbol': 'string'
}
},
'Aggregation': 'SUM'|'MAX'|'MIN'|'COUNT'|'DISTINCT_COUNT'|'AVERAGE'|'MEDIAN'|'STDEV'|'STDEVP'|'VAR'|'VARP',
'ComparativeOrder': {
'UseOrdering': 'GREATER_IS_BETTER'|'LESSER_IS_BETTER'|'SPECIFIED',
'SpecifedOrder': [
'string',
],
'TreatUndefinedSpecifiedValues': 'LEAST'|'MOST'
},
'SemanticType': {
'TypeName': 'string',
'SubTypeName': 'string',
'TypeParameters': {
'string': 'string'
},
'TruthyCellValue': 'string',
'TruthyCellValueSynonyms': [
'string',
],
'FalseyCellValue': 'string',
'FalseyCellValueSynonyms': [
'string',
]
},
'AllowedAggregations': [
'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX'|'MEDIAN'|'SUM'|'AVERAGE'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE',
],
'NotAllowedAggregations': [
'COUNT'|'DISTINCT_COUNT'|'MIN'|'MAX'|'MEDIAN'|'SUM'|'AVERAGE'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE',
],
'NeverAggregateInFilter': True|False,
'CellValueSynonyms': [
{
'CellValue': 'string',
'Synonyms': [
'string',
]
},
],
'NonAdditive': True|False
},
],
'NamedEntities': [
{
'EntityName': 'string',
'EntityDescription': 'string',
'EntitySynonyms': [
'string',
],
'SemanticEntityType': {
'TypeName': 'string',
'SubTypeName': 'string',
'TypeParameters': {
'string': 'string'
}
},
'Definition': [
{
'FieldName': 'string',
'PropertyName': 'string',
'PropertyRole': 'PRIMARY'|'ID',
'PropertyUsage': 'INHERIT'|'DIMENSION'|'MEASURE',
'Metric': {
'Aggregation': 'SUM'|'MIN'|'MAX'|'COUNT'|'AVERAGE'|'DISTINCT_COUNT'|'STDEV'|'STDEVP'|'VAR'|'VARP'|'PERCENTILE'|'MEDIAN'|'CUSTOM',
'AggregationFunctionParameters': {
'string': 'string'
}
},
'RankOrder': 123,
'PresentationOrder': 123,
'IsHidden': True|False
},
],
'Sort': [
{
'FieldName': 'string',
'Direction': 'ASCENDING'|'DESCENDING'
},
],
'RankOrder': 123,
'PresentationOrder': 123
},
]
},
],
'ConfigOptions': {
'QBusinessInsightsEnabled': True|False
}
},
CustomInstructions={
'CustomInstructionsString': 'string'
}
)
string
[REQUIRED]
The ID of the Amazon Web Services account that contains the topic that you want to update.
string
[REQUIRED]
The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
dict
[REQUIRED]
The definition of the topic that you want to update.
Name (string) --
The name of the topic.
Description (string) --
The description of the topic.
UserExperienceVersion (string) --
The user experience version of a topic.
DataSets (list) --
The data sets that the topic is associated with.
(dict) --
A structure that represents a dataset.
DatasetArn (string) -- [REQUIRED]
The Amazon Resource Name (ARN) of the dataset.
DatasetName (string) --
The name of the dataset.
DatasetDescription (string) --
The description of the dataset.
DataAggregation (dict) --
The definition of a data aggregation.
DatasetRowDateGranularity (string) --
The level of time precision that is used to aggregate DateTime values.
DefaultDateColumnName (string) --
The column name for the default date.
Filters (list) --
The list of filter definitions.
(dict) --
A structure that represents a filter used to select items for a topic.
FilterDescription (string) --
A description of the filter used to select items for a topic.
FilterClass (string) --
The class of the filter. Valid values for this structure are ENFORCED_VALUE_FILTER, CONDITIONAL_VALUE_FILTER, and NAMED_VALUE_FILTER.
FilterName (string) -- [REQUIRED]
The name of the filter.
FilterSynonyms (list) --
The other names or aliases for the filter.
(string) --
OperandFieldName (string) -- [REQUIRED]
The name of the field that the filter operates on.
FilterType (string) --
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.
CategoryFilter (dict) --
The category filter that is associated with this filter.
CategoryFilterFunction (string) --
The category filter function. Valid values for this structure are EXACT and CONTAINS.
CategoryFilterType (string) --
The category filter type. This element is used to specify whether a filter is a simple category filter or an inverse category filter.
Constant (dict) --
The constant used in a category filter.
ConstantType (string) --
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 (dict) --
A collective constant used in a category filter. This element is used to specify a list of values for the constant.
ValueList (list) --
A list of values for the collective constant.
(string) --
Inverse (boolean) --
A Boolean value that indicates if the filter is inverse.
NullFilter (string) --
The null filter that is applied to the category filter.
NumericEqualityFilter (dict) --
The numeric equality filter.
Constant (dict) --
The constant used in a numeric equality filter.
ConstantType (string) --
The type of the singular filter constant. Valid values for this structure are SINGULAR.
SingularConstant (string) --
The value of the singular filter constant.
Aggregation (string) --
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.
Inverse (boolean) --
A Boolean value that indicates if the filter is inverse.
NullFilter (string) --
The null filter that is applied to the numeric equality filter.
NumericRangeFilter (dict) --
The 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.
Constant (dict) --
The constant used in a numeric range filter.
ConstantType (string) --
The data type of the constant value that is used in a range filter. Valid values for this structure are RANGE.
RangeConstant (dict) --
The value of the constant that is used to specify the endpoints of a range filter.
Minimum (string) --
The minimum value for a range constant.
Maximum (string) --
The maximum value for a range constant.
Aggregation (string) --
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.
Inverse (boolean) --
A Boolean value that indicates if the filter is inverse.
NullFilter (string) --
The null filter that is applied to the numeric range filter.
DateRangeFilter (dict) --
The 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 (dict) --
The constant used in a date range filter.
ConstantType (string) --
The data type of the constant value that is used in a range filter. Valid values for this structure are RANGE.
RangeConstant (dict) --
The value of the constant that is used to specify the endpoints of a range filter.
Minimum (string) --
The minimum value for a range constant.
Maximum (string) --
The maximum value for a range constant.
NullFilter (string) --
The null filter that is applied to the date range filter.
RelativeDateFilter (dict) --
The relative date filter.
TimeGranularity (string) --
The level of time precision that is used to aggregate DateTime values.
RelativeDateFilterFunction (string) --
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.
Constant (dict) --
The constant used in a relative date filter.
ConstantType (string) --
The type of the singular filter constant. Valid values for this structure are SINGULAR.
SingularConstant (string) --
The value of the singular filter constant.
NullFilter (string) --
The null filter that is applied to the relative date filter.
NullFilter (dict) --
The null filter.
NullFilterType (string) --
The type of the null filter. Valid values for this type are NULLS_ONLY, NON_NULLS_ONLY, and ALL_VALUES.
Constant (dict) --
A structure that represents a singular filter constant, used in filters to specify a single value to match against.
ConstantType (string) --
The type of the singular filter constant. Valid values for this structure are SINGULAR.
SingularConstant (string) --
The value of the singular filter constant.
Inverse (boolean) --
A Boolean value that indicates if the filter is inverse.
Columns (list) --
The list of column definitions.
(dict) --
Represents a column in a dataset.
ColumnName (string) -- [REQUIRED]
The name of the column.
ColumnFriendlyName (string) --
A user-friendly name for the column.
ColumnDescription (string) --
A description of the column and its contents.
ColumnSynonyms (list) --
The other names or aliases for the column.
(string) --
ColumnDataRole (string) --
The role of the column in the data. Valid values are DIMENSION and MEASURE.
Aggregation (string) --
The type of aggregation that is performed on the column data when it's queried.
IsIncludedInTopic (boolean) --
A Boolean value that indicates whether the column is included in the query results.
DisableIndexing (boolean) --
A Boolean value that indicates whether the column shows in the autocomplete functionality.
ComparativeOrder (dict) --
The order in which data is displayed for the column when it's used in a comparative context.
UseOrdering (string) --
The ordering type for a column. Valid values for this structure are GREATER_IS_BETTER, LESSER_IS_BETTER and SPECIFIED.
SpecifedOrder (list) --
The list of columns to be used in the ordering.
(string) --
TreatUndefinedSpecifiedValues (string) --
The treat of undefined specified values. Valid values for this structure are LEAST and MOST.
SemanticType (dict) --
The semantic type of data contained in the column.
TypeName (string) --
The semantic type name.
SubTypeName (string) --
The semantic type sub type name.
TypeParameters (dict) --
The semantic type parameters.
(string) --
(string) --
TruthyCellValue (string) --
The semantic type truthy cell value.
TruthyCellValueSynonyms (list) --
The other names or aliases for the true cell value.
(string) --
FalseyCellValue (string) --
The semantic type falsey cell value.
FalseyCellValueSynonyms (list) --
The other names or aliases for the false cell value.
(string) --
TimeGranularity (string) --
The level of time precision that is used to aggregate DateTime values.
AllowedAggregations (list) --
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.
(string) --
NotAllowedAggregations (list) --
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.
(string) --
DefaultFormatting (dict) --
The default formatting used for values in the column.
DisplayFormat (string) --
The display format. Valid values for this structure are AUTO, PERCENT, CURRENCY, NUMBER, DATE, and STRING.
DisplayFormatOptions (dict) --
The additional options for display formatting.
UseBlankCellFormat (boolean) --
A Boolean value that indicates whether to use blank cell format.
BlankCellFormat (string) --
Determines the blank cell format.
DateFormat (string) --
Determines the DateTime format.
DecimalSeparator (string) --
Determines the decimal separator.
GroupingSeparator (string) --
Determines the grouping separator.
UseGrouping (boolean) --
A Boolean value that indicates whether to use grouping.
FractionDigits (integer) --
Determines the number of fraction digits.
Prefix (string) --
The prefix value for a display format.
Suffix (string) --
The suffix value for a display format.
UnitScaler (string) --
The unit scaler. Valid values for this structure are: NONE, AUTO, THOUSANDS, MILLIONS, BILLIONS, and TRILLIONS.
NegativeFormat (dict) --
The negative format.
Prefix (string) --
The prefix for a negative format.
Suffix (string) --
The suffix for a negative format.
CurrencySymbol (string) --
The currency symbol, such as USD.
NeverAggregateInFilter (boolean) --
A Boolean value that indicates whether to aggregate the column data when it's used in a filter context.
CellValueSynonyms (list) --
The other names or aliases for the column cell value.
(dict) --
A structure that represents the cell value synonym.
CellValue (string) --
The cell value.
Synonyms (list) --
Other names or aliases for the cell value.
(string) --
NonAdditive (boolean) --
The non additive value for the column.
CalculatedFields (list) --
The list of calculated field definitions.
(dict) --
A structure that represents a calculated field.
CalculatedFieldName (string) -- [REQUIRED]
The calculated field name.
CalculatedFieldDescription (string) --
The calculated field description.
Expression (string) -- [REQUIRED]
The calculated field expression.
CalculatedFieldSynonyms (list) --
The other names or aliases for the calculated field.
(string) --
IsIncludedInTopic (boolean) --
A boolean value that indicates if a calculated field is included in the topic.
DisableIndexing (boolean) --
A Boolean value that indicates if a calculated field is visible in the autocomplete.
ColumnDataRole (string) --
The column data role for a calculated field. Valid values for this structure are DIMENSION and MEASURE.
TimeGranularity (string) --
The level of time precision that is used to aggregate DateTime values.
DefaultFormatting (dict) --
The default formatting definition.
DisplayFormat (string) --
The display format. Valid values for this structure are AUTO, PERCENT, CURRENCY, NUMBER, DATE, and STRING.
DisplayFormatOptions (dict) --
The additional options for display formatting.
UseBlankCellFormat (boolean) --
A Boolean value that indicates whether to use blank cell format.
BlankCellFormat (string) --
Determines the blank cell format.
DateFormat (string) --
Determines the DateTime format.
DecimalSeparator (string) --
Determines the decimal separator.
GroupingSeparator (string) --
Determines the grouping separator.
UseGrouping (boolean) --
A Boolean value that indicates whether to use grouping.
FractionDigits (integer) --
Determines the number of fraction digits.
Prefix (string) --
The prefix value for a display format.
Suffix (string) --
The suffix value for a display format.
UnitScaler (string) --
The unit scaler. Valid values for this structure are: NONE, AUTO, THOUSANDS, MILLIONS, BILLIONS, and TRILLIONS.
NegativeFormat (dict) --
The negative format.
Prefix (string) --
The prefix for a negative format.
Suffix (string) --
The suffix for a negative format.
CurrencySymbol (string) --
The currency symbol, such as USD.
Aggregation (string) --
The default aggregation. Valid values for this structure are SUM, MAX, MIN, COUNT, DISTINCT_COUNT, and AVERAGE.
ComparativeOrder (dict) --
The order in which data is displayed for the calculated field when it's used in a comparative context.
UseOrdering (string) --
The ordering type for a column. Valid values for this structure are GREATER_IS_BETTER, LESSER_IS_BETTER and SPECIFIED.
SpecifedOrder (list) --
The list of columns to be used in the ordering.
(string) --
TreatUndefinedSpecifiedValues (string) --
The treat of undefined specified values. Valid values for this structure are LEAST and MOST.
SemanticType (dict) --
The semantic type.
TypeName (string) --
The semantic type name.
SubTypeName (string) --
The semantic type sub type name.
TypeParameters (dict) --
The semantic type parameters.
(string) --
(string) --
TruthyCellValue (string) --
The semantic type truthy cell value.
TruthyCellValueSynonyms (list) --
The other names or aliases for the true cell value.
(string) --
FalseyCellValue (string) --
The semantic type falsey cell value.
FalseyCellValueSynonyms (list) --
The other names or aliases for the false cell value.
(string) --
AllowedAggregations (list) --
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.
(string) --
NotAllowedAggregations (list) --
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.
(string) --
NeverAggregateInFilter (boolean) --
A Boolean value that indicates whether to never aggregate calculated field in filters.
CellValueSynonyms (list) --
The other names or aliases for the calculated field cell value.
(dict) --
A structure that represents the cell value synonym.
CellValue (string) --
The cell value.
Synonyms (list) --
Other names or aliases for the cell value.
(string) --
NonAdditive (boolean) --
The non additive for the table style target.
NamedEntities (list) --
The list of named entities definitions.
(dict) --
A structure that represents a named entity.
EntityName (string) -- [REQUIRED]
The name of the named entity.
EntityDescription (string) --
The description of the named entity.
EntitySynonyms (list) --
The other names or aliases for the named entity.
(string) --
SemanticEntityType (dict) --
The type of named entity that a topic represents.
TypeName (string) --
The semantic entity type name.
SubTypeName (string) --
The semantic entity sub type name.
TypeParameters (dict) --
The semantic entity type parameters.
(string) --
(string) --
Definition (list) --
The definition of a named entity.
(dict) --
A structure that represents a named entity.
FieldName (string) --
The name of the entity.
PropertyName (string) --
The property name to be used for the named entity.
PropertyRole (string) --
The property role. Valid values for this structure are PRIMARY and ID.
PropertyUsage (string) --
The property usage. Valid values for this structure are INHERIT, DIMENSION, and MEASURE.
Metric (dict) --
The definition of a metric.
Aggregation (string) --
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 (dict) --
The additional parameters for an aggregation function.
(string) --
(string) --
RankOrder (integer) --
The rank order of the named entity definition.
PresentationOrder (integer) --
The presentation order of the named entity definition.
IsHidden (boolean) --
A Boolean value that indicates whether the named entity definition is hidden.
Sort (list) --
The sort configuration of the named entity.
(dict) --
A structure that represents a sort for a named entity.
FieldName (string) -- [REQUIRED]
The name of the field that is used for the sort.
Direction (string) -- [REQUIRED]
The direction of the sort. Valid values are ASCENDING and DESCENDING.
RankOrder (integer) --
The rank order of the named entity.
PresentationOrder (integer) --
The presentation order of the named entity.
ConfigOptions (dict) --
Configuration options for a Topic.
QBusinessInsightsEnabled (boolean) --
Enables Amazon Q Business Insights for a Topic.
dict
Custom instructions for the topic.
CustomInstructionsString (string) -- [REQUIRED]
A text field for providing additional guidance or context for response generation.
dict
Response Syntax
{
'TopicId': 'string',
'Arn': 'string',
'RefreshArn': 'string',
'RequestId': 'string',
'Status': 123
}
Response Structure
(dict) --
TopicId (string) --
The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
Arn (string) --
The Amazon Resource Name (ARN) of the topic.
RefreshArn (string) --
The Amazon Resource Name (ARN) of the topic refresh.
RequestId (string) --
The Amazon Web Services request ID for this operation.
Status (integer) --
The HTTP status of the request.