AWS::QuickSight::Topic NamedEntityDefinition - 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 NamedEntityDefinition

A structure that represents a named entity.

Syntax

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

JSON

{ "FieldName" : String, "Metric" : NamedEntityDefinitionMetric, "PropertyName" : String, "PropertyRole" : String, "PropertyUsage" : String }

Properties

FieldName

The name of the entity.

Required: No

Type: String

Minimum: 0

Maximum: 256

Update requires: No interruption

Metric

The definition of a metric.

Required: No

Type: NamedEntityDefinitionMetric

Update requires: No interruption

PropertyName

The property name to be used for the named entity.

Required: No

Type: String

Minimum: 0

Maximum: 256

Update requires: No interruption

PropertyRole

The property role. Valid values for this structure are PRIMARY and ID.

Required: No

Type: String

Allowed values: PRIMARY | ID

Update requires: No interruption

PropertyUsage

The property usage. Valid values for this structure are INHERIT, DIMENSION, and MEASURE.

Required: No

Type: String

Allowed values: INHERIT | DIMENSION | MEASURE

Update requires: No interruption