AWS::QuickSight::Topic TopicNamedEntity
A structure that represents a named entity.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Definition" :
[ NamedEntityDefinition, ... ]
, "EntityDescription" :String
, "EntityName" :String
, "EntitySynonyms" :[ String, ... ]
, "SemanticEntityType" :SemanticEntityType
}
YAML
Definition:
- NamedEntityDefinition
EntityDescription:String
EntityName:String
EntitySynonyms:- String
SemanticEntityType:SemanticEntityType
Properties
Definition
-
The definition of a named entity.
Required: No
Type: Array of NamedEntityDefinition
Update requires: No interruption
EntityDescription
-
The description of the named entity.
Required: No
Type: String
Minimum:
0
Maximum:
256
Update requires: No interruption
EntityName
-
The name of the named entity.
Required: Yes
Type: String
Minimum:
0
Maximum:
256
Update requires: No interruption
EntitySynonyms
-
The other names or aliases for the named entity.
Required: No
Type: Array of String
Minimum:
0
Maximum:
256
Update requires: No interruption
SemanticEntityType
-
The type of named entity that a topic represents.
Required: No
Type: SemanticEntityType
Update requires: No interruption