AWS::QuickSight::Topic TopicNamedEntity - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::QuickSight::Topic TopicNamedEntity

A structure that represents a named entity.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "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