AWS::QuickSight::Topic TopicNamedEntity - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::QuickSight::Topic TopicNamedEntity

A structure that represents a named entity.

Syntax

To declare this entity in your 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