This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::QuickSight::Topic DefaultFormatting
A structure that represents a default formatting definition.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DisplayFormat" :String, "DisplayFormatOptions" :DisplayFormatOptions}
YAML
DisplayFormat:StringDisplayFormatOptions:DisplayFormatOptions
Properties
- DisplayFormat
- 
                    The display format. Valid values for this structure are AUTO,PERCENT,CURRENCY,NUMBER,DATE, andSTRING.Required: No Type: String Allowed values: AUTO | PERCENT | CURRENCY | NUMBER | DATE | STRINGUpdate requires: No interruption 
- DisplayFormatOptions
- 
                    The additional options for display formatting. Required: No Type: DisplayFormatOptions Update requires: No interruption