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::Analysis DynamicDefaultValue
Defines different defaults to the users or groups based on mapping.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DefaultValueColumn" :ColumnIdentifier, "GroupNameColumn" :ColumnIdentifier, "UserNameColumn" :ColumnIdentifier}
YAML
DefaultValueColumn:ColumnIdentifierGroupNameColumn:ColumnIdentifierUserNameColumn:ColumnIdentifier
Properties
- DefaultValueColumn
- 
                    The column that contains the default value of each user or group. Required: Yes Type: ColumnIdentifier Update requires: No interruption 
- GroupNameColumn
- 
                    The column that contains the group name. Required: No Type: ColumnIdentifier Update requires: No interruption 
- UserNameColumn
- 
                    The column that contains the username. Required: No Type: ColumnIdentifier Update requires: No interruption