interface TopicNamedEntityProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTopic.TopicNamedEntityProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTopic.TopicNamedEntityProperty |
![]() | aws_cdk.aws_quicksight.CfnTopic.TopicNamedEntityProperty |
![]() | @aws-cdk/aws-quicksight » CfnTopic » TopicNamedEntityProperty |
A structure that represents a named entity.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const topicNamedEntityProperty: quicksight.CfnTopic.TopicNamedEntityProperty = {
entityName: 'entityName',
// the properties below are optional
definition: [{
fieldName: 'fieldName',
metric: {
aggregation: 'aggregation',
aggregationFunctionParameters: {
aggregationFunctionParametersKey: 'aggregationFunctionParameters',
},
},
propertyName: 'propertyName',
propertyRole: 'propertyRole',
propertyUsage: 'propertyUsage',
}],
entityDescription: 'entityDescription',
entitySynonyms: ['entitySynonyms'],
semanticEntityType: {
subTypeName: 'subTypeName',
typeName: 'typeName',
typeParameters: {
typeParametersKey: 'typeParameters',
},
},
};
Properties
Name | Type | Description |
---|---|---|
entity | string | The name of the named entity. |
definition? | IResolvable | IResolvable | Named [] | The definition of a named entity. |
entity | string | The description of the named entity. |
entity | string[] | The other names or aliases for the named entity. |
semantic | IResolvable | Semantic | The type of named entity that a topic represents. |
entityName
Type:
string
The name of the named entity.
definition?
Type:
IResolvable
|
IResolvable
|
Named
[]
(optional)
The definition of a named entity.
entityDescription?
Type:
string
(optional)
The description of the named entity.
entitySynonyms?
Type:
string[]
(optional)
The other names or aliases for the named entity.
semanticEntityType?
Type:
IResolvable
|
Semantic
(optional)
The type of named entity that a topic represents.