This is the new AWS 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 NamedEntityDefinition
A structure that represents a named entity.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "FieldName" :String, "Metric" :NamedEntityDefinitionMetric, "PropertyName" :String, "PropertyRole" :String, "PropertyUsage" :String}
YAML
FieldName:StringMetric:NamedEntityDefinitionMetricPropertyName:StringPropertyRole:StringPropertyUsage:String
Properties
- FieldName
- 
                    The name of the entity. Required: No Type: String Minimum: 0Maximum: 256Update 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: 0Maximum: 256Update requires: No interruption 
- PropertyRole
- 
                    The property role. Valid values for this structure are PRIMARYandID.Required: No Type: String Allowed values: PRIMARY | IDUpdate requires: No interruption 
- PropertyUsage
- 
                    The property usage. Valid values for this structure are INHERIT,DIMENSION, andMEASURE.Required: No Type: String Allowed values: INHERIT | DIMENSION | MEASUREUpdate requires: No interruption