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:
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
andID
.Required: No
Type: String
Allowed values:
PRIMARY | ID
Update requires: No interruption
PropertyUsage
-
The property usage. Valid values for this structure are
INHERIT
,DIMENSION
, andMEASURE
.Required: No
Type: String
Allowed values:
INHERIT | DIMENSION | MEASURE
Update requires: No interruption